![]() |
|
more useful options | |
PerlMonks |
Re^7: SIGHUP delivered on Windowsby BrowserUk (Patriarch) |
on May 24, 2013 at 11:09 UTC ( #1035112=note: print w/replies, xml ) | Need Help?? |
could it be that an exception occuring within this signal handler (or a second signal arriving by that time) could be translated somehow into a SIGHUP? I cannot see how that could happen. Firstly, for you to get to the line where you do kill SIGHUP, $$, your process would have to have already received a SIGHUP; because you're just rethrowing it. But I am unaware of anything that would ever send you a SIGHUP. There is the vague possibility that another Perl process could be sending your process a SIGHUP; but as far as I'm aware, any attempt to do so would simply get translated into a SIGTERM. With the rise and rise of 'Social' network sites: 'Computers are making people easier to use everyday'
Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
"Science is about questioning the status quo. Questioning authority".
In the absence of evidence, opinion is indistinguishable from prejudice.
In Section
Seekers of Perl Wisdom
|
|