Tornado Interrupted System Call
I'm getting this error from time to time and not sure how can be debugged. Traceback (most recent call last): File '/usr/lib/python2.7/dist-packages/tornado/ioloop.py', line 662,
Solution 1:
It seems you should upgrade your version of Tornado; this bug (EINTR
returned from poll
) appears to be fixed in the latest versions.
Post a Comment for "Tornado Interrupted System Call"