https://bz.apache.org/bugzilla/show_bug.cgi?id=64452

--- Comment #34 from Yann Ylavic <ylavic....@gmail.com> ---
OK, how strange :/

Please copy this gdb init file
(https://svn.apache.org/viewvc/httpd/httpd/trunk/.gdbinit?view=co) to your
$HOME directory (i.e. "/root" if you run gdb as root), such that gdb loads
httpd debugging scripts at startup.

Now when the breakpoint for apr_file_mktemp fires (for
"/tmp/modproxy.tmp.XXXXXX"), do "next" until the function returns to
spool_reqbody_cl and then type:

(gdb) dump_pool_and_children r->pool
[shows interesting output]
(gdb) break eor_bucket_destroy thread xxx
(gdb) continue

When the eor_bucket_destroy breakpoint fires, go "next" up to (but not
including):
            apr_pool_destroy(r->pool);
and then:
(gdb) dump_pool_and_children r->pool
[shows interesting output, to compare]

Please post the results here.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org

Reply via email to