Morning all ...
Just got Spamaassasin installed on one of my servers, and it works
pretty good for several messages and then it appeasr that the
spamass-milter program, used to talk between sendmail and spamc, just
"dies" ... process stays running, but it hangs there not doing anything
...
Truss shows, after its hung:
<a bunch of poll/write/reads before this>
read(0x7,0xbfabade4,0x5) = 5 (0x5)
poll(0x80a9400,0x1,0x0) = 1 (0x1)
read(0x7,0x80a6680,0x24) = 36 (0x24)
write(10,0x80aa330,38) = 38 (0x26)
poll(0x80a9400,0x1,0x0) = 1 (0x1)
write(7,0xbfabae24,5) = 5 (0x5)
poll(0x80a9400,0x1,0x0) = 1 (0x1)
read(0x7,0xbfabade4,0x5) = 5 (0x5)
poll(0x80a9400,0x1,0x0) = 1 (0x1)
read(0x7,0x80a6680,0x28) = 40 (0x28)
write(10,0x80aa3d0,42) = 42 (0x2a)
poll(0x80a9400,0x1,0x0) = 1 (0x1)
write(7,0xbfabae24,5) = 5 (0x5)
poll(0x80a9400,0x1,0x0) = 1 (0x1)
read(0x7,0xbfabade4,0x5) = 5 (0x5)
write(10,0x805ca17,2) = 2 (0x2)
poll(0x80a9400,0x1,0x0) = 1 (0x1)
write(7,0xbfabae24,5) = 5 (0x5)
poll(0x80a9400,0x1,0x0) = 1 (0x1)
read(0x7,0xbfabade4,0x5) = 5 (0x5)
poll(0x80a9400,0x1,0x0) = 1 (0x1)
read(0x7,0x80ae000,0xb27) = 2855 (0xb27)
write(10,0x80ae000,2855) = 2855 (0xb27)
poll(0x80a9400,0x1,0x0) = 1 (0x1)
write(7,0xbfabae24,5) = 5 (0x5)
poll(0x80a9400,0x1,0x0) = 1 (0x1)
read(0x7,0xbfabade4,0x5) = 5 (0x5)
fstat(10,0xbfabad0c) = 0 (0x0)
close(10) = 0 (0x0)
If I kill the spamass process and start it up again, it contintues
to process again until it once more hits this 'hang point' ...
Its written in C++, which leaves me at a major disadvantage for
trying to debug the why of it, so was hoping someone else might have
experience with this and, potentially, a fix?
Thanks ...
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk