I figured out that problem was caused by setting multithreading - when turned it off application started working.
With multithreading ON I am getting: #0 0x00007fd6f5d5d810 in ?? () from /opt/rh/python27/root/usr/ lib64/libpython2.7.so.1.0 #1 0x00007fd6f5d3ca59 in PyEval_GetGlobals () from /opt/rh/python27/root/usr/lib64/libpython2.7.so.1.0 #2 0x00007fd6f5d57453 in PyImport_Import () from /opt/rh/python27/root/usr/ lib64/libpython2.7.so.1.0 #3 0x00007fd6f5d5768c in PyImport_ImportModule () from /opt/rh/python27/root/usr/lib64/libpython2.7.so.1.0 #4 0x00007fd6f6235f84 in uwsgi_python_set_thread_name () from /usr/lib64/uwsgi/python27_plugin.so #5 0x00007fd6f6236067 in uwsgi_python_init_thread () from /usr/lib64/uwsgi/python27_plugin.so #6 0x000000000045edbe in uwsgi_setup_thread_req (core_id=3, wsgi_req=0x7fd6ef992248) at core/loop.c:103 #7 0x000000000045ee26 in simple_loop_run (arg1=0x3) at core/loop.c:122 #8 0x00007fd6f9c749d1 in start_thread () from /lib64/libpthread.so.0 #9 0x00007fd6f834d8fd in clone () from /lib64/libc.so.6 Pozdrawiam, Radosław Trojanowski 2015-02-13 10:29 GMT+01:00 Roberto De Ioris <[email protected]>: > > > Hello, > > > > I have problem with deploying Pyramid 1.5.2 application using uWSGI. > > > > My setup: > > Python 2.7.5 > > virtualenv > > Apache > > Linux > > uWSGI 2.0.9 64bit > > > > My Pyramid application works on virtualenv located at > > /www/virtual/t/trojanowski/piekarnia_wsgi. > > > > Python in virtualenv is there: > > /www/virtual/t/trojanowski/piekarnia_wsgi/bin/python > > > > uWSGI process is fired with options: > > > > home=/www/virtual/t/trojanowski/piekarnia_wsgi > > wsgi-file=/www/virtual/t/trojanowski/piekarnia_wsgi/piekarnia.wsgi > > > > Only this two options ? > > Can you paste all of them ? > > Thanks > > > > > -- > Roberto De Ioris > http://unbit.com > _______________________________________________ > uWSGI mailing list > [email protected] > http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi >
_______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
