Skip to content

Ubuntu-latest, dotnet command exiting with status 143 #26620

Discussion options

You must be logged in to vote

Turned out I had a timeout set to spawn() call from a Node JS script which fired the dotnet command. As the timeout was reached, Node JS sent the CLI a SIGTERM (15) signal, then it returned with that 128+15=143 exit status.

I had no clue as there was no error on stderr and the Error returned was being ignored by the script. The issue just happened cause our project grew big enough to exceed the timeout. Increasing the timeout resolved the issue.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
1 participant