Skip to content
Snippets Groups Projects
Commit 779f70ea authored by pw's avatar pw
Browse files

Main loop waiting for client connections was ignoring possibility

of a signal (SIGCHLD) occurring while waiting on select in which
case it used the untouched descriptor mask bits as if they were valid.
This caused the server to hang after two applications were run. Seems
to be only a problem on BSD as the Solaris version did not exhibit this.
parent 805028e8
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment