Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Feb 2002 22:53:15 -0400 (AST)
From:      "Marc G. Fournier" <scrappy@hub.org>
To:        freebsd-questions@freebsd.org
Cc:        Spamassassin-talk@lists.sourceforge.net
Subject:   spamassassin-milter ... anyone with experiences?
Message-ID:  <20020209224958.S50941-100000@earth.hub.org>

next in thread | raw e-mail | index | archive | help

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 ...


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020209224958.S50941-100000>