https://issues.apache.org/SpamAssassin/show_bug.cgi?id=5671
--- Comment #13 from Dale Blount <[EMAIL PROTECTED]> 2008-03-12 07:15:10 PST
---
I've finally caught it dying with strace, but the log file is 25 gigs.
Last lines in the maillog when it hung:
Mar 11 14:30:41 hostname spamd[18308]: prefork: child states:
BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB
Mar 11 14:30:41 hostname spamd[18308]: prefork: server reached --max-children
setting, consider raising it
Mar 11 14:30:41 hostname spamd[3887]: spamd: connection from otherhostname
[10.3.3.3] at port 57775
Mar 11 14:30:41 hostname spamd[3887]: spamd: processing message
<[EMAIL PROTECTED]> for [EMAIL PROTECTED]:uid
the strace log is filled with these for each child near the end of the log:
18308 rt_sigprocmask(SIG_BLOCK, [ALRM], [], 8) = 0
18308 rt_sigaction(SIGALRM, {SIG_DFL}, {SIG_DFL}, 8) = 0
18308 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
18308 rt_sigprocmask(SIG_BLOCK, [ALRM], [], 8) = 0
18308 rt_sigaction(SIGALRM, {0x80b22f0, [], 0}, {SIG_DFL}, 8) = 0
18308 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
--
Configure bugmail:
https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.