This is just a warning to folks who use mod_wsgi with third party packages
including setproctitle. In a recent upgrade we started having problems
with mod_wsgi crashing during imports. Finally tracked it down to "import
setproctitle" (used by openopt, among other packages). The fix was simply
to remove the apt-get package and reinstall with easy_install or pip (sudo
apt-get remove python-setproctitle ; sudo easy_install setproctitle).
Oddly, we were using the apt-get package in latest version without problem
up until now.
The source of the bug was confusing because the behavior changed depending
on the WSGIApplicationGroup setting. With no setting, the process hung.
Setting it to {%GLOBAL} caused mod_wsgi to crash with a segmentation fault
(11).
--
You received this message because you are subscribed to the Google Groups
"modwsgi" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/modwsgi.
For more options, visit https://groups.google.com/groups/opt_out.