Python 2.6 使用 Apache 线程化 KeyError
我正在运行 Apache(在 OS X 上使用 macports 安装)来为 Django 应用程序提供服务。
我在 Apache error_log 中收到许多行,如下所示:
[Wed Feb 23 11:35:42 2011] [error] Exception KeyError: KeyError(-1606572256,) in <module 'threading' from '/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/threading.pyc'> ignored
在记录这些错误时,服务器似乎没有明显的问题,但它确实经常崩溃,需要手动重新启动 - 这可能与也可能无关这些错误消息。
有什么想法吗?
I'm running Apache, installed using macports on OS X, to serve a Django app.
I'm getting many lines in the Apache error_log like these:
[Wed Feb 23 11:35:42 2011] [error] Exception KeyError: KeyError(-1606572256,) in <module 'threading' from '/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/threading.pyc'> ignored
The server doesn't seem to be having noticeable problems while these errors are logged, but it does crash every so often requiring a manual restart - which may or may not be related to these error messages.
Any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
该错误已存在近一年了。更新 mod_wsgi。
That bug is almost a year old. Update mod_wsgi.