Win10更新后Eclipse崩溃

Win10更新后Eclipse崩溃

 

 

今天中午刚更新的win10,下午打开eclipse发现点选open perspective后选择任意project都会导致直接闪退。新建project也是直接闪退。

求大佬帮助!

 

以下是日志文件的部分内容:

#

# A fatal error has been detected by the Java Runtime Environment:

#

#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x69a88e6a, pid=8548, tid=0x00001abc

#

# JRE version: Java(TM) SE Runtime Environment (8.0_191-b12) (build 1.8.0_191-b12)

# Java VM: Java HotSpot(TM) Client VM (25.191-b12 mixed mode windows-x86 )

# Problematic frame:

# C  [COMCTL32.dll+0xb8e6a]

#

# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows

#

# If you would like to submit a bug report, please visit:

#   http://bugreport.java.com/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 (0x02aae800):  JavaThread “main” [_thread_in_native, id=6844, stack(0x00400000,0x00500000)]

 

siginfo: ExceptionCode=0xc0000005, reading address 0x0000013c

 

Registers:

EAX=0x00000000, EBX=0x00000000, ECX=0x00000000, EDX=0x00000001

ESP=0x004fe3c0, EBP=0x004fe3e4, ESI=0x00000000, EDI=0x5a5fe688

EIP=0x69a88e6a, EFLAGS=0x00210246

 

Top of Stack: (sp=0x004fe3c0)

0x004fe3c0:   00000000 5a5c7f68 5a5fe688 00385800

0x004fe3d0:   00000005 00000009 004fe570 00000001

0x004fe3e0:   772a6665 004fe46c 69a8aa8e 5a5c7f68

0x004fe3f0:   00000003 00000000 0000110b 00000000

0x004fe400:   69a89fd0 00000009 0000110a 5a5c7f68

0x004fe410:   001101c4 00000001 69a89fd0 00000000

0x004fe420:   775afaa0 00000001 5a5c7c50 76f97b0a

0x004fe430:   0000113e 976fa9d6 0000110a 00000000 

 

Instructions: (pc=0x69a88e6a)

0x69a88e4a:   ff 15 60 f2 b6 69 8b d8 6a 11 81 e3 00 80 00 00

0x69a88e5a:   ff 15 60 f2 b6 69 8b c8 33 c0 81 e1 00 80 00 00

0x69a88e6a:   f6 86 3c 01 00 00 02 74 20 f6 45 10 01 74 08 85

0x69a88e7a:   db 75 0d 85 c9 75 09 39 45 10 74 0d 85 db 74 09 

 

 

Register to memory mapping:

 

EAX=0x00000000 is an unknown value

EBX=0x00000000 is an unknown value

ECX=0x00000000 is an unknown value

EDX=0x00000001 is an unknown value

ESP=0x004fe3c0 is pointing into the stack for thread: 0x02aae800

EBP=0x004fe3e4 is pointing into the stack for thread: 0x02aae800

ESI=0x00000000 is an unknown value

EDI=0x5a5fe688 is an unknown value

 

 

Stack: [0x00400000,0x00500000],  sp=0x004fe3c0,  free space=1016k

Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)

C  [COMCTL32.dll+0xb8e6a]

C  [COMCTL32.dll+0xbaa8e]

C  [USER32.dll+0x3bf1b]

C  [USER32.dll+0x383ea]

C  [USER32.dll+0x17afd]

C  [swt-win32-4919.dll+0x2054]

J 2122  org.eclipse.swt.internal.win32.OS.CallWindowProcW(IIIII)I (0 bytes) @ 0x02ec327a [0x02ec31e0+0x9a]

J 2121 C1 org.eclipse.swt.internal.win32.OS.CallWindowProc(IIIII)I (20 bytes) @ 0x02ec2fe8 [0x02ec2fc0+0x28]

j  org.eclipse.swt.widgets.Tree.callWindowProc(IIII)I+580

J 2116 C1 org.eclipse.swt.widgets.Control.windowProc(IIII)I (1930 bytes) @ 0x02ebf694 [0x02ebe560+0x1134]

j  org.eclipse.swt.widgets.Tree.windowProc(IIII)I+1650

J 2107 C1 org.eclipse.swt.widgets.Display.windowProc(IIII)I (99 bytes) @ 0x02eb8b70 [0x02eb8a40+0x130]

v  ~StubRoutines::call_stub

V  [jvm.dll+0x15c315]

V  [jvm.dll+0x223ece]

V  [jvm.dll+0x15c3ae]

V  [jvm.dll+0xddd5b]

V  [jvm.dll+0xdfb9c]

C  [swt-win32-4919.dll+0x14b1]

 

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)

这里省略一些……

 

VM Arguments:

jvm_args: -Dosgi.requiredJavaVersion=1.8 -Dosgi.instance.area.default=@user.home/eclipse-workspace -XX:+UseG1GC -XX:+UseStringDeduplication -Dosgi.requiredJavaVersion=1.8 -Dosgi.dataAreaRequiresExplicitInit=true -Xms256m -Xmx1024m -Declipse.p2.max.threads=10 -Doomph.update.url=http://download.eclipse.org/oomph/updates/milestone/latest -Doomph.redirection.index.redirection=index:/->http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/ 

java_command: <unknown>

java_class_path (initial): D:Java IDEeclipse\plugins/org.eclipse.equinox.launcher_1.5.100.v20180827-1352.jar

Launcher Type: generic

 

Environment Variables:

JAVA_HOME=C:Javajdk1.8.0_181

CLASSPATH=.;C:Javajdk1.8.0_181lib;C:Javajdk1.8.0_181libdt.jar;C:Javajdk1.8.0_181libtools.jar

PATH=C:/Program Files (x86)/Java/jre1.8.0_191/bin/client;C:/Program Files (x86)/Java/jre1.8.0_191/bin;C:/Program Files (x86)/Java/jre1.8.0_191/lib/i386;D:Anaconda;D:AnacondaLibrarymingw-w64bin;D:AnacondaLibraryusrbin;D:AnacondaLibrarybin;D:AnacondaScripts;C:Program Files (x86)Common FilesOracleJavajavapath;C:Program FilesNVIDIA GPU Computing ToolkitCUDAv8.0bin;C:Program FilesNVIDIA GPU Computing ToolkitCUDAv8.0libnvvp;C:Program Files (x86)InteliCLS Client;C:Program FilesInteliCLS Client;C:Windowssystem32;C:Windows;C:WindowsSystem32Wbem;C:WindowsSystem32WindowsPowerShellv1.0;C:Program Files (x86)IntelIntel(R) Management Engine ComponentsDAL;C:Program FilesIntelIntel(R) Management Engine ComponentsDAL;C:Program Files (x86)IntelIntel(R) Management Engine ComponentsIPT;C:Program FilesIntelIntel(R) Management Engine ComponentsIPT;C:Program Files (x86)NVIDIA CorporationPhysXCommon;C:Program Files (x86)Windows Kits8.1Windows Performance Toolkit;C:WINDOWSsystem32;C:WINDOWS;C:WINDOWSSystem32Wbem;C:WINDOWSSystem32WindowsPowerShellv1.0;D:OpenCVopencvbuildx64vc14bin;C:WINDOWSsystem32;C:WINDOWS;C:WINDOWSSystem32Wbem;C:WINDOWSSystem32WindowsPowerShellv1.0;C:WINDOWSSystem32OpenSSH;D:MatLabMatLabruntimewin64;D:MatLabMatLabbin;C:Javajdk1.8.0_181bin;C:Javajdk1.8.0_181jrebin;C:Python27;C:Program FilesIntelWiFibin;C:Program FilesCommon FilesIntelWirelessCommon;%USERPROFILE%AppDataLocalMicrosoftWindowsApps;;d:modelsimwin32;D:ModelSimwin64;C:Usershechang1999DesktopAll专业软件;

USERNAME=hechang1999

OS=Windows_NT

PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 158 Stepping 9, GenuineIntel

 

 

 

—————  S Y S T E M  —————

 

OS: Windows 10.0 , 64 bit Build 17134 (10.0.17134.1)

 

CPU:total 8 (initial active 8) (4 cores per cpu, 2 threads per core) family 6 model 158 stepping 9, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, avx2, aes, clmul, erms, 3dnowpref, lzcnt, ht, tsc, tscinvbit, bmi1, bmi2, adx

 

Memory: 4k page, physical 12441556k(7193488k free), swap 15849428k(8522012k free)

 

vm_info: Java HotSpot(TM) Client VM (25.191-b12) for windows-x86 JRE (1.8.0_191-b12), built on Oct  6 2018 08:34:23 by “java_re” with MS VC++ 10.0 (VS2010)

 

time: Sat Jun 08 18:05:53 2019

elapsed time: 32 seconds (0d 0h 0m 32s)

 

——

 

重装了JRE,问题解决

 

评论

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注