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=17631>. 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=17631 child pid exit signal Segementation Fault (11) when using basic authentication ------- Additional Comments From [EMAIL PROTECTED] 2003-03-12 10:30 ------- What would be helpful would be a backtrace from the segfault. If this is Linux 2.4 kernel, you'll probably need to start Apache as non-root in order to get coredumps. With a coredump, do this gdb /path/to/httpd /path/to/core (gdb) where [save this output] If that isn't easy, attach to a child with gdb, and when gdb sees the SIGSEGV do "where" to get a backtrace. gdb /path/to/httpd processid (gdb) cont [wait for SIGSEGV] (gdb) where [save this output] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
