agent icon indicating copy to clipboard operation
agent copied to clipboard

Cancelled jobs occasionally report an exit status of 255 and nil Signal

Open keithduncan opened this issue 2 years ago • 0 comments

I’m tracking down what appears to be a race condition in the job cancellation handling. Jobs are documented to exit with a code of 128 + SIGNAL but I can reproducibly observe cancelled jobs exiting with 255 and no signal. I have also encountered an exit code of -1.

keithduncan avatar Sep 13 '21 06:09 keithduncan