Re: is killing zombies possible w/o a reboot?
From: Bill Davidsen (davidsen_at_tmr.com)
Date: 11/10/04
- Previous message: Matt Mackall: "Re: [PATCH] change Kconfig entry for RAMFS"
- In reply to: DervishD: "Re: is killing zombies possible w/o a reboot?"
- Next in thread: DervishD: "Re: is killing zombies possible w/o a reboot?"
- Reply: DervishD: "Re: is killing zombies possible w/o a reboot?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 09 Nov 2004 18:31:31 -0500 To: DervishD <lkml@dervishd.net>
DervishD wrote:
> Hi Bill :)
>
> * Bill Davidsen <davidsen@tmr.com> 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...
Wait a minute, in another message you just suggested that a SIGCHLD to
init would cause the status to be reaped.
>
> Anyway I suppose that sending the SIGCHLD won't do any harm so it
> may be worth trying.
It won't hurt init, but some processes do use the SIGCHLD to trigger a
wait(), which might hang the parent.
--
-bill davidsen (davidsen@tmr.com)
"The secret to procrastination is to put things off until the
last possible moment - but no longer" -me
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- Previous message: Matt Mackall: "Re: [PATCH] change Kconfig entry for RAMFS"
- In reply to: DervishD: "Re: is killing zombies possible w/o a reboot?"
- Next in thread: DervishD: "Re: is killing zombies possible w/o a reboot?"
- Reply: DervishD: "Re: is killing zombies possible w/o a reboot?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|