Skip to content
Snippets Groups Projects
Commit a552808c authored by Brad King's avatar Brad King
Browse files

BUG: Fix hang in Process_Kill on OS X caused by an OS bug in which a pipe read...

BUG: Fix hang in Process_Kill on OS X caused by an OS bug in which a pipe read end cannot be closed if the pipe write end is open, the pipe is full, and another process is blocking waiting to write.  Work around the problem by killing the children before closing the pipes.
parent d26aa99a
No related branches found
No related tags found
No related merge requests found
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