![]() |
|
Syntactic Confectionery Delight | |
PerlMonks |
Signal Handling throws Core Dumpby dsb (Chaplain) |
on Apr 25, 2007 at 14:03 UTC ( #612021=perlquestion: print w/replies, xml ) | Need Help?? |
dsb has asked for the wisdom of the Perl Monks concerning the following question:
I'm trying to catch SIG_INTs in the usual way:
Trouble is, it seems that everytime a signal is sent/caught, the process core dumps. I've read the bit in perlipc that talks about safe and unsafe signals and although I was initially running slightly more complicated code in the handler() routine, it is now as simple as is demonstrated here but still core dumping. I have no more ideas and could use some help.
Update: Thanks
dsb This @ISA my( $cool ) %SIG
Back to
Seekers of Perl Wisdom
|
|