Skip to content
Snippets Groups Projects
Commit 9501cde4 authored by Patrick Mezard's avatar Patrick Mezard
Browse files

util: make spawndetached() handle subprocess early terminations

The file-based synchronization introduced by e22695b4472f hangs when the child
process fails before terminating the handshake, which the previous pipe-based
version handled correctly. To fix this, the parent polling loop was fixed to
detect premature terminations of the child process.
parent b8e3aeb7
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