Maxim Konovalov wrote:

[ ... patch to wait for children, but do nothing with the result ... ]

Yes.

Why not just set the signal handler for the child process
termination to "ignore", so that the child processes do
not become zombied in the first place, so it's not ever
necessary to do a useless loop whose only purpose is to
reap zombies without examining their exit status?

-- Terry

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to