Ctrl-C cannot kill the Crystal compiler #13672
Labels
kind:bug
A bug in the code. Does not apply to documentation, specs, etc.
kind:regression
Something that used to correctly work but no longer works
topic:stdlib:runtime
Milestone
Version 1.9.x of the compiler cannot be killed with Ctrl-C or by doing a
kill -s INT
. Ctrl-\ still works, and I've confirmed that Ctrl-C worked in 1.8.2.A few of my own programs also exhibit this behavior, but I haven't been able to reduce it, and I have no idea where to even start with this one. Doing a
Signal::INT.trap
doesn't work, either.Crystal -v output:
I also checked against the pre-built binaries:
OS: Slackware Linux 15.0, x86-64
The text was updated successfully, but these errors were encountered: