Bug 50311

Summary: CoreDumpDirectory created inside other directories than configured
Product: Apache httpd-2 Reporter: fx <fuxa_kos>
Component: CoreAssignee: Apache HTTPD Bugs Mailing List <bugs>
Status: RESOLVED WORKSFORME    
Severity: normal    
Priority: P2    
Version: 2.2.16   
Target Milestone: ---   
Hardware: Other   
OS: Linux   

Description fx 2010-11-22 05:05:22 UTC
settings in httpd.conf
CoreDumpDirectory /tmp

permissions for /tmp are ok
drwxrwxrwt   5 root  root   4096 Nov 22 10:50 /tmp

virtual hosts are in /srv/... dir tree.

I have no core dump in /tmp, but lot of core dumps (hundred per week) inside individual DocumentRoot belongs to VirtualHost's.

CentOS release 5.5 (Final)
Linux ww6 2.6.18-194.11.4.el5 #1 SMP Tue Sep 21 05:04:09 EDT 2010 x86_64 x86_64 x86_64 GNU/Linux
Apache runs with php5_module 5.2.14.

./configure --prefix=/usr/local/apache2216 --sysconfdir=/etc/apache --disable-actions --disable-asis --disable-cgi --disable-cgid --disable-charset-lite --disable-filter --disable-imap --disable-include --disable-negotiation --disable-userdir --enable-mods-shared=all --enable-ssl --enable-deflate --enable-rewrite --enable-dav --enable-dav-fs --enable-dav-lock

few lines from error_log
[Mon Nov 22 09:23:41 2010] [notice] child pid 26657 exit signal Segmentation fault (11), possible coredump in /tmp
[Mon Nov 22 09:23:42 2010] [notice] child pid 25595 exit signal Segmentation fault (11), possible coredump in /tmp
[Mon Nov 22 09:29:14 2010] [notice] child pid 402 exit signal Segmentation fault (11), possible coredump in /tmp
[Mon Nov 22 09:29:15 2010] [notice] child pid 3256 exit signal Segmentation fault (11), possible coredump in /tmp
[Mon Nov 22 09:29:15 2010] [notice] child pid 18360 exit signal Segmentation fault (11), possible coredump in /tmp
[Mon Nov 22 09:41:37 2010] [notice] child pid 16951 exit signal Segmentation fault (11), possible coredump in /tmp
[Mon Nov 22 09:41:37 2010] [notice] child pid 15404 exit signal Segmentation fault (11), possible coredump in /tmp
[Mon Nov 22 09:41:37 2010] [notice] child pid 15410 exit signal Segmentation fault (11), possible coredump in /tmp
[Mon Nov 22 09:41:38 2010] [notice] child pid 32370 exit signal Segmentation fault (11), possible coredump in /tmp
Comment 1 Eric Covener 2014-01-19 18:56:33 UTC
Resolving as WORKSFORSOME, cores not necessarily httpd, system configuration unclear, no folloups, and symptom not reported elsewhere.