<?xml version="1.0" encoding="windows-1252"?>
<node id="824062" title="Re: Unruly children..." created="2010-02-18 18:56:21" updated="2010-02-18 18:56:21">
<type id="11">
note</type>
<author id="414875">
snoopy</author>
<data>
<field name="doctext">
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.
&lt;p&gt;
One thing to try, if you're not already, is to trap and report on incoming signals, just to see what's going on.

&lt;code&gt;
foreach (qw/HUP QUIT KILL TERM/) {
    my $msg = "slugged by a $_";
    $SIG{$_} = sub {warn $msg};
}
&lt;/code&gt;</field>
<field name="root_node">
824028</field>
<field name="parent_node">
824028</field>
</data>
</node>
