No clues unfortunately, just looks like arbitrary memory corruption. Do make sure you aren't loading mod_python into same Apache.
Other than that, looks like a C extension module may be corrupting memory. What C extension modules for Python are you using? Graham On 8 December 2010 22:14, Stéphane Klein <[email protected]> wrote: > Le 08/12/2010 11:52, Graham Dumpleton a écrit : >> >> Logs show the segmentation faults I speak of: >> >> [Wed Dec 08 11:32:47 2010] [error] [client 82.231.115.1] Premature end >> of script headers: demo.wsgi, referer: http://example.com/employees/ >> [Wed Dec 08 11:32:47 2010] [notice] child pid 22620 exit signal >> Segmentation fault (11) >> >> Attach gdb to daemon process as described in: >> >> >> http://code.google.com/p/modwsgi/wiki/DebuggingTechniques#Debugging_Crashes_With_GDB >> >> enter 'cont' command so runs again and then keep firing off requests >> until it crashes. >> > > This is the debug message : > > http://pastebin.com/q9Lb72vQ > > Regards, > Stephane > -- > Stéphane Klein <[email protected]> - French > blog: http://stephane-klein.info > twitter: http://twitter.com/klein_stephane > pro: http://www.is-webdesign.com > -- 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.
