On Sun, 3 Jan 1999, Christophe leroy wrote:
>Date: Sun, 03 Jan 1999 12:03:42 +0100
>From: Christophe leroy <leroy@ensea.fr>
>To: linux-kernel@vger.rutgers.edu
>Subject: core dump
>
>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 ?
kill -SEGV <pid>
or
kill -11 <pid>
or
killall -SEGV <process name>
I believe that will do it, so long as coredumps are not disabled.
-- Mike A. Harris Linux advocate Computer Consultant GNU advocate Capslock Consulting Open Source advocateJoin the FreeMWare project - the goal to produce a FREE program in which you can run Windows 95/98/NT, and other operating systems.
- 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/
This archive was generated by hypermail 2b29 : Sat Jan 15 2000 - 21:00:17 EST