> 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. -- Roberto De Ioris http://unbit.it _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
