in reply to Re: fork process + SIG handlers
in thread fork process + SIG handlers

What? Assigned? Sure it is. $SIG{KILL} is a perfectly valid signal handler. The only difference between it and sigint is that you can't actually catch a sigkill, you can just respond to it. Or am I thinking of sigterm..