Open
Description
For some reason the process doesn't quit with Ctrl + \
but does with Ctrl + c
.
SIGQUIT is the dump core signal. The terminal sends it to the foreground process when the user presses ctrl-\. The default behavior is to terminate the process and dump core, but it can be caught or ignored. The intention is to provide a mechanism for the user to abort the process.