Re: fork problems (zombie children)

Tom Zerucha (root@deimos.ceddec.com)
Fri, 10 May 1996 15:48:50 -0400 (EDT)


Actually, in lynx (which caused me to post the original), I had a waitpid
followed by a read of a pipe I was using for IPC. The waitpid failed to
get rid of the children. I used wait4 instead, and placed it after I
read the data and closed the pipe.

There should be no difference, and I can't reproduce it in miniature.

Another bug and fix I have no explanation for.

zerucha@shell.portal.com
finger zerucha@jobe.portal.com for PGP key