The messages: On 17 January 2013 03:52, Senthilkumar eswaren < [email protected]> wrote:
> [Tue Jan 15 23:12:12 2013] [error] [client 172.19.17.82] Premature end of > script headers: runserver.wsgi > [Tue Jan 15 23:12:13 2013] [notice] child pid 31301 exit signal > Segmentation fault (11) > suggest that the daemon process is crashing. If the issue is reproducible, go back and follow again the procedure listed in: http://code.google.com/p/modwsgi/wiki/DebuggingTechniques and this time follow what it says more closely. Specifically, attach to daemon process with gdb. Enter 'cont' so daemon process starts executing again. Do requests until process crashes. This should throw you back to the gdb prompt. Then enter 'bt'. Also after than enter 'thread apply all bt'. IOW, it doesn't look like you resumed the daemon process and ran requests until it crashed. Graham -- 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.
