Stas Bekman wrote:
I'm hunting down those numerous mysterious leak reports we have at the shutdown under threaded mpm. One of them is easily reproduced with the following minimal config file:

PerlModule Apache2
<Perl >
sub foo { }
</Perl>

This is unfortunately a bug in perl. The rest is explained in the bug report below.

So we may need to revert this change:


Added test to ensure <Perl> sections can have things like %Location
tied [Gozer]

or rework it so perl doesn't report leaks, as it's really bad to have these leaks reported. I first thougt it was a leak from my recent revamp of the END blocks, wasting tons of time, just to realize that it wasn't my change :(

Philippe, did you by chance watch the error log when testing that change? I guess you did, but not with the worker/threaded mpm. :)

my bug report still didn't make it to p5p. But even when it does I doubt anybody is going to look at it. threads support is pretty dead at the moment at p5p.

__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to