MacOSX 10.9.3 is crashing after trying to debug an application using PyCharm
Hi has any of you encountered any issues with PyCharm 3.1.3 while trying to debug on MacOSX 10.9.3?
My system is crashing (several times with Kernel Panic mode) with:
Panic(cpu 0 caller 0xffffff8000cd4203): "Invalid copy parameter, copy type: 1, kernel address: 0"@/SourceCache/xnu/xnu-2422.100.13/osfmk/x86_64/copyio.c:104"
SD process name corresponding to current thread: Python
Mac OS version:
13D65
Kernel version:
Darwin Kernel Version 13.2.0: Thu Apr 17 23:03:13 PDT 2014; root:xnu-2422.100.13~1/RELEASE_X86_64
My system is crashing (several times with Kernel Panic mode) with:
Panic(cpu 0 caller 0xffffff8000cd4203): "Invalid copy parameter, copy type: 1, kernel address: 0"@/SourceCache/xnu/xnu-2422.100.13/osfmk/x86_64/copyio.c:104"
SD process name corresponding to current thread: Python
Mac OS version:
13D65
Kernel version:
Darwin Kernel Version 13.2.0: Thu Apr 17 23:03:13 PDT 2014; root:xnu-2422.100.13~1/RELEASE_X86_64
Please sign in to leave a comment.
I hit "run debug" and the machine just dies.
OS X 10.9.3 (13D65)
PyCharm CE 3.1.3, Build #PC-133.1347
JRE: 1.6.0_65-b14462-11M4609 x86_64
OS X 10.9.4
PyCharm CE and PyCharm Professional 3.4.1
JRE 1.6.0_65-616-462-11M4609 x86_64
Is there anything that I can do to help track down the problem?
(still occasionally crashing with Mavericks 10.9.4 and PyCharm 3.4.1):
Python 2.7.5 (default, Mar 9 2014, 22:15:05)
[GCC 4.2.1 Compatible Apple LLVM 5.0 (clang-500.0.68)] on darwin
situated in : /System/Library/Frameworks/Python.framework/Versions/2.7/bin/python
No this is the only time that my computer is crashing (I am running VMWare/XCode/ etc... without any issues; debugging on Xcode works fine as well, also debugging using Pycharm on top of a VMware VM Ubuntu environment works fine)