Eclipse+PyDev崩溃

Eclipse+PyDev崩溃,eclipse,crash,pydev,Eclipse,Crash,Pydev,我使用Eclipse IDE为Java开发人员开发开普勒版本2Build id:20140224-0627,并在virtualenv下使用PyDev 3.5。 但是当我尝试新建python包或.py文件时。它坠毁了。。。。 资料如下: *sys-package-mgr*: processing new jar, '/chimerahomes/jingtao/eclipse/plugins/org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar'

我使用Eclipse IDE为Java开发人员开发开普勒版本2Build id:20140224-0627,并在virtualenv下使用PyDev 3.5。 但是当我尝试新建python包或.py文件时。它坠毁了。。。。 资料如下:

*sys-package-mgr*: processing new jar, '/chimerahomes/jingtao/eclipse/plugins/org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar'
*sys-package-mgr*: processing new jar, '/usr/lib/jvm/java-1.7.0-oracle-1.7.0.55.x86_64/jre/lib/resources.jar'
*sys-package-mgr*: processing new jar, '/usr/lib/jvm/java-1.7.0-oracle-1.7.0.55.x86_64/jre/lib/rt.jar'
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x0000000000000000, pid=7059, tid=47524454697280
#
# JRE version: Java(TM) SE Runtime Environment (7.0_55-b13) (build 1.7.0_55-b13)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (24.55-b03 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# C  0x0000000000000000
#
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.sun.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#

这似乎是java本身的一个bug,即:PyDev没有编译的源代码,只有纯java——尽管它也可能在Eclipse中

我的建议是尝试使用不同的Java7/8VM


或者,您也可以在LiClipse:上试用,它附带了一个捆绑的jvm—唯一的问题是,如果您也在使用java,您可能希望在其上安装JDT。

谢谢您的回答。我用python重置了virtualenv,现在没有错误。@Jingtao你能再指定一点吗?我有同样的错误,我想解决它。另外,我想知道您是否为JVM或PyDev安排了错误报告,因为在我看来,SIGSEGV不应该出现在那里。