Hide Forgot
Description of problem: Connection attempts using https fail, while http works. I get log messages such as: [Sat Feb 05 23:35:26 2011] [notice] child pid 10474 exit signal Segmentation fau lt (11) Version-Release number of selected component (if applicable): httpd-2.2.17-7.fc15.i686 How reproducible: Seems to be 100% since the upgrade to this version of the httpd package. Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
Can you get a backtrace? # echo CoreDumpDirectory /tmp > /etc/httpd/conf.d/coredump.conf # service httpd restart .... trigger bug ... # gdb /usr/sbin/httpd /tmp/core.<pid> ... (gdb) bt full
A note on the instructions, I needed to do a debug install to get a useful backtrace. I am working on that now and should have it shortly.
It looks like picking up all of the debug info needed is going to take a while. After I grabbed the first set suggested by gdb I still couldn't get a backtrace. I am grabbing an expanded set now. I'll get to test this set yet this morning, but if I end up needing more I might not finish until tomorrow.
Created attachment 478066 [details] Output from attempt to get a full backtrace Even after getting what I think is all of the debug packages installed, I am not able to get a full backtrace. This output may give you clues or may spawn additional suggestions on how to capture the needed information.
The symptom seems to have disappeared, so I am going to assume whatever was causing the problem got fixed.