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

--- Comment #28 from Ruediger Pluem <rpl...@apache.org> ---
(In reply to Yann Ylavic from comment #26)
> If it reproduces could you please:
> 
> $ gdb /path/to/httpd -p <pid>
> (gdb) set logging on
> (gdb) set logging file /tmp/httpd-backtrace.log
> (gdb) thread apply all bt full
> 
> and attach "httpd-backtrace.log" here?
> (<pid> is the process id of the httpd child in this non-responsive state)

As it seems hard to reproduce I guess it would make sense to "save" such a
process via

gcore <pid>

in a core dump first. This would enable us to ask for further debugging steps
later if the analysis of the stacktraces creates demand for it.

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