Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The crash happened outside the Java Virtual Machine in native code. #914

Closed
xiaokui886 opened this issue Oct 12, 2023 · 5 comments
Closed
Labels
bug Something isn't working stale Waiting on OP

Comments

@xiaokui886
Copy link

Please provide a brief summary of the bug

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

EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000001aeff3e3e60, pid=8244, tid=9836

Please provide steps to reproduce where possible

No response

Expected Results

Popup window

Actual Results

System crash

What Java Version are you using?

openjdk version "17.0.7" 2023-04-18 OpenJDK Runtime Environment JBR-17.0.7+7-1000.6-jcef (build 17.0.7+7-b1000.6) OpenJDK 64-Bit Server VM JBR-17.0.7+7-1000.6-jcef (build 17.0.7+7-b1000.6, mixed mode)

What is your operating system and platform?

A 64-bit operating system based on an x64 processor, Windows 10 Professional Workstation edition.

How did you install Java?

No response

Did it work before?

No response

Did you test with the latest update version?

no

Did you test with other Java versions?

No response

Relevant log output

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000001aeff3e3e60, pid=8244, tid=9836
#
# JRE version: OpenJDK Runtime Environment Temurin-17.0.7+7 (17.0.7+7) (build 17.0.7+7)
# Java VM: OpenJDK 64-Bit Server VM Temurin-17.0.7+7 (17.0.7+7, mixed mode, tiered, compressed oops, compressed class ptrs, g1 gc, windows-amd64)
# Problematic frame:
# C  [SuEngine.dll+0xb3e60]
#
# No core dump will be written. Minidumps are not enabled by default on client versions of Windows
#
# If you would like to submit a bug report, please visit:
#   https://github.com/adoptium/adoptium-support/issues
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#

---------------  S U M M A R Y ------------

Command Line: -Dfile.encoding=UTF-8 -XX:+ShowCodeDetailsInExceptionMessages supermap.MainFrame

Host: 11th Gen Intel(R) Core(TM) i7-11800H @ 2.30GHz, 16 cores, 31G,  Windows 10 , 64 bit Build 19041 (10.0.19041.3393)
Time: Thu Oct 12 21:34:32 2023  Windows 10 , 64 bit Build 19041 (10.0.19041.3393) elapsed time: 13.054536 seconds (0d 0h 0m 13s)

---------------  T H R E A D  ---------------

Current thread (0x000001aef621d8d0):  JavaThread "AWT-EventQueue-0" [_thread_in_native, id=9836, stack(0x000000414f400000,0x000000414f500000)]

Stack: [0x000000414f400000,0x000000414f500000],  sp=0x000000414f4fa7b8,  free space=1001k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C  [SuEngine.dll+0xb3e60]

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j  com.supermap.ui.MapControlNative.jni_OnDraw(JJ)Z+0
j  com.supermap.ui.MapControl.c()V+33
j  com.supermap.ui.MapControl.paintComponent(Ljava/awt/Graphics;)V+117
j  javax.swing.JComponent.paint(Ljava/awt/Graphics;)V+286 [email protected]
j  javax.swing.JComponent.paintChildren(Ljava/awt/Graphics;)V+523 [email protected]
j  javax.swing.JComponent.paint(Ljava/awt/Graphics;)V+318 [email protected]
j  javax.swing.JComponent.paintChildren(Ljava/awt/Graphics;)V+523 [email protected]
j  javax.swing.JComponent.paint(Ljava/awt/Graphics;)V+318 [email protected]
j  javax.swing.JLayeredPane.paint(Ljava/awt/Graphics;)V+73 [email protected]
j  javax.swing.JComponent.paintChildren(Ljava/awt/Graphics;)V+523 [email protected]
j  javax.swing.JComponent.paint(Ljava/awt/Graphics;)V+318 [email protected]
j  javax.swing.JComponent.paintToOffscreen(Ljava/awt/Graphics;IIIIII)V+41 [email protected]
j  javax.swing.RepaintManager$PaintManager.paintDoubleBufferedImpl(Ljavax/swing/JComponent;Ljava/awt/Image;Ljava/awt/Graphics;IIII)V+163 [email protected]
j  javax.swing.RepaintManager$PaintManager.paintDoubleBuffered(Ljavax/swing/JComponent;Ljava/awt/Image;Ljava/awt/Graphics;IIII)V+46 [email protected]
j  javax.swing.RepaintManager$PaintManager.paint(Ljavax/swing/JComponent;Ljavax/swing/JComponent;Ljava/awt/Graphics;IIII)Z+128 [email protected]
j  javax.swing.RepaintManager.paint(Ljavax/swing/JComponent;Ljavax/swing/JComponent;Ljava/awt/Graphics;IIII)V+52 [email protected]
j  javax.swing.JComponent._paintImmediately(IIII)V+683 [email protected]
j  javax.swing.JComponent.paintImmediately(IIII)V+138 [email protected]
j  javax.swing.RepaintManager$4.run()Ljava/lang/Void;+81 [email protected]
j  javax.swing.RepaintManager$4.run()Ljava/lang/Object;+1 [email protected]
J 1864 c1 java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;Ljava/security/AccessControlContext;)Ljava/lang/Object; [email protected] (22 bytes) @ 0x000001aecb8b3834 [0x000001aecb8b35a0+0x0000000000000294]
j  javax.swing.RepaintManager.paintDirtyRegions(Ljava/util/Map;)V+154 [email protected]
j  javax.swing.RepaintManager.paintDirtyRegions()V+46 [email protected]
j  javax.swing.RepaintManager.prePaintDirtyRegions()V+73 [email protected]
j  javax.swing.RepaintManager$ProcessingRunnable.run()V+37 [email protected]
J 1932 c1 java.awt.event.InvocationEvent.dispatch()V [email protected] (69 bytes) @ 0x000001aecb8dfe9c [0x000001aecb8dfc80+0x000000000000021c]
J 1901 c1 java.awt.EventQueue.dispatchEventImpl(Ljava/awt/AWTEvent;Ljava/lang/Object;)V [email protected] (136 bytes) @ 0x000001aecb8cb3dc [0x000001aecb8c98e0+0x0000000000001afc]
J 1900 c1 java.awt.EventQueue$4.run()Ljava/lang/Void; [email protected] (60 bytes) @ 0x000001aecb8c75a4 [0x000001aecb8c7460+0x0000000000000144]
J 1895 c1 java.awt.EventQueue.dispatchEvent(Ljava/awt/AWTEvent;)V [email protected] (80 bytes) @ 0x000001aecb8c8224 [0x000001aecb8c7c60+0x00000000000005c4]
J 1902 c1 java.awt.EventDispatchThread.pumpOneEventForFilters(I)V [email protected] (113 bytes) @ 0x000001aecb8cd834 [0x000001aecb8cd1a0+0x0000000000000694]
j  java.awt.EventDispatchThread.pumpEventsForFilter(ILjava/awt/Conditional;Ljava/awt/EventFilter;)V+35 [email protected]
j  java.awt.EventDispatchThread.pumpEventsForFilter(Ljava/awt/Conditional;Ljava/awt/EventFilter;)V+4 [email protected]
j  java.awt.WaitDispatchSupport$2.run()V+59 [email protected]
j  java.awt.WaitDispatchSupport$4.run()Ljava/lang/Void;+4 [email protected]
j  java.awt.WaitDispatchSupport$4.run()Ljava/lang/Object;+1 [email protected]
J 561 c1 java.security.AccessController.doPrivileged(Ljava/security/PrivilegedAction;)Ljava/lang/Object; [email protected] (9 bytes) @ 0x000001aecb604644 [0x000001aecb6044e0+0x0000000000000164]
j  java.awt.WaitDispatchSupport.enter()Z+260 [email protected]
j  java.awt.Dialog.show()V+225 [email protected]
j  javax.swing.JFileChooser.showDialog(Ljava/awt/Component;Ljava/lang/String;)I+60 [email protected]
j  javax.swing.JFileChooser.showSaveDialog(Ljava/awt/Component;)I+8 [email protected]
j  supermap.outmaprun.getFilePath(Ljava/lang/String;)Ljava/lang/String;+69
j  supermap.outmaprun.outToJPG()V+4
j  supermap.MainFrame$7.actionPerformed(Ljava/awt/event/ActionEvent;)V+35
j  javax.swing.AbstractButton.fireActionPerformed(Ljava/awt/event/ActionEvent;)V+84 [email protected]
j  javax.swing.AbstractButton$Handler.actionPerformed(Ljava/awt/event/ActionEvent;)V+5 [email protected]
j  javax.swing.DefaultButtonModel.fireActionPerformed(Ljava/awt/event/ActionEvent;)V+34 [email protected]
j  javax.swing.DefaultButtonModel.setPressed(Z)V+117 [email protected]
j  javax.swing.AbstractButton.doClick(I)V+60 [email protected]
j  javax.swing.plaf.basic.BasicMenuItemUI.doClick(Ljavax/swing/MenuSelectionManager;)V+47 [email protected]
j  javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(Ljava/awt/event/MouseEvent;)V+76 [email protected]
j  java.awt.Component.processMouseEvent(Ljava/awt/event/MouseEvent;)V+64 [email protected]
j  javax.swing.JComponent.processMouseEvent(Ljava/awt/event/MouseEvent;)V+23 [email protected]
J 2457 c1 java.awt.Component.processEvent(Ljava/awt/AWTEvent;)V [email protected] (220 bytes) @ 0x000001aecba412dc [0x000001aecba40ca0+0x000000000000063c]
J 2005 c1 java.awt.Container.processEvent(Ljava/awt/AWTEvent;)V [email protected] (22 bytes) @ 0x000001aecb92632c [0x000001aecb925fe0+0x000000000000034c]
J 1992 c1 java.awt.Component.dispatchEventImpl(Ljava/awt/AWTEvent;)V [email protected] (777 bytes) @ 0x000001aecb915b14 [0x000001aecb911f80+0x0000000000003b94]
J 1938 c1 java.awt.Container.dispatchEventImpl(Ljava/awt/AWTEvent;)V [email protected] (129 bytes) @ 0x000001aecb8e24fc [0x000001aecb8e23c0+0x000000000000013c]
J 1998 c1 java.awt.LightweightDispatcher.retargetMouseEvent(Ljava/awt/Component;ILjava/awt/event/MouseEvent;)V [email protected] (372 bytes) @ 0x000001aecb920d14 [0x000001aecb91e420+0x00000000000028f4]
J 2453 c1 java.awt.LightweightDispatcher.processMouseEvent(Ljava/awt/event/MouseEvent;)Z [email protected] (265 bytes) @ 0x000001aecba3dc24 [0x000001aecba3cc20+0x0000000000001004]
J 1999 c1 java.awt.LightweightDispatcher.dispatchEvent(Ljava/awt/AWTEvent;)Z [email protected] (73 bytes) @ 0x000001aecb9226d4 [0x000001aecb922280+0x0000000000000454]
J 1938 c1 java.awt.Container.dispatchEventImpl(Ljava/awt/AWTEvent;)V [email protected] (129 bytes) @ 0x000001aecb8e249c [0x000001aecb8e23c0+0x00000000000000dc]
J 2000 c1 java.awt.Window.dispatchEventImpl(Ljava/awt/AWTEvent;)V [email protected] (23 bytes) @ 0x000001aecb923394 [0x000001aecb922d80+0x0000000000000614]
J 1901 c1 java.awt.EventQueue.dispatchEventImpl(Ljava/awt/AWTEvent;Ljava/lang/Object;)V [email protected] (136 bytes) @ 0x000001aecb8c9db4 [0x000001aecb8c98e0+0x00000000000004d4]
J 1900 c1 java.awt.EventQueue$4.run()Ljava/lang/Void; [email protected] (60 bytes) @ 0x000001aecb8c75a4 [0x000001aecb8c7460+0x0000000000000144]
J 1899 c1 java.awt.EventQueue$4.run()Ljava/lang/Object; [email protected] (5 bytes) @ 0x000001aecb8c6244 [0x000001aecb8c61c0+0x0000000000000084]
J 1864 c1 java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;Ljava/security/AccessControlContext;)Ljava/lang/Object; [email protected] (22 bytes) @ 0x000001aecb8b3834 [0x000001aecb8b35a0+0x0000000000000294]
J 1895 c1 java.awt.EventQueue.dispatchEvent(Ljava/awt/AWTEvent;)V [email protected] (80 bytes) @ 0x000001aecb8c876c [0x000001aecb8c7c60+0x0000000000000b0c]
J 1902 c1 java.awt.EventDispatchThread.pumpOneEventForFilters(I)V [email protected] (113 bytes) @ 0x000001aecb8cd834 [0x000001aecb8cd1a0+0x0000000000000694]
j  java.awt.EventDispatchThread.pumpEventsForFilter(ILjava/awt/Conditional;Ljava/awt/EventFilter;)V+35 [email protected]
j  java.awt.EventDispatchThread.pumpEventsForHierarchy(ILjava/awt/Conditional;Ljava/awt/Component;)V+11 [email protected]
j  java.awt.EventDispatchThread.pumpEvents(ILjava/awt/Conditional;)V+4 [email protected]
j  java.awt.EventDispatchThread.pumpEvents(Ljava/awt/Conditional;)V+3 [email protected]
j  java.awt.EventDispatchThread.run()V+9 [email protected]
v  ~StubRoutines::call_stub

siginfo: EXCEPTION_ACCESS_VIOLATION (0xc0000005), reading address 0x0000000000000748


Register to memory mapping:

RIP=0x000001aeff3e3e60 SuEngine.dll
RAX=0x000000005000020b is an unknown value
RBX=0x0000000000000001 is an unknown value
RCX=0x0 is NULL
RDX=0x000000005000020b is an unknown value
RSP=0x000000414f4fa7b8 is pointing into the stack for thread: 0x000001aef621d8d0
RBP=0x000000414f4fa8c0 is pointing into the stack for thread: 0x000001aef621d8d0
RSI=0x000000414f4fb388 is pointing into the stack for thread: 0x000001aef621d8d0
RDI=0x000001ae811d7720 points into unknown readable memory: 0x000001ae831eb628 | 28 b6 1e 83 ae 01 00 00
R8 =0x0 is NULL
R9 =0x0 is NULL
R10=0x0 is NULL
R11=0x000000414f4fa7a0 is pointing into the stack for thread: 0x000001aef621d8d0
R12=0x0 is NULL
R13=0x000001ae87ea6530 points into unknown readable memory: 0x000001ae82f1ec70 | 70 ec f1 82 ae 01 00 00
R14=0x000001ae811d8158 points into unknown readable memory: 0x000001ae811e0c80 | 80 0c 1e 81 ae 01 00 00
R15=0x000001ae87ea65b0 points into unknown readable memory: 0x000001ae82f1a720 | 20 a7 f1 82 ae 01 00 00


Registers:
RAX=0x000000005000020b, RBX=0x0000000000000001, RCX=0x0000000000000000, RDX=0x000000005000020b
RSP=0x000000414f4fa7b8, RBP=0x000000414f4fa8c0, RSI=0x000000414f4fb388, RDI=0x000001ae811d7720
R8 =0x0000000000000000, R9 =0x0000000000000000, R10=0x0000000000000000, R11=0x000000414f4fa7a0
R12=0x0000000000000000, R13=0x000001ae87ea6530, R14=0x000001ae811d8158, R15=0x000001ae87ea65b0
RIP=0x000001aeff3e3e60, EFLAGS=0x0000000000010202

Top of Stack: (sp=0x000000414f4fa7b8)
0x000000414f4fa7b8:   000001ae830995c8 0000000000000001
0x000000414f4fa7c8:   000001ae831eb601 000000414f4fb388
0x000000414f4fa7d8:   00007ffc96a4040a 000000414f4fa9b0
0x000000414f4fa7e8:   00007ffc96b3ef12 000001aef3211178
0x000000414f4fa7f8:   000001ae00000001 0000000000000000
0x000000414f4fa808:   000001ae87ea6530 0000000000000501
0x000000414f4fa818:   00007ffc96b84e66 0000000000000003
0x000000414f4fa828:   00000000f322b8f0 000001ae87c50150
0x000000414f4fa838:   00007ffc96f23222 00000000000a461b
0x000000414f4fa848:   00000000f3126348 0000000000000000
0x000000414f4fa858:   00007ffc96b84da9 00000000f35fcd98
0x000000414f4fa868:   410c553560560160 4151622c72fb4bed
0x000000414f4fa878:   412b73b3b7ea7fa8 414f2f879a096826
0x000000414f4fa888:   4121448088000000 41507cf820000000
0x000000414f4fa898:   41194d6660000000 4151540f60000000
0x000000414f4fa8a8:   4125e24de0000000 414f4bc1c0000000 

Instructions: (pc=0x000001aeff3e3e60)
0x000001aeff3e3d60:   0c 0c 0c 0c 0c 0c 0c 0c 0c 0c 0c 0c 0c 0c 0c 0c
0x000001aeff3e3d70:   0c 0c 0c 0c 0c 0c 0c 0c 0c 0c 0c 0c 0c 0c 0c 0c
0x000001aeff3e3d80:   0c 0c 0c 0c 0c 0c 0c 0c 0c 0c 0c 0c 0c 0c 0c 0c
0x000001aeff3e3d90:   0c 0c 0c 0c 0c 0c 0c 0c 0c 0c 0c 0c 0c 0c 0c 0c
0x000001aeff3e3da0:   0c 0c 0c 0c 0c 0c 0c 0c 0c 0c 0c 0c 0c 0c 0c 0c
0x000001aeff3e3db0:   0c 0c 0c 0c 0c 0c 0c 0c 0c 0c 0c 0c 0c 09 0a 0b
0x000001aeff3e3dc0:   bd 3b 0b 00 ef 3b 0b 00 85 3c 0b 00 d6 3b 0b 00
0x000001aeff3e3dd0:   08 3c 0b 00 a4 3b 0b 00 3a 3c 0b 00 21 3c 0b 00
0x000001aeff3e3de0:   53 3c 0b 00 8b 3b 0b 00 6c 3c 0b 00 9e 3c 0b 00
0x000001aeff3e3df0:   00 0b 0b 0b 0b 0b 0b 0b 01 02 03 0b 0b 0b 0b 0b
0x000001aeff3e3e00:   0b 0b 0b 0b 0b 0b 0b 0b 0b 0b 0b 0b 0b 0b 0b 0b
0x000001aeff3e3e10:   0b 0b 0b 0b 0b 0b 0b 0b 0b 0b 0b 0b 0b 0b 0b 0b
0x000001aeff3e3e20:   0b 0b 0b 04 0b 05 0b 06 07 08 0b 09 0b 0b 0b 0b
0x000001aeff3e3e30:   0b 0b 0b 0b 0b 0a cc cc cc cc cc cc cc cc cc cc
0x000001aeff3e3e40:   40 53 48 83 ec 20 48 8b da 48 8d 51 10 48 8b cb
0x000001aeff3e3e50:   ff 15 ea 12 05 00 48 8b c3 48 83 c4 20 5b c3 cc
0x000001aeff3e3e60:   8b 81 48 07 00 00 c3 cc cc cc cc cc cc cc cc cc
0x000001aeff3e3e70:   b8 60 79 fe ff c3 cc cc cc cc cc cc cc cc cc cc
0x000001aeff3e3e80:   48 89 5c 24 08 57 48 83 ec 20 48 8b 01 48 8b fa
0x000001aeff3e3e90:   48 8b d9 ff 90 50 03 00 00 48 8d 8b a8 08 00 00
0x000001aeff3e3ea0:   48 8b d7 48 8b 5c 24 30 48 83 c4 20 5f e9 9e b8
0x000001aeff3e3eb0:   fb ff cc cc cc cc cc cc cc cc cc cc cc cc cc cc
0x000001aeff3e3ec0:   40 53 48 83 ec 30 48 c7 44 24 20 fe ff ff ff 48
0x000001aeff3e3ed0:   8b d9 48 8b 81 08 07 00 00 48 85 c0 75 23 8d 48
0x000001aeff3e3ee0:   10 e8 12 06 04 00 48 89 44 24 40 48 85 c0 74 0a
0x000001aeff3e3ef0:   48 8b c8 ff 15 bf 38 05 00 90 48 89 83 08 07 00
0x000001aeff3e3f00:   00 48 83 c4 30 5b c3 cc cc cc cc cc cc cc cc cc
0x000001aeff3e3f10:   8b 81 58 0f 00 00 c3 cc cc cc cc cc cc cc cc cc
0x000001aeff3e3f20:   40 57 48 83 ec 60 48 c7 44 24 20 fe ff ff ff 48
0x000001aeff3e3f30:   89 9c 24 80 00 00 00 48 8b 05 fa d0 0f 00 48 33
0x000001aeff3e3f40:   c4 48 89 44 24 58 48 8b fa 48 8b d9 48 89 54 24
0x000001aeff3e3f50:   28 48 81 c1 50 07 00 00 4c 8d 05 6d 88 06 00 48 


Stack slot to memory mapping:
stack at sp + 0 slots: 0x000001ae830995c8 points into unknown readable memory: 0x3dfff36a31158d48 | 48 8d 15 31 6a f3 ff 3d
stack at sp + 1 slots: 0x0000000000000001 is an unknown value
stack at sp + 2 slots: 0x000001ae831eb601 points into unknown readable memory: 05 fe 82 ae 01 00 00
stack at sp + 3 slots: 0x000000414f4fb388 is pointing into the stack for thread: 0x000001aef621d8d0
stack at sp + 4 slots: 0x00007ffc96a4040a jvm.dll
stack at sp + 5 slots: 0x000000414f4fa9b0 is pointing into the stack for thread: 0x000001aef621d8d0
stack at sp + 6 slots: 0x00007ffc96b3ef12 jvm.dll
stack at sp + 7 slots: 0x000001aef3211178 is pointing into metadata


---------------  P R O C E S S  ---------------

Threads class SMR info:
_java_thread_list=0x000001ae888e1070, length=23, elements={
0x000001aef151d310, 0x000001aef151dcd0, 0x000001aeee66a960, 0x000001aeee66b220,
0x000001aef15c77f0, 0x000001aef15c86c0, 0x000001aef1585aa0, 0x000001aef15a2010,
0x000001aef15ccf90, 0x000001aef1709610, 0x000001aef1745a70, 0x000001aef17461d0,
0x000001aef621c0c0, 0x000001aef621a8b0, 0x000001aef621d400, 0x000001aef621d8d0,
0x000001aef621ca60, 0x000001ae889a1560, 0x000001ae80e9c800, 0x000001ae80e9a180,
0x000001ae80e9a650, 0x000001ae8779b8a0, 0x000001ae8779d700
}

Java Threads: ( => current thread )
  0x000001aef151d310 JavaThread "Reference Handler" daemon [_thread_blocked, id=6076, stack(0x000000414e300000,0x000000414e400000)]
  0x000001aef151dcd0 JavaThread "Finalizer" daemon [_thread_blocked, id=23724, stack(0x000000414e400000,0x000000414e500000)]
  0x000001aeee66a960 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=11612, stack(0x000000414e500000,0x000000414e600000)]
  0x000001aeee66b220 JavaThread "Attach Listener" daemon [_thread_blocked, id=14244, stack(0x000000414e600000,0x000000414e700000)]
  0x000001aef15c77f0 JavaThread "Service Thread" daemon [_thread_blocked, id=2636, stack(0x000000414e700000,0x000000414e800000)]
  0x000001aef15c86c0 JavaThread "Monitor Deflation Thread" daemon [_thread_blocked, id=25988, stack(0x000000414e800000,0x000000414e900000)]
  0x000001aef1585aa0 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=12264, stack(0x000000414e900000,0x000000414ea00000)]
  0x000001aef15a2010 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=9140, stack(0x000000414ea00000,0x000000414eb00000)]
  0x000001aef15ccf90 JavaThread "Sweeper thread" daemon [_thread_blocked, id=20796, stack(0x000000414eb00000,0x000000414ec00000)]
  0x000001aef1709610 JavaThread "C1 CompilerThread1" daemon [_thread_blocked, id=24620, stack(0x000000414ec00000,0x000000414ed00000)]
  0x000001aef1745a70 JavaThread "Notification Thread" daemon [_thread_blocked, id=11560, stack(0x000000414ee00000,0x000000414ef00000)]
  0x000001aef17461d0 JavaThread "Common-Cleaner" daemon [_thread_blocked, id=19728, stack(0x000000414f000000,0x000000414f100000)]
  0x000001aef621c0c0 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=16296, stack(0x000000414f100000,0x000000414f200000)]
  0x000001aef621a8b0 JavaThread "AWT-Shutdown" [_thread_blocked, id=1676, stack(0x000000414f200000,0x000000414f300000)]
  0x000001aef621d400 JavaThread "AWT-Windows" daemon [_thread_in_native, id=17892, stack(0x000000414f300000,0x000000414f400000)]
=>0x000001aef621d8d0 JavaThread "AWT-EventQueue-0" [_thread_in_native, id=9836, stack(0x000000414f400000,0x000000414f500000)]
  0x000001aef621ca60 JavaThread "DestroyJavaVM" [_thread_blocked, id=11992, stack(0x000000414dc00000,0x000000414dd00000)]
  0x000001ae889a1560 JavaThread "D3D Screen Updater" daemon [_thread_blocked, id=17876, stack(0x00000041506a0000,0x00000041507a0000)]
  0x000001ae80e9c800 JavaThread "Image Fetcher 0" daemon [_thread_blocked, id=15660, stack(0x000000414ed00000,0x000000414ee00000)]
  0x000001ae80e9a180 JavaThread "TimerQueue" daemon [_thread_blocked, id=10660, stack(0x000000414f8a0000,0x000000414f9a0000)]
  0x000001ae80e9a650 JavaThread "Swing-Shell" daemon [_thread_blocked, id=24944, stack(0x00000041511a0000,0x00000041512a0000)]
  0x000001ae8779b8a0 JavaThread "C1 CompilerThread2" daemon [_thread_blocked, id=18616, stack(0x00000041512a0000,0x00000041513a0000)]
  0x000001ae8779d700 JavaThread "C1 CompilerThread3" daemon [_thread_blocked, id=5464, stack(0x00000041513a0000,0x00000041514a0000)]

Other Threads:
  0x000001aef1548010 VMThread "VM Thread" [stack: 0x000000414e200000,0x000000414e300000] [id=13688]
  0x000001aef1745f40 WatcherThread [stack: 0x000000414ef00000,0x000000414f000000] [id=12020]
  0x000001aeee4c0c90 GCTaskThread "GC Thread#0" [stack: 0x000000414dd00000,0x000000414de00000] [id=2600]
  0x000001ae80435ce0 GCTaskThread "GC Thread#1" [stack: 0x000000414fba0000,0x000000414fca0000] [id=6248]
  0x000001ae804354d0 GCTaskThread "GC Thread#2" [stack: 0x000000414fca0000,0x000000414fda0000] [id=12720]
  0x000001ae80436240 GCTaskThread "GC Thread#3" [stack: 0x000000414fda0000,0x000000414fea0000] [id=10808]
  0x000001ae804364f0 GCTaskThread "GC Thread#4" [stack: 0x000000414fea0000,0x000000414ffa0000] [id=15148]
  0x000001ae80435a30 GCTaskThread "GC Thread#5" [stack: 0x000000414ffa0000,0x00000041500a0000] [id=18892]
  0x000001ae88294ac0 GCTaskThread "GC Thread#6" [stack: 0x00000041500a0000,0x00000041501a0000] [id=20912]
  0x000001ae88294d70 GCTaskThread "GC Thread#7" [stack: 0x00000041501a0000,0x00000041502a0000] [id=2432]
  0x000001ae88291fc0 GCTaskThread "GC Thread#8" [stack: 0x00000041502a0000,0x00000041503a0000] [id=12128]
  0x000001ae88292a80 GCTaskThread "GC Thread#9" [stack: 0x00000041503a0000,0x00000041504a0000] [id=14348]
  0x000001ae88292d30 GCTaskThread "GC Thread#10" [stack: 0x00000041504a0000,0x00000041505a0000] [id=10252]
  0x000001ae88294560 GCTaskThread "GC Thread#11" [stack: 0x00000041505a0000,0x00000041506a0000] [id=20688]
  0x000001aec7eea090 ConcurrentGCThread "G1 Main Marker" [stack: 0x000000414de00000,0x000000414df00000] [id=11376]
  0x000001aec7eec9c0 ConcurrentGCThread "G1 Conc#0" [stack: 0x000000414df00000,0x000000414e000000] [id=15688]
  0x000001ae882942b0 ConcurrentGCThread "G1 Conc#1" [stack: 0x000000414f9a0000,0x000000414faa0000] [id=22056]
  0x000001ae88295020 ConcurrentGCThread "G1 Conc#2" [stack: 0x00000041508a0000,0x00000041509a0000] [id=20404]
  0x000001aeee5ad9e0 ConcurrentGCThread "G1 Refine#0" [stack: 0x000000414e000000,0x000000414e100000] [id=21776]
  0x000001aeee5ae1b0 ConcurrentGCThread "G1 Service" [stack: 0x000000414e100000,0x000000414e200000] [id=23560]

Threads with active compile tasks:

VM state: not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap address: 0x0000000602400000, size: 8156 MB, Compressed Oops mode: Zero based, Oop shift amount: 3

CDS archive(s) not mapped
Compressed class space mapped at: 0x0000000800000000-0x0000000840000000, reserved size: 1073741824
Narrow klass base: 0x0000000800000000, Narrow klass shift: 0, Narrow klass range: 0x40000000

GC Precious Log:
 CPUs: 16 total, 16 available
 Memory: 32619M
 Large Page Support: Disabled
 NUMA Support: Disabled
 Compressed Oops: Enabled (Zero based)
 Heap Region Size: 4M
 Heap Min Capacity: 8M
 Heap Initial Capacity: 512M
 Heap Max Capacity: 8156M
 Pre-touch: Disabled
 Parallel Workers: 13
 Concurrent Workers: 3
 Concurrent Refinement Workers: 13
 Periodic GC: Disabled

Heap:
 garbage-first heap   total 57344K, used 24781K [0x0000000602400000, 0x0000000800000000)
  region size 4096K, 6 young (24576K), 1 survivors (4096K)
 Metaspace       used 26254K, committed 26368K, reserved 1114112K
  class space    used 2702K, committed 2752K, reserved 1048576K

Heap Regions: E=young(eden), S=young(survivor), O=old, HS=humongous(starts), HC=humongous(continues), CS=collection set, F=free, OA=open archive, CA=closed archive, TAMS=top-at-mark-start (previous, next)
|   0|0x0000000602400000, 0x0000000602800000, 0x0000000602800000|100%| O|  |TAMS 0x00000006024c5800, 0x0000000602400000| Untracked 
|   1|0x0000000602800000, 0x00000006028ed600, 0x0000000602c00000| 23%| O|  |TAMS 0x0000000602800000, 0x0000000602800000| Complete 
|   2|0x0000000602c00000, 0x0000000602c00000, 0x0000000603000000|  0%| F|  |TAMS 0x0000000602c00000, 0x0000000602c00000| Untracked 
|   3|0x0000000603000000, 0x0000000603000000, 0x0000000603400000|  0%| F|  |TAMS 0x0000000603000000, 0x0000000603000000| Untracked 
|   4|0x0000000603400000, 0x0000000603400000, 0x0000000603800000|  0%| F|  |TAMS 0x0000000603400000, 0x0000000603400000| Untracked 
|   5|0x0000000603800000, 0x0000000603800000, 0x0000000603c00000|  0%| F|  |TAMS 0x0000000603800000, 0x0000000603800000| Untracked 
|   6|0x0000000603c00000, 0x0000000603c00000, 0x0000000604000000|  0%| F|  |TAMS 0x0000000603c00000, 0x0000000603c00000| Untracked 
|   7|0x0000000604000000, 0x0000000604000000, 0x0000000604400000|  0%| F|  |TAMS 0x0000000604000000, 0x0000000604000000| Untracked 
|   8|0x0000000604400000, 0x0000000604781ad8, 0x0000000604800000| 87%| E|  |TAMS 0x0000000604400000, 0x0000000604400000| Complete 
|   9|0x0000000604800000, 0x0000000604c00000, 0x0000000604c00000|100%| E|CS|TAMS 0x0000000604800000, 0x0000000604800000| Complete 
|  10|0x0000000604c00000, 0x0000000605000000, 0x0000000605000000|100%| E|CS|TAMS 0x0000000604c00000, 0x0000000604c00000| Complete 
|  11|0x0000000605000000, 0x0000000605400000, 0x0000000605400000|100%| E|CS|TAMS 0x0000000605000000, 0x0000000605000000| Complete 
| 123|0x0000000621000000, 0x0000000621345f78, 0x0000000621400000| 81%| S|CS|TAMS 0x0000000621000000, 0x0000000621000000| Complete 
| 127|0x0000000622000000, 0x0000000622400000, 0x0000000622400000|100%| E|CS|TAMS 0x0000000622000000, 0x0000000622000000| Complete 

Card table byte_map: [0x000001aedc4f0000,0x000001aedd4e0000] _byte_map_base: 0x000001aed94de000

Marking Bits (Prev, Next): (CMBitMap*) 0x000001aec7ed8d60, (CMBitMap*) 0x000001aec7ed8d20
 Prev Bits: [0x000001aee6440000, 0x000001aeee3b0000)
 Next Bits: [0x000001aede4d0000, 0x000001aee6440000)

Polling page: 0x000001aec7ef0000

Metaspace:

Usage:
  Non-class:     23.00 MB used.
      Class:      2.64 MB used.
       Both:     25.64 MB used.

Virtual space:
  Non-class space:       64.00 MB reserved,      23.06 MB ( 36%) committed,  1 nodes.
      Class space:        1.00 GB reserved,       2.69 MB ( <1%) committed,  1 nodes.
             Both:        1.06 GB reserved,      25.75 MB (  2%) committed. 

Chunk freelists:
   Non-Class:  8.00 MB
       Class:  13.25 MB
        Both:  21.25 MB

MaxMetaspaceSize: unlimited
CompressedClassSpaceSize: 1.00 GB
Initial GC threshold: 21.00 MB
Current GC threshold: 35.12 MB
CDS: off
MetaspaceReclaimPolicy: balanced
 - commit_granule_bytes: 65536.
 - commit_granule_words: 8192.
 - virtual_space_node_default_size: 8388608.
 - enlarge_chunks_in_place: 1.
 - new_chunks_are_fully_committed: 0.
 - uncommit_free_chunks: 1.
 - use_allocation_guard: 0.
 - handle_deallocations: 1.


Internal statistics:

num_allocs_failed_limit: 3.
num_arena_births: 146.
num_arena_deaths: 0.
num_vsnodes_births: 2.
num_vsnodes_deaths: 0.
num_space_committed: 412.
num_space_uncommitted: 0.
num_chunks_returned_to_freelist: 3.
num_chunks_taken_from_freelist: 378.
num_chunk_merges: 0.
num_chunk_splits: 221.
num_chunks_enlarged: 134.
num_inconsistent_stats: 0.

CodeHeap 'non-profiled nmethods': size=119168Kb used=910Kb max_used=910Kb free=118258Kb
 bounds [0x000001aed30d0000, 0x000001aed3340000, 0x000001aeda530000]
CodeHeap 'profiled nmethods': size=119104Kb used=6240Kb max_used=6240Kb free=112864Kb
 bounds [0x000001aecb530000, 0x000001aecbb50000, 0x000001aed2980000]
CodeHeap 'non-nmethods': size=7488Kb used=3075Kb max_used=3089Kb free=4412Kb
 bounds [0x000001aed2980000, 0x000001aed2d10000, 0x000001aed30d0000]
 total_blobs=3597 nmethods=2871 adapters=635
 compilation: enabled
              stopped_count=0, restarted_count=0
 full_count=0

Compilation events (20 events):
Event: 12.975 Thread 0x000001aef15a2010 2864       3       java.awt.Container::insets (42 bytes)
Event: 12.975 Thread 0x000001ae8779b8a0 2863       3       sun.awt.NullComponentPeer::insets (12 bytes)
Event: 12.975 Thread 0x000001ae8779d700 nmethod 2861 0x000001aed31b2f10 code [0x000001aed31b30a0, 0x000001aed31b3178]
Event: 12.975 Thread 0x000001aef1709610 nmethod 2862 0x000001aecbb3ef90 code [0x000001aecbb3f140, 0x000001aecbb3f288]
Event: 12.975 Thread 0x000001ae8779d700 2865       3       java.awt.Insets::set (22 bytes)
Event: 12.975 Thread 0x000001aef1709610 2866       1       javax.swing.AbstractButton::getIconTextGap (5 bytes)
Event: 12.975 Thread 0x000001ae8779b8a0 nmethod 2863 0x000001aecbb3f310 code [0x000001aecbb3f4c0, 0x000001aecbb3f6f8]
Event: 12.975 Thread 0x000001aef1709610 nmethod 2866 0x000001aed31b3210 code [0x000001aed31b33a0, 0x000001aed31b3478]
Event: 12.975 Thread 0x000001ae8779d700 nmethod 2865 0x000001aecbb3f810 code [0x000001aecbb3f9a0, 0x000001aecbb3fab8]
Event: 12.976 Thread 0x000001aef15a2010 nmethod 2864 0x000001aecbb3fb90 code [0x000001aecbb3fda0, 0x000001aecbb40628]
Event: 12.983 Thread 0x000001aef15a2010 2867       1       javax.swing.JFileChooser::getFileView (5 bytes)
Event: 12.984 Thread 0x000001aef15a2010 nmethod 2867 0x000001aed31b3510 code [0x000001aed31b36a0, 0x000001aed31b3778]
Event: 12.997 Thread 0x000001aef15a2010 2868       3       sun.java2d.d3d.D3DGraphicsDevice::getDefaultConfiguration (42 bytes)
Event: 12.999 Thread 0x000001aef15a2010 nmethod 2868 0x000001aecbb40890 code [0x000001aecbb40aa0, 0x000001aecbb41458]
Event: 13.010 Thread 0x000001ae8779d700 2869   !   3       javax.swing.JComponent::paint (409 bytes)
Event: 13.010 Thread 0x000001ae8779b8a0 2870       3       javax.swing.JComponent::getComponentGraphics (63 bytes)
Event: 13.010 Thread 0x000001aef1709610 2871       3       javax.swing.JComponent::rectangleIsObscured (119 bytes)
Event: 13.011 Thread 0x000001ae8779b8a0 nmethod 2870 0x000001aecbb41710 code [0x000001aecbb41960, 0x000001aecbb42408]
Event: 13.011 Thread 0x000001aef1709610 nmethod 2871 0x000001aecbb42710 code [0x000001aecbb429a0, 0x000001aecbb439d8]
Event: 13.014 Thread 0x000001ae8779d700 nmethod 2869 0x000001aecbb43f10 code [0x000001aecbb44380, 0x000001aecbb47128]

GC Heap History (4 events):
Event: 2.945 GC heap before
{Heap before GC invocations=0 (full 0):
 garbage-first heap   total 524288K, used 20480K [0x0000000602400000, 0x0000000800000000)
  region size 4096K, 6 young (24576K), 0 survivors (0K)
 Metaspace       used 18100K, committed 18304K, reserved 1114112K
  class space    used 1701K, committed 1792K, reserved 1048576K
}
Event: 2.954 GC heap after
{Heap after GC invocations=1 (full 0):
 garbage-first heap   total 524288K, used 4886K [0x0000000602400000, 0x0000000800000000)
  region size 4096K, 1 young (4096K), 1 survivors (4096K)
 Metaspace       used 18100K, committed 18304K, reserved 1114112K
  class space    used 1701K, committed 1792K, reserved 1048576K
}
Event: 4.185 GC heap before
{Heap before GC invocations=1 (full 0):
 garbage-first heap   total 524288K, used 17174K [0x0000000602400000, 0x0000000800000000)
  region size 4096K, 5 young (20480K), 1 survivors (4096K)
 Metaspace       used 21273K, committed 21504K, reserved 1114112K
  class space    used 2117K, committed 2240K, reserved 1048576K
}
Event: 4.190 GC heap after
{Heap after GC invocations=2 (full 0):
 garbage-first heap   total 524288K, used 8397K [0x0000000602400000, 0x0000000800000000)
  region size 4096K, 1 young (4096K), 1 survivors (4096K)
 Metaspace       used 21273K, committed 21504K, reserved 1114112K
  class space    used 2117K, committed 2240K, reserved 1048576K
}

Dll operation events (19 events):
Event: 0.015 Loaded shared library C:\Users\19530\.p2\pool\plugins\org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_17.0.7.v20230425-1502\jre\bin\java.dll
Event: 0.278 Loaded shared library C:\Users\19530\.p2\pool\plugins\org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_17.0.7.v20230425-1502\jre\bin\net.dll
Event: 0.283 Loaded shared library C:\Users\19530\.p2\pool\plugins\org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_17.0.7.v20230425-1502\jre\bin\nio.dll
Event: 0.302 Loaded shared library C:\Users\19530\.p2\pool\plugins\org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_17.0.7.v20230425-1502\jre\bin\zip.dll
Event: 0.366 Loaded shared library C:\Users\19530\.p2\pool\plugins\org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_17.0.7.v20230425-1502\jre\bin\jimage.dll
Event: 0.457 Loaded shared library C:\Users\19530\.p2\pool\plugins\org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_17.0.7.v20230425-1502\jre\bin\awt.dll
Event: 1.449 Loaded shared library E:\SuperMap\Bin\WrapjCore.dll
Event: 1.487 Loaded shared library E:\SuperMap\Bin\WrapjAnalyst.dll
Event: 1.492 Loaded shared library E:\SuperMap\Bin\WrapjChart.dll
Event: 1.509 Loaded shared library E:\SuperMap\Bin\WrapjNav.dll
Event: 1.531 Loaded shared library E:\SuperMap\Bin\WrapjMapping.dll
Event: 1.536 Loaded shared library E:\SuperMap\Bin\WrapjPlot.dll
Event: 1.558 Loaded shared library E:\SuperMap\Bin\WrapjAnimation.dll
Event: 1.613 Loaded shared library E:\SuperMap\Bin\WrapjRealspace.dll
Event: 1.630 Loaded shared library E:\SuperMap\Bin\WrapjRS.dll
Event: 1.783 Loaded shared library E:\SuperMap\Bin\HASPJava_x64.dll
Event: 2.067 Loaded shared library C:\Users\19530\.p2\pool\plugins\org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_17.0.7.v20230425-1502\jre\bin\verify.dll
Event: 2.439 Loaded shared library C:\Users\19530\.p2\pool\plugins\org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_17.0.7.v20230425-1502\jre\bin\freetype.dll
Event: 2.442 Loaded shared library C:\Users\19530\.p2\pool\plugins\org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_17.0.7.v20230425-1502\jre\bin\fontmanager.dll

Deoptimization events (20 events):
Event: 12.582 Thread 0x000001ae80e9a650 Uncommon trap: trap_request=0xffffff45 fr.pc=0x000001aed3114688 relative=0x00000000000001e8
Event: 12.582 Thread 0x000001ae80e9a650 Uncommon trap: reason=unstable_if action=reinterpret pc=0x000001aed3114688 method=java.lang.String.startsWith(Ljava/lang/String;I)Z @ 50 c2
Event: 12.582 Thread 0x000001ae80e9a650 DEOPT PACKING pc=0x000001aed3114688 sp=0x000000415129eec0
Event: 12.582 Thread 0x000001ae80e9a650 DEOPT UNPACKING pc=0x000001aed29da1a3 sp=0x000000415129edc8 mode 2
Event: 12.586 Thread 0x000001ae80e9a650 Uncommon trap: trap_request=0xffffff45 fr.pc=0x000001aed30f9b74 relative=0x0000000000000254
Event: 12.586 Thread 0x000001ae80e9a650 Uncommon trap: reason=unstable_if action=reinterpret pc=0x000001aed30f9b74 method=java.lang.String.startsWith(Ljava/lang/String;I)Z @ 50 c2
Event: 12.586 Thread 0x000001ae80e9a650 DEOPT PACKING pc=0x000001aed30f9b74 sp=0x000000415129ee50
Event: 12.586 Thread 0x000001ae80e9a650 DEOPT UNPACKING pc=0x000001aed29da1a3 sp=0x000000415129edc8 mode 2
Event: 12.868 Thread 0x000001aef621d8d0 Uncommon trap: trap_request=0xffffff45 fr.pc=0x000001aed3199224 relative=0x0000000000000384
Event: 12.868 Thread 0x000001aef621d8d0 Uncommon trap: reason=unstable_if action=reinterpret pc=0x000001aed3199224 method=java.util.Hashtable.get(Ljava/lang/Object;)Ljava/lang/Object; @ 48 c2
Event: 12.868 Thread 0x000001aef621d8d0 DEOPT PACKING pc=0x000001aed3199224 sp=0x000000414f4fd4a0
Event: 12.868 Thread 0x000001aef621d8d0 DEOPT UNPACKING pc=0x000001aed29da1a3 sp=0x000000414f4fd440 mode 2
Event: 12.923 Thread 0x000001ae80e9ccd0 Uncommon trap: trap_request=0xffffff45 fr.pc=0x000001aed317e930 relative=0x0000000000000190
Event: 12.923 Thread 0x000001ae80e9ccd0 Uncommon trap: reason=unstable_if action=reinterpret pc=0x000001aed317e930 method=java.lang.String.lastIndexOf(II)I @ 4 c2
Event: 12.923 Thread 0x000001ae80e9ccd0 DEOPT PACKING pc=0x000001aed317e930 sp=0x000000415159f3d0
Event: 12.923 Thread 0x000001ae80e9ccd0 DEOPT UNPACKING pc=0x000001aed29da1a3 sp=0x000000415159f300 mode 2
Event: 12.923 Thread 0x000001ae80e9ccd0 Uncommon trap: trap_request=0xffffff45 fr.pc=0x000001aed3100e10 relative=0x00000000000004f0
Event: 12.923 Thread 0x000001ae80e9ccd0 Uncommon trap: reason=unstable_if action=reinterpret pc=0x000001aed3100e10 method=java.lang.String.substring(II)Ljava/lang/String; @ 31 c2
Event: 12.923 Thread 0x000001ae80e9ccd0 DEOPT PACKING pc=0x000001aed3100e10 sp=0x000000415159f330
Event: 12.923 Thread 0x000001ae80e9ccd0 DEOPT UNPACKING pc=0x000001aed29da1a3 sp=0x000000415159f2e8 mode 2

Classes unloaded (0 events):
No events

Classes redefined (0 events):
No events

Internal exceptions (20 events):
Event: 0.602 Thread 0x000001aec7e69630 Exception <a 'java/lang/NoSuchMethodError'{0x0000000621c921d8}: 'java.lang.Object java.lang.invoke.DirectMethodHandle$Holder.invokeStaticInit(java.lang.Object)'> (0x0000000621c921d8) 
thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 759]
Event: 1.019 Thread 0x000001aef621d8d0 Exception <a 'java/lang/NoSuchMethodError'{0x0000000621dc8d58}: 'void java.lang.invoke.DirectMethodHandle$Holder.invokeSpecial(java.lang.Object, java.lang.Object, java.lang.Object)'> (0x0000000621dc8d58) 
thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 759]
Event: 1.038 Thread 0x000001aef621d8d0 Exception <a 'java/lang/NoSuchMethodError'{0x0000000621e6e098}: 'java.lang.Object java.lang.invoke.DirectMethodHandle$Holder.newInvokeSpecial(java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object)'> (0x0000000621e6e098) 
thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 759]
Event: 1.042 Thread 0x000001aef621d8d0 Exception <a 'java/lang/NoSuchMethodError'{0x0000000621e79a60}: 'java.lang.Object java.lang.invoke.DirectMethodHandle$Holder.invokeStatic(java.lang.Object, int, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object)'> (0x0000000621e79a60) 
thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 759]
Event: 1.051 Thread 0x000001aef621d8d0 Exception <a 'java/lang/NoSuchMethodError'{0x0000000621e9f2a8}: 'java.lang.Object java.lang.invoke.DirectMethodHandle$Holder.invokeStatic(java.lang.Object, int, java.lang.Object)'> (0x0000000621e9f2a8) 
thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 759]
Event: 1.110 Thread 0x000001aef621d8d0 Exception <a 'java/lang/ClassNotFoundException'{0x0000000621f56fa8}: com/sun/swing/internal/plaf/metal/resources/spi/metalProvider> (0x0000000621f56fa8) 
thrown [s\src\hotspot\share\classfile\systemDictionary.cpp, line 256]
Event: 1.113 Thread 0x000001aef621d8d0 Exception <a 'java/lang/ClassNotFoundException'{0x0000000621f5cd78}: com/sun/swing/internal/plaf/basic/resources/spi/basicProvider> (0x0000000621f5cd78) 
thrown [s\src\hotspot\share\classfile\systemDictionary.cpp, line 256]
Event: 1.147 Thread 0x000001aef621d8d0 Exception <a 'java/lang/NoSuchMethodError'{0x0000000621fa0fb8}: 'void java.lang.invoke.DirectMethodHandle$Holder.invokeInterface(java.lang.Object, java.lang.Object)'> (0x0000000621fa0fb8) 
thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 759]
Event: 2.388 Thread 0x000001aef621c590 Exception <a 'java/lang/NoSuchMethodError'{0x0000000621678088}: 'java.lang.Object java.lang.invoke.DirectMethodHandle$Holder.newInvokeSpecial(java.lang.Object, java.lang.Object, java.lang.Object, int, int, int, int, int)'> (0x0000000621678088) 
thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 759]
Event: 2.457 Thread 0x000001aef621d8d0 Exception <a 'java/io/FileNotFoundException'{0x00000006216e9320}> (0x00000006216e9320) 
thrown [s\src\hotspot\share\prims\jni.cpp, line 516]
Event: 3.201 Thread 0x000001aef621d8d0 Exception <a 'java/lang/NoSuchMethodError'{0x000000062198b460}: 'java.lang.Object java.lang.invoke.DirectMethodHandle$Holder.invokeInterface(java.lang.Object, java.lang.Object)'> (0x000000062198b460) 
thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 759]
Event: 3.420 Thread 0x000001aef621d8d0 Exception <a 'java/lang/NoSuchMethodError'{0x0000000621b7dd08}: 'void java.lang.invoke.DirectMethodHandle$Holder.invokeStaticInit(java.lang.Object)'> (0x0000000621b7dd08) 
thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 759]
Event: 3.510 Thread 0x000001aef621d400 Exception <a 'java/lang/NoSuchMethodError'{0x0000000621bc8a80}: 'void java.lang.invoke.DirectMethodHandle$Holder.invokeVirtual(java.lang.Object, java.lang.Object)'> (0x0000000621bc8a80) 
thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 759]
Event: 5.528 Thread 0x000001aef621d8d0 Exception <a 'java/lang/ClassNotFoundException'{0x0000000622033990}: sun/awt/windows/spi/awtLocalizationProvider> (0x0000000622033990) 
thrown [s\src\hotspot\share\classfile\systemDictionary.cpp, line 256]
Event: 5.534 Thread 0x000001aef621d8d0 Exception <a 'java/lang/NoSuchMethodError'{0x000000062203cb00}: 'int java.lang.invoke.DirectMethodHandle$Holder.invokeStatic(java.lang.Object)'> (0x000000062203cb00) 
thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 759]
Event: 8.639 Thread 0x000001aef621d8d0 Implicit null exception at 0x000001aed3171e30 to 0x000001aed3171e8d
Event: 8.797 Thread 0x000001aef621d8d0 Exception <a 'java/lang/NoSuchMethodError'{0x0000000604f3cb98}: 'java.lang.Object java.lang.invoke.DirectMethodHandle$Holder.invokeStaticInit(java.lang.Object, int, int, int, int)'> (0x0000000604f3cb98) 
thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 759]
Event: 8.922 Thread 0x000001aef621d8d0 Exception <a 'java/lang/NoSuchMethodError'{0x0000000604809788}: 'java.lang.Object java.lang.invoke.DirectMethodHandle$Holder.invokeStaticInit(java.lang.Object, java.lang.Object, int, int, int, int)'> (0x0000000604809788) 
thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 759]
Event: 12.355 Thread 0x000001aef621d8d0 Exception <a 'java/lang/NoSuchMethodError'{0x0000000604bb9650}: 'void java.lang.invoke.DirectMethodHandle$Holder.invokeStatic(java.lang.Object, java.lang.Object, java.lang.Object)'> (0x0000000604bb9650) 
thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 759]
Event: 12.357 Thread 0x000001aef621d8d0 Exception <a 'java/lang/NoSuchMethodError'{0x0000000604bbfcd0}: 'void java.lang.invoke.DirectMethodHandle$Holder.invokeStatic(java.lang.Object, java.lang.Object)'> (0x0000000604bbfcd0) 
thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 759]

VM Operations (20 events):
Event: 8.560 Executing VM operation: Cleanup
Event: 8.560 Executing VM operation: Cleanup done
Event: 8.771 Executing VM operation: HandshakeAllThreads
Event: 8.771 Executing VM operation: HandshakeAllThreads done
Event: 8.828 Executing VM operation: HandshakeAllThreads
Event: 8.828 Executing VM operation: HandshakeAllThreads done
Event: 8.946 Executing VM operation: HandshakeAllThreads
Event: 8.946 Executing VM operation: HandshakeAllThreads done
Event: 9.958 Executing VM operation: Cleanup
Event: 9.959 Executing VM operation: Cleanup done
Event: 10.970 Executing VM operation: Cleanup
Event: 10.971 Executing VM operation: Cleanup done
Event: 11.982 Executing VM operation: Cleanup
Event: 11.982 Executing VM operation: Cleanup done
Event: 12.390 Executing VM operation: HandshakeAllThreads
Event: 12.391 Executing VM operation: HandshakeAllThreads done
Event: 12.438 Executing VM operation: HandshakeAllThreads
Event: 12.438 Executing VM operation: HandshakeAllThreads done
Event: 12.978 Executing VM operation: ICBufferFull
Event: 12.979 Executing VM operation: ICBufferFull done

Events (20 events):
Event: 12.921 loading class javax/swing/SwingUtilities$SharedOwnerFrame done
Event: 12.923 loading class java/awt/event/HierarchyEvent
Event: 12.923 loading class java/awt/event/HierarchyEvent done
Event: 12.924 Thread 0x000001ae80e9ccd0 Thread exited: 0x000001ae80e9ccd0
Event: 12.933 loading class javax/swing/SwingHeavyWeight
Event: 12.933 loading class javax/swing/SwingHeavyWeight done
Event: 12.938 loading class sun/awt/windows/WDialogPeer
Event: 12.938 loading class sun/awt/windows/WDialogPeer done
Event: 12.969 loading class javax/swing/text/SegmentCache
Event: 12.969 loading class javax/swing/text/SegmentCache done
Event: 12.969 loading class javax/swing/text/SegmentCache$CachedSegment
Event: 12.969 loading class javax/swing/text/SegmentCache$CachedSegment done
Event: 12.969 loading class javax/swing/text/Utilities
Event: 12.970 loading class javax/swing/text/Utilities done
Event: 12.976 loading class javax/swing/JLayer
Event: 12.976 loading class javax/swing/JLayer done
Event: 12.980 loading class javax/swing/JFileChooser$1
Event: 12.981 loading class javax/swing/JFileChooser$1 done
Event: 12.981 Thread 0x000001ae80e99cb0 Thread added: 0x000001ae80e99cb0
Event: 12.985 Thread 0x000001ae80e99cb0 Thread exited: 0x000001ae80e99cb0


Dynamic libraries:
0x00007ff781d90000 - 0x00007ff781d9e000 	C:\Users\19530\.p2\pool\plugins\org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_17.0.7.v20230425-1502\jre\bin\javaw.exe
0x00007ffcff290000 - 0x00007ffcff488000 	C:\Windows\SYSTEM32\ntdll.dll
0x00007ffcfe820000 - 0x00007ffcfe8dd000 	C:\Windows\System32\KERNEL32.DLL
0x00007ffcfccc0000 - 0x00007ffcfcfb6000 	C:\Windows\System32\KERNELBASE.dll
0x00007ffcfc970000 - 0x00007ffcfca70000 	C:\Windows\System32\ucrtbase.dll
0x00007ffcf1550000 - 0x00007ffcf1567000 	C:\Users\19530\.p2\pool\plugins\org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_17.0.7.v20230425-1502\jre\bin\jli.dll
0x00007ffcbe4b0000 - 0x00007ffcbe4c9000 	C:\Users\19530\.p2\pool\plugins\org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_17.0.7.v20230425-1502\jre\bin\VCRUNTIME140.dll
0x00007ffcfd5a0000 - 0x00007ffcfd73e000 	C:\Windows\System32\USER32.dll
0x00007ffcfcff0000 - 0x00007ffcfd012000 	C:\Windows\System32\win32u.dll
0x00007ffcfec80000 - 0x00007ffcfecac000 	C:\Windows\System32\GDI32.dll
0x00007ffcfd070000 - 0x00007ffcfd18a000 	C:\Windows\System32\gdi32full.dll
0x00007ffcf02c0000 - 0x00007ffcf055a000 	C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.19041.1110_none_60b5254171f9507e\COMCTL32.dll
0x00007ffcfcc20000 - 0x00007ffcfccbd000 	C:\Windows\System32\msvcp_win.dll
0x00007ffcfd2f0000 - 0x00007ffcfd38e000 	C:\Windows\System32\msvcrt.dll
0x00007ffcfd3f0000 - 0x00007ffcfd420000 	C:\Windows\System32\IMM32.DLL
0x00007ffcd2ea0000 - 0x00007ffcd2ecd000 	E:\MacType\MacType64.dll
0x00007ffcfe770000 - 0x00007ffcfe81e000 	C:\Windows\System32\ADVAPI32.dll
0x00007ffcff1b0000 - 0x00007ffcff24c000 	C:\Windows\System32\sechost.dll
0x00007ffcfe630000 - 0x00007ffcfe756000 	C:\Windows\System32\RPCRT4.dll
0x00007ffcd2ed0000 - 0x00007ffcd2f2a000 	E:\MacType\Easyhk64.dll
0x00007ffcd2d90000 - 0x00007ffcd2e9b000 	E:\MacType\MacType64.Core.dll
0x00007ffcf85a0000 - 0x00007ffcf85ac000 	C:\Users\19530\.p2\pool\plugins\org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_17.0.7.v20230425-1502\jre\bin\vcruntime140_1.dll
0x00007ffc9afd0000 - 0x00007ffc9b061000 	C:\Users\19530\.p2\pool\plugins\org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_17.0.7.v20230425-1502\jre\bin\msvcp140.dll
0x00007ffc96970000 - 0x00007ffc975b8000 	C:\Users\19530\.p2\pool\plugins\org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_17.0.7.v20230425-1502\jre\bin\server\jvm.dll
0x00007ffcf8000000 - 0x00007ffcf8009000 	C:\Windows\SYSTEM32\WSOCK32.dll
0x00007ffcf2ec0000 - 0x00007ffcf2ee7000 	C:\Windows\SYSTEM32\WINMM.dll
0x00007ffcfeaf0000 - 0x00007ffcfeb5b000 	C:\Windows\System32\WS2_32.dll
0x00007ffcf6d90000 - 0x00007ffcf6d9a000 	C:\Windows\SYSTEM32\VERSION.dll
0x00007ffcfb190000 - 0x00007ffcfb1a2000 	C:\Windows\SYSTEM32\kernel.appcore.dll
0x00007ffcf64e0000 - 0x00007ffcf64ea000 	C:\Users\19530\.p2\pool\plugins\org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_17.0.7.v20230425-1502\jre\bin\jimage.dll
0x00007ffcfa590000 - 0x00007ffcfa774000 	C:\Windows\SYSTEM32\DBGHELP.DLL
0x00007ffcd8070000 - 0x00007ffcd80a4000 	C:\Windows\SYSTEM32\dbgcore.DLL
0x00007ffcfcae0000 - 0x00007ffcfcb62000 	C:\Windows\System32\bcryptPrimitives.dll
0x00007ffcf18d0000 - 0x00007ffcf18f5000 	C:\Users\19530\.p2\pool\plugins\org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_17.0.7.v20230425-1502\jre\bin\java.dll
0x00007ffcf13a0000 - 0x00007ffcf13b8000 	C:\Users\19530\.p2\pool\plugins\org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_17.0.7.v20230425-1502\jre\bin\zip.dll
0x00007ffcfdee0000 - 0x00007ffcfe625000 	C:\Windows\System32\SHELL32.dll
0x00007ffcfa9e0000 - 0x00007ffcfb17b000 	C:\Windows\SYSTEM32\windows.storage.dll
0x00007ffcfdad0000 - 0x00007ffcfde24000 	C:\Windows\System32\combase.dll
0x00007ffcfc3b0000 - 0x00007ffcfc3de000 	C:\Windows\SYSTEM32\Wldp.dll
0x00007ffcfd420000 - 0x00007ffcfd4cd000 	C:\Windows\System32\SHCORE.dll
0x00007ffcfd390000 - 0x00007ffcfd3e5000 	C:\Windows\System32\shlwapi.dll
0x00007ffcfc8a0000 - 0x00007ffcfc8c5000 	C:\Windows\SYSTEM32\profapi.dll
0x00007ffcf1380000 - 0x00007ffcf1399000 	C:\Users\19530\.p2\pool\plugins\org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_17.0.7.v20230425-1502\jre\bin\net.dll
0x00007ffcf3160000 - 0x00007ffcf326a000 	C:\Windows\SYSTEM32\WINHTTP.dll
0x00007ffcfc110000 - 0x00007ffcfc17a000 	C:\Windows\system32\mswsock.dll
0x00007ffcee930000 - 0x00007ffcee945000 	C:\Users\19530\.p2\pool\plugins\org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_17.0.7.v20230425-1502\jre\bin\nio.dll
0x00007ffcb0510000 - 0x00007ffcb069e000 	C:\Users\19530\.p2\pool\plugins\org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_17.0.7.v20230425-1502\jre\bin\awt.dll
0x00007ffcfd4d0000 - 0x00007ffcfd59d000 	C:\Windows\System32\OLEAUT32.dll
0x00007ffcf9d80000 - 0x00007ffcf9e11000 	C:\Windows\SYSTEM32\apphelp.dll
0x00007ffcf9f70000 - 0x00007ffcfa00e000 	C:\Windows\system32\uxtheme.dll
0x00007ffcfd740000 - 0x00007ffcfd854000 	C:\Windows\System32\MSCTF.dll
0x00007ffcfe9c0000 - 0x00007ffcfeaea000 	C:\Windows\System32\ole32.dll
0x00007ffcfa180000 - 0x00007ffcfa1af000 	C:\Windows\system32\DWMAPI.DLL
0x00007ffc9ab20000 - 0x00007ffc9ac45000 	C:\Windows\system32\opengl32.dll
0x00007ffcf5740000 - 0x00007ffcf576c000 	C:\Windows\SYSTEM32\GLU32.dll
0x00007ffcf0de0000 - 0x00007ffcf0fad000 	C:\Windows\system32\d3d9.dll
0x00007ffcf3370000 - 0x00007ffcf3487000 	C:\Windows\System32\DriverStore\FileRepository\nvltsig.inf_amd64_b6d83a06acaab960\nvldumdx.dll
0x00007ffcfc540000 - 0x00007ffcfc552000 	C:\Windows\SYSTEM32\msasn1.dll
0x00007ffcf4ef0000 - 0x00007ffcf4f21000 	C:\Windows\SYSTEM32\cryptnet.dll
0x00007ffcfd190000 - 0x00007ffcfd2ee000 	C:\Windows\System32\CRYPT32.dll
0x00007ffcf4ca0000 - 0x00007ffcf4de8000 	C:\Windows\SYSTEM32\drvstore.dll
0x00007ffcfc700000 - 0x00007ffcfc733000 	C:\Windows\SYSTEM32\devobj.dll
0x00007ffcfd020000 - 0x00007ffcfd06e000 	C:\Windows\System32\cfgmgr32.dll
0x00007ffcfc320000 - 0x00007ffcfc32c000 	C:\Windows\SYSTEM32\cryptbase.dll
0x00007ffcfca70000 - 0x00007ffcfcad7000 	C:\Windows\System32\WINTRUST.DLL
0x00007ffcfde30000 - 0x00007ffcfde4d000 	C:\Windows\System32\imagehlp.dll
0x00007ffcfc300000 - 0x00007ffcfc318000 	C:\Windows\SYSTEM32\CRYPTSP.dll
0x00007ffcfb9b0000 - 0x00007ffcfb9e4000 	C:\Windows\system32\rsaenh.dll
0x00007ffcfcfc0000 - 0x00007ffcfcfe7000 	C:\Windows\System32\bcrypt.dll
0x00007ffc870e0000 - 0x00007ffc89610000 	C:\Windows\System32\DriverStore\FileRepository\nvltsig.inf_amd64_b6d83a06acaab960\nvd3dumx.dll
0x00007ffca3890000 - 0x00007ffca3b5e000 	C:\Windows\system32\nvspcap64.dll
0x00007ffcfbad0000 - 0x00007ffcfbb03000 	C:\Windows\SYSTEM32\ntmarta.dll
0x00007ffcfb1b0000 - 0x00007ffcfb1d3000 	C:\Windows\SYSTEM32\gpapi.dll
0x00007ffcf4a20000 - 0x00007ffcf4a5b000 	C:\Windows\SYSTEM32\dxcore.dll
0x00007ffc94ba0000 - 0x00007ffc94d8c000 	E:\SuperMap\Bin\WrapjCore.dll
0x0000000180000000 - 0x0000000180040000 	E:\SuperMap\Bin\SuBase.dll
0x00007ffcf14f0000 - 0x00007ffcf1509000 	E:\SuperMap\Bin\SuTileStorage.dll
0x00007ffcf1400000 - 0x00007ffcf14e9000 	E:\SuperMap\Bin\libiconv.dll
0x000001aefdc60000 - 0x000001aefdc84000 	E:\SuperMap\Bin\SuElement.dll
0x000001aefdc90000 - 0x000001aefdcc3000 	E:\SuperMap\Bin\SuStream.dll
0x000001aefdcd0000 - 0x000001aefdf02000 	E:\SuperMap\Bin\SuToolkit.dll
0x000001aefdf20000 - 0x000001aefdf9d000 	E:\SuperMap\Bin\SuProjection.dll
0x000001aefdfa0000 - 0x000001aefe0aa000 	E:\SuperMap\Bin\SuGeometry.dll
0x00007ffcff1a0000 - 0x00007ffcff1a8000 	C:\Windows\System32\PSAPI.DLL
0x000001aefe0c0000 - 0x000001aefe21a000 	E:\SuperMap\Bin\SuAlgorithm.dll
0x000001aefe230000 - 0x000001aefea67000 	E:\SuperMap\Bin\SuBase3D.dll
0x000001aefea80000 - 0x000001aefeb30000 	E:\SuperMap\Bin\SuGeometryCAD.geo
0x000001aefeb40000 - 0x000001aefeca2000 	E:\SuperMap\Bin\SuGeoOperation.dll
0x000001aefecb0000 - 0x000001aefecd0000 	E:\SuperMap\Bin\SuSpatialIndex.dll
0x000001aefece0000 - 0x000001aefed00000 	E:\SuperMap\Bin\SuOGDC.dll
0x000001aefed20000 - 0x000001aefed2b000 	E:\SuperMap\Bin\SuProviderManager.dll
0x000001aefed40000 - 0x000001aefed88000 	E:\SuperMap\Bin\SuToolkit3D.dll
0x000001aefed90000 - 0x000001aefeddd000 	E:\SuperMap\Bin\SuRSBase.dll
0x000001aefee10000 - 0x000001aefee3e000 	E:\SuperMap\Bin\SuRasterData.dll
0x000001aefee50000 - 0x000001aefee9e000 	E:\SuperMap\Bin\SuParticleSystem.dll
0x000001aefeea0000 - 0x000001aefefa6000 	E:\SuperMap\Bin\SuFileParser.dll
0x000001aefefb0000 - 0x000001aeff0fd000 	E:\SuperMap\Bin\SuGraphics3D.dll
0x000001aeff140000 - 0x000001aeff324000 	E:\SuperMap\Bin\SuGeometry3D.geo
0x000001aeff330000 - 0x000001aeff4f6000 	E:\SuperMap\Bin\SuEngine.dll
0x000001aeff500000 - 0x000001aeff58d000 	E:\SuperMap\Bin\SuDataExchange.dll
0x000001aeff590000 - 0x000001aeff647000 	E:\SuperMap\Bin\SuSymbol.dll
0x000001aeff690000 - 0x000001aeff6e4000 	E:\SuperMap\Bin\SuWorkspace.dll
0x000001aeff6f0000 - 0x000001aeff7fe000 	E:\SuperMap\Bin\SuGraphics.dll
0x000001aeff800000 - 0x000001aeff86e000 	E:\SuperMap\Bin\SuRepresentation.dll
0x000001aeff870000 - 0x000001aeff905000 	E:\SuperMap\Bin\SuGeometryConverter.dll
0x000001aeff920000 - 0x000001aeff942000 	E:\SuperMap\Bin\SuWrapc.dll
0x000001aeff980000 - 0x000001aeff9f8000 	E:\SuperMap\Bin\SuMosaic.dll
0x00007ffcbe210000 - 0x00007ffcbe241000 	C:\Windows\SYSTEM32\VCOMP140.DLL
0x00007ffcbe250000 - 0x00007ffcbe278000 	E:\SuperMap\Bin\LZMA.dll
0x00007ffcec990000 - 0x00007ffcec9a1000 	E:\SuperMap\Bin\libImageOperator.dll
0x00007ffce2680000 - 0x00007ffce2699000 	C:\Windows\SYSTEM32\NETAPI32.dll
0x00007ffc8dc70000 - 0x00007ffc8e454000 	E:\SuperMap\Bin\spatialite.dll
0x00007ffc94570000 - 0x00007ffc94765000 	E:\SuperMap\Bin\sqlite328.dll
0x00007ffcbba50000 - 0x00007ffcbba8b000 	E:\SuperMap\Bin\jsoncpp.dll
0x00007ffcf5a50000 - 0x00007ffcf5a60000 	E:\SuperMap\Bin\async++.dll
0x00007ffc94a40000 - 0x00007ffc94b9a000 	E:\SuperMap\Bin\SuChartToolkit.dll
0x00007ffc9a140000 - 0x00007ffc9a273000 	E:\SuperMap\Bin\geos352.dll
0x00007ffc995a0000 - 0x00007ffc996e8000 	E:\SuperMap\Bin\libxml2.dll
0x00007ffcbba00000 - 0x00007ffcbba4c000 	E:\SuperMap\Bin\geos352_c.dll
0x000001aeffa80000 - 0x000001aeffa9f000 	E:\SuperMap\Bin\SuCompactFile.dll
0x000001aeffab0000 - 0x000001aeffb12000 	E:\SuperMap\Bin\SuChartBase.dll
0x000001aeffb20000 - 0x000001aeffb6f000 	E:\SuperMap\Bin\SuNetToolkit.dll
0x000001aeffb70000 - 0x000001aeffc6a000 	E:\SuperMap\Bin\SuTopoBuilder.dll
0x000001aeffc90000 - 0x000001aeffd3c000 	E:\SuperMap\Bin\SuAlgorithm3D.dll
0x000001aeffd40000 - 0x000001aeffe7c000 	E:\SuperMap\Bin\SuGeometryPlot.geo
0x000001aeffe80000 - 0x000001aeffee6000 	E:\SuperMap\Bin\SuSpatialQuery.dll
0x000001ae80000000 - 0x000001ae80108000 	E:\SuperMap\Bin\SuTopoBase.dll
0x000001ae80110000 - 0x000001ae801fe000 	E:\SuperMap\Bin\SuDataCheck.dll

dbghelp: loaded successfully - version: 4.0.5 - missing functions: none
symbol engine: initialized successfully - sym options: 0x614 - pdb path: .;C:\Users\19530\.p2\pool\plugins\org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_17.0.7.v20230425-1502\jre\bin;C:\Windows\SYSTEM32;C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.19041.1110_none_60b5254171f9507e;E:\MacType;C:\Users\19530\.p2\pool\plugins\org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_17.0.7.v20230425-1502\jre\bin\server;C:\Windows\System32\DriverStore\FileRepository\nvltsig.inf_amd64_b6d83a06acaab960;E:\SuperMap\Bin;F:\Steam\steamapps\common\MyDockFinder;C:\Program Files\Common Files\microsoft shared\ink;C:\Program Files\Microsoft OneDrive\23.199.0924.0001;E:\Baiduwangpan\BaiduNetdisk;C:\Windows\WinSxS\amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.19041.2251_none_91a40448cc8846c1;C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_5.82.19041.1110_none_792d1c772443f647

VM Arguments:
jvm_args: -Dfile.encoding=UTF-8 -XX:+ShowCodeDetailsInExceptionMessages 
java_command: supermap.MainFrame
java_class_path (initial): D:\Javaspace\B21080513\bin;E:\SuperMap\Bin\com.supermap.data.jar;E:\SuperMap\Bin\com.supermap.mapping.jar;E:\SuperMap\Bin\com.supermap.ui.controls.jar;G:\学\大\组件式GIS\javax.xml.bind.jar;E:\SuperMap1\supermap-iobjectsjava-11.1.0-win-all\Bin\com.supermap.data.jar
Launcher Type: SUN_STANDARD

[Global flags]
     intx CICompilerCount                          = 12                                        {product} {ergonomic}
     uint ConcGCThreads                            = 3                                         {product} {ergonomic}
     uint G1ConcRefinementThreads                  = 13                                        {product} {ergonomic}
   size_t G1HeapRegionSize                         = 4194304                                   {product} {ergonomic}
    uintx GCDrainStackTargetSize                   = 64                                        {product} {ergonomic}
   size_t InitialHeapSize                          = 536870912                                 {product} {ergonomic}
   size_t MarkStackSize                            = 4194304                                   {product} {ergonomic}
   size_t MaxHeapSize                              = 8552185856                                {product} {ergonomic}
   size_t MaxNewSize                               = 5129633792                                {product} {ergonomic}
   size_t MinHeapDeltaBytes                        = 4194304                                   {product} {ergonomic}
   size_t MinHeapSize                              = 8388608                                   {product} {ergonomic}
    uintx NonNMethodCodeHeapSize                   = 7602480                                {pd product} {ergonomic}
    uintx NonProfiledCodeHeapSize                  = 122027880                              {pd product} {ergonomic}
    uintx ProfiledCodeHeapSize                     = 122027880                              {pd product} {ergonomic}
    uintx ReservedCodeCacheSize                    = 251658240                              {pd product} {ergonomic}
     bool SegmentedCodeCache                       = true                                      {product} {ergonomic}
     bool ShowCodeDetailsInExceptionMessages       = true                                   {manageable} {command line}
   size_t SoftMaxHeapSize                          = 8552185856                             {manageable} {ergonomic}
     bool UseCompressedClassPointers               = true                           {product lp64_product} {ergonomic}
     bool UseCompressedOops                        = true                           {product lp64_product} {ergonomic}
     bool UseG1GC                                  = true                                      {product} {ergonomic}
     bool UseLargePagesIndividualAllocation        = false                                  {pd product} {ergonomic}

Logging:
Log output configuration:
 #0: stdout all=warning uptime,level,tags
 #1: stderr all=off uptime,level,tags

Environment Variables:
JAVA_HOME=E:\PyCharm Community Edition 2023.2\jbr
PATH=C:/Users/19530/.p2/pool/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_17.0.7.v20230425-1502/jre/bin/server;C:/Users/19530/.p2/pool/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_17.0.7.v20230425-1502/jre/bin;E:\SuperMap\Bin;E:\SuperMap\jre1.8_x64;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\NVIDIA Corporation\NVIDIA NvDLISR;C:\Program Files\Microsoft SQL Server\150\Tools\Binn\;C:\Program Files\Microsoft SQL Server\Client SDK\ODBC\170\Tools\Binn\;E:\MATLAB\bin;C:\Program Files (x86)\Microsoft SQL Server\150\Tools\Binn\;C:\Program Files\Microsoft SQL Server\150\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\150\DTS\Binn\;C:\Program Files\Azure Data Studio\bin;C:\Program Files\dotnet\;E:\SuperMap1\supermap-iobjectsjava-11.1.0-win-all\Bin;E:\SuperMap1\supermap-iobjectsjava-11.1.0-win-all\jre1.8_x64;E:\SuperMap\Bin;C:\Users\19530\AppData\Local\Microsoft\WindowsApps;C:\Program Files\Azure Data Studio\bin;E:\Pycharm\PyCharm Community Edition 2022.2.3\bin;;C:\Users\19530\.dotnet\tools;E:\PyCharm Community Edition 2023.2\jbr\bin;;E:\IDEA\IntelliJ IDEA 2023.2.2\bin;;C:\Users\19530\Desktop;
USERNAME=19530
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 141 Stepping 1, GenuineIntel
TMP=C:\Users\19530\AppData\Local\Temp
TEMP=C:\Users\19530\AppData\Local\Temp



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

OS:
 Windows 10 , 64 bit Build 19041 (10.0.19041.3393)
OS uptime: 1 days 9:18 hours

CPU: total 16 (initial active 16) (8 cores per cpu, 2 threads per core) family 6 model 141 stepping 1 microcode 0x32, cx8, cmov, fxsr, ht, mmx, 3dnowpref, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, lzcnt, tsc, tscinvbit, avx, avx2, aes, erms, clmul, bmi1, bmi2, adx, avx512f, avx512dq, avx512cd, avx512bw, avx512vl, sha, fma, vzeroupper, avx512_vpopcntdq, avx512_vpclmulqdq, avx512_vaes, avx512_vnni, clflush, clflushopt, clwb, avx512_vbmi2, avx512_vbmi

Memory: 4k page, system-wide physical 32619M (20238M free)
TotalPageFile size 34667M (AvailPageFile size 19401M)
current process WorkingSet (physical memory assigned to process): 288M, peak: 295M
current process commit charge ("private bytes"): 315M, peak: 727M

vm_info: OpenJDK 64-Bit Server VM (17.0.7+7) for windows-amd64 JRE (17.0.7+7), built on Apr 18 2023 22:10:42 by "temurin" with MS VC++ 16.7 (VS2019)

END.
@xiaokui886 xiaokui886 added the bug Something isn't working label Oct 12, 2023
@karianna
Copy link
Contributor

You are making a native call via JNI into a DLL that is causing the crash. You'll want to take a look at that area of code or the native DLL to see if you cna spot the root cause there. Also, we recommend updating to 17.0.8.1

@xiaokui886
Copy link
Author

I've updated the error still present. No core dump will be written. Minidumps are not enabled by default on client versions of Windows.

@xiaokui886
Copy link
Author

I've tried a lot of things but none of them have worked out and look forward to hearing from you.

@karianna
Copy link
Contributor

Who makes SuEngine.dll? That's the folks you'll want to caht to this bug about, they're crashing somewhere in there, it's only coming back to Java because Java called it.

Copy link

We are marking this issue as stale because it has not been updated for a while. This is just a way to keep the support issues queue manageable.
It will be closed soon unless the stale label is removed by a committer, or a new comment is made.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working stale Waiting on OP
Projects
None yet
Development

No branches or pull requests

2 participants