http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5070
Summary: spamd fails with last connection on each child
Product: Spamassassin
Version: 3.1.4
Platform: Other
OS/Version: FreeBSD
Status: NEW
Severity: normal
Priority: P5
Component: spamc/spamd
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
Recently, I started getting a lot of "handled child cleanup ... due to SIGCHLD"
messages in my spamd
log.
Looking into it, and trying various things, I found that my max connections per
child was set very low
(to 2) and that the second message sent to the child was failing.
I've upped it to 200 (hoping the problems that made me lower it are gone) and
we'll see what happens.
I've a ktrace of the server and children. Apparently, the child was correctly
returning a result (I see that
in the spamd log) but then it goes through a lot of break() calls, and the
parent logs the SIGCHLD.
If anyone's interested, I'll post the ktrace output and give further details.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.