Quote:
Originally Posted by
olyanderson
i can't do a kill -9,,, suggestions?
As has already been mentioned several times by several members, a zombie is already dead. There's nothing more you can do to it.
If there are only a few of them, I suggest you ignore them. If there are a lot of them, then the the parent of these zombies needs to be debugged so that it either properly wait()s on its children or ignores SIGCHLD.
jim_mcnamara illustrated the zombie cycle in his most recent post in this thread.
Regards,
Alister