https://issues.apache.org/SpamAssassin/show_bug.cgi?id=5671
--- Comment #15 from Dale Blount <[EMAIL PROTECTED]> 2008-03-12 08:17:31 PST
---
(In reply to comment #14)
> (In reply to comment #13)
> > 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
>
> Dale, are those the very last lines in the file for each child? those are
> quite innocuous :(
>
Hi Justin,
Actually, it appears 18308 was the parent pid, oops.
Parent 18308 also has these lines in quite a few places.
18308 <... select resumed> ) = 0 (Timeout)
18308 alarm(0) = 62
Here are the last few lines from child pid 3887:
3887 poll([{fd=26, events=POLLIN|POLLPRI}], 1, 0) = 0
3887 write(26, "\1\0\0\0\1", 5) = 5
3887 shutdown(26, 2 /* send and receive */) = 0
3887 close(26) = 0
3887 time(NULL) = 1205260245
3887 time(NULL) = 1205260245
3887 write(24, "SPAMD/1.1 0 EX_OK\r\nContent-lengt"..., 24276 <unfinished ...>
And Last lines from 4169:
4169 poll([{fd=57, events=POLLIN|POLLPRI}], 1, 0) = 0
4169 write(57, "\1\0\0\0\1", 5) = 5
4169 shutdown(57, 2 /* send and receive */) = 0
4169 close(57) = 0
4169 brk(0xa126000) = 0xa126000
4169 write(55, "SPAMD/1.1 0 EX_OK\r\nContent-lengt"..., 17841 <unfinished ...>
Even with strace they appear to just "lock up" never to be heard from again.
I don't have the time or patience to redact the whole strace, but I'm willing
to send you as little or as much as you want directly if you'd like.
--
Configure bugmail:
https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.