https://bz.apache.org/SpamAssassin/show_bug.cgi?id=8031

--- Comment #6 from Sidney Markowitz <sid...@sidney.com> ---
(In reply to Giovanni Bechis from comment #5)
> The proposed fix was just a way to better explain what's going on.
> spamd(8) starts without issues, only regression tests are failing.
> I think it may be one of recent changes to SATest.pm.
> I will investigate more.

Oh, sorry, my brain must have been fried when I read the bug report and I
thought it was from some random person running some older build and who didn't
know the difference between require and use, and I didn't notice your name.

Ok, confirm if this is before or after the commit for bug 8030 because it seems
like something related. If it happens even with the commit for bug 8030 it
might be a case that I missed. Please post the output, usi9g the same perl that
you run the tests with, of

perl -e 'print "\@INC:\n".join("\n", @INC)."\nPerl env:\n"; map {print "$_ =
$ENV{$_}\n" if (/^PERL/);} keys(%ENV)'

to show the default @INC and relevant environment variables that the patch is
supposed to be working with.

One thing to look for in this in the debug logs is if it only happens after a
SIGHUP restart, and secondly, if it only happens when spamd is starting up a
copy of itself some other way. Those are the most likely places my changes
could fail.

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

Reply via email to