linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* unkillable zombies from using gdb and kernel 2.4.15 and higher?
@ 2001-12-10 14:11 Kevin Hendricks
  2001-12-10 19:39 ` Michel Dänzer
  2001-12-10 20:31 ` Daniel Jacobowitz
  0 siblings, 2 replies; 7+ messages in thread
From: Kevin Hendricks @ 2001-12-10 14:11 UTC (permalink / raw)
  To: linuxppc-dev


Hi,

I have been debugging a glibc-2.2.4 issue that involves forking and
reaping and threads using gdb.  Unfortunately, every time I run things
under gdb I create an "unkillable" zombie process that (even after gdb
has gone away) is impossible to remove.

ps -Af | grep idlc
kbhend   25532     1  0 Dec08 ?        00:00:00 [idlc]
kbhend   25529     1  0 Dec08 ?        00:00:00 [idlc]
kbhend   25541     1  0 Dec08 ?        00:00:00 [idlc]
kbhend   25543     1  0 Dec08 ?        00:00:00 [idlc]
kbhend   25540     1  0 Dec08 ?        00:00:00 [idlc]
kbhend   25552     1  0 Dec08 ?        00:00:00 [idlc]
kbhend   25554     1  0 Dec08 ?        00:00:00 [idlc]
kbhend   25551     1  0 Dec08 ?        00:00:00 [idlc]
kbhend   14796 10716  0 09:11 pts/4    00:00:00 grep idlc

[root@localhost program]# kill -9 25530 25532 25529
[root@localhost program]# ps -Af | grep idlc
....
kbhend   25530     1  0 Dec08 ?        00:00:00 [idlc]
kbhend   25532     1  0 Dec08 ?        00:00:00 [idlc]
kbhend   25529     1  0 Dec08 ?        00:00:00 [idlc]

So these zombies are ignoring kill -9  signals which I thought was a big
no-no?

Did something change in signal handling lately that allows this to
happen?

Thanks,

Kevin

----
Kevin B. Hendricks
Associate Professor of Operations and Information Technology
Richard Ivey School of Business, University of Western Ontario
London Ontario, CANADA  N6A 3K7
khendricks@ivey.uwo.ca

** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2001-12-10 23:35 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-12-10 14:11 unkillable zombies from using gdb and kernel 2.4.15 and higher? Kevin Hendricks
2001-12-10 19:39 ` Michel Dänzer
2001-12-10 20:20   ` Gabriel Paubert
2001-12-10 20:55     ` Michel Dänzer
2001-12-10 23:35       ` Gabriel Paubert
2001-12-10 20:24   ` Roman Zippel
2001-12-10 20:31 ` Daniel Jacobowitz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).