multithreading - Python 2.6 threading KeyError with Apache -
i'm running apache, installed using macports on os x, serve django app.
i'm getting many lines in apache error_log these:
[wed feb 23 11:35:42 2011] [error] exception keyerror: keyerror(-1606572256,) in <module 'threading' '/opt/local/library/frameworks/python.framework/versions/2.6/lib/python2.6/threading.pyc'> ignored
the server doesn't seem having noticeable problems while these errors logged, crash every requiring manual restart - may or may not related these error messages.
any ideas?
Comments
Post a Comment