Mercurial > hg
comparison COPYING @ 10344:9501cde4c034
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.
author | Patrick Mezard <pmezard@gmail.com> |
---|---|
date | Sat, 06 Feb 2010 16:50:00 +0100 |
parents | e6db25785b00 |
children | 8c8b55733cbd |
comparison
equal
deleted
inserted
replaced
10343:b8e3aeb7542c | 10344:9501cde4c034 |
---|