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:05:36 UTC

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

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.