http://bugzilla.spamassassin.org/show_bug.cgi?id=3983





------- Additional Comments From [EMAIL PROTECTED]  2004-12-14 19:18 -------
Possible fix.  The following change fixes my problem.  I don't know if this
is the best way to fix this or not.  Definately a race condition.

--- SpamdForkScaling.pm.orig    Tue Dec 14 18:28:10 2004
+++ SpamdForkScaling.pm Tue Dec 14 18:33:01 2004
@@ -375,8 +375,8 @@
     die "oops! no idle kids in need_to_del_server?";
   }
 
-  kill 'INT' => $pid;
   $self->set_child_state ($pid, PFSTATE_KILLED);
+  kill 'INT' => $pid;
   dbg ("prefork: adjust: decreasing, too many idle children ($num_idle > 
$self->{max_idle}), killed $pid");
 }
 



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

Reply via email to