in reply to Re^4: SIGHUP delivered on Windows
in thread SIGHUP delivered on Windows
Would "something" fit, for instance, a process [ Console2 ] which started our Perl process, and then delivered a Windows Message to this process, and Perl, not knowing what to do with this message, invokes the signal handler established for SIGHUP?
No. I downloaded the source for console2 and the string "SIGHUP" does not appear anywhere in it, so your log message does not come from that.
As I said, I don't believe there is any way for a perl process to ever invoke a SIGHUP handler. Which only leaves your perl script to be the source of that log message in response to some stimulus other than a sighup. (ie. user error)
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.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^6: SIGHUP delivered on Windows
by rovf (Priest) on May 24, 2013 at 07:33 UTC | |
by BrowserUk (Patriarch) on May 24, 2013 at 11:09 UTC | |
by rovf (Priest) on May 24, 2013 at 11:33 UTC | |
by bulk88 (Priest) on May 25, 2013 at 01:14 UTC | |
by rovf (Priest) on May 28, 2013 at 14:54 UTC |
In Section
Seekers of Perl Wisdom