We are running Apache 1.3.27 on Redhat Linux 7.3, and for some reason, Apache keeps SEGFAULT'ing every 4 - 5 days. When apache SEGFAULTS, it doesn't produce a core file, and spits out the following items in our error_log: [Thu Nov 20 11:33:56 2003] [notice] child pid 31893 exit signal Segmentation fault (11) [Thu Nov 20 11:33:58 2003] [notice] child pid 31878 exit signal Segmentation fault (11) [Thu Nov 20 11:34:10 2003] [notice] child pid 31924 exit signal Segmentation fault (11) [Thu Nov 20 11:34:12 2003] [notice] child pid 31891 exit signal Segmentation fault (11) [Thu Nov 20 11:34:13 2003] [notice] child pid 31825 exit signal Segmentation fault (11) I updated /etc/profile and /etc/init.d/functions, and changed the ulimits from "ulimit -S -c 0" to "ulimit -c unlimited." I also added "CoreDumpDirectory /free/core" to my httpd.conf. I have tried sending SIGABRT, SIGKILL and SIGSEGV signals to the apache processes, and they still refuse to dump core. Anyone have any thoughts on how to get apache to dump core? Is there a way to attach to the process with gdb and follow the intruction flow until the process dies? This would allow me to get a backtrace, and identify which module (we are only using auth_ldap and the weblogic module) is causing Apache to croak. Thanks, - Matty -- redhat-list mailing list unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list