> I noticed the "py-auto-reload-ignore" option today and was trying to get
> it
> to work.  However, when I tried to use it I get the following repeated
> over
> and over again:
>
> !!! uWSGI process 10145 got Segmentation Fault !!!
> *** backtrace of 10145 ***
> /sites/metrics_dev/env/bin/uwsgi(uwsgi_backtrace+0x2e) [0x48414e]
> /sites/metrics_dev/env/bin/uwsgi(uwsgi_segfault+0x21) [0x4842d1]
> /lib/x86_64-linux-gnu/libc.so.6(+0x321e0) [0x7f84bc50b1e0]
> /lib/x86_64-linux-gnu/libc.so.6(+0x11405a) [0x7f84bc5ed05a]
> /sites/metrics_dev/env/bin/uwsgi(uwsgi_python_autoreloader_thread+0xcd)
> [0x49a36d]
> /lib/x86_64-linux-gnu/libpthread.so.0(+0x6b50) [0x7f84bdbd7b50]
> /lib/x86_64-linux-gnu/libc.so.6(clone+0x6d) [0x7f84bc5b57bd]
> *** end of backtrace ***
> DAMN ! worker 1 (pid: 10145) died, killed by signal 11 :( trying respawn
> ...
>
> The setting is being done in an ini file with the following value:
>
> py-auto-reload-ignore = mainserver.ap_server
>
> I'm not really sure the proper syntax for this option, but as it mentions
> "module" I tried using the python import syntax for specifying a module.
>
>

It is the name of the module like written in sys.modules.

The segfault is a bit strange, can you report your full config (with
--show-config) and the startup logs ?

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

Reply via email to