Steve Hay wrote:
[...]

OK, I found it: It's the section commented "### $p->clear ###". In fact, if I reduce the handler in t/response/TestAPR/pool.pm to just this:

sub handler {
    my $r = shift;

    plan $r, tests => 7;

    ### $p->clear ###
    {
        my ($pp, $sp) = both_pools_create_ok($r);
        $pp->clear;
        both_pools_destroy_ok($r);
        $pp->destroy;
    }

    Apache::OK;
}

then it still causes compat/send_fd.t to fail.

But if I then comment-out the line "$pp->destroy", then compat/send_fd.t now succeeds.

Great, Thanks Steve. As this is a not very important method at the moment and since I can't reproduce the problem myself, I have just commented it out for now and logged the issue. Will come back to it some time later, unless someone else looks into it and resolves it.


--
__________________________________________________________________
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