Python写入数据库时总线错误问题
每当我尝试从 MySQL 写入/更新/删除时,自从安装 zlib 以来,我一直遇到总线错误问题在我的机器上。还有其他人遇到过这个问题吗?没有错误消息或任何东西。 Python 只是将总线错误打印到控制台并退出。我可以毫无问题地从数据库中读取数据。
谁能给我一些提示或指示我应该做什么?
Whenever I try to write/update/delete from MySQL I've been experiencing a bus error problem since I've installed zlib on my machine. Has anyone else experienced this problem? There's no error message or anything. Python just prints Bus error to console and quits. I can read from database without any problems though.
Could anyone give some hints or directions what I should do?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果没有(很多)更多信息,真的很难推荐一些有用的东西。但是尝试一下:
您将得到很长的系统调用跟踪,这可能是找出问题所在的第一步。
It is really hard recommending something useful without (much) more informations. But try:
you will get a long syscall trace, what can be the 1st step to figure out what is wrong.