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?

that bug year old. update mod_wsgi.


Comments

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -