Python 2.6 使用 Apache 线程化 KeyError

发布于 2024-10-18 16:50:48 字数 423 浏览 0 评论 0原文

我正在运行 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文