Comment 1 for bug 919819

Revision history for this message
Daniel Nichter (daniel-nichter) wrote : Re: pt-kill creates zombies when it kills things

pt-kill doesn't care about the processes it executes for the user. So instead of waitpid(), we can simply ignore dead children and let the system auto-reap them.