http://bugzilla.spamassassin.org/show_bug.cgi?id=4310
Summary: spamd stops responding to new connections
Product: Spamassassin
Version: SVN Trunk (Latest Devel Version)
Platform: Other
OS/Version: other
Status: NEW
Severity: blocker
Priority: P1
Component: spamc/spamd
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
Today I upgraded from r162091 to r168644. After a relatively short amount of
time, I found that
spamd was no longer functioning -- spamc would connect to 783 (which
connected), but spamd would
just sit there and not actually respond. There is nothing in the log about any
errors.
[EMAIL PROTECTED] log]$ telnet localhost 783
Trying 127.0.0.1...
Connected to localhost.localdomain (127.0.0.1).
Escape character is '^]'.
PING
[hang]
[EMAIL PROTECTED] log]$ ps -ef | grep spamd
root 15457 1 0 16:23 ? 00:00:01 /usr/bin/spamd -d -c -H -r
/var/run/spamd.pid -m 8
root 20399 15457 1 16:52 ? 00:01:02 spamd child
root 21831 15457 0 16:59 ? 00:00:14 spamd child
root 23135 23093 0 17:52 pts/5 00:00:00 grep spamd
[EMAIL PROTECTED] log]$ strace -p 15457
Process 15457 attached - interrupt to quit
select(16, [6], NULL, [6], {1, 949000}) = 0 (Timeout)
alarm(0) = 2
rt_sigprocmask(SIG_BLOCK, ~[RTMIN RT_1], [], 8) = 0
rt_sigprocmask(SIG_BLOCK, [ALRM], ~[KILL STOP RTMIN RT_1], 8) = 0
rt_sigaction(SIGALRM, {0x3011a8b110, [], 0x4000000}, {0x3011a8ed00, [],
0x4000000}, 8) = 0
rt_sigprocmask(SIG_SETMASK, ~[KILL STOP RTMIN RT_1], NULL, 8) = 0
rt_sigaction(SIGALRM, {0x3011a8ed00, [], 0x4000000}, NULL, 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
alarm(4) = 0
select(16, [6], NULL, [6], {2, 0}) = 0 (Timeout)
alarm(0) = 2
rt_sigprocmask(SIG_BLOCK, ~[RTMIN RT_1], [], 8) = 0
rt_sigprocmask(SIG_BLOCK, [ALRM], ~[KILL STOP RTMIN RT_1], 8) = 0
rt_sigaction(SIGALRM, {0x3011a8b110, [], 0x4000000}, {0x3011a8ed00, [],
0x4000000}, 8) = 0
rt_sigprocmask(SIG_SETMASK, ~[KILL STOP RTMIN RT_1], NULL, 8) = 0
rt_sigaction(SIGALRM, {0x3011a8ed00, [], 0x4000000}, NULL, 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
alarm(4) = 0
select(16, [6], NULL, [6], {2, 0}) = 0 (Timeout)
alarm(0) = 2
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.