Steve Hay wrote: [...]
Presumably you don't really want to retract Geoff's patch, though? I'll be happy to test any ammended version of it that you can come up with if you like.
Probably we will do that temporary if we go with the release shortly, unless we figure that out soonish. The problem is that it's really hard to debug virtually, I wish I could reproduce the problem on my side. It'd make my life much easier ;)
Did you see my comment about removing the subpool part from t/t/response/TestAPR/pool.pm "fixing" it?
(http://marc.theaimsgroup.com/?l=apache-modperl-dev&m=106424373602910&w=2)
Basically, this broke:
my $p = APR::Pool->new; my $subp = $p->new; $p->destroy;
but this worked:
my $p = APR::Pool->new; $p->destroy;
Dunno if there's anything in that.
Sure I did, I just didn't start looking at it, as I didn't have a reproducable test case, besides random segfaults :( I will try to debug this shortly, but I want to get the release candidate out first.
__________________________________________________________________ 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]
