On 5 April 2011 05:31, Roberto De Ioris <[email protected]> wrote:
>
>> On 4 April 2011 22:10, Damien Churchill <[email protected]> wrote:
>>> I'm hitting an issue when running a Pyramid application using uWSGI.
>>> From the uWSGI the worker is dying due to a Python internal function
>>> error[1]. The strange thing is it doesn't happen when running the
>>> application using Paster. Everything else is the same aside from that
>>> so I was wondering if anyone would be able to give some pointers as to
>>> why this is happening and any potential work-a-rounds?
>>>
>>
>> [1] http://dpaste.com/528765/
>>
>> Forgot the link sorry.
>>
>
> Hi Damien, i need the python version, the uWSGI version and its command line.
>
> This specific error 99% of the time is triggered by a reference count error
> so its should be easy to catch and fix it.
>

Hi Roberto,

I'm getting this with Python 2.6.6 and uWSGI 2.7.1.

Command Line:
usr/bin/uwsgi-python --master --no-orphans --processes 2 --logdate
--chmod-socket=660 --uid www-data --gid www-data --show-config
--daemonize /var/log/uwsgi-python/zonedead.log --pidfile
/var/run/uwsgi-python/zonedead/pid --socket  --ini
/etc/uwsgi-python/apps-enabled/zonedead.ini

Ini File:
[uwsgi]
uid           = zonedead
gid           = www-data
master        = true
processes     = 2
;paste         = config:/srv/zonedead.com/production.ini
wsgi-file     = /srv/zonedead.com/app.wsgi
socket        = /srv/zonedead.com/run/socket
logto         = /srv/zonedead.com/log/uwsgi.log
logfile-chown = zonedead

Is there anything else I can provide to help track this down?

Regards,
Damien
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Reply via email to