Bug 509090
Summary: | httpd.workers ends up in seg fault | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Thorsten Scherf <tscherf> |
Component: | httpd | Assignee: | Joe Orton <jorton> |
Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | 11 | CC: | 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
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 *** This bug has been marked as a duplicate of bug 502133 *** |