On Sun, Dec 04, 2011 at 07:31:50PM +0400, Dmitry E. Oboukhov wrote: > >> Package: libapache2-mod-perl2 > >> Version: 2.0.5-4+b1 > > >> After upgrading perl to 5.14 mod-perl began complain: > > >> $ sudo invoke-rc.d apache2 reload > >> Reloading web server config: apache2Attempt to free unreferenced > >> scalar: SV 0x7f9c0c34e680, Perl interpreter: 0x7f9c0c1a2dd0 during > >> global destruction.
> > what code are you loading? This could be a bug in any of perl itself, > > mod_perl2, or an XS module you're using, but there isn't much chance of > > fixing it without a way to reproduce it first. > <Location / > > SetHandler perl-script > PerlHandler Plack::Handler::Apache2 > PerlSetVar psgi_app /path/to/script > </Location> Thanks, I can reproduce it with this, though the errors only show up for me in the apache2 error.log. -- Niko Tyni [email protected] -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

