On Fri, 29 Mar 2002, Brian Pane wrote: > Does the rest of *h look valid? (That could help us differentiate memory > corruption from some code path that just forgot to set h->free_func.)
(gdb) p *h
$1 = {refcount = {refcount = 0},
base = 0x824f568 "mod_include test(\026/@\021", alloc_len = 16,
free_func = 0}
(gdb) p h
$2 = (apr_bucket_heap *) 0x824f5f0
i checked in a test early this morning that triggers the bug,
t/modules/include2.t
t/php/virtual.t also has the same problem.
