Closed GoogleCodeExporter closed 8 years ago
The mod_wsgi daemon process is crashing, this is evident from 'exit signal
Segmentation fault (11)'. When the
daemon process crashes after headers have been sent, but prior to any response
content being sent, then you
will see a blank page.
Crashes can be caused by various shared library conflicts, or third party C
extension modules not designed to
work properly in secondary sub interpreters. Read through:
http://code.google.com/p/modwsgi/wiki/ApplicationIssues
for examples of what to look for.
Use of mod_python at same time as mod_wsgi may also be an issue. Read through:
http://code.google.com/p/modwsgi/wiki/InstallationIssues
You can try and debug problem by getting stack trace from gdb using techniques
for debugging daemon
process with gdb as described in:
http://code.google.com/p/modwsgi/wiki/DebuggingTechniques
BTW, crashing processes is covered by FAQ entry in:
http://code.google.com/p/modwsgi/wiki/FrequentlyAskedQuestions
If you can't from this come up with a solution, then post any gdb traceback you
can get here. If you have
trouble with trying to get a traceback, then take discussion over to mod_wsgi
discussion group on Google
groups.
Original comment by Graham.Dumpleton@gmail.com
on 28 Apr 2008 at 11:15
Please close this issue. expat version mismatch case.
Original comment by dalius.d...@gmail.com
on 28 Apr 2008 at 11:57
Original comment by Graham.Dumpleton@gmail.com
on 28 Apr 2008 at 12:00
Original issue reported on code.google.com by
dalius.d...@gmail.com
on 28 Apr 2008 at 9:37