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.
Loading
Please register or sign in to comment