Quick Tips – Killing Zombie Processes

by: WanderingTechy Saturday, March 6th, 2010

This will be a regular feature (I hope). Quick tips are brief descriptions of a common problem and a solution.

The first is how to kill zombie processes.
A zombie process is a child process that has died without the parent’s knowledge or acknowledgement.

To kill it send a signal SIGCHLD to the parent process.
kill -SIGCHLD processID

If this fails you will need to kill the parent process directly.

Related Posts

« | Home | »

Related Posts

Related Posts

 

Leave a Comment

Spam Protection by WP-SpamFree