# # A fatal error has been detected by the Java Runtime Environment: # # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x30bf30df, pid=7064, tid=9824 # # JRE version: 6.0_34-b04 # Java VM: Java HotSpot(TM) Client VM (20.9-b04 mixed mode, sharing windows-x86 ) # Problematic frame: # C 0x30bf30df # # If you would like to submit a bug report, please visit: # http://java.sun.com/webapps/bugreport/crash.jsp # The crash happened outside the Java Virtual Machine in native code. # See problematic frame for where to report the bug. #
--------------- T H R E A D ---------------
Current thread (0x01b09800): JavaThread "main" [_thread_in_native, id=9824, stack(0x001a0000,0x001f0000)]
siginfo: ExceptionCode=0xc0000005, reading address 0x30bf30df
Registers: EAX=0x30bf30df, EBX=0x00000000, ECX=0x3c257308, EDX=0x72f3008a ESP=0x001ee098, EBP=0x001ee0b0, ESI=0x06be93d0, EDI=0x00000000 EIP=0x30bf30df, EFLAGS=0x00010283
Top of Stack: (sp=0x001ee098) 0x001ee098: 72d449bc 00000000 06caee68 00000000 0x001ee0a8: 00000000 00000000 00000000 72dd3990 0x001ee0b8: 00000000 9a0f7df4 06caee68 00000000 0x001ee0c8: 001ee0f8 72f0f6be ffffffff 72dd37be 0x001ee0d8: 00000000 9a0f7dd4 001ee178 001ee134 0x001ee0e8: c000000f c000000f 00000000 9a0f7dd8 0x001ee0f8: 001ee124 72f0f71e ffffffff 72dd3296 0x001ee108: c000000f 9a0f7c24 001d0890 c000000f
----------------------------------------------------------------------------------------------------
以上错误发生在:当按住Ctrl点击某个方法或者类,意图:open Declaration或者open implementation的时候,MyEclipse就会瞬间消失无影踪~
我机器的环境:jdk1.6.0_34
MyEclipse2013,tomcat7
解决所做的修改:
1. 网上都说动这个,我动了:使用自己安装的JDK
-vm
C:\Program Files\Java\jdk1.6.0_34\bin\javaw.exe
2.网上说将“\”改为“/”我也改了
3.网上说将MyEclipse移动到没有中文存在的目录中,我也移动了
4.感觉差不多了,最后我将Google输入法删除了,重启了机器,ok!
多次的MyEclipse崩溃我发现,很多次,崩溃之后Google输入法也连带的弹出错误窗口,所以我将这家伙也删掉了!
======================
试一试,congratulation!
MyEclipse崩溃,A fatal error has been detected by the Java Runtime Environment,布布扣,bubuko.com
MyEclipse崩溃,A fatal error has been detected by the Java Runtime Environment