Skip to content
Snippets Groups Projects
D

dart.googlesource.com-dart2js_info

Project ID: 304
user avatar
Jacob MacDonald authored
There has been a long standing issue where the exit code for detached processes was null - so we could never detect that they exited. This can cause builds to hang and continue to try scheduling work on a dead worker.

This fixes that by instead using the input stream (stdout of the worker) to detect a dead worker.
a45a104f
Name Last commit Last update