You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.
I frequently see buck exit before it has finished displaying its output to the console. It might exit in the middle of printing a test's class name for example, leaving the console prompt half way across the screen. This happens intermittently (50% of the time for us) and can be reproduced simply by running buck over and over without making any changes.
In each case, the buck process's result code is 227, which appears to be NAILGUN_CONNECTION_BROKEN (from ng.c), which would explain what's happening.
Does anyone else get this? Can anyone suggest how to investigate?
Thanks
The text was updated successfully, but these errors were encountered:
Now that #170 appears to have been fixed (brilliant work, thanks), this issue also appears to have been fixed. I can run buck multiple times, over and over, and it now gives me consistent output without aborting half way through. Closing. Thanks.
I frequently see buck exit before it has finished displaying its output to the console. It might exit in the middle of printing a test's class name for example, leaving the console prompt half way across the screen. This happens intermittently (50% of the time for us) and can be reproduced simply by running buck over and over without making any changes.
In each case, the buck process's result code is 227, which appears to be NAILGUN_CONNECTION_BROKEN (from ng.c), which would explain what's happening.
Does anyone else get this? Can anyone suggest how to investigate?
Thanks
The text was updated successfully, but these errors were encountered: