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

mod rewrite - Doing external redirect. .htaccess NS flag not working. How to achieve similar results? -

mysql - How to insert just year and month into date field? -