Java Eclipse crashes when using WindowBuilder

0

Whenever I'm using the windowbuilder of java eclipse it suddenly crashes and it gives a txt file entitled hs_err_pid13260

this is the message of the txt file

Please send help I don't know what to do.

i'm using Eclipse 2019-09

I need help to fix this and sorry I can't read the error message properly, but please help me

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007ff984f7aca8, pid=13260, tid=0x0000000000001348
#
# JRE version: Java(TM) SE Runtime Environment (8.0_221-b11) (build 1.8.0_221-b11)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.221-b11 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# C  [MSCTF.dll+0x2aca8]
#
# 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 (0x00000000034f1000):  JavaThread "main" [_thread_in_native, id=4936, stack(0x0000000001200000,0x0000000001300000)]

siginfo: ExceptionCode=0xc0000005, reading address 0x0000000000000020

Registers:
RAX=0x0000000000000000, RBX=0x00000000222f65a0, RCX=0x00000000222f0200, RDX=0x0000000000000002
RSP=0x00000000012fdb60, RBP=0x0000000000000000, RSI=0x0000000000000000, RDI=0x0000000040000000
R8 =0x00000000222f17e0, R9 =0x0000000000000000, R10=0x0000000001c64940, R11=0x0000000000000000
R12=0x00000000ffffffff, R13=0x0000000000000000, R14=0x0000000000000000, R15=0x0000000000000000
RIP=0x00007ff984f7aca8, EFLAGS=0x0000000000010206

Top of Stack: (sp=0x00000000012fdb60)
0x00000000012fdb60:   00000000036e08da 00000000012fe2e8
0x00000000012fdb70:   0000000027a61010 0000000000000001
0x00000000012fdb80:   0000000027a61430 0000000000000000
0x00000000012fdbe0:   00000000222f65d8 00007ff984f7a6cd
0x00000000012fdbf0:   0000000000000000 0000000000000002
0x00000000012fdc00:   0000000000000000 0000000000000000
0x00000000012fdc10:   0000000000000000 0000000000000000
0x00000000012fdc20:   0000000000000000 0000000000000000
0x00000000012fdc30:   0000000000000000 0000000033461bd8
0x00000000012fdc40:   0000000000000013 000000002231c4e0
0x00000000012fdc50:   00000000000e0a86 00000000012fddc0     

Register to memory mapping:

RAX=0x0000000000000000 is an unknown value
RBX=0x00000000222f65a0 is an unknown value
RCX=0x00000000222f0200 is an unknown value
RDX=0x0000000000000002 is an unknown value
RSP=0x00000000012fdb60 is pointing into the stack for thread: 0x00000000034f1000
RBP=0x0000000000000000 is an unknown value
RSI=0x0000000000000000 is an unknown value
RDI=0x0000000040000000 is an unknown value
R8 =0x00000000222f17e0 is an unknown value
R9 =0x0000000000000000 is an unknown value
R10=0x0000000001c64940 is an unknown value
R11=0x0000000000000000 is an unknown value
R12=
[error occurred during error reporting (printing register info), id 0xc0000005]

Stack: [0x0000000001200000,0x0000000001300000],  sp=0x00000000012fdb60,  free space=1014k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
J 9554  org.eclipse.swt.internal.win32.OS.DispatchMessage(Lorg/eclipse/swt/internal/win32/MSG;)J (0 bytes) @ 0x0000000005216692 [0x0000000005216640+0x52]
J 19527 C2 org.eclipse.swt.widgets.Display.readAndDispatch()Z (94 bytes) @ 0x0000000004ddcc10 [0x0000000004ddca60+0x1b0]
j  org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run()V+564
j  org.eclipse.core.databinding.observable.Realm.runWithDefault(Lorg/eclipse/core/databinding/observable/Realm;Ljava/lang/Runnable;)V+12
j  org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(Lorg/eclipse/e4/ui/model/application/MApplicationElement;Lorg/eclipse/e4/core/contexts/IEclipseContext;)Ljava/lang/Object;+57
j  org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(Lorg/eclipse/e4/ui/model/application/MApplicationElement;)V+20
j  org.eclipse.ui.internal.Workbench.lambda$3(Lorg/eclipse/swt/widgets/Display;Lorg/eclipse/ui/application/WorkbenchAdvisor;[I)V+379
j  org.eclipse.ui.internal.Workbench$$Lambda$25.run()V+12
j  org.eclipse.core.databinding.observable.Realm.runWithDefault(Lorg/eclipse/core/databinding/observable/Realm;Ljava/lang/Runnable;)V+12
j  org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Lorg/eclipse/swt/widgets/Display;Lorg/eclipse/ui/application/WorkbenchAdvisor;)I+16
j  org.eclipse.ui.PlatformUI.createAndRunWorkbench(Lorg/eclipse/swt/widgets/Display;Lorg/eclipse/ui/application/WorkbenchAdvisor;)I+2
j  org.eclipse.ui.internal.ide.application.IDEApplication.start(Lorg/eclipse/equinox/app/IApplicationContext;)Ljava/lang/Object;+113
j  org.eclipse.equinox.internal.app.EclipseAppHandle.run(Ljava/lang/Object;)Ljava/lang/Object;+138
j  org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(Ljava/lang/Object;)Ljava/lang/Object;+85
j  org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(Ljava/lang/Object;)Ljava/lang/Object;+82
j  org.eclipse.core.runtime.adaptor.EclipseStarter.run(Ljava/lang/Object;)Ljava/lang/Object;+105
j  org.eclipse.core.runtime.adaptor.EclipseStarter.run([Ljava/lang/String;Ljava/lang/Runnable;)Ljava/lang/Object;+132
v  ~StubRoutines::call_stub
j  sun.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+0
j  sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+100
j  sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+6
j  java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+56
j  org.eclipse.equinox.launcher.Main.invokeFramework([Ljava/lang/String;[Ljava/net/URL;)V+201
j  org.eclipse.equinox.launcher.Main.basicRun([Ljava/lang/String;)V+159
j  org.eclipse.equinox.launcher.Main.run([Ljava/lang/String;)I+4
v  ~StubRoutines::call_stub




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): C:\Users\Stef\eclipse\java-2019-09\eclipse\\plugins/org.eclipse.equinox.launcher_1.5.500.v20190715-1310.jar
Launcher Type: generic

Environment Variables:
PATH=C:/Program Files/Java/jre1.8.0_221/bin/server;C:/Program Files/Java/jre1.8.0_221/bin;C:/Program Files/Java/jre1.8.0_221/lib/amd64;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\iCLS\;C:\Program Files\Intel\Intel(R) Management Engine Components\iCLS\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\Users\Stef\AppData\Local\Microsoft\WindowsApps;C:\Users\Stef\Desktop;
USERNAME=Stef
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 158 Stepping 10, GenuineIntel



---------------  S Y S T E M  ---------------

OS: Windows 10.0 , 64 bit Build 18362 (10.0.18362.329)

CPU:total 8 (initial active 8) (4 cores per cpu, 2 threads per core) family 6 model 158 stepping 10, 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 8232364k(1133456k free), swap 16177864k(3519472k free)

vm_info: Java HotSpot(TM) 64-Bit Server VM (25.221-b11) for windows-amd64 JRE (1.8.0_221-b11), built on Jul  4 2019 04:39:29 by "java_re" with MS VC++ 10.0 (VS2010)

time: Tue Mar 03 21:55:14 2020
timezone: Taipei Standard Time
elapsed time: 755 seconds (0d 0h 12m 35s)

I don't know what to do. Please help.

eclipse
swing
windowbuilder
asked on Stack Overflow Mar 4, 2020 by zammyel

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0