> Another 2: > > Dec 3 12:19:10 > *** backtrace of 19073 ***# > 012discoapi uWSGI http 1(uwsgi_backtrace+0x2e) [0x45ab1e]# > 012discoapi uWSGI http 1(uwsgi_segfault+0x21) [0x45aca1]# > 012/lib/x86_64-linux-gnu/libc.so.6(+0x324f0) [0x7f73718144f0]# > 012discoapi uWSGI http 1(http_parse+0x37b) [0x48398b]# > 012discoapi uWSGI http 1(uwsgi_corerouter_loop+0x53b) [0x48069b]# > 012discoapi uWSGI http 1(gateway_respawn+0x1cc) [0x45682c]# > 012discoapi uWSGI http 1(uwsgi_master_check_gateways_death+0x57) > [0x43ddb7]# > 012discoapi uWSGI http 1(master_loop+0x695) [0x431165]# > 012discoapi uWSGI http 1(uwsgi_start+0x1205) [0x45cec5]# > 012discoapi uWSGI http 1(main+0x1dff) [0x42026f]# > 012/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xfd) > [0x7f7371800ead]# > 012discoapi uWSGI http 1() [0x4202a1]# > 012*** end of backtrace *** > > > Dec 3 12:20:32 > *** backtrace of 8855 ***# > 012discoapi uWSGI http 1(uwsgi_backtrace+0x2e) [0x45ab1e]# > 012discoapi uWSGI http 1(uwsgi_segfault+0x21) [0x45aca1]# > 012/lib/x86_64-linux-gnu/libc.so.6(+0x324f0) [0x7fdfa3a3e4f0]# > 012discoapi uWSGI http 1(http_parse+0x37b) [0x48398b]# > 012discoapi uWSGI http 1(uwsgi_corerouter_loop+0x53b) [0x48069b]# > 012discoapi uWSGI http 1(gateway_respawn+0x1cc) [0x45682c]# > 012discoapi uWSGI http 1(master_loop+0x347) [0x430e17]# > 012discoapi uWSGI http 1(uwsgi_start+0x1205) [0x45cec5]# > 012discoapi uWSGI http 1(main+0x1dff) [0x42026f]# > 012/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xfd) > [0x7fdfa3a2aead]# > 012discoapi uWSGI http 1() [0x4202a1]# > 012*** end of backtrace *** > > > I have installed these debug symbols: > > # dpkg -l |grep dbg > ii libc6-dbg:amd64 2.13-38 amd64 > Embedded GNU C Library: detached debugging symbols > ii libssl1.0.0-dbg:amd64 1.0.1e-2 amd64 > Symbol tables for libssl and libcrypto > > > But maybe I need to restart the entire uWSGI stack in order to obtain more > information regarding the libc trace? > > André >
yes because gateway and workers fork() from the master, so until you do not reload it the new symbols will not be available -- Roberto De Ioris http://unbit.it _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
