Bug 509090

Summary: httpd.workers ends up in seg fault
Product: [Fedora] Fedora Reporter: Thorsten Scherf <tscherf>
Component: httpdAssignee: Joe Orton <jorton>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 11CC: jorton, pahan
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-07-04 19:42:41 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Thorsten Scherf 2009-07-01 09:45:30 UTC
Description of problem:
I configured my httpd to use httpd.worker. After a restart the sever was not responsive anymore. The log was filled up with the following entries:

[Wed Jul 01 11:38:24 2009] [notice] child pid 15405 exit signal Segmentation fault (11)
...(lots of them)

Switching back to httpd.prefork doesn't help. Server is still unresponsive and produces the above error messages in the log.
 

Version-Release number of selected component (if applicable):
httpd-2.2.11-8.i586

How reproducible:
see above

Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Joe Orton 2009-07-01 10:10:11 UTC
What modules do you have installed?  Comment out HTTPD in /etc/sysconfig/httpd, and catch some core dumps:

# echo CoreDumpDirectory /tmp > /etc/httpd/conf.d/coredump.conf
# service httpd restart
...
# gdb /usr/sbin/httpd /tmp/core.xxxxx
...
(gdb) bt
(gdb) bt full

Comment 3 Thorsten Scherf 2009-07-04 19:42:41 UTC

*** This bug has been marked as a duplicate of bug 502133 ***