Re: is killing zombies possible w/o a reboot?

From: DervishD
Date: Thu Nov 04 2004 - 16:14:34 EST


Hi Bill :)

* Bill Davidsen <davidsen@xxxxxxx> dixit:
> > If you are talking about others' children, then your call to
> >waitpid() (or wait()) failed with ECHILD: not your child.
> That's what happened when I tried it a few months ago. I suppose one
> could try sending a SIGCHLD to the parent and see if it does something
> helpful.

Probably it won't do. If the zombies are there due to a signal
delivery problem, sending a SIGCHLD to the parent will (probably)
solve the problem. But the common case is that the parent is screwed
up or simply so badly programmed that the only way of getting rid of
the zombies is to kill the parent...

Anyway I suppose that sending the SIGCHLD won't do any harm so it
may be worth trying.

Raúl Núñez de Arenas Coronado

--
Linux Registered User 88736
http://www.dervishd.net & http://www.pleyades.net/
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/