http://bugzilla.spamassassin.org/show_bug.cgi?id=4310


[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |




------- Additional Comments From [EMAIL PROTECTED]  2005-05-24 17:45 -------
unfortunately, this has come back.  spamd has been running since may 18th 
without a problem on 
r170109, but then this evening spamd stopped responding.  I did a small amount 
of debugging (lsof + 
strace) before killing the children.  The parent respawned the kids and 
processing happened from 
there.

I then noticed that I now have 3 children running, 2 are stuck reading from a 
"socket".  I don't know 
what it's connected to, but I did also notice that we may have a socket leak:

spamd   1473 root    4u  unix 0x0000010042b29040          102191263 socket
spamd   1473 root    5u  IPv4          102191264                TCP 
localhost:783 (LISTEN)
spamd   1473 root    6u  unix 0x0000010029fde0c0          108488215 socket
spamd   1473 root    7u  unix 0x000001007d9f0940          108488217 socket
spamd   1473 root    9u  unix 0x00000100193f3040          108488328 socket
[EMAIL PROTECTED] /tmp]$ strace -p 1473
Process 1473 attached - interrupt to quit
read(9,  <unfinished ...>
Process 1473 detached
[EMAIL PROTECTED] /tmp]$ lsof | grep 0x0000010042b29040
spamd      1467     root    4u     unix 0x0000010042b29040            102191263 
socket
spamd      1468     root    4u     unix 0x0000010042b29040            102191263 
socket
spamd      1473     root    4u     unix 0x0000010042b29040            102191263 
socket
spamd     26796     root    4u     unix 0x0000010042b29040            102191263 
socket
[EMAIL PROTECTED] /tmp]$ lsof | grep 0x0000010029fde0c0
spamd      1468     root    6u     unix 0x0000010029fde0c0            108488215 
socket
spamd      1473     root    6u     unix 0x0000010029fde0c0            108488215 
socket
spamd     26796     root    6u     unix 0x0000010029fde0c0            108488215 
socket
[EMAIL PROTECTED] /tmp]$ lsof | grep 0x000001007d9f0940
spamd      1473     root    7u     unix 0x000001007d9f0940            108488217 
socket
spamd     26796     root    7u     unix 0x000001007d9f0940            108488217 
socket
[EMAIL PROTECTED] /tmp]$ lsof | grep 0x00000100193f3040
spamd      1473     root    9u     unix 0x00000100193f3040            108488328 
socket


I have script output from 2 lsof/strace checks if anyone's interested.



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

Reply via email to