Mike Gelfand 3abdb1fc23 Return non-zero from ProcessHandle::wait if killed by signal
Currently, ProcessHandle::wait (and transitively Process::wait) on *NIX
return zero if process was terminated as a result of unhandled signal.
Check if this is the case and return negative signal number instead to
indicate non-graceful process termination.
2015-10-03 15:32:15 +03:00
..
2012-04-23 01:14:34 +00:00
2012-07-10 03:58:41 +00:00
2015-03-19 23:30:23 -05:00
2012-04-29 18:52:25 +00:00
2012-04-29 18:52:25 +00:00
2012-04-23 01:14:34 +00:00
2012-04-23 01:14:34 +00:00
2015-03-22 17:30:03 +01:00
2015-03-19 23:22:00 -05:00
2015-03-22 17:30:03 +01:00