2009/2/16 gert <[email protected]>: > > [Sun Feb 15 22:39:22 2009] [info] mod_wsgi (pid=9850): Destroy > interpreter '127.0.0.1|/appwsgi/www/order/order.wsgi'. > [Sun Feb 15 22:39:22 2009] [info] mod_wsgi (pid=9850): Destroy > interpreter '127.0.0.1|/appwsgi/www/query/query.wsgi'. > [Sun Feb 15 22:39:22 2009] [info] mod_wsgi (pid=9850): Cleanup > interpreter ''. > [Sun Feb 15 22:39:22 2009] [info] mod_wsgi (pid=9850): Terminating > Python. > [Sun Feb 15 22:39:23 2009] [notice] child pid 9850 exit signal > Segmentation fault (11) > > some reloading bug ? > very hard to reproduce
What do you mean by reloading bug? Is this from touching the WSGI script file, or from executing 'apachectl'? If the latter, what argument. If from touching WSGI script, thus using daemon mode, then attach gdb to process as per debugging instructions in wiki and try and capture stack trace. BTW, since you are playing with multiple versions of Python and of mod_wsgi, state which versions. Remember also not to truncate the email message on replies. 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 -~----------~----~----~----~------~----~------~--~---
