http://bugzilla.spamassassin.org/show_bug.cgi?id=4295
Summary: DnsResolver.pm line 338 loops
Product: Spamassassin
Version: SVN Trunk (Latest Devel Version)
Platform: PC
URL: http://ezri.ijs.si/~mark/tmp/sa-bt.txt
OS/Version: FreeBSD
Status: NEW
Severity: normal
Priority: P5
Component: Libraries
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
I've been running recent SA 3.1 CVS code for a couple of days now
under amavisd-new without problems. Today I found two processes stuck
in a loop. In both cases the Perl traceback reported same line numbers:
.../5.8.6/Mail/SpamAssassin/DnsResolver.pm line 270 and line 338,
which seems to indicate the loop (lasting for several hours) occurs in:
sub search {
...
while (!defined($answerpkt)) {
$self->poll_responses(-1); # -1 = as long as it takes
}
The full traceback (as much as a timeout signal could collect and log)
is in the ref URL. Just a word of explanation: the amavisd timeout
went off after 30 seconds, reported a traceback, but the process
was left looping until manually killed several hours later.
Mark
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.