Re: Signals & MacOS



On Tue, Mar 31, 2015 at 1:07 PM, Jeffrey Ratcliffe
<jeffrey ratcliffe gmail com> wrote:
Does nobody have a Mac? Or at least a little insight?

Macs I have, but spare time right now... not so much.

One suggestion would be to replace the Glib::IO->add_watch with a
normal Perl signal handler (via %SIG), or another Perl module that can
handle signals, and see if you still run into same problem.

I also found these after a quick Google search:

http://perldoc.perl.org/sigtrap.html
http://perltricks.com/article/37/2013/8/18/Catch-and-Handle-Signals-in-Perl
http://search.cpan.org/~mob/Signals-XSIG-0.13/lib/Signals/XSIG.pm
http://blog.booking.com/devel-tracksig-the-signal-handling-blues.html

The last link mentions Devel::TrackSIG for debugging signal handling in Perl.

Thanks,

Brian


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]