vscode-runme icon indicating copy to clipboard operation
vscode-runme copied to clipboard

Programs sometimes won't force stop

Open mxsdev opened this issue 2 years ago • 1 comments

Some programs will explicitly ignore interrupt (and kill?) signals. One example is bats' testrunner.

Would be nice to investigate this issue further. We may need a fallback timeout to send a higher priority kill signal to the program, or this may need to be fixed in the runner.

mxsdev avatar Mar 23 '23 15:03 mxsdev

Btw, I appears that the SIGINT is delayed meaning that when I hit CTRL+C after some time (unclear) it actually exits.

sourishkrout avatar Mar 23 '23 15:03 sourishkrout