Description of problem: I have noticed that httpd is segfaulting with some operations. I have seen this in two specific cases one is with trac, when it is used through the modpython option, the problem does not appear when trac is configured as a cgi. Another problem is happening in a php application that I am developing, php is also configured to work as a module. I attempted to create a coredump using the configuration directive CoreDumpDirectory" to instruct httpd to dump in the /tmp dir but no dump was placed there. What I am seeing is that the httpd closes the connection immediately after the browser sent the data to the server, after that the error log show the following line : [Sat Mar 17 16:05:36 2007] [notice] child pid 13954 exit signal Segmentation fault (11) The main message log of the system also reports this : Mar 17 16:05:35 gandalf kernel: httpd[13954]: segfault at 00007fff4cad3ff8 rip 00002aaaac7e5c6f rsp 00007fff4cad3fe0 error 6 In the trac case the problem happens all the time with any configured trac project, but in the php case it only happen with a single script, other scripts of the same project do not trigger this behavior.
Apparently my php code was getting into an infinite loop, that maybe the reason of the segfault. I still have no clue about the trac problem, if there is anyway that I could help in the diagnose of the source of the problem please ask.
Do you see similar segfaults on ia32 box? Do you see same segfaults on the latest verison of httpd and kernel? Does FC7 has same problem.
*** This bug has been marked as a duplicate of 231848 ***