Bug 509090 - httpd.workers ends up in seg fault
Summary: httpd.workers ends up in seg fault
Keywords:
Status: CLOSED DUPLICATE of bug 502133
Alias: None
Product: Fedora
Classification: Fedora
Component: httpd
Version: 11
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Joe Orton
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-07-01 09:45 UTC by Thorsten Scherf
Modified: 2009-07-04 19:42 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2009-07-04 19:42:41 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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 ***


Note You need to log in before you can comment on or make changes to this bug.