DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14692>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14692 apache child pid exit signal Segmentation fault (11) ------- Additional Comments From [EMAIL PROTECTED] 2002-11-20 12:18 ------- Wow, I'm not accustomed to having problems getting core dumps with non-threaded programs on Linux :( Here is an uglier way to get a backtrace... apachectl stop (if not already stopped) gdb /path/to/httpd (gdb) r -DONE_PROCESS let it run until it segfaults; hopefully it will still segfault in this mode, at which point gdb will regain control (gdb) where If this doesn't work, the next step would be to comment out the LoadModule directives for various modules and see if a module is segfaulting and which one it is. You might open a PR with RedHat too since it appears that you are using RedHat's build of Apache. Surely they would understand any nuances of getting core dumps with the kernel they ship. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
