Re: PROBLEM: Failure to deliver SIGCHLD

2005-07-22 Thread Edgar Toernig
Michael Harris wrote: > > [2.] The problem occurs in a forking server similar in function to > inetd. The server employs a very simple SIGCHLD handler that loops on > wait(2), until all zombie processes have been collected. For no > immediately apparent reason, the parent process behaves as if it

PROBLEM: Failure to deliver SIGCHLD

2005-07-22 Thread Michael Harris
[1.] Failure to deliver SIGCHLD [2.] The problem occurs in a forking server similar in function to inetd. The server employs a very simple SIGCHLD handler that loops on wait(2), until all zombie processes have been collected. For no immediately apparent reason, the parent process behaves as if