> Last update, after downgrading to newrelic-1.1.0.192 this (so far) made > the > bug disappear - and I have forwarded all this to their support guys to > hopefully get it fixed. > > Roberto - if possible, could we make uWSGI show the full traceback for > problems like this in the future, rather than just a single line of debug? > (it took about an hour of looking through every __iter__() method to find > this problem lol). > > Thanks!
Not tested, but if i remember correctly you can set it with import sys sys.tracebacklimit = N where N is the depth. So basically you get the Popen on thread bug, only in newrelic ? Or you get it everytime ? -- Roberto De Ioris http://unbit.it _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
