Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: Unruly children...

by snoopy (Curate)
on Feb 18, 2010 at 23:56 UTC ( [id://824062]=note: print w/replies, xml ) Need Help??


in reply to Unruly children...

Just a punt. Maybe a parent process, system shutdown or something else is sending signals that aren't being handled and are causing general havoc.

One thing to try, if you're not already, is to trap and report on incoming signals, just to see what's going on.

foreach (qw/HUP QUIT KILL TERM/) { my $msg = "slugged by a $_"; $SIG{$_} = sub {warn $msg}; }

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://824062]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (7)
As of 2024-04-23 10:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found