Pycharm Debugger Process finished with exit code -1073741819 (0xC0000005)

已回答

Hi pycharm community,

My PyCharm debugger never worked properly on my win10. It started with "pydev debugger: process **** is connecting"

and PyCharm showed waiting for connection for a few seconds, then it came with "Process finished with exit code -1073741819 (0xC0000005)"

I've tried update the PyCharm, and it didn't work.

here are a few snapshots on my PyCharm configuration
I upload my idea.log through web form named "Pycharm Debugger Process finished with exit code -1073741819 (0xC0000005)_idea.log (130 kb)"

any idea would be a huge help.

6

Hi! Which Python interpreter are you using?

1
Avatar
Permanently deleted user

Thanks for replying! I use Python 3.6

0
Avatar
Permanently deleted user

I am having exactly the same error. Have you solved it?

0
Avatar
Permanently deleted user

Getting same error. python 3.6 in windows.

0
Avatar
Permanently deleted user

solved the issue by:

1. updating pyqt

2. updating numpy

1

Hi, I am experiencing the same issue using Python 3.6 and Pycharm 2018.1.4 on a Windows 7 installation. Based on the limited testing I have done the issue seems to be related with importing certain modules. So far I have experienced this exit code when importing "pandas" or "plotly". By not importing either of the aforementioned packages prevents the forced exit on my rig.

0
Avatar
Permanently deleted user

I solved the issue by removing sid.pyd from Lib\site-packages 

0

请先登录再写评论。