On Sun, Oct 30, 2005 at 09:56:45AM +0000, Joe Orton wrote:
> On Sat, Oct 29, 2005 at 02:23:51PM -0700, Brian Pane wrote:
> > With fix 329484 committed, I'm now getting a clean test run of the
> > perl_framework tests with --enable-pool-debug=all
> 
> Thanks, all test runs passed last night here too.

Hmm, lots of segfaults from some manual testing though: 
ap_process_http_connection is using r after r->pool is destroyed:

...
            ap_process_request(r);

        if (ap_extended_status)
            ap_increment_counts(c->sbh, r);
...
        ap_update_child_status(c->sbh, SERVER_BUSY_KEEPALIVE, r);


joe

Reply via email to