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

--- Comment #28 from Yann Ylavic <ylavic....@gmail.com> ---
(In reply to Michael Haas from comment #21)
> => 2.4.43
> [...]
> Breakpoint 2, apr_file_mktemp (fp=0x7fffaa783828, template=0x7fffa40363e0
> "/tmp/modproxy.tmp.XXXXXX", flags=0, p=0x7fffa401f898) at 
> file_io/unix/mktemp.c:182
> 182                            APR_FOPEN_DELONCLOSE : flags;

I don't see how file_cleanup is not called from this point, unless the request
is not destroyed finally.

Can you (or Bernhard) add a breakpoint into ap_process_request_after_handler
from here, like this ("xxx" is the thread number as explained in comment 27):
(gdb) break ap_process_request_after_handler thread xxx
(gdb) continue

Once the ap_process_request_after_handler breakpoint is hit, please "step" in
the ap_pass_brigade call there, and then do "next" but for this line:
        return next->frec->filter_func.out_func(next, bb);
where "step" is needed to enter each filter.

Thanks.

-- 
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