Re: core dump

Erik Mouw (J.A.K.Mouw@its.tudelft.nl)
Tue, 4 Jan 2000 11:19:19 +0100 (MET)


On Sun, 03 Jan 1999 12:03:42 +0100, Christophe leroy wrote:
> Is there a way to make a core dump of a program without killing it,
> in order to make some debugging while the program is still running ?

Try attaching gdb to the running program:

gdb binary-of-program-you-want-to-debug pid-of-program-you-want-to-debug

Erik

-- 
J.A.K. (Erik) Mouw, Information and Communication Theory Group, Department
of Electrical Engineering, Faculty of Information Technology and Systems,
Delft University of Technology, PO BOX 5031,  2600 GA Delft, The Netherlands
Phone: +31-15-2785859  Fax: +31-15-2781843  Email J.A.K.Mouw@its.tudelft.nl
WWW: http://www-ict.its.tudelft.nl/~erik/

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/