https://issues.apache.org/SpamAssassin/show_bug.cgi?id=5671
--- Comment #17 from Dale Blount <[EMAIL PROTECTED]> 2008-03-13 11:33:42 PST
---
I caught a server before my restart script could get to it and have removed it
from rotation. Is there any debug I can do while it's hung to figure out
what's going on?
Parent pid just keeps repeating this in the strace log:
4364 alarm(0) = 62
4364 rt_sigprocmask(SIG_BLOCK, [ALRM], [], 8) = 0
4364 rt_sigaction(SIGALRM, {SIG_DFL}, {0x80b22f0, [], 0}, 8) = 0
4364 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
4364 alarm(0) = 0
4364 time(NULL) = 1205432692
4364 rt_sigprocmask(SIG_BLOCK, [ALRM], [], 8) = 0
4364 rt_sigaction(SIGALRM, {SIG_DFL}, {SIG_DFL}, 8) = 0
4364 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
4364 rt_sigprocmask(SIG_BLOCK, [ALRM], [], 8) = 0
4364 rt_sigaction(SIGALRM, {0x80b22f0, [], 0}, {SIG_DFL}, 8) = 0
4364 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
4364 alarm(64) = 0
4364 select(64, [7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
54 55 56], {2, 0}
And the children do this:
22929 <... write resumed> ) = 15928
22929 --- SIGALRM (Alarm clock) @ 0 (0) ---
22929 sigreturn() = ? (mask now [])
22929 rt_sigprocmask(SIG_BLOCK, [ALRM], NULL, 8) = 0
22929 rt_sigprocmask(SIG_UNBLOCK, [ALRM], NULL, 8) = 0
22929 alarm(0) = 0
22929 write(33, "SPAMD/1.0 79 Timeout: (300 secon"..., 68 <unfinished ...>
23207 <... write resumed> ) = 15928
23207 --- SIGALRM (Alarm clock) @ 0 (0) ---
23207 sigreturn() = ? (mask now [])
23207 rt_sigprocmask(SIG_BLOCK, [ALRM], NULL, 8) = 0
23207 rt_sigprocmask(SIG_UNBLOCK, [ALRM], NULL, 8) = 0
23207 alarm(0) = 0
23207 write(52, "SPAMD/1.0 79 Timeout: (300 secon"..., 68 <unfinished ...>
23077 <... write resumed> ) = 15928
23077 --- SIGALRM (Alarm clock) @ 0 (0) ---
23077 sigreturn() = ? (mask now [])
23077 rt_sigprocmask(SIG_BLOCK, [ALRM], NULL, 8) = 0
23077 rt_sigprocmask(SIG_UNBLOCK, [ALRM], NULL, 8) = 0
23077 alarm(0) = 0
23077 write(48, "SPAMD/1.0 79 Timeout: (300 secon"..., 68 <unfinished ...>
--
Configure bugmail:
https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.