Il giorno 03/set/2012, alle ore 13:13, André Cruz <[email protected]> ha scritto:
> On Sep 3, 2012, at 12:05 PM, Riccardo Magliocchetti > <[email protected]> wrote: > >> Il 03/09/2012 12:43, André Cruz ha scritto: >>> Hello Roberto. >>> >>> I'm catching a segfault at startup: >>> >> [snip] >>> your server socket listen backlog is limited to 4096 connections >>> !!! uWSGI process 23514 got Segmentation Fault !!! >>> *** backtrace of 23514 *** >>> /home/andre.cruz/uwsgi/uwsgi(uwsgi_backtrace+0x25) [0x43f945] >>> /home/andre.cruz/uwsgi/uwsgi(uwsgi_segfault+0x21) [0x43fa21] >>> /lib/x86_64-linux-gnu/libc.so.6(+0x324f0) [0x7faf10f054f0] >>> /lib/x86_64-linux-gnu/libc.so.6(+0x82810) [0x7faf10f55810] >>> /home/andre.cruz/uwsgi/uwsgi(uwsgi_calloc_shared+0x26) [0x4198b6] >>> /home/andre.cruz/uwsgi/uwsgi(uwsgi_setup_workers+0xda) [0x4347ca] >>> /home/andre.cruz/uwsgi/uwsgi(uwsgi_start+0x83c) [0x43e4ec] >>> /home/andre.cruz/uwsgi/uwsgi(main+0xe14) [0x4421f4] >>> /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xfd) [0x7faf10ef1ead] >>> /home/andre.cruz/uwsgi/uwsgi() [0x417839] >>> *** end of backtrace *** >> >> Do you seen mmap error with this patch? > > mmap(): Cannot allocate memory [core/utils.c line 3137] > > Yep. > > André > > Can you retry with the latest tip ? There is a limit in the number of mmap()-able areas. I have modified the code to join them. -- Roberto De Ioris http://unbit.it JID: [email protected] _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
