On 02/13/2006 04:37 PM, Joe Orton wrote: > On Sat, Feb 11, 2006 at 08:57:14PM -0000, [EMAIL PROTECTED] wrote: > > > > This change (I think) is triggering the bad pool ancestry abort() in the > tables code: the proxy tests in the test suite are all dumping core in > APR_POOL_DEBUG builds since yesterday. Here's a sample backtrace:
Thanks for spotting this. You are correct: I used the wrong pool. p is actually the connection pool whereas the key / value pairs in r->headers_in get created from r->pool which lives shorter than the connection pool. Hopefully fixed by r377525. Could you please give it a try again? Regards RĂ¼diger
