On 2021-12-29 at 19:07:06 UTC-0500 (Wed, 29 Dec 2021 18:07:06 -0600)
Robert Nicholson <robert.nichol...@gmail.com>
is rumored to have said:

I just updated from 3.4.0 to 3.4.6 and the output in perl debugger when I programmatically using SA is quite noisy.

Where can I find 3.4.1 etc so I can incrementally update from 3.4.0 so I can see where the dramatic change is coming from?

https://archive.apache.org/dist/spamassassin/ has all releases.

Don't bother though, backrevving SA won't fix the noise.

When I use my script in the debugger from 3.4.0 there is no noisy output like from 3.4.6


Subroutine NetAddr::IP::STORABLE_freeze redefined at /usr/local/lib64/perl5/NetAddr/IP.pm line 365.
 at /usr/local/lib64/perl5/NetAddr/IP.pm line 365.

Subroutine NetAddr::IP::STORABLE_thaw redefined at /usr/local/lib64/perl5/NetAddr/IP.pm line 377.
 at /usr/local/lib64/perl5/NetAddr/IP.pm line 377.

That's not from SpamAssassin, that's from the Perl core itself and the non-core NetAddr::IP module. Something is loadinging NetAddr::IP more than once, possibly more than one version from more than one location.

You seem to have had the same problem when you upgraded from 3.3.0 to 3.4.0: https://lists.apache.org/thread/p9vx39mlhx1kp39kk5nv4f7r2vrtj6g0

--
Bill Cole
b...@scconsult.com or billc...@apache.org
(AKA @grumpybozo and many *@billmail.scconsult.com addresses)
Not Currently Available For Hire

Reply via email to