Comment 16 for bug 739780

Revision history for this message
Christopher K. (christopher-christosoft) wrote :

If I understand it correctly, having one zombie process running is not much to worry about. It does not consume memory anymore. It only uses one entry in the process table. So if you have 1 zombie, you only have one process ID less available to start new processes. Unless you're running thousands of processes and can't start new ones because no PID is left, having one zombie is no problem at all. Of course these things should be fixed, because if all programs leave zombies behind this might become a problem.

Have a heart for that poor zombie process and just wait for oneiric to hunt it to death ;-)

(Please correct me if I am wrong.)