http://issues.apache.org/SpamAssassin/show_bug.cgi?id=4190
------- Additional Comments From [EMAIL PROTECTED] 2005-11-07 20:11 -------
Warren, one more thing to try if the patch does not fix the crashing in RHEL4 is
to also add this from 3.1 in child_handler() before the call to delete
$children{$pid};
if (!defined $children{$pid}) {
# ignore this child; we didn't realise we'd forked it. bug 4237
next;
}
# remove them from our child listing
delete $children{$pid};
I don't understand exactly why it would make a difference, but that's a reason
to try it if we are getting crashes and don't understand why.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.