The JVM crashed when calling the vtkWindow.Delete()
method (called in vtkObjectBase.JAVA_OBJECT_MANAGER.gc(true)
):
A fatal error has been detected by the Java Runtime Environment:
EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0000000057900e29, pid=8332, tid=0x0000000000000468
JRE version: Java(TM) SE Runtime Environment (8.0_191-b12) (build 1.8.0_191-b12) Java VM: Java HotSpot(TM) 64-Bit Server VM (25.191-b12 mixed mode windows-amd64 compressed oops) Problematic frame: C 0x0000000057900e29
Register to memory mapping:
RAX=0x0000000000000000 is an unknown value
RBX={method} {0x00000000293cf070} 'VTKDeleteReference' '(J)V' in 'vtk/vtkObjectBase'
RCX=0x0000000000000001 is an unknown value
RDX=0x000000004555eb04 is an unknown value
RSP=0x000000002becdd98 is pointing into the stack for thread: 0x0000000020857000
RBP=0x000000002bece710 is pointing into the stack for thread: 0x0000000020857000
RSI=0x0000000000000fc0 is an unknown value
RDI=0x000000002becddd0 is pointing into the stack for thread: 0x0000000020857000
R8 =0x0000000000df0fc0 is an unknown value
R9 =0x0000000000008000 is an unknown value
R10=0xfefefefefefefeff is an unknown value
R11=0x000000004555dd10 is an unknown value
R12=0x0000000000000000 is an unknown value
R13={method} {0x00000000293cf070} 'VTKDeleteReference' '(J)V' in 'vtk/vtkObjectBase'
R14=0x000000002bece738 is pointing into the stack for thread: 0x0000000020857000
R15=0x0000000020857000 is a thread
Stack: [0x000000002bdd0000,0x000000002bed0000], sp=0x000000002becdd98, free space=1015k Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code) C 0x0000000057900e29
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j vtk.vtkObjectBase.VTKDeleteReference(J)V+0
j vtk.vtkJavaMemoryManagerImpl.unRegisterJavaObject(Ljava/lang/Long;)V+36
j vtk.vtkJavaMemoryManagerImpl.gc(Z)Lvtk/vtkReferenceInformation;+101
j cn.longmaster.pacs.pro.asclepius.AsclepiusApplication$Companion$1.idle(Z)V+4
j com.sun.javafx.application.PlatformImpl.notifyFinishListeners(Z)V+54
J 4140 C1 com.sun.javafx.application.PlatformImpl.checkIdle()V (154 bytes) @ 0x00000000035bbb6c [0x00000000035bab40+0x102c]
J 4252 C1 com.sun.javafx.application.PlatformImpl.lambda$runLater$173(Ljava/lang/Runnable;Ljava/security/AccessControlContext;)V (38 bytes) @ 0x0000000003f1f4ec [0x0000000003f1f040+0x4ac]
J 4251 C1 com.sun.javafx.application.PlatformImpl$$Lambda$131.run()V (12 bytes) @ 0x0000000003f1fe94 [0x0000000003f1fe00+0x94]
J 5140 C1 com.sun.glass.ui.InvokeLaterDispatcher$Future.run$$$capture()V (91 bytes) @ 0x00000000034a0fb4 [0x00000000034a0ea0+0x114]
J 5139 C1 com.sun.glass.ui.InvokeLaterDispatcher$Future.run()V (27 bytes) @ 0x000000000370cfcc [0x000000000370cf20+0xac]
v ~StubRoutines::call_stub
j com.sun.glass.ui.win.WinApplication._runLoop(Ljava/lang/Runnable;)V+0
j com.sun.glass.ui.win.WinApplication.lambda$null$147(ILjava/lang/Runnable;)V+8
j com.sun.glass.ui.win.WinApplication$$Lambda$51.run()V+12
j java.lang.Thread.run()V+11
v ~StubRoutines::call_stub
User contributions licensed under CC BY-SA 3.0