On Mon, Feb 27, 2006 at 12:55:47AM -0800, Justin Erenkrantz wrote:
> But, in the eor_bucket_destroy, it tries to clear the request pool.  By the
> time we get here though, apr's already killed off our sub pools - including
> the request pool.  Oops.

Parting shot that would 'mask' this issue: register a cleanup on the
request pool associated with the eor_bucket that will unregister/deactivate
the eor_bucket's cleanup routine when its brigade later goes away and EOR's
destroy is called.

It's very hacky...but so are EOR buckets.  -- justin

Reply via email to