> root@host:/opt/uwsgi2/uwsgi# ./uwsgi --xml /srv/production/uwsgi.xml
> SYSNAME: Linux
> NODENAME: li229-225
> RELEASE: 2.6.39-x86_64-linode18
> VERSION: #3 SMP Fri May 27 20:03:50 UTC 2011
> MACHINE: x86_64
> tmp = /
> [uWSGI] parsing config file /srv/production/uwsgi.xml
> i = 9 0xcb1dd0
> i = 8 0xcb31b0
> i = 7 0xcb3190
> i = 6 0xcb3170
> i = 5 0xcb3150
> i = 4 0xcb30f0
> i = 3 0xcb1ad0
> i = 2 0xcb30d0
> i = 1 0xcb5c70
> i = 0 0xcb1af0
> *** Starting uWSGI 0.9.8 (64bit) on [Fri Jun 24 05:16:59 2011] ***
> ***
> *** You are running a DEBUG version of uWSGI, please disable debug in
> your build profile and recompile it ***
> ***
> compiled with version: 4.4.5 on 24 June 2011 05:13:53
> setgid() to 1001
> setuid() to 1001
> your memory page size is 4096 bytes
> allocated 9440 bytes (9 KB) for 10 cores per worker.
> uwsgi socket 0 bound to TCP address 127.0.0.1:9001 fd 3
> Python version: 2.6.6 (r266:84292, Dec 26 2010, 22:48:11)  [GCC 4.4.5]
> Python main interpreter initialized at 0xcc4480
> threads support enabled
> [uWSGI DEBUG] uwsgi socket 255 SO_RCVBUF size: 87380
> [uWSGI DEBUG] uwsgi socket 255 SO_SNDBUF size: 16384
> your server socket listen backlog is limited to 100 connections
> *** Operational MODE: preforking+threaded ***
> added /srv/production/ to pythonpath.
> found a multiapp module...
> main mountpoint =
> -- WSGI callable detected --
> WSGI application 0 (SCRIPT_NAME=) ready on interpreter 0xcc4480 pid:
> 26663 (default app)
> searching for login in  0x11eb320
> -- WSGI callable detected --
> Segmentation fault
> root@host:/opt/uwsgi2/uwsgi# cat /srv/production/uwsgi.xml
> <uwsgi>
>         <socket>127.0.0.1:9001</socket>
>         <uid>uwsgiProduction</uid>
>         <gid>productionServer</gid>
>         <processes>4</processes>
>         <threads>10</threads>
>         <touch-reload>/srv/production/reload</touch-reload>
>         <enable-threads />
>         <pythonpath>/srv/production/</pythonpath>
>         <module>server</module>
> </uwsgi>
> root@host:/opt/uwsgi2/uwsgi#
>
> -Schmidty
> _______________________________________________
> uWSGI mailing list
> [email protected]
> http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
>


Just applied a patch of 4 days ago (sorry guys, probably i will never stop
blasting europython wi-fi guys for their bad work) :)

It should fix the loading of multiple apps in threading mode.

Let me know if it works.

Just two patch to commit then i can finally release 0.9.8.1

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

Reply via email to