https://issues.apache.org/bugzilla/show_bug.cgi?id=57268

--- Comment #1 from Yann Ylavic <[email protected]> ---
There are 2 pending patches about mpm_event possible crashes in trunk (follow
up attachements).
Can you apply those in your environment, and preferably test them separatly so
that we can determine which one (if not both) should be backported?

Otherwise, can you provide a backtrace of the crash using gdb and a core file
(http://httpd.apache.org/dev/debugging.html may help).

You will probably need to add "CoreDumpDirectory /tmp" in httpd.conf, and start
httpd with unlimited core files (ulimit -c unlimited).

Once you have got a core(.pid) file in /tmp :
$ gdb /path/to/httpd -c /tmp/core.xxxx
% gdb) thread apply all bt

Then you could provide the output here.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to