进程完成,退出代码 -1073741819 (0xC0000005) Pycharm [英] Process finished with exit code -1073741819 (0xC0000005) Pycharm

查看:440
本文介绍了进程完成,退出代码 -1073741819 (0xC0000005) Pycharm的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我完全坚持这一点.我不断收到错误消息

I'm completly stuck on this. I keep getting error message

进程完成,退出代码 -1073741819 (0xC0000005)

Process finished with exit code -1073741819 (0xC0000005)

我在 pyqt5.6 和 qt5.6.2 上使用 pycharm,当我升级到这些版本时问题就开始了.

I'm using pycharm with pyqt5.6 and qt5.6.2 and the problem started when I upgraded to these versions.

我已经尽可能多地搜索了,但一直没有找到答案.请问有人可以帮忙吗?

I've tried searching as much as I can, but have not been able to find an answer. Can anyone help please?

推荐答案

假设您在 Windows 下运行.应用程序错误代码 0xc0000005,也称为访问冲突错误,是 Windows 用户遇到的常见问题,无论操作系统版本如何.触发应用程序错误 0xc0000005 的原因有多种.就我而言,我在 PyCharm(或 Eclipse)中运行调试模式,代码包含以下内容:

Assume you are running under Windows. Application Error code 0xc0000005, also known as Access Violation error, is a common problem experienced by Windows users, regardless of os version. There are various causes to trigger Application Error 0xc0000005. For my case, I'm running debug mode in PyCharm (or Eclipse) with code that includes the following:

from pympler import muppy
all_objects=muppy.get_objects()  # this causes pydev debugger exit with code -1073741819 (0xC0000005)

如果在非调试(运行)模式下通过 PyCharm 执行同一段代码,那就完全没问题了.在调试模式下禁用上述代码,问题已解决.

It was perfectly fine if execute the same piece of code through PyCharm in non-debug (Run) mode. Disabled the above code in debug mode, issue resolved.

环境:PyCharm 社区 2019.3、Anaconda 3、Python 3.7.3、pympler 0.7、Windows 10 Enterprise

Environment: PyCharm Community 2019.3, Anaconda 3, Python 3.7.3, pympler 0.7, Windows 10 Enterprise

这篇关于进程完成,退出代码 -1073741819 (0xC0000005) Pycharm的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆