os x python 2.6 总线错误
我在构建网络应用程序时遇到奇怪的 python 总线错误。
我正在 osx Snowleopart 10.6.2 中的 mac 端口使用 python 2.6。我已经完成了 python_select 之类的事情。如何弄清楚发生了什么事? 谢谢
i am getting weird python bus error when building a web app.
i am using python 2.6 from mac ports in osx snowleopart 10.6.2. i have done python_select and stuff. how to figure out what is going on?
thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这很可能是 Python 或 Web 应用程序框架中的错误。请将其报告给各自的错误跟踪器。
This is most likely a bug in Python or your web application framework. Please report it to their respective bug tracker.
我在 MacOS 10.6.8 上使用 python 2.7.1 和 2.6.1 时遇到了同样的错误。经过一年的成功工作后,问题出现了。我怀疑是系统更新的原因。我将 python 框架升级到 2.7.3,这很有帮助。
I got the same error on my MacOS 10.6.8 with both python 2.7.1 and 2.6.1. The problem appeared after a year of successful work. I suspect a system updated was the reason. I upgraded the python framework to 2.7.3 and this helped.