Skip to content
Snippets Groups Projects
Commit a6bf5fa2 authored by Jack Nagel's avatar Jack Nagel
Browse files

Read from the error pipe in a separate thread

If the build process tries to write more bytes than will fit in the pipe
buffer, it will block until the parent process does a read. However, the
parent process will only do a read after the child process has exited or
died, leading to a deadlock. Fix this by doing the read in a separate
thread.
parent dfe1de7a
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