microsoft/openjdk

EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0000000000000000

ThakkarChandresh opened this issue · 10 comments

I'm continuously facing this error, and researched everything but found nothing

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0000000000000000, pid=5608, tid=4424
#
# JRE version:  (17.0.11+9) (build )
# Java VM: OpenJDK 64-Bit Server VM (17.0.11+9-LTS, mixed mode, tiered, compressed oops, compressed class ptrs, parallel gc, windows-amd64)
# Problematic frame:
# C  [jimage.dll+0x1827]
#
# No core dump will be written. Minidumps are not enabled by default on client versions of Windows
#
#

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

Command Line: -Xms200m -Xmx500m -Dvertx.metrics.options.enabled=false -XX:MaxDirectMemorySize=5g -Dsun.reflect.inflationThreshold=2147483647 -Dcom.sun.CORBA.transport.ORBUseNIOSelectToWait=false -XX:+UseCompressedOops -XX:+UseParallelGC -d64 -server -XX:+AggressiveOpts -Dio.netty.noPreferDirect=true -Dio.netty.allocator.type=unpooled -Dio.netty.transport.outboundBufferEntrySizeOverhead=0 -Dio.netty.transport.pendingWriteSizeOverhead=0 -Djava.security.egd=file:/dev/./urandom --add-exports=java.base/jdk.internal.ref=ALL-UNNAMED --add-exports=java.base/sun.nio.ch=ALL-UNNAMED --add-exports=jdk.unsupported/sun.misc=ALL-UNNAMED --add-exports=jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED --add-opens=jdk.compiler/com.sun.tools.javac=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.lang.reflect=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED -Dj2e.class.path=;lib/annotations-13.0.jar;lib/apiguardian-api-1.1.2.jar;lib/asm-9.2.jar;lib/asm-analysis-9.2.jar;lib/asm-commons-9.2.jar;lib/asm-tree-9.2.jar;lib/c3p0-0.9.5.4.jar;lib/checker-qual-3.12.0.jar;lib/classworlds-1.1-alpha-2.jar;lib/commons-beanutils-1.9.4.jar;lib/commons-codec-1.11.jar;lib/commons-collections-3.2.2.jar;lib/commons-collections4-4.4.jar;lib/commons-io-2.11.0.jar;lib/commons-lang3-3.12.0.jar;lib/commons-logging-1.2.jar;lib/commons-math3-3.6.1.jar;lib/commons-net-3.8.0.jar;lib/commons-text-1.10.0.jar;lib/doxia-sink-api-1.0.jar;lib/eclipse-collections-10.4.0.jar;lib/eclipse-collections-api-10.4.0.jar;lib/eclipse-collections-forkjoin-10.4.0.jar;lib/elsa-3.0.0-M5.jar;lib/error_prone_annotations-2.11.0.jar;lib/failureaccess-1.0.1.jar;lib/file-management-1.2.1.jar;lib/guava-31.1-jre.jar;lib/h2-2.1.214.jar;lib/hamcrest-core-1.3.jar;lib/HikariCP-java7-2.4.13.jar;lib/httpclient-4.5.14.jar;lib/httpcore-4.4.16.jar;lib/ipaddress-5.4.0.jar;lib/j2objc-annotations-1.3.jar;lib/jackson-annotations-2.14.2.jar;lib/jackson-core-2.14.2.jar;lib/jackson-databind-2.14.2.jar;lib/jackson-dataformat-cbor-2.14.2.jar;lib/jacoco-maven-plugin-0.8.8.jar;lib/javassist-3.28.0-GA.jar;lib/jeromq-0.5.3.jar;lib/jnacl-1.0.0.jar;lib/joda-time-2.12.2.jar;lib/jsr305-3.0.2.jar;lib/kotlin-stdlib-1.2.71.jar;lib/kotlin-stdlib-common-1.2.71.jar;lib/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar;lib/lucene-analyzers-common-8.11.2.jar;lib/lucene-core-9.5.0.jar;lib/lucene-queries-9.5.0.jar;lib/lucene-queryparser-9.5.0.jar;lib/lucene-sandbox-9.5.0.jar;lib/lz4-1.3.0.jar;lib/mapdb-3.0.9.jar;lib/maven-artifact-2.0.2.jar;lib/maven-artifact-manager-2.0.2.jar;lib/maven-plugin-api-2.0.6.jar;lib/maven-reporting-api-3.0.jar;lib/maven-repository-metadata-2.0.2.jar;lib/maven-shared-io-1.1.jar;lib/mchange-commons-java-0.2.15.jar;lib/metrics-core-4.2.15.jar;lib/motadata-sdk-1.0.jar;lib/netty-buffer-4.1.93.Final.jar;lib/netty-codec-4.1.93.Final.jar;lib/netty-codec-dns-4.1.93.Final.jar;li-Dj2e.app.path=C:\Program Files\Motadata\Motadata Agent\motadata\motadata-manager.exe -Dapplication.home=C:\Program Files\Motadata\Motadata Agent\motadata\ -Djava.protocol.handler.pkgs=com.regexlab -Djava.system.class.loader=com.regexlab.j2e.Jar2ExeClassLoader -Dj2e.is.elevated=true -Xmx512M 

Host: Intel(R) Celeron(R) CPU G540 @ 2.50GHz, 2 cores, 3G,  Windows 10 , 64 bit Build 14393 (10.0.14393.5786)
Time: Thu May 16 15:02:19 2024 India Standard Time elapsed time: 0.072210 seconds (0d 0h 0m 0s)

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

Current thread (0x0000000002edcb00):  JavaThread "Unknown thread" [_thread_in_vm, id=4424, stack(0x00000000025c0000,0x00000000026c0000)]

Stack: [0x00000000025c0000,0x00000000026c0000],  sp=0x00000000026bedb0,  free space=1019k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)


siginfo: EXCEPTION_ACCESS_VIOLATION (0xc0000005), data execution prevention violation at address 0x0000000000000000


Registers:
RAX=0x00000000031f0bb1, RBX=0x0000000002fb0b80, RCX=0x00000000031f0bb1, RDX=0x000000000000034e
RSP=0x00000000026beda8, RBP=0x00000000026beec0, RSI=0x00000000031f0b94, RDI=0x00000000031f0b94
R8 =0x0000000002fb0b80, R9 =0x00000000000005d5, R10=0x00000000026bee20, R11=0x0000000000000000
R12=0x00000000000005d5, R13=0x0000000002edcff0, R14=0x0000000002ee3fb0, R15=0x0000000002ee3fb0
RIP=0x0000000000000000, EFLAGS=0x0000000000010246


Top of Stack: (sp=0x00000000026beda8)
0x00000000026beda8:   00007ff99f5b1827 0000000002fb0b80
0x00000000026bedb8:   00007ff99f5b186b 00000000031f0b94
0x00000000026bedc8:   000000000000000a 00000000026bee08
0x00000000026bedd8:   00007ff9a7e912e6 00000000031f0b94
0x00000000026bede8:   00007ff99f5b1485 0000000002fb0b80
0x00000000026bedf8:   00000000026beec0 00000000031f0b94
0x00000000026bee08:   0000000000000000 00000000026beec0
0x00000000026bee18:   0000000000000810 00000000cafefafa
0x00000000026bee28:   000000000000034e 00000000000005d5
0x00000000026bee38:   ffffffff00000007 0000000000000001
0x00000000026bee48:   0000d3c1feafbf8c 00000000000005d5
0x00000000026bee58:   0000000002ee3fb0 0000000002edcfe0
0x00000000026bee68:   0000000000798790 00000000000b3256
0x00000000026bee78:   000000000000036b 00000000031f0b94
0x00000000026bee88:   00007ff99f5b1e9f 0000000000000000
0x00000000026bee98:   0000000000000000 0000000000000000
0x00000000026beea8:   0000000000000000 00007ff99f5b6000
0x00000000026beeb8:   0000000000001148 000000000309f7e7
0x00000000026beec8:   00007ff90009e157 0000000002edcb00
0x00000000026beed8:   0000000002ed91e0 0000000000798790
0x00000000026beee8:   00007ff99f5b1f36 000000000307a6c0
0x00000000026beef8:   0000000002edd010 0000000002ee3fb0
0x00000000026bef08:   0000000002eecf20 0000000000000000
0x00000000026bef18:   000000000000000b 0000000000002970
0x00000000026bef28:   0000000000003221 0000000000000001
0x00000000026bef38:   00000000000b3256 000000000000036b
0x00000000026bef48:   00000000000005d5 0000d3c1feafbc8c
0x00000000026bef58:   0000000000000000 0000000000080c9c
0x00000000026bef68:   00000000007ba750 00000000000005d5
0x00000000026bef78:   00007ff99f5b266e 0000000002edcb00
0x00000000026bef88:   000000000088c600 00000000000005e0
0x00000000026bef98:   0000000000007fd8 0000000002ee3fb0 

Instructions: (pc=0x00007ff99f5b1827)
0x00007ff99f5b1727:   00 4c 8b bc 24 98 00 00 00 4c 03 f3 eb 53 ff c6
0x00007ff99f5b1737:   41 88 16 48 8d 0d 0f 2c 00 00 0f b6 1c 0a 49 ff
0x00007ff99f5b1747:   c6 44 8b c3 49 8b d7 49 8b ce e8 5a 23 00 00 4c
0x00007ff99f5b1757:   03 f3 4c 03 fb eb 2a 41 88 16 49 8b cf 49 ff c6
0x00007ff99f5b1767:   e8 d8 fa ff ff 0f b7 d8 49 8b d7 49 8b ce 4c 8d
0x00007ff99f5b1777:   43 02 e8 32 23 00 00 48 8d 43 02 4c 03 f0 4c 03
0x00007ff99f5b1787:   f8 ff c6 89 b4 24 a0 00 00 00 3b 74 24 20 0f 8c
0x00007ff99f5b1797:   9f fd ff ff 48 8b bc 24 a8 00 00 00 48 8b 5f 08
0x00007ff99f5b17a7:   41 8b c7 2b 44 24 40 48 8b 57 10 48 63 c8 48 2b
0x00007ff99f5b17b7:   d9 4c 8b c3 4c 2b 44 24 48 4d 03 c6 49 3b d0 74
0x00007ff99f5b17c7:   0c 48 8d 0d e9 2b 00 00 e8 a8 01 00 00 4c 8b c3
0x00007ff99f5b17d7:   49 8b d7 49 8b ce 48 8b 9c 24 90 00 00 00 48 83
0x00007ff99f5b17e7:   c4 50 41 5f 41 5e 41 5d 41 5c 5f 5e 5d e9 b7 22
0x00007ff99f5b17f7:   00 00 cc cc cc 48 83 ec 38 48 83 64 24 58 00 48
0x00007ff99f5b1807:   8d 4c 24 58 4d 8b d1 48 89 4c 24 20 4d 8b 49 10
0x00007ff99f5b1817:   48 8b c2 48 8b c8 49 8b 52 08 ff 15 e9 49 00 00
0x00007ff99f5b1827:   48 83 c4 38 c3 48 89 5c 24 08 48 89 6c 24 10 48
0x00007ff99f5b1837:   89 74 24 18 57 48 83 ec 20 48 8b e9 e8 54 00 00
0x00007ff99f5b1847:   00 33 db 39 1d b8 49 00 00 7e 2b 33 ff 48 8b 05
0x00007ff99f5b1857:   a5 49 00 00 48 8b d5 48 8b 34 07 48 8b 4e 08 e8
0x00007ff99f5b1867:   6f 22 00 00 85 c0 74 25 ff c3 48 83 c7 08 3b 1d
0x00007ff99f5b1877:   8d 49 00 00 7c d7 33 c0 48 8b 5c 24 30 48 8b 6c
0x00007ff99f5b1887:   24 38 48 8b 74 24 40 48 83 c4 20 5f c3 48 8b c6
0x00007ff99f5b1897:   eb e6 cc cc cc 40 53 48 83 ec 20 48 83 3d 56 49
0x00007ff99f5b18a7:   00 00 00 0f 85 be 00 00 00 48 8d 0d d1 2a 00 00
0x00007ff99f5b18b7:   ff 15 43 27 00 00 48 85 c0 75 12 48 8d 0d bf 2a
0x00007ff99f5b18c7:   00 00 ff 15 41 27 00 00 48 85 c0 74 10 48 8d 15
0x00007ff99f5b18d7:   b5 2a 00 00 48 8b c8 ff 15 24 27 00 00 bb 10 00
0x00007ff99f5b18e7:   00 00 48 89 05 20 49 00 00 8b cb c7 05 0c 49 00
0x00007ff99f5b18f7:   00 02 00 00 00 e8 23 11 00 00 8b cb 48 89 05 f6
0x00007ff99f5b1907:   48 00 00 e8 d9 10 00 00 48 8b c8 48 85 c0 74 17
0x00007ff99f5b1917:   48 8d 05 86 2a 00 00 48 89 41 08 48 8d 05 47 2a 



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

Threads class SMR info:
_java_thread_list=0x00007ff97afe2f18, length=0, elements={
}

Java Threads: ( => current thread )

Other Threads:
  0x0000000002ef66a0 GCTaskThread "GC Thread#0" [stack: 0x00000000029b0000,0x0000000002ab0000] [id=4572]

=>0x0000000002edcb00 (exited) JavaThread "Unknown thread" [_thread_in_vm, id=4424, stack(0x00000000025c0000,0x00000000026c0000)]

Threads with active compile tasks:

VM state: not at safepoint (not fully initialized)

VM Mutex/Monitor currently owned by a thread: None

Heap address: 0x00000000e0000000, size: 512 MB, Compressed Oops mode: 32-bit

CDS archive(s) not mapped
Compressed class space mapped at: 0x0000000100000000-0x0000000140000000, reserved size: 1073741824
Narrow klass base: 0x0000000000000000, Narrow klass shift: 3, Narrow klass range: 0x140000000

GC Precious Log:
 CPUs: 2 total, 2 available
 Memory: 3971M
 Large Page Support: Disabled
 NUMA Support: Disabled
 Compressed Oops: Enabled (32-bit)
 Alignments: Space 512K, Generation 512K, Heap 2M
 Heap Min Capacity: 200M
 Heap Initial Capacity: 200M
 Heap Max Capacity: 512M
 Pre-touch: Disabled
 Parallel Workers: 2

Heap:
 PSYoungGen      total 59904K, used 0K [0x00000000f5580000, 0x00000000f9800000, 0x0000000100000000)
  eden space 51712K, 0% used [0x00000000f5580000,0x00000000f5580000,0x00000000f8800000)
  from space 8192K, 0% used [0x00000000f9000000,0x00000000f9000000,0x00000000f9800000)
  to   space 8192K, 0% used [0x00000000f8800000,0x00000000f8800000,0x00000000f9000000)
 ParOldGen       total 136704K, used 0K [0x00000000e0000000, 0x00000000e8580000, 0x00000000f5580000)
  object space 136704K, 0% used [0x00000000e0000000,0x00000000e0000000,0x00000000e8580000)
 Metaspace       used 3K, committed 128K, reserved 1114112K
  class space    used 3K, committed 64K, reserved 1048576K

Card table byte_map: [0x00000000028a0000,0x00000000029b0000] _byte_map_base: 0x00000000021a0000

Marking Bits: (ParMarkBitMap*) 0x00007ff97b0518e0
 Begin Bits: [0x0000000014c60000, 0x0000000015460000)
 End Bits:   [0x0000000015460000, 0x0000000015c60000)

GC Heap History (0 events):
No events

Dll operation events (1 events):
Event: 0.034 Loaded shared library C:\Program Files\Motadata\Motadata Agent\motadata\ms-jre-17\bin\java.dll

Deoptimization events (0 events):
No events

Classes unloaded (0 events):
No events

Classes redefined (0 events):
No events

Internal exceptions (0 events):
No events

VM Operations (0 events):
No events

Events (1 events):
Event: 0.061 loading class java/lang/Object


Dynamic libraries:
0x0000000000400000 - 0x00000000006aa000 	C:\Program Files\Motadata\Motadata Agent\motadata\motadata-manager.exe
0x00007ff9ab990000 - 0x00007ff9abb5f000 	C:\windows\SYSTEM32\ntdll.dll
0x00007ff9a9250000 - 0x00007ff9a92fd000 	C:\windows\System32\KERNEL32.DLL
0x00007ff9a8c70000 - 0x00007ff9a8e8e000 	C:\windows\System32\KERNELBASE.dll
0x00007ff9a9820000 - 0x00007ff9a98c7000 	C:\windows\System32\ADVAPI32.dll
0x00007ff9a9090000 - 0x00007ff9a912e000 	C:\windows\System32\msvcrt.dll
0x00007ff9aa2a0000 - 0x00007ff9aa2fd000 	C:\windows\System32\sechost.dll
0x00007ff9a9920000 - 0x00007ff9a9a3d000 	C:\windows\System32\RPCRT4.dll
0x00007ff9a8b70000 - 0x00007ff9a8b9b000 	C:\windows\System32\bcrypt.dll
0x00007ff9a3ae0000 - 0x00007ff9a3b8c000 	C:\windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_5.82.14393.2457_none_a13eaee9d8fd5c07\COMCTL32.dll
0x00007ff9a9660000 - 0x00007ff9a9694000 	C:\windows\System32\GDI32.dll
0x00007ff9a8030000 - 0x00007ff9a81b4000 	C:\windows\System32\gdi32full.dll
0x00007ff9ab820000 - 0x00007ff9ab986000 	C:\windows\System32\USER32.dll
0x00007ff9a8ba0000 - 0x00007ff9a8bbe000 	C:\windows\System32\win32u.dll
0x00007ff9a98f0000 - 0x00007ff9a991e000 	C:\windows\System32\IMM32.DLL
0x00007ff97a4b0000 - 0x00007ff97b116000 	C:\Program Files\Motadata\Motadata Agent\motadata\ms-jre-17\bin\server\jvm.dll
0x00007ff9a7db0000 - 0x00007ff9a7dfc000 	C:\windows\System32\POWRPROF.dll
0x00007ff9a7e80000 - 0x00007ff9a7f74000 	C:\windows\System32\ucrtbase.dll
0x00007ff9a2f40000 - 0x00007ff9a2f49000 	C:\windows\SYSTEM32\WSOCK32.dll
0x00007ff9a6380000 - 0x00007ff9a63a3000 	C:\windows\SYSTEM32\WINMM.dll
0x00007ff9a9300000 - 0x00007ff9a936a000 	C:\windows\System32\WS2_32.dll
0x00007ff99c910000 - 0x00007ff99c91a000 	C:\windows\SYSTEM32\VERSION.dll
0x00007ff99d270000 - 0x00007ff99d285000 	C:\windows\SYSTEM32\VCRUNTIME140.dll
0x00007ff9a0990000 - 0x00007ff9a099c000 	C:\Program Files\Motadata\Motadata Agent\Python3\VCRUNTIME140_1.dll
0x00007ff9a6320000 - 0x00007ff9a634b000 	C:\windows\SYSTEM32\winmmbase.dll
0x00007ff9a7e30000 - 0x00007ff9a7e72000 	C:\windows\System32\cfgmgr32.dll
0x00007ff99f5b0000 - 0x00007ff99f5ba000 	C:\Program Files\Motadata\Motadata Agent\motadata\ms-jre-17\bin\jimage.dll
0x00007ff9a53d0000 - 0x00007ff9a5562000 	C:\windows\SYSTEM32\DBGHELP.DLL
0x00007ff99d240000 - 0x00007ff99d269000 	C:\windows\SYSTEM32\dbgcore.DLL
0x00007ff99d210000 - 0x00007ff99d235000 	C:\Program Files\Motadata\Motadata Agent\motadata\ms-jre-17\bin\java.dll
0x00007ff9a7da0000 - 0x00007ff9a7daf000 	C:\windows\System32\kernel.appcore.dll

dbghelp: loaded successfully - version: 4.0.5 - missing functions: none
symbol engine: initialized successfully - sym options: 0x614 - pdb path: .;C:\Program Files\Motadata\Motadata Agent\motadata;C:\windows\SYSTEM32;C:\windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_5.82.14393.2457_none_a13eaee9d8fd5c07;C:\Program Files\Motadata\Motadata Agent\motadata\ms-jre-17\bin\server;C:\Program Files\Motadata\Motadata Agent\Python3;C:\Program Files\Motadata\Motadata Agent\motadata\ms-jre-17\bin

VM Arguments:
jvm_args: -Xms200m -Xmx500m -Dvertx.metrics.options.enabled=false -XX:MaxDirectMemorySize=5g -Dsun.reflect.inflationThreshold=2147483647 -Dcom.sun.CORBA.transport.ORBUseNIOSelectToWait=false -XX:+UseCompressedOops -XX:+UseParallelGC -d64 -server -XX:+AggressiveOpts -Dio.netty.noPreferDirect=true -Dio.netty.allocator.type=unpooled -Dio.netty.transport.outboundBufferEntrySizeOverhead=0 -Dio.netty.transport.pendingWriteSizeOverhead=0 -Djava.security.egd=file:/dev/./urandom --add-exports=java.base/jdk.internal.ref=ALL-UNNAMED --add-exports=java.base/sun.nio.ch=ALL-UNNAMED --add-exports=jdk.unsupported/sun.misc=ALL-UNNAMED --add-exports=jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED --add-opens=jdk.compiler/com.sun.tools.javac=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.lang.reflect=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED -Dj2e.class.path=;lib/annotations-13.0.jar;lib/apiguardian-api-1.1.2.jar;lib/asm-9.2.jar;lib/asm-analysis-9.2.jar;lib/asm-commons-9.2.jar;lib/asm-tree-9.2.jar;lib/c3p0-0.9.5.4.jar;lib/checker-qual-3.12.0.jar;lib/classworlds-1.1-alpha-2.jar;lib/commons-beanutils-1.9.4.jar;lib/commons-codec-1.11.jar;lib/commons-collections-3.2.2.jar;lib/commons-collections4-4.4.jar;lib/commons-io-2.11.0.jar;lib/commons-lang3-3.12.0.jar;lib/commons-logging-1.2.jar;lib/commons-math3-3.6.1.jar;lib/commons-net-3.8.0.jar;lib/commons-text-1.10.0.jar;lib/doxia-sink-api-1.0.jar;lib/eclipse-collections-10.4.0.jar;lib/eclipse-collections-api-10.4.0.jar;lib/eclipse-collections-forkjoin-10.4.0.jar;lib/elsa-3.0.0-M5.jar;lib/error_prone_annotations-2.11.0.jar;lib/failureaccess-1.0.1.jar;lib/file-management-1.2.1.jar;lib/guava-31.1-jre.jar;lib/h2-2.1.214.jar;lib/hamcrest-core-1.3.jar;lib/HikariCP-java7-2.4.13.jar;lib/httpclient-4.5.14.jar;lib/httpcore-4.4.16.jar;lib/ipaddress-5.4.0.jar;lib/j2objc-annotations-1.3.jar;lib/jackson-annotations-2.14.2.jar;lib/jackson-core-2.14.2.jar;lib/jackson-databind-2.14.2.jar;lib/jackson-dataformat-cbor-2.14.2.jar;lib/jacoco-maven-plugin-0.8.8.jar;lib/javassist-3.28.0-GA.jar;lib/jeromq-0.5.3.jar;lib/jnacl-1.0.0.jar;lib/joda-time-2.12.2.jar;lib/jsr305-3.0.2.jar;lib/kotlin-stdlib-1.2.71.jar;lib/kotlin-stdlib-common-1.2.71.jar;lib/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar;lib/lucene-analyzers-common-8.11.2.jar;lib/lucene-core-9.5.0.jar;lib/lucene-queries-9.5.0.jar;lib/lucene-queryparser-9.5.0.jar;lib/lucene-sandbox-9.5.0.jar;lib/lz4-1.3.0.jar;lib/mapdb-3.0.9.jar;lib/maven-artifact-2.0.2.jar;lib/maven-artifact-manager-2.0.2.jar;lib/maven-plugin-api-2.0.6.jar;lib/maven-reporting-api-3.0.jar;lib/maven-repository-metadata-2.0.2.jar;lib/maven-shared-io-1.1.jar;lib/mchange-commons-java-0.2.15.jar;lib/metrics-core-4.2.15.jar;lib/motadata-sdk-1.0.jar;lib/netty-buffer-4.1.93.Final.jar;lib/netty-codec-4.1.93.Final.jar;lib/netty-codec-dns-4.1.93.Final.jar;li-Dj2e.app.path=C:\Program Files\Motadata\Motadata Agent\motadata\motadata-manager.exe -Dapplication.home=C:\Program Files\Motadata\Motadata Agent\motadata\ -Djava.protocol.handler.pkgs=com.regexlab -Djava.system.class.loader=com.regexlab.j2e.Jar2ExeClassLoader -Dj2e.is.elevated=true -Xmx512M 
java_command: <unknown>
java_class_path (initial): C:\Program Files\Motadata\Motadata Agent\motadata\motadata-manager.exe
Launcher Type: generic

[Global flags]
     intx CICompilerCount                          = 2                                         {product} {ergonomic}
   size_t InitialHeapSize                          = 209715200                                 {product} {command line}
 uint64_t MaxDirectMemorySize                      = 5368709120                                {product} {command line}
   size_t MaxHeapSize                              = 536870912                                 {product} {command line}
   size_t MaxNewSize                               = 178782208                                 {product} {ergonomic}
   size_t MinHeapDeltaBytes                        = 524288                                    {product} {ergonomic}
   size_t MinHeapSize                              = 209715200                                 {product} {command line}
   size_t NewSize                                  = 69730304                                  {product} {ergonomic}
    uintx NonNMethodCodeHeapSize                   = 5826188                                {pd product} {ergonomic}
    uintx NonProfiledCodeHeapSize                  = 122916026                              {pd product} {ergonomic}
   size_t OldSize                                  = 139984896                                 {product} {ergonomic}
    uintx ProfiledCodeHeapSize                     = 122916026                              {pd product} {ergonomic}
    uintx ReservedCodeCacheSize                    = 251658240                              {pd product} {ergonomic}
     bool SegmentedCodeCache                       = true                                      {product} {ergonomic}
   size_t SoftMaxHeapSize                          = 536870912                              {manageable} {ergonomic}
     bool UseCompressedClassPointers               = true                           {product lp64_product} {ergonomic}
     bool UseCompressedOops                        = true                           {product lp64_product} {command line}
     bool UseLargePagesIndividualAllocation        = false                                  {pd product} {ergonomic}
     bool UseParallelGC                            = true                                      {product} {command line}

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

Environment Variables:
_JAVA_OPTIONS=-Xmx512M
PATH=C:\Program Files\Motadata\Motadata Agent\odbc-driver\oracle_client_19\;C:\Program Files\Motadata\Motadata Agent\Python3\;C:\Program Files\Motadata\Motadata Agent\motadata\curl\bin\;C:\Program Files\Motadata\Motadata Agent\go\bin\;C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPowerShell\v1.0\;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:\Users\PT\AppData\Local\Microsoft\WindowsApps;;C:\Program Files\Java\jre6\bin;C:\Program Files\dotnet\;C:\Users\Administrator\AppData\Local\Microsoft\WindowsApps;
USERNAME=Administrator
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 42 Stepping 7, GenuineIntel
TMP=C:\Users\ADMINI~1\AppData\Local\Temp
TEMP=C:\Users\ADMINI~1\AppData\Local\Temp



Periodic native trim disabled


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

OS:
 Windows 10 , 64 bit Build 14393 (10.0.14393.5786)
OS uptime: 0 days 1:44 hours

CPU: total 2 (initial active 2) (2 cores per cpu, 1 threads per core) family 6 model 42 stepping 7 microcode 0x2f, cx8, cmov, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, tsc, tscinvbit, clmul, clflush
Processor Information for all 2 processors :
  Max Mhz: 2500, Current Mhz: 2500, Mhz Limit: 2500

Memory: 4k page, system-wide physical 3971M (2469M free)
TotalPageFile size 4227M (AvailPageFile size 2125M)
current process WorkingSet (physical memory assigned to process): 11M, peak: 11M
current process commit charge ("private bytes"): 230M, peak: 230M

vm_info: OpenJDK 64-Bit Server VM (17.0.11+9-LTS) for windows-amd64 JRE (17.0.11+9-LTS), built on Apr  9 2024 22:05:54 by "MicrosoftCorporation" with MS VC++ 16.10 / 16.11 (VS2019)

END.

Did this just start happening with JDK 17.0.11+9? What versions have you tried that do not suffer this crash, if any? What are the steps to reproduce?

Did this just start happening with JDK 17.0.11+9?

No, it's also happening in lower jdk versions,

What are the steps to reproduce?

Not any specific steps to reproduce, just in some systems the application works and in some systems it doest not works

@ThakkarChandresh WQhen you say lower versions, do you mean trying with JDK 11 or 8?

Hi @ThakkarChandresh, we've logged this in our internal bug tracking system, but it would help to get additional info. What kind of application is this? What systems does it work on and what systems do you see the crash on? What are the differences between the systems? What JDK versions does it fail on? Are there JDK versions where it doesn't fail? What is the user/application typically doing when the crash happens?

The same problem happened to me. The issue suddenly started appearing when launching Minecraft using Crystal Launcher with the errors "ERROR sleep interrupted" and "There was an error during installation." From what I've been able to check, the error shows up every time launcher tried to install or run Forge, where the installation file is a .jar file. I've tried other launchers and got different error codes, but none of them work.

I've done a clean install of latest Java 17 jdk and the game, but I still get the same error every time. Occasionally, after about 20 attempts and restarting the computer, I can get the game to launch, but it crashes my entire computer right after I start playing, leading to a blue screen with different error messages each time. The second thing worth paying attention to is that I can run the .jar file from Forge manually and it works flawlessly.

Things that could be useful:

  • I had problems with overclocking my RAM, after a while I managed to find the perfect setting where everything seemed to work properly, but since then I haven't tried to run this game. To be sure, I returned the BIOS settings to factory defaults and tried a clean installation, but the problems persisted
  • I had problems with graphics card drivers to the point that I was getting blue screens. I managed to sort it out, but I don't know if the problem has been solved completely
  • since I got a new computer, the game suddenly started closing at random times. This occurred quite rarely, and on old hardware and exactly the same game modification package, the problem did not occur at all
  • It seems to me that the problem began to occur after one of these sudden shutdowns of the game, which would indicate corruption of the Java files, but a clean installation of practically everything did not help at all. It's also possible that I didn't do it correctly.
  • I haven't tried older versions of jdk 17 or other jdks. the problem started to occur literally 3 days ago and I know that the game worked quite well on this version but I can try another one, whichever one you recommend

I will be happy to send you any additional information you need.

hs_err_pid22804.log

Now I'm a little confused. From what I noticed, this launcher uses its own separate jdk version, specifically 17.0.1+12-LTS or something like that, when I have java version 17.0.11 2024-04-16 LTS installed on my computer. But now I have absolutely no idea why the game suddenly stopped working or why other launchers of this game don't work or what they use. Since this launcher uses its own version of jdk, it should work very well with it and the errors indicate java and a clean install should help as well. any ideas?

@VaDeRvR Moved your issue to a separate issue (not related).