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 2012/11/03 10:30:12 UTC

[Bug 6858] New: uninitialized value $selerr in concatenation

https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6858

          Priority: P2
            Bug ID: 6858
          Assignee: dev@spamassassin.apache.org
           Summary: uninitialized value $selerr in concatenation
          Severity: normal
    Classification: Unclassified
                OS: Linux
          Reporter: toralf.foerster@gmx.de
          Hardware: PC
            Status: NEW
           Version: 3.3.2
         Component: spamc/spamd
           Product: Spamassassin

In my syslog of an stable Gentoo I observed :

2012-10-28T11:17:28.000+01:00 n22 spamd[22191]: Use of uninitialized value
$selerr in concatenation (.) or string at
/usr/lib/perl5/vendor_perl/5.12.4/Mail/SpamAssassin/SpamdForkScaling.pm line
332.

2012-10-28T11:17:29.000+01:00 n22 spamd[22191]: prefork: select returned error
on server filehandle:

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

[Bug 6858] uninitialized value $selerr in concatenation

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

--- Comment #4 from Toralf Förster <to...@gmx.de> ---
(In reply to comment #3)
> if this shows up again, please try to check if it happened after an
> sa-update or some SIGHUP
it happend after wakeup from s2disk

> Not knowing what kind of traffic this box handles ("-m 5" doesn't look like
> a high traffic server)
yeah - it is my notebook

> you may want to add "--min-spare=3" for cases you hit a race condition
> during a SIGHUP (works for me)
ok, will do it, if it happended again

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

[Bug 6858] uninitialized value $selerr in concatenation

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

--- Comment #3 from AXB <ax...@gmail.com> ---
if this shows up again, please try to check if it happened after an sa-update
or some SIGHUP

Not knowing what kind of traffic this box handles ("-m 5" doesn't look like a
high traffic server)

you may want to add "--min-spare=3" for cases you hit a race condition during a
SIGHUP (works for me)

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

[Bug 6858] uninitialized value $selerr in concatenation

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

--- Comment #1 from AXB <ax...@gmail.com> ---
please provide you spamd settings.

(iirc, this is a race condition involving SIGCHILD or SIGHUP)

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

[Bug 6858] uninitialized value $selerr in concatenation

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

Toralf Förster <to...@gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |toralf.foerster@gmx.de

--- Comment #2 from Toralf Förster <to...@gmx.de> ---
(In reply to comment #1)
> please provide you spamd settings.

Well, here are the (default) gentoo configs :

tfoerste@n22 ~ $ grep -v -e '#' -e '^$' /etc/conf.d/spamd 
SPAMD_OPTS="-m 5 -c -H -L"
PIDFILE="/var/run/spamd.pid"



FWIW at the same day about 12 hours later I had have an ext4-fs (sic !) issue -
T'so was informed about that - not sure whether this is correlated to that
however.

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