Is this possibly related to https://github.com/unbit/uwsgi/issues/71 ?
I think that issues comes down from the fact that you have corerouter plugin compiled in and as a loadable plugin. base.ini profile has corerouter in embedded_plugins 2013/3/10 Guido Berhoerster <[email protected]> > When building corerouter as a plugin uwsgi segfaults when loading > it on startup, apparently uwsgi_load_plugin() is called > recursively on the corerouter plugin? See the attached backtrace, > uwsgi was started with the following commandline arguments: > --plugins=0:notfound,http,corerouter,router_static --http-socket=:8080 > Build profile is as follows: > > [uwsgi] > inherit = base > plugins = cgi, http, notfound, corerouter, router_basicauth, router_http, > router_redirect, router_rewrite, router_static, router_uwsgi > plugin_dir = plugins > debug = true > embedded_plugins = dummy > > -- > Guido Berhoerster > > _______________________________________________ > uWSGI mailing list > [email protected] > http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi > > -- Łukasz Mierzwa
_______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
