You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by bu...@bugzilla.spamassassin.org on 2005/07/05 05:00:14 UTC

[Bug 4458] New: mass-check failed in ArchiveIterator.pm

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

           Summary: mass-check failed in ArchiveIterator.pm
           Product: Spamassassin
           Version: SVN Trunk (Latest Devel Version)
          Platform: HP
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Masses
        AssignedTo: dev@spamassassin.apache.org
        ReportedBy: Bob@Menschel.net


pre3 score gen mass-check died 2:31 pm PDT after 181932 emails, with the
following error message to nohup.out. No sign of any general networking failure
or any other problem on this system (Windows XP, Cygwin, Perl version 5.8.5,
cable connection via comcast, no local DNS).

archive-iterator: socketpair failed: Connection refused at
/home/Bob/Mail-SpamAssassin-3.1.0/masses/../lib/Mail/SpamAssassin/ArchiveIterator.pm
line 5
74.



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

[Bug 4458] mass-check failed in ArchiveIterator.pm

Posted by bu...@bugzilla.spamassassin.org.
http://bugzilla.spamassassin.org/show_bug.cgi?id=4458





------- Additional Comments From jm@jmason.org  2005-07-16 11:28 -------
I'd guess there's some resource limitation on cygwin that doesn't apply on UNIX
platforms.  as to what, I'm stumped. :(



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

[Bug 4458] mass-check failed in ArchiveIterator.pm

Posted by bu...@bugzilla.spamassassin.org.
http://bugzilla.spamassassin.org/show_bug.cgi?id=4458





------- Additional Comments From Bob@Menschel.net  2005-07-16 11:53 -------
Subject: Re:  mass-check failed in ArchiveIterator.pm

Hello bugzilla-daemon,

Saturday, July 16, 2005, 11:28:19 AM, you wrote:

> ------- Additional Comments From jm@jmason.org  2005-07-16 11:28 -------
> I'd guess there's some resource limitation on cygwin that doesn't apply on UNIX
> platforms.  as to what, I'm stumped. :(

And it's a strange limitation, since it happened only once during the
pre3 mass-check, only once so far pre4, and last night's was on a
recently rebooted system (shortly before kicking off the mass-check),
when nothing else at all was happening on the machine (other than the
always active background tasks).








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

[Bug 4458] mass-check failed in ArchiveIterator.pm

Posted by bu...@bugzilla.spamassassin.org.
http://bugzilla.spamassassin.org/show_bug.cgi?id=4458





------- Additional Comments From Bob@Menschel.net  2005-07-16 09:49 -------
pre4 mass-check also died, identical message, same line. after only 19,604 email
messages. no other symptom. 



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

[Bug 4458] mass-check failed in ArchiveIterator.pm

Posted by bu...@bugzilla.spamassassin.org.
http://issues.apache.org/SpamAssassin/show_bug.cgi?id=4458





------- Additional Comments From felicity@apache.org  2006-08-02 00:07 -------
Just curious, does this still happen?  It still sounds like it's a perl issue,
but if you've upgraded, etc, then in theory it could be fixed. :)



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

[Bug 4458] mass-check failed in ArchiveIterator.pm

Posted by bu...@bugzilla.spamassassin.org.
http://bugzilla.spamassassin.org/show_bug.cgi?id=4458





------- Additional Comments From felicity@apache.org  2005-07-04 20:05 -------
Subject: Re:   New: mass-check failed in ArchiveIterator.pm

On Mon, Jul 04, 2005 at 08:00:14PM -0700, bugzilla-daemon@bugzilla.spamassassin.org wrote:
> archive-iterator: socketpair failed: Connection refused at
> /home/Bob/Mail-SpamAssassin-3.1.0/masses/../lib/Mail/SpamAssassin/ArchiveIterator.pm
> line 574.

FWIW, that's the section which spawns a new child:

    ($child->[$i],$parent) = $io->socketpair(AF_UNIX,SOCK_STREAM,PF_UNSPEC)
        or die "archive-iterator: socketpair failed: $!";

Creates the socket pair for the parent and child to chat, then does a fork()
on the next line.





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

[Bug 4458] mass-check failed in ArchiveIterator.pm

Posted by bu...@bugzilla.spamassassin.org.
http://issues.apache.org/SpamAssassin/show_bug.cgi?id=4458


jm@jmason.org changed:

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




------- Additional Comments From jm@jmason.org  2006-08-22 11:46 -------
no news is good news! ;)

Bob, reopen if you're still seeing this...



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