On Sat, May 05, 2007 at 11:42:23AM +0200, Joachim Zobel wrote: > I am currently trying to track down a glibc memory corruption. To do > this I tried the following (see below). This is done on prefork. > > ap_log_perror(APLOG_MARK, APLOG_DEBUG, 0, p_cur, > "xml2_free will free %x.", mem); > free(mem); > Shouldn't you use arp_pool_cleanup_*() instead of bare free? Regards.
- Child pool not usable for logging Joachim Zobel
- Re: Child pool not usable for logging Mike
- Re: Child pool not usable for logging Joachim Zobel
- Re: Child pool not usable for logging Tom Donovan
- Re: Child pool not usable for logging Joachim Zobel
- Re: Child pool not usable for logging Saju Pillai
- Re: Child pool not usable for logging Joachim Zobel
- Re: Child pool not usable for logging Sander Temme
- Re: Child pool not usable for logging Nick Kew
- Re: Child pool not usable for logging Joachim Zobel