What Apache and Python versions? Definitely not still loading mod_python into same Apache?
Is it the whole of Apache that is crashing, or just mod_wsgi daemon process? If need to get a stack trace, would need to follow steps in: http://code.google.com/p/modwsgi/wiki/DebuggingTechniques#Debugging_Crashes_With_GDB and run httpd up under gdb with the -X option. Graham On 2 December 2011 12:58, Drew Yeaton <[email protected]> wrote: > I'm attempting to run mod_wsgi 4.0 (that I've compiled from the repo) > and it appears to be failing due to a segfault. The compile process > appeared to be fine, it's only when I start Apache do I have the > issue. I'm getting the following message in my logs: > > apache2[1099]: segfault at 3 rip 3 rsp 4147d078 error 14 > > Thanks! > > -- > You received this message because you are subscribed to the Google Groups > "modwsgi" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/modwsgi?hl=en. > -- You received this message because you are subscribed to the Google Groups "modwsgi" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/modwsgi?hl=en.
