On Mon, Jan 21, 2013 at 6:59 AM, Jean-Baptiste Quenot <[email protected]> wrote: > > Hi, FYI I tried to use uwsgi.send_to_spooler() outside of an application, > and uwsgi crashed with the following logs:
[...] > I understand this may not be a valid usecase, but perhaps reporting a proper > error message would be safer. can you provide some context? configs, code, a description of what you actually did? what do you mean "outside an application"? pretty vague stuff :( if you rebuild uwsgi with: export CFLAGS='-ggdb -O0' python2 uwsgiconfig.py --clean python2 uwsgiconfig.py --build ...then run under gdb: gdb --args ./uwsgi --ini [...] <press `r` to run> ...you can catch the segfault; then type: bt full ...to get a full backtrace with oodles of context. be sure to scrub whatever you need, then post to the list. -- C Anthony _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
