On Fri, 7 Jun 2002, Alessandro Forghieri wrote: > mpxs_cleanup_run(void * 0x00aa8c98) line 35 + 17 bytes > run_cleanups(cleanup_t * 0x00aa8ca8) line 1937 + 13 bytes > apr_pool_destroy(apr_pool_t * 0x00aa04a0) line 747 + 12 bytes > apr_pool_clear(apr_pool_t * 0x00a8f2e0) line 707 + 12 bytes > mpm_recycle_completion_context(CompContext * 0x00a37920) line 218
hmm, are you registering a cleanup or using something that is (such as CGI.pm?). what's very odd here is that $r->pool->register_cleanup (or the compat.pm $r->register_cleanup) should be run before mpm_recycle_completion_context, which clears the per-connection pool. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]