http://bugzilla.spamassassin.org/show_bug.cgi?id=3446
------- Additional Comments From [EMAIL PROTECTED] 2004-06-03 12:41 ------- Created an attachment (id=1998) --> (http://bugzilla.spamassassin.org/attachment.cgi?id=1998&action=view) current patch in testing I don't know if this is related to the futex issue or not, I guess I'll find out tomorrow (although I'm going to set max-conn-per-child to something lower so this hopefully triggers faster if it's going to...) I applied this patch to my installed spamd and will see how it works. Basically it does 2 things: 1) don't bother making a backup copy of the configuration if --max-conn-per-child == 1 -- this behavior is basically the "process a message then die", so copying the configuration around is just wasteful. 2) when spawning children, reset the signal handlers to DEFAULT. what was happening is that when initially spawned, each child had sighup set (due to the parent) and everything else default, but when the child finally dies and gets restarted, it would inherit the sigchld, sigterm, sigint, etc handlers from the parent. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
