> I have an app that started segfaulting yesterday. In trying to find
> what's the problem is I've simplified it to this config file, and I
> still get segfaults. I did recompile uwsgi, still the same. Any idea
> what could be this?
>
> [uwsgi]
> master = true
> daemonize = %d/log/uwsgi.log
> touch-reload = %p
> threads = 2
> harakiri = 30
> socket = 127.0.0.1:4001
>
> plugin = python
>

Be sure you are not loading the python plugin from another build.

Try building a monolithic version.

-- 
Roberto De Ioris
http://unbit.it
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Reply via email to