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-19 23:32 -------
Use the CoreDumpDirectory directive and specify a directory that is writable by
the Apache child processes and has sufficient disk space.

See 
http://httpd.apache.org/docs-2.0/mod/mpm_common.html#coredumpdirectory
for exact details of this directive.

After you get a core dump, use 

  gdb /path/to/httpd /path/to/core
  (gdb) where
   <backtrace displayed here by gdb>
  (gdb) quit

to get a backtrace.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to