Hacker News new | ask | show | jobs
by jmgao 1440 days ago
> Control-backslash sends SIGQUIT on the other hand. This signal cannot be trapped.

Yes, it can.

1 comments

Indeed. The only signals that cannot be caught (or blocked, or ignored) are SIGKILL and SIGSTOP.