Python写入数据库时​​总线错误问题

发布于 2024-11-05 20:24:51 字数 203 浏览 0 评论 0原文

每当我尝试从 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 技术交流群。

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

能怎样 2024-11-12 20:24:51

如果没有(很多)更多信息,真的很难推荐一些有用的东西。但是尝试一下:

sudo dtruss python your_python_program

您将得到很长的系统调用跟踪,这可能是找出问题所在的第一步。

It is really hard recommending something useful without (much) more informations. But try:

sudo dtruss python your_python_program

you will get a long syscall trace, what can be the 1st step to figure out what is wrong.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文