[...] > Okay, cvs HEAD, fresh build starting with extraclean, just plain > APR_POOL_DEBUG:
[...] > > Changing it to APR_POOL_DEBUG_VERBOSE && make clean && make && make install: You only have to define APR_POOL_DEBUG_VERBOSE and recompile apr_pools.c if you already have APR_POOL_DEBUG enabled. > (oh, I had to apply this patch first in order to use the > normally-commented-out define of APR_POOL_DEBUG_VERBOSE) [...] Thanks. > Here is the coredump I get (almost immediately after starting > pounding): > [...] > The only POOL DEBUG messages I get in the error_log are CLEAR (just > two, at initialization), CREATE, and DESTROY. You should see a header line and a line starting with GLOBAL on stderr aswell. > I'd expect some other flavor if the pool code noticed a problem, right? Hmmm, *thinks*, do we need to reopen file_stderr on a fork? > Thanks, > > Jeff Sander
