RE: Killing Zombie process!
- From: "Broekman, Maarten" <Maarten.Broekman@xxxxxxx>
- Date: Tue, 23 Oct 2007 10:04:01 -0400
You are correct that killing the zombie processes (kill [-9] <pid of
zombie>) won't do anything. However, if their parent process is
something other than PID 1 (init), you can (in general) get rid of the
zombie by killing the parent process. To get rid of zombies whose
parent is init, you will need to reboot.
Maarten Broekman
Email: maarten.broekman@xxxxxxx
-----Original Message-----
From: redhat-list-bounces@xxxxxxxxxx
[mailto:redhat-list-bounces@xxxxxxxxxx] On Behalf Of Cameron Simpson
Sent: Monday, October 22, 2007 8:33 PM
To: debu; General Red Hat Linux discussion list
Cc: smitha rao
Subject: Re: Killing Zombie process!
On 22Oct2007 22:46, debu <debajit_kataki@xxxxxxxxxxxxxx> wrote:
| Yes you can do so...
No, you cannot.
| Try this:
| ps aux | awk '{ print $8 " " $2 }' | grep -w Z;
This may find them. Killing them won't do anything.
--
Cameron Simpson <cs@xxxxxxxxxx> DoD#743
http://www.cskk.ezoshosting.com/cs/
Zombies don't get pumped. - Jake, in rec.climbing
--
redhat-list mailing list
unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list
--
redhat-list mailing list
unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list
- References:
- Re: Killing Zombie process!
- From: Cameron Simpson
- Re: Killing Zombie process!
- Prev by Date: RE: Killing Zombie process!
- Next by Date: RE: Killing Zombie process!
- Previous by thread: RE: Killing Zombie process!
- Next by thread: RE: Killing Zombie process!
- Index(es):
Relevant Pages
- Re: python at login on macintels
... A Zombie is a process that has terminated and is waiting for its ... after the
child process terminates the child process is inherited ... Zombie hang around until its
parent process either issues a system ... which allows the zombie to be inherited by 'init',
... (comp.sys.mac.system) - Re: python at login on macintels
... A Zombie is a process that has terminated and is waiting for its ... after the
child process terminates the child process is inherited ... Zombie hang around until its
parent process either issues a system ... 5061 p1 R+ 0:00.00 grep python ...
(comp.sys.mac.system) - Re: Difference Between Orphans and Zombies
... The definition of an orphan and a zombie process is well known, ... - - The
parent process is expected to monitor the health of any children ... then the children
processes become 'orphans', ... - - If the child process terminates before the parent
process does, ... (comp.unix.admin) - Re: Why doesnt kill work?
... > with out sending the exit code to the child process. ... A zombie
is always the result of it's parent process, ... This status information, which primarily
includes an exit code, ... (Fedora) - Re: Why doesnt kill work?
... >> with out sending the exit code to the child process. ... Killing the
parent process will always get rid of any ... This status information, which primarily
includes an exit code, ... > remembering those few status bytes, the zombie process
entry stays ... (Fedora)