Comment on Beyond Ctrl-C: The dark corners of Unix signal handlingparentComments−sunshowers1yNote Ctrl-Z is actually SIGTSTP, which is basically "SIGSTOP except the process can install a signal handler for it".I have a very exciting blog post about debugging a nasty bug with how SIGTSTP works, coming very soon.
Comments
Note Ctrl-Z is actually SIGTSTP, which is basically "SIGSTOP except the process can install a signal handler for it".
I have a very exciting blog post about debugging a nasty bug with how SIGTSTP works, coming very soon.