Hacker News new | ask | show | jobs
by zvrba 4065 days ago
> All signals’ handling can be overridden except the SIGKILL.

... and SIGSTOP and SIGCONT.

1 comments

SIGCONT can be handled just fine, both according to the manual, and in practice... (at least under Linux, been there, done that.)
Sure, but you cannot override or ignore the default action: that of continuing execution.