JVM crash (access violation exception) involving glBufferSubData
According to a user report, they experience JVM crashes with no clear cause. The crash log points to a call to glBufferSubData
:
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007ffd579620eb, pid=1640, tid=0x00000000000007f8
#
# JRE version: Java(TM) SE Runtime Environment (8.0_281-b09) (build 1.8.0_281-b09)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.281-b09 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# C [ig9icd64.dll+0x220eb]
#
# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
#
# If you would like to submit a bug report, please visit:
# http://bugreport.java.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
--------------- T H R E A D ---------------
Current thread (0x0000018951481000): JavaThread "main" [_thread_in_native, id=2040, stack(0x00000042d7400000,0x00000042d7500000)]
siginfo: ExceptionCode=0xc0000005, reading address 0x000001897a327e20
Registers:
RAX=0x0000000000000000, RBX=0x000000000000ffa3, RCX=0x000001896f86e300, RDX=0x000001897a327e28
RSP=0x00000042d74fe370, RBP=0x00000042d74fe4e0, RSI=0x000000000000ffa0, RDI=0x000000000002e2f8
R8 =0x000000000000ffa0, R9 =0x0000000000000008, R10=0x0000000000000001, R11=0x0000000000000246
R12=0x0000000000000004, R13=0x00000000000cb200, R14=0x000001896bf34f40, R15=0x0000000000000000
RIP=0x00007ffd579620eb, EFLAGS=0x0000000000010246
Top of Stack: (sp=0x00000042d74fe370)
0x00000042d74fe370: 0000000000000000 0000000000000000
0x00000042d74fe380: 0000010000000000 0000000086490b18
0x00000042d74fe390: 000001896bf69a10 00007ffd57f75411
0x00000042d74fe3a0: 000001896bf698b0 000000000000ffa0
0x00000042d74fe3b0: 0000000000000100 0000000052f0d238
0x00000042d74fe3c0: 000001897a327e10 43c1000044bde000
0x00000042d74fe3d0: 00000000000001fa 00007ffdab73a46c
0x00000042d74fe3e0: 0000000000010008 00000000000000be
0x00000042d74fe3f0: 0000018968c28240 00000000000003ff
0x00000042d74fe400: 000000004aa91867 00000000000001fa
0x00000042d74fe410: 0000018968c28240 0000018951450150
0x00000042d74fe420: 0000000000a501e2 00000000000000af
0x00000042d74fe430: 00000000000003ff 0000018953bf3e70
0x00000042d74fe440: 00000189514565d4 00000000000001fa
0x00000042d74fe450: 0000000000000000 00000189513c1980
0x00000042d74fe460: 0000000487e25730 000001897a327e20
Instructions: (pc=0x00007ffd579620eb)
0x00007ffd579620cb: c9 48 c1 e8 02 49 03 d1 48 83 e8 01 74 18 48 83
0x00007ffd579620db: e8 01 74 0c 48 83 f8 01 75 12 8b 42 f4 89 41 f4
0x00007ffd579620eb: 8b 42 f8 89 41 f8 8b 42 fc 89 41 fc 4d 2b c1 0f
0x00007ffd579620fb: 29 74 24 10 0f 29 3c 24 49 81 f8 00 00 08 00 0f
Register to memory mapping:
RAX=0x0000000000000000 is an unknown value
RBX=0x000000000000ffa3 is an unknown value
RCX=0x000001896f86e300 is an unknown value
RDX=0x000001897a327e28 is an unknown value
RSP=0x00000042d74fe370 is pointing into the stack for thread: 0x0000018951481000
RBP=0x00000042d74fe4e0 is pointing into the stack for thread: 0x0000018951481000
RSI=0x000000000000ffa0 is an unknown value
RDI=0x000000000002e2f8 is an unknown value
R8 =0x000000000000ffa0 is an unknown value
R9 =0x0000000000000008 is an unknown value
R10=0x0000000000000001 is an unknown value
R11=0x0000000000000246 is an unknown value
R12=0x0000000000000004 is an unknown value
R13=0x00000000000cb200 is an unknown value
R14=0x000001896bf34f40 is an unknown value
R15=0x0000000000000000 is an unknown value
Stack: [0x00000042d7400000,0x00000042d7500000], sp=0x00000042d74fe370, free space=1016k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C [ig9icd64.dll+0x220eb]
C [ig9icd64.dll+0x635411]
C [ig9icd64.dll+0x5f6cae]
C [ig9icd64.dll+0x66e833]
C [ig9icd64.dll+0x8da271]
C [ig9icd64.dll+0x9333d0]
C 0x0000018953a8aef3
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
J 4315 org.lwjgl.opengl.GL15.nglBufferSubData(IJJJJ)V (0 bytes) @ 0x0000018953a8ae56 [0x0000018953a8ae00+0x56]
J 5222 C2 ocelot.desktop.graphics.Graphics.flush(Locelot/desktop/graphics/Texture;Z)V (288 bytes) @ 0x0000018953ccad00 [0x0000018953cc9d40+0xfc0]
J 6593 C2 ocelot.desktop.graphics.Graphics.restore()V (94 bytes) @ 0x0000018953d6b040 [0x0000018953d6af40+0x100]
J 7173 C1 ocelot.desktop.node.nodes.ScreenNode.drawScreenData(Locelot/desktop/graphics/Graphics;FFFF)V (71 bytes) @ 0x0000018953b101a4 [0x0000018953b0e9e0+0x17c4]
J 6990 C1 ocelot.desktop.windows.ScreenWindow.draw(Locelot/desktop/graphics/Graphics;)V (389 bytes) @ 0x0000018953ea4b8c [0x0000018953ea3080+0x1b0c]
J 4837 C2 ocelot.desktop.ui.widget.Widget$$Lambda$600.apply(Ljava/lang/Object;)Ljava/lang/Object; (12 bytes) @ 0x0000018953bf3e64 [0x0000018953bf3c80+0x1e4]
J 4909 C2 ocelot.desktop.ui.widget.Widget.drawChildren(Locelot/desktop/graphics/Graphics;)V (14 bytes) @ 0x0000018952f0d224 [0x0000018952f0d0c0+0x164]
J 5023 C2 ocelot.desktop.ui.widget.Widget.draw(Locelot/desktop/graphics/Graphics;)V (6 bytes) @ 0x0000018952fb93fc [0x0000018952fb93c0+0x3c]
J 4837 C2 ocelot.desktop.ui.widget.Widget$$Lambda$600.apply(Ljava/lang/Object;)Ljava/lang/Object; (12 bytes) @ 0x0000018953bf3e64 [0x0000018953bf3c80+0x1e4]
J 3179 C2 scala.collection.IterableOnceOps.foreach(Lscala/Function1;)V (36 bytes) @ 0x00000189537e4490 [0x00000189537e43e0+0xb0]
J 5426 C1 ocelot.desktop.ui.widget.WorkspaceView.draw(Locelot/desktop/graphics/Graphics;)V (619 bytes) @ 0x0000018953d9f354 [0x0000018953d98e00+0x6554]
J 4837 C2 ocelot.desktop.ui.widget.Widget$$Lambda$600.apply(Ljava/lang/Object;)Ljava/lang/Object; (12 bytes) @ 0x0000018953bf3e64 [0x0000018953bf3c80+0x1e4]
J 4909 C2 ocelot.desktop.ui.widget.Widget.drawChildren(Locelot/desktop/graphics/Graphics;)V (14 bytes) @ 0x0000018952f0d224 [0x0000018952f0d0c0+0x164]
J 5023 C2 ocelot.desktop.ui.widget.Widget.draw(Locelot/desktop/graphics/Graphics;)V (6 bytes) @ 0x0000018952fb93fc [0x0000018952fb93c0+0x3c]
J 4837 C2 ocelot.desktop.ui.widget.Widget$$Lambda$600.apply(Ljava/lang/Object;)Ljava/lang/Object; (12 bytes) @ 0x0000018953bf3e64 [0x0000018953bf3c80+0x1e4]
J 8220 C2 ocelot.desktop.ui.UiHandler$.draw()V (54 bytes) @ 0x000001895389bce8 [0x000001895389b5c0+0x728]
J 5188 C1 ocelot.desktop.ui.UiHandler$.$anonfun$start$1()V (59 bytes) @ 0x0000018953ca562c [0x0000018953ca45e0+0x104c]
J 5187 C1 ocelot.desktop.ui.UiHandler$$$Lambda$560.apply$mcV$sp()V (4 bytes) @ 0x0000018953ca40fc [0x0000018953ca4080+0x7c]
J 6912 C2 scala.runtime.java8.JFunction0$mcV$sp.apply()Ljava/lang/Object; (10 bytes) @ 0x00000189532e281c [0x00000189532e27e0+0x3c]
J 8061 C1 ocelot.desktop.OcelotDesktop$.withTickLockAcquired(Lscala/Function0;)V (13 bytes) @ 0x000001895416cff4 [0x000001895416cc60+0x394]
j ocelot.desktop.ui.UiHandler$.start()V+30
j ocelot.desktop.OcelotDesktop$.mainInner(Lscala/collection/mutable/HashMap;)V+881
j ocelot.desktop.OcelotDesktop$.main([Ljava/lang/String;)V+36
j ocelot.desktop.OcelotDesktop.main([Ljava/lang/String;)V+4
v ~StubRoutines::call_stub
--------------- P R O C E S S ---------------
Java Threads: ( => current thread )
0x000001897bd42800 JavaThread "Ocelot-Computer-4" daemon [_thread_blocked, id=8200, stack(0x00000042d9100000,0x00000042d9200000)]
0x00000189693aa800 JavaThread "Ocelot-Computer-3" daemon [_thread_blocked, id=11996, stack(0x00000042d8700000,0x00000042d8800000)]
0x0000018968e75000 JavaThread "Ocelot-Computer-2" daemon [_thread_blocked, id=8016, stack(0x00000042d8600000,0x00000042d8700000)]
0x000001896926d800 JavaThread "Ocelot-Computer-1" daemon [_thread_blocked, id=5332, stack(0x00000042d8400000,0x00000042d8500000)]
0x000001897817d000 JavaThread "update-thread" [_thread_blocked, id=10144, stack(0x00000042d9000000,0x00000042d9100000)]
0x0000018968fd7800 JavaThread "AWT-Windows" daemon [_thread_in_native, id=7764, stack(0x00000042d8500000,0x00000042d8600000)]
0x0000018968fd6000 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=11180, stack(0x00000042d8300000,0x00000042d8400000)]
0x0000018967a4e800 JavaThread "Service Thread" daemon [_thread_blocked, id=10728, stack(0x00000042d8100000,0x00000042d8200000)]
0x00000189679cc000 JavaThread "C1 CompilerThread2" daemon [_thread_blocked, id=7520, stack(0x00000042d8000000,0x00000042d8100000)]
0x00000189679ca800 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=11908, stack(0x00000042d7f00000,0x00000042d8000000)]
0x00000189679c6000 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=2860, stack(0x00000042d7e00000,0x00000042d7f00000)]
0x00000189679c5000 JavaThread "Attach Listener" daemon [_thread_blocked, id=848, stack(0x00000042d7d00000,0x00000042d7e00000)]
0x00000189679c3000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=7824, stack(0x00000042d7c00000,0x00000042d7d00000)]
0x000001896727a800 JavaThread "Finalizer" daemon [_thread_blocked, id=7712, stack(0x00000042d7b00000,0x00000042d7c00000)]
0x00000189679a6000 JavaThread "Reference Handler" daemon [_thread_blocked, id=5904, stack(0x00000042d7a00000,0x00000042d7b00000)]
=>0x0000018951481000 JavaThread "main" [_thread_in_native, id=2040, stack(0x00000042d7400000,0x00000042d7500000)]
Other Threads:
0x0000018967982800 VMThread [stack: 0x00000042d7900000,0x00000042d7a00000] [id=9688]
0x0000018967a73000 WatcherThread [stack: 0x00000042d8200000,0x00000042d8300000] [id=11012]
VM state:not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: None
heap address: 0x0000000085800000, size: 1960 MB, Compressed Oops mode: 32-bit
Narrow klass base: 0x0000000000000000, Narrow klass shift: 3
Compressed class space size: 1073741824 Address: 0x0000000100000000
Heap:
PSYoungGen total 250368K, used 2395K [0x00000000d7300000, 0x00000000f6000000, 0x0000000100000000)
eden space 247808K, 0% used [0x00000000d7300000,0x00000000d732efc0,0x00000000e6500000)
from space 2560K, 86% used [0x00000000f5500000,0x00000000f5728000,0x00000000f5780000)
to space 5632K, 0% used [0x00000000f5a80000,0x00000000f5a80000,0x00000000f6000000)
ParOldGen total 87040K, used 44468K [0x0000000085800000, 0x000000008ad00000, 0x00000000d7300000)
object space 87040K, 51% used [0x0000000085800000,0x000000008836d168,0x000000008ad00000)
Metaspace used 51100K, capacity 54375K, committed 54528K, reserved 1097728K
class space used 6547K, capacity 6861K, committed 6912K, reserved 1048576K
Card table byte_map: [0x00000189621c0000,0x00000189625a0000] byte_map_base: 0x0000018961d94000
Marking Bits: (ParMarkBitMap*) 0x000000005b766ff0
Begin Bits: [0x0000018962830000, 0x00000189646d0000)
End Bits: [0x00000189646d0000, 0x0000018966570000)
Polling page: 0x00000189517b0000
CodeCache: size=245760Kb used=19933Kb max_used=19979Kb free=225826Kb
bounds [0x0000018952e00000, 0x00000189541c0000, 0x0000018961e00000]
total_blobs=7582 nmethods=6741 adapters=751
compilation: enabled
Compilation events (10 events):
Event: 134.521 Thread 0x00000189679ca800 8222 4 ocelot.desktop.ui.widget.WorkspaceView::ocelot$desktop$ui$event$handlers$DragHandler$$super$update (5 bytes)
Event: 134.521 Thread 0x00000189679c6000 8223 4 ocelot.desktop.ui.widget.window.WindowPool::update (5 bytes)
Event: 134.522 Thread 0x00000189679c6000 nmethod 8223 0x000001895398ef10 code [0x000001895398f060, 0x000001895398f0e8]
Event: 134.522 Thread 0x00000189679c6000 8224 4 ocelot.desktop.ui.widget.window.WindowPool::ocelot$desktop$ui$event$handlers$DragHandler$$super$update (5 bytes)
Event: 134.525 Thread 0x00000189679c6000 nmethod 8224 0x00000189539ab890 code [0x00000189539aba00, 0x00000189539abc48]
Event: 134.526 Thread 0x00000189679c6000 8226 4 ocelot.desktop.ui.widget.itemdrag.DraggedItemPool::update (17 bytes)
Event: 134.526 Thread 0x00000189679ca800 nmethod 8222 0x0000018953c240d0 code [0x0000018953c24240, 0x0000018953c24488]
Event: 134.526 Thread 0x00000189679ca800 8225 4 ocelot.desktop.ui.widget.modal.ModalDialogPool::update (160 bytes)
Event: 134.526 Thread 0x00000189679c6000 nmethod 8226 0x0000018953379750 code [0x00000189533798c0, 0x00000189533799b8]
Event: 134.534 Thread 0x00000189679ca800 nmethod 8225 0x00000189539efb90 code [0x00000189539efd80, 0x00000189539f0318]
GC Heap History (10 events):
Event: 127.741 GC heap before
{Heap before GC invocations=39 (full 2):
PSYoungGen total 305664K, used 305280K [0x00000000d7300000, 0x00000000f6d00000, 0x0000000100000000)
eden space 303616K, 100% used [0x00000000d7300000,0x00000000e9b80000,0x00000000e9b80000)
from space 2048K, 81% used [0x00000000f6b00000,0x00000000f6ca0000,0x00000000f6d00000)
to space 7168K, 0% used [0x00000000f5f00000,0x00000000f5f00000,0x00000000f6600000)
ParOldGen total 87040K, used 44372K [0x0000000085800000, 0x000000008ad00000, 0x00000000d7300000)
object space 87040K, 50% used [0x0000000085800000,0x0000000088355168,0x000000008ad00000)
Metaspace used 51097K, capacity 54375K, committed 54528K, reserved 1097728K
class space used 6547K, capacity 6861K, committed 6912K, reserved 1048576K
Event: 127.744 GC heap after
Heap after GC invocations=39 (full 2):
PSYoungGen total 293888K, used 2368K [0x00000000d7300000, 0x00000000f6b80000, 0x0000000100000000)
eden space 291328K, 0% used [0x00000000d7300000,0x00000000d7300000,0x00000000e8f80000)
from space 2560K, 92% used [0x00000000f5f00000,0x00000000f6150000,0x00000000f6180000)
to space 6656K, 0% used [0x00000000f6500000,0x00000000f6500000,0x00000000f6b80000)
ParOldGen total 87040K, used 44396K [0x0000000085800000, 0x000000008ad00000, 0x00000000d7300000)
object space 87040K, 51% used [0x0000000085800000,0x000000008835b168,0x000000008ad00000)
Metaspace used 51097K, capacity 54375K, committed 54528K, reserved 1097728K
class space used 6547K, capacity 6861K, committed 6912K, reserved 1048576K
}
Event: 130.214 GC heap before
{Heap before GC invocations=40 (full 2):
PSYoungGen total 293888K, used 293696K [0x00000000d7300000, 0x00000000f6b80000, 0x0000000100000000)
eden space 291328K, 100% used [0x00000000d7300000,0x00000000e8f80000,0x00000000e8f80000)
from space 2560K, 92% used [0x00000000f5f00000,0x00000000f6150000,0x00000000f6180000)
to space 6656K, 0% used [0x00000000f6500000,0x00000000f6500000,0x00000000f6b80000)
ParOldGen total 87040K, used 44396K [0x0000000085800000, 0x000000008ad00000, 0x00000000d7300000)
object space 87040K, 51% used [0x0000000085800000,0x000000008835b168,0x000000008ad00000)
Metaspace used 51100K, capacity 54375K, committed 54528K, reserved 1097728K
class space used 6547K, capacity 6861K, committed 6912K, reserved 1048576K
Event: 130.218 GC heap after
Heap after GC invocations=40 (full 2):
PSYoungGen total 282112K, used 2304K [0x00000000d7300000, 0x00000000f6780000, 0x0000000100000000)
eden space 279552K, 0% used [0x00000000d7300000,0x00000000d7300000,0x00000000e8400000)
from space 2560K, 90% used [0x00000000f6500000,0x00000000f6740000,0x00000000f6780000)
to space 6656K, 0% used [0x00000000f5a80000,0x00000000f5a80000,0x00000000f6100000)
ParOldGen total 87040K, used 44420K [0x0000000085800000, 0x000000008ad00000, 0x00000000d7300000)
object space 87040K, 51% used [0x0000000085800000,0x0000000088361168,0x000000008ad00000)
Metaspace used 51100K, capacity 54375K, committed 54528K, reserved 1097728K
class space used 6547K, capacity 6861K, committed 6912K, reserved 1048576K
}
Event: 132.497 GC heap before
{Heap before GC invocations=41 (full 2):
PSYoungGen total 282112K, used 281856K [0x00000000d7300000, 0x00000000f6780000, 0x0000000100000000)
eden space 279552K, 100% used [0x00000000d7300000,0x00000000e8400000,0x00000000e8400000)
from space 2560K, 90% used [0x00000000f6500000,0x00000000f6740000,0x00000000f6780000)
to space 6656K, 0% used [0x00000000f5a80000,0x00000000f5a80000,0x00000000f6100000)
ParOldGen total 87040K, used 44420K [0x0000000085800000, 0x000000008ad00000, 0x00000000d7300000)
object space 87040K, 51% used [0x0000000085800000,0x0000000088361168,0x000000008ad00000)
Metaspace used 51100K, capacity 54375K, committed 54528K, reserved 1097728K
class space used 6547K, capacity 6861K, committed 6912K, reserved 1048576K
Event: 132.500 GC heap after
Heap after GC invocations=41 (full 2):
PSYoungGen total 270848K, used 2240K [0x00000000d7300000, 0x00000000f6580000, 0x0000000100000000)
eden space 268288K, 0% used [0x00000000d7300000,0x00000000d7300000,0x00000000e7900000)
from space 2560K, 87% used [0x00000000f5a80000,0x00000000f5cb0000,0x00000000f5d00000)
to space 6144K, 0% used [0x00000000f5f80000,0x00000000f5f80000,0x00000000f6580000)
ParOldGen total 87040K, used 44444K [0x0000000085800000, 0x000000008ad00000, 0x00000000d7300000)
object space 87040K, 51% used [0x0000000085800000,0x0000000088367168,0x000000008ad00000)
Metaspace used 51100K, capacity 54375K, committed 54528K, reserved 1097728K
class space used 6547K, capacity 6861K, committed 6912K, reserved 1048576K
}
Event: 134.772 GC heap before
{Heap before GC invocations=42 (full 2):
PSYoungGen total 270848K, used 270528K [0x00000000d7300000, 0x00000000f6580000, 0x0000000100000000)
eden space 268288K, 100% used [0x00000000d7300000,0x00000000e7900000,0x00000000e7900000)
from space 2560K, 87% used [0x00000000f5a80000,0x00000000f5cb0000,0x00000000f5d00000)
to space 6144K, 0% used [0x00000000f5f80000,0x00000000f5f80000,0x00000000f6580000)
ParOldGen total 87040K, used 44444K [0x0000000085800000, 0x000000008ad00000, 0x00000000d7300000)
object space 87040K, 51% used [0x0000000085800000,0x0000000088367168,0x000000008ad00000)
Metaspace used 51100K, capacity 54375K, committed 54528K, reserved 1097728K
class space used 6547K, capacity 6861K, committed 6912K, reserved 1048576K
Event: 134.776 GC heap after
Heap after GC invocations=42 (full 2):
PSYoungGen total 259584K, used 1504K [0x00000000d7300000, 0x00000000f6100000, 0x0000000100000000)
eden space 258048K, 0% used [0x00000000d7300000,0x00000000d7300000,0x00000000e6f00000)
from space 1536K, 97% used [0x00000000f5f80000,0x00000000f60f8000,0x00000000f6100000)
to space 6144K, 0% used [0x00000000f5500000,0x00000000f5500000,0x00000000f5b00000)
ParOldGen total 87040K, used 44460K [0x0000000085800000, 0x000000008ad00000, 0x00000000d7300000)
object space 87040K, 51% used [0x0000000085800000,0x000000008836b168,0x000000008ad00000)
Metaspace used 51100K, capacity 54375K, committed 54528K, reserved 1097728K
class space used 6547K, capacity 6861K, committed 6912K, reserved 1048576K
}
Event: 136.867 GC heap before
{Heap before GC invocations=43 (full 2):
PSYoungGen total 259584K, used 259552K [0x00000000d7300000, 0x00000000f6100000, 0x0000000100000000)
eden space 258048K, 100% used [0x00000000d7300000,0x00000000e6f00000,0x00000000e6f00000)
from space 1536K, 97% used [0x00000000f5f80000,0x00000000f60f8000,0x00000000f6100000)
to space 6144K, 0% used [0x00000000f5500000,0x00000000f5500000,0x00000000f5b00000)
ParOldGen total 87040K, used 44460K [0x0000000085800000, 0x000000008ad00000, 0x00000000d7300000)
object space 87040K, 51% used [0x0000000085800000,0x000000008836b168,0x000000008ad00000)
Metaspace used 51100K, capacity 54375K, committed 54528K, reserved 1097728K
class space used 6547K, capacity 6861K, committed 6912K, reserved 1048576K
Event: 136.871 GC heap after
Heap after GC invocations=43 (full 2):
PSYoungGen total 250368K, used 2208K [0x00000000d7300000, 0x00000000f6000000, 0x0000000100000000)
eden space 247808K, 0% used [0x00000000d7300000,0x00000000d7300000,0x00000000e6500000)
from space 2560K, 86% used [0x00000000f5500000,0x00000000f5728000,0x00000000f5780000)
to space 5632K, 0% used [0x00000000f5a80000,0x00000000f5a80000,0x00000000f6000000)
ParOldGen total 87040K, used 44468K [0x0000000085800000, 0x000000008ad00000, 0x00000000d7300000)
object space 87040K, 51% used [0x0000000085800000,0x000000008836d168,0x000000008ad00000)
Metaspace used 51100K, capacity 54375K, committed 54528K, reserved 1097728K
class space used 6547K, capacity 6861K, committed 6912K, reserved 1048576K
}
Deoptimization events (10 events):
Event: 109.146 Thread 0x0000018951481000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000018953970044 method=java.lang.Math.round(F)I @ 36
Event: 109.163 Thread 0x0000018951481000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000018953ad4a44 method=java.lang.Math.round(F)I @ 36
Event: 109.163 Thread 0x0000018951481000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000018953dfac90 method=java.lang.Math.round(F)I @ 36
Event: 109.163 Thread 0x0000018951481000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000018953aa2864 method=java.lang.Math.round(F)I @ 36
Event: 109.318 Thread 0x0000018951481000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00000189535bdb28 method=scala.collection.mutable.Shrinkable.$minus$eq(Ljava/lang/Object;)Lscala/collection/mutable/Shrinkable; @ 2
Event: 109.320 Thread 0x0000018951481000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x000001895400185c method=ocelot.desktop.ui.event.sources.MouseEvents$.update()V @ 226
Event: 110.114 Thread 0x0000018951481000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000018953f6124c method=scala.Array$.equals([Ljava/lang/Object;[Ljava/lang/Object;)Z @ 41
Event: 124.248 Thread 0x0000018951481000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000018953fd20d0 method=ocelot.desktop.audio.SoundCategory$.getSettingsValue(Lscala/Enumeration$Value;)F @ 27
Event: 124.529 Thread 0x0000018951481000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x0000018953f4aa14 method=scala.collection.StrictOptimizedIterableOps.filterImpl(Lscala/Function1;Z)Ljava/lang/Object; @ 1
Event: 124.529 Thread 0x0000018951481000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x0000018953c2caf0 method=scala.collection.mutable.GrowableBuilder.addOne(Ljava/lang/Object;)Lscala/collection/mutable/GrowableBuilder; @ 11
Classes redefined (0 events):
No events
Internal exceptions (10 events):
Event: 59.306 Thread 0x000001897bd42800 Exception <a 'java/lang/NoSuchMethodError': java.lang.Object.$anonfun$fill$1(Ltotoro/ocelot/brain/entity/traits/GenericGPU;Ljava/lang/String;Ltotoro/ocelot/brain/entity/machine/Context;IIIILtotoro/ocelot/brain/entity/traits/TextBufferProxy;)[Ljava/lang/Ob
Event: 59.324 Thread 0x000001897bd42800 Exception <a 'java/lang/NoSuchMethodError': java.lang.Object.$anonfun$set$1(Ltotoro/ocelot/brain/entity/traits/GenericGPU;Ltotoro/ocelot/brain/entity/machine/Context;IILjava/lang/String;ZLtotoro/ocelot/brain/entity/traits/TextBufferProxy;)[Ljava/lang/Obje
Event: 61.351 Thread 0x000001896926d800 Exception <a 'java/lang/NoSuchMethodError': java.lang.Object.$anonfun$getDepth$1(Ltotoro/ocelot/brain/entity/traits/TextBufferProxy;)[Ljava/lang/Object;> (0x00000000d86ecbc0) thrown at [C:\jenkins\workspace\8-2-build-windows-amd64-cygwin\jdk8u281\880\hots
Event: 61.353 Thread 0x000001896926d800 Exception <a 'java/lang/NoSuchMethodError': java.lang.Object.$anonfun$getViewport$1(Ltotoro/ocelot/brain/entity/traits/TextBufferProxy;)[Ljava/lang/Object;> (0x00000000d86f7008) thrown at [C:\jenkins\workspace\8-2-build-windows-amd64-cygwin\jdk8u281\880\h
Event: 62.028 Thread 0x00000189693aa800 Implicit null exception at 0x000001895395d2c8 to 0x000001895395d41d
Event: 62.937 Thread 0x000001897bd42800 Exception <a 'java/lang/NoSuchMethodError': java.lang.Object.$anonfun$copy$1(Ltotoro/ocelot/brain/entity/traits/GenericGPU;Ltotoro/ocelot/brain/entity/machine/Context;IIIIIILtotoro/ocelot/brain/entity/traits/TextBufferProxy;)[Ljava/lang/Object;> (0x000000
Event: 63.387 Thread 0x000001896926d800 Exception <a 'java/lang/NoSuchMethodError': java.lang.Object.$anonfun$get$1(IILtotoro/ocelot/brain/entity/traits/TextBufferProxy;)[Ljava/lang/Object;> (0x00000000d87364c0) thrown at [C:\jenkins\workspace\8-2-build-windows-amd64-cygwin\jdk8u281\880\hotspot
Event: 63.389 Thread 0x000001896926d800 Exception <a 'java/lang/NoSuchMethodError': java.lang.Object.$anonfun$getBackground$1(Ltotoro/ocelot/brain/entity/traits/TextBufferProxy;)[Ljava/lang/Object;> (0x00000000d8741ff0) thrown at [C:\jenkins\workspace\8-2-build-windows-amd64-cygwin\jdk8u281\880
Event: 63.390 Thread 0x000001896926d800 Exception <a 'java/lang/NoSuchMethodError': java.lang.Object.$anonfun$getForeground$1(Ltotoro/ocelot/brain/entity/traits/TextBufferProxy;)[Ljava/lang/Object;> (0x00000000d874bac0) thrown at [C:\jenkins\workspace\8-2-build-windows-amd64-cygwin\jdk8u281\880
Event: 106.861 Thread 0x0000018951481000 Exception <a 'java/lang/NoSuchMethodError': java.lang.Object.$anonfun$tooltipNameColor$1()Ltotoro/ocelot/brain/util/Tier$TierVal;> (0x00000000e1f578c8) thrown at [C:\jenkins\workspace\8-2-build-windows-amd64-cygwin\jdk8u281\880\hotspot\src\share\vm\interp
Events (10 events):
Event: 127.756 Executing VM operation: RevokeBias
Event: 127.756 Executing VM operation: RevokeBias done
Event: 130.214 Executing VM operation: ParallelGCFailedAllocation
Event: 130.218 Executing VM operation: ParallelGCFailedAllocation done
Event: 132.497 Executing VM operation: ParallelGCFailedAllocation
Event: 132.500 Executing VM operation: ParallelGCFailedAllocation done
Event: 134.772 Executing VM operation: ParallelGCFailedAllocation
Event: 134.776 Executing VM operation: ParallelGCFailedAllocation done
Event: 136.867 Executing VM operation: ParallelGCFailedAllocation
Event: 136.871 Executing VM operation: ParallelGCFailedAllocation done
Dynamic libraries:
0x00007ff607400000 - 0x00007ff607447000 C:\Users\user\AppData\Roaming\.tlauncher\jvms\jre1.8.0_281\bin\java.exe
0x00007ffdab730000 - 0x00007ffdab928000 C:\Windows\SYSTEM32\ntdll.dll
0x00007ffda9ba0000 - 0x00007ffda9c5d000 C:\Windows\System32\KERNEL32.DLL
0x00007ffda9270000 - 0x00007ffda9566000 C:\Windows\System32\KERNELBASE.dll
0x00007ffda9880000 - 0x00007ffda992f000 C:\Windows\System32\ADVAPI32.dll
0x00007ffdab110000 - 0x00007ffdab1ae000 C:\Windows\System32\msvcrt.dll
0x00007ffdaacf0000 - 0x00007ffdaad8c000 C:\Windows\System32\sechost.dll
0x00007ffdaa430000 - 0x00007ffdaa556000 C:\Windows\System32\RPCRT4.dll
0x00007ffdaae20000 - 0x00007ffdaafbe000 C:\Windows\System32\USER32.dll
0x00007ffda8fc0000 - 0x00007ffda8fe2000 C:\Windows\System32\win32u.dll
0x00007ffdaa560000 - 0x00007ffdaa58c000 C:\Windows\System32\GDI32.dll
0x00007ffda8ff0000 - 0x00007ffda910a000 C:\Windows\System32\gdi32full.dll
0x00007ffda9650000 - 0x00007ffda96ed000 C:\Windows\System32\msvcp_win.dll
0x00007ffda8ec0000 - 0x00007ffda8fc0000 C:\Windows\System32\ucrtbase.dll
0x00007ffd951e0000 - 0x00007ffd9547a000 C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.19041.3636_none_60b6a03d71f818d5\COMCTL32.dll
0x00007ffda9ae0000 - 0x00007ffda9b10000 C:\Windows\System32\IMM32.DLL
0x00007ffda3210000 - 0x00007ffda3225000 C:\Users\user\AppData\Roaming\.tlauncher\jvms\jre1.8.0_281\bin\vcruntime140.dll
0x00007ffd7fcd0000 - 0x00007ffd7fd6b000 C:\Users\user\AppData\Roaming\.tlauncher\jvms\jre1.8.0_281\bin\msvcp140.dll
0x000000005af80000 - 0x000000005b7df000 C:\Users\user\AppData\Roaming\.tlauncher\jvms\jre1.8.0_281\bin\server\jvm.dll
0x00007ffdaace0000 - 0x00007ffdaace8000 C:\Windows\System32\PSAPI.DLL
0x00007ffda2d80000 - 0x00007ffda2d8a000 C:\Windows\SYSTEM32\VERSION.dll
0x00007ffd912c0000 - 0x00007ffd912e7000 C:\Windows\SYSTEM32\WINMM.dll
0x00007ffda6700000 - 0x00007ffda6709000 C:\Windows\SYSTEM32\WSOCK32.dll
0x00007ffdaad90000 - 0x00007ffdaadfb000 C:\Windows\System32\WS2_32.dll
0x00007ffda6cf0000 - 0x00007ffda6d02000 C:\Windows\SYSTEM32\kernel.appcore.dll
0x00007ffda6650000 - 0x00007ffda6660000 C:\Users\user\AppData\Roaming\.tlauncher\jvms\jre1.8.0_281\bin\verify.dll
0x00007ffda1920000 - 0x00007ffda194b000 C:\Users\user\AppData\Roaming\.tlauncher\jvms\jre1.8.0_281\bin\java.dll
0x00007ffda19e0000 - 0x00007ffda19f8000 C:\Users\user\AppData\Roaming\.tlauncher\jvms\jre1.8.0_281\bin\zip.dll
0x00007ffdaa590000 - 0x00007ffdaacd5000 C:\Windows\System32\SHELL32.dll
0x00007ffda6ef0000 - 0x00007ffda768b000 C:\Windows\SYSTEM32\windows.storage.dll
0x00007ffdaa0d0000 - 0x00007ffdaa424000 C:\Windows\System32\combase.dll
0x00007ffda8780000 - 0x00007ffda87ad000 C:\Windows\SYSTEM32\Wldp.dll
0x00007ffdab640000 - 0x00007ffdab6ed000 C:\Windows\System32\SHCORE.dll
0x00007ffda9790000 - 0x00007ffda97e5000 C:\Windows\System32\shlwapi.dll
0x00007ffda8d40000 - 0x00007ffda8d65000 C:\Windows\SYSTEM32\profapi.dll
0x00007ffda1600000 - 0x00007ffda161c000 C:\Users\user\AppData\Roaming\.tlauncher\jvms\jre1.8.0_281\bin\net.dll
0x00007ffda84e0000 - 0x00007ffda854a000 C:\Windows\system32\mswsock.dll
0x00007ffda15c0000 - 0x00007ffda15d3000 C:\Users\user\AppData\Roaming\.tlauncher\jvms\jre1.8.0_281\bin\nio.dll
0x00007ffda3730000 - 0x00007ffda373d000 C:\Users\user\AppData\Roaming\.tlauncher\jvms\jre1.8.0_281\bin\management.dll
0x00007ffd66c60000 - 0x00007ffd66c77000 C:\Windows\system32\napinsp.dll
0x00007ffd67640000 - 0x00007ffd6765b000 C:\Windows\system32\pnrpnsp.dll
0x00007ffd80c50000 - 0x00007ffd80c65000 C:\Windows\system32\wshbth.dll
0x00007ffda4650000 - 0x00007ffda466d000 C:\Windows\system32\NLAapi.dll
0x00007ffda81d0000 - 0x00007ffda820b000 C:\Windows\SYSTEM32\IPHLPAPI.DLL
0x00007ffda8210000 - 0x00007ffda82da000 C:\Windows\SYSTEM32\DNSAPI.dll
0x00007ffda9b10000 - 0x00007ffda9b18000 C:\Windows\System32\NSI.dll
0x00007ffd67700000 - 0x00007ffd67712000 C:\Windows\System32\winrnr.dll
0x00007ffd987c0000 - 0x00007ffd987ca000 C:\Windows\System32\rasadhlp.dll
0x00007ffd98c40000 - 0x00007ffd98cc0000 C:\Windows\System32\fwpuclnt.dll
0x00007ffda96f0000 - 0x00007ffda9717000 C:\Windows\System32\bcrypt.dll
0x00007ffd77c00000 - 0x00007ffd77d95000 C:\Users\user\AppData\Roaming\.tlauncher\jvms\jre1.8.0_281\bin\awt.dll
0x00007ffdab570000 - 0x00007ffdab63d000 C:\Windows\System32\OLEAUT32.dll
0x00007ffda6720000 - 0x00007ffda67b0000 C:\Windows\SYSTEM32\apphelp.dll
0x00007ffda6820000 - 0x00007ffda68be000 C:\Windows\system32\uxtheme.dll
0x00007ffdab3a0000 - 0x00007ffdab4b4000 C:\Windows\System32\MSCTF.dll
0x00007ffdab210000 - 0x00007ffdab33b000 C:\Windows\System32\ole32.dll
0x00007ffda9570000 - 0x00007ffda95f2000 C:\Windows\System32\bcryptPrimitives.dll
0x00007ffda6b10000 - 0x00007ffda6b3f000 C:\Windows\system32\DWMAPI.DLL
0x00007ffd8b250000 - 0x00007ffd8b375000 C:\Windows\system32\opengl32.dll
0x00007ffd996e0000 - 0x00007ffd9970c000 C:\Windows\SYSTEM32\GLU32.dll
0x00007ffd7fa10000 - 0x00007ffd7fa59000 C:\Users\user\AppData\Roaming\.tlauncher\jvms\jre1.8.0_281\bin\fontmanager.dll
0x00007ffda86d0000 - 0x00007ffda86e8000 C:\Windows\SYSTEM32\CRYPTSP.dll
0x00007ffda7e10000 - 0x00007ffda7e44000 C:\Windows\system32\rsaenh.dll
0x00007ffda8cc0000 - 0x00007ffda8cee000 C:\Windows\SYSTEM32\USERENV.dll
0x00007ffda86f0000 - 0x00007ffda86fc000 C:\Windows\SYSTEM32\CRYPTBASE.dll
0x00007ffd9dff0000 - 0x00007ffd9e007000 C:\Windows\SYSTEM32\dhcpcsvc6.DLL
0x00007ffd9ff60000 - 0x00007ffd9ff7d000 C:\Windows\SYSTEM32\dhcpcsvc.DLL
0x00007ffda2960000 - 0x00007ffda2a59000 C:\Windows\SYSTEM32\textinputframework.dll
0x00007ffda60a0000 - 0x00007ffda63fb000 C:\Windows\System32\CoreUIComponents.dll
0x00007ffda6400000 - 0x00007ffda64f2000 C:\Windows\System32\CoreMessaging.dll
0x00007ffda7f50000 - 0x00007ffda7f83000 C:\Windows\SYSTEM32\ntmarta.dll
0x00007ffda59d0000 - 0x00007ffda5b25000 C:\Windows\SYSTEM32\wintypes.dll
0x00007ffd7f8a0000 - 0x00007ffd7f8e3000 C:\Users\user\AppData\Roaming\.tlauncher\jvms\jre1.8.0_281\bin\t2k.dll
0x00007ffd7dcc0000 - 0x00007ffd7dd67000 C:\Users\user\AppData\Roaming\Ocelot\Libraries\Ocelot-0.20.3-52-libjnlua52-windows-x86_64.dll
0x00007ffd7dc10000 - 0x00007ffd7dcbd000 C:\Users\user\AppData\Roaming\Ocelot\Libraries\Ocelot-0.20.3-53-libjnlua53-windows-x86_64.dll
0x00007ffd77b40000 - 0x00007ffd77bfa000 C:\Users\user\AppData\Roaming\Ocelot\Libraries\Ocelot-0.20.3-54-libjnlua54-windows-x86_64.dll
0x0000000180000000 - 0x0000000180053000 C:\Users\user\AppData\Roaming\Ocelot\Libraries\lwjgl64.dll
0x00007ffda3040000 - 0x00007ffda30ee000 C:\Windows\SYSTEM32\mscms.dll
0x00007ffda3010000 - 0x00007ffda3021000 C:\Windows\SYSTEM32\ColorAdapterClient.dll
0x00007ffdab4c0000 - 0x00007ffdab569000 C:\Windows\System32\clbcatq.dll
0x00007ffd800f0000 - 0x00007ffd80133000 C:\Windows\System32\Windows.Internal.Graphics.Display.DisplayColorManagement.dll
0x00007ffda9600000 - 0x00007ffda964e000 C:\Windows\System32\cfgmgr32.dll
0x00007ffda1390000 - 0x00007ffda1492000 C:\Windows\System32\AppXDeploymentClient.dll
0x00007ffd57940000 - 0x00007ffd588d2000 C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_3ea756ac68d34d21\ig9icd64.dll
0x00007ffda76d0000 - 0x00007ffda77c3000 C:\Windows\system32\dxgi.dll
0x00007ffd64370000 - 0x00007ffd6475b000 C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_3ea756ac68d34d21\igdml64.dll
0x00007ffd9d3c0000 - 0x00007ffd9d688000 C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_3ea756ac68d34d21\igdgmm64.dll
0x00007ffd9a7b0000 - 0x00007ffd9d366000 C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_3ea756ac68d34d21\igc64.dll
0x00007ffda8bc0000 - 0x00007ffda8c0b000 C:\Windows\SYSTEM32\powrprof.dll
0x00007ffda8ba0000 - 0x00007ffda8bb2000 C:\Windows\SYSTEM32\UMPDC.dll
0x00007ffd7ddc0000 - 0x00007ffd7de03000 C:\Windows\SYSTEM32\icm32.dll
0x00000189754c0000 - 0x0000018975524000 C:\Users\user\AppData\Roaming\Ocelot\Libraries\OpenAL64.dll
0x00007ffda0f70000 - 0x00007ffda0ff5000 C:\Windows\System32\MMDevApi.dll
0x00007ffda8b30000 - 0x00007ffda8b63000 C:\Windows\System32\DEVOBJ.dll
0x00007ffd782d0000 - 0x00007ffd7836c000 C:\Windows\SYSTEM32\dsound.dll
0x00007ffd96a50000 - 0x00007ffd96a76000 C:\Windows\SYSTEM32\winmmbase.dll
0x00007ffda1200000 - 0x00007ffda1382000 C:\Windows\SYSTEM32\AUDIOSES.DLL
0x00007ffda6900000 - 0x00007ffda6914000 C:\Windows\SYSTEM32\resourcepolicyclient.dll
0x00007ffd96330000 - 0x00007ffd96514000 C:\Windows\SYSTEM32\dbghelp.dll
VM Arguments:
java_command: ocelot-desktop-v1.11.1.jar
java_class_path (initial): ocelot-desktop-v1.11.1.jar
Launcher Type: SUN_STANDARD
Environment Variables:
PATH=C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Users\user\AppData\Local\Microsoft\WindowsApps;C:\Users\user\AppData\Local\GitHubDesktop\bin
USERNAME=user
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 165 Stepping 3, GenuineIntel
--------------- S Y S T E M ---------------
OS: Windows 10.0 , 64 bit Build 19041 (10.0.19041.3636)
CPU:total 4 (initial active 4) (2 cores per cpu, 2 threads per core) family 6 model 165 stepping 3, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, aes, clmul, erms, 3dnowpref, lzcnt, ht, tsc, tscinvbit
Memory: 4k page, physical 8025392k(3135448k free), swap 13039100k(7751568k free)
vm_info: Java HotSpot(TM) 64-Bit Server VM (25.281-b09) for windows-amd64 JRE (1.8.0_281-b09), built on Dec 9 2020 13:54:07 by "" with MS VC++ 15.9 (VS2017)
time: Mon Jan 15 09:40:12 2024
timezone: Беларусь (зима)
elapsed time: 136.909443 seconds (0d 0h 2m 16s)