>> Is it python 3 ? >> >> In such a case you should upgrade to latest 1.9.6 >> >> -- >> Roberto De Ioris >> http://unbit.it > > Yes, it is python 3.3. We just upgraded to 1.9.6 and the segfaults are > still happening and, if anything, appear to be worse for some reason, but > that could just be happenstance. > > thanks > michael >
Is it possibile some of your response headers are not encodable in latin1 ? For such a case the request should be interrupted, but uWSGI with python3 simply crashes (_sigtramp on OSX is not relevant here) I have commited a check for such situation on github, maybe it is useful for your case. Otherwise i need a longer backtrace (just add --backtrace-depth 200) -- Roberto De Ioris http://unbit.it _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
