Eccenux commented on issue #8236: URL: https://github.com/apache/netbeans/issues/8236#issuecomment-3056889310
Still a problem in JDK24 bundled with NB26. The hs_err_pid files are in temp (`c:\Documents and Settings\MyUser\Ustawienia lokalne\Temp\hs_err_pid13932.log`) Got three dumps in one day. ``` # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007ffe361fb006, pid=13932, tid=33448 # # JRE version: OpenJDK Runtime Environment Zulu24.30+11-CA (24.0.1+9) (build 24.0.1+9) # Java VM: OpenJDK 64-Bit Server VM Zulu24.30+11-CA (24.0.1+9, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, windows-amd64) # Problematic frame: # C [awt.dll+0xdb006] # ``` ``` # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007ffe3605bd4c, pid=16564, tid=15780 # # JRE version: OpenJDK Runtime Environment Zulu24.30+11-CA (24.0.1+9) (build 24.0.1+9) # Java VM: OpenJDK 64-Bit Server VM Zulu24.30+11-CA (24.0.1+9, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, windows-amd64) # Problematic frame: # C [awt.dll+0xdbd4c] # ``` Cannot post a full memory dump, but here is a stack: ``` Host: Intel(R) Core(TM) i5-9600K CPU @ 3.70GHz, 6 cores, 47G, Windows 11 , 64 bit Build 22621 (10.0.22621.5415) Time: Wed Jul 9 20:00:00 2025 Windows 11 , 64 bit Build 22621 (10.0.22621.5415) elapsed time: 1917.132447 seconds (0d 0h 31m 57s) --------------- T H R E A D --------------- Current thread (0x0000016499a1e900): JavaThread "AWT-Windows" daemon [_thread_in_native, id=15780, stack(0x0000004eeea00000,0x0000004eeec00000) (2048K)] Stack: [0x0000004eeea00000,0x0000004eeec00000], sp=0x0000004eeebfebc0, free space=2042k Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code) C [awt.dll+0xdbd4c] (no source info available) C [awt.dll+0x978cb] (no source info available) C [awt.dll+0x97916] (no source info available) C [awt.dll+0x94cff] (no source info available) C [awt.dll+0xdfddc] (no source info available) C [awt.dll+0xb0d4d] (no source info available) C [awt.dll+0x97e4d] (no source info available) C [USER32.dll+0x18eb8] (no source info available) C [USER32.dll+0x184fb] (no source info available) C [awt.dll+0x16543] (no source info available) C [COMCTL32.dll+0x18dc2] (no source info available) C [COMCTL32.dll+0x18ba7] (no source info available) C [USER32.dll+0x18eb8] (no source info available) C [USER32.dll+0x184fb] (no source info available) C [flatlaf-windows-x86_64.dll+0x1889] (no source info available) C [flatlaf-windows-x86_64.dll+0x1489] (no source info available) C [USER32.dll+0x18eb8] (no source info available) C [USER32.dll+0x18771] (no source info available) C [awt.dll+0xd508e] (no source info available) C [awt.dll+0xd6e82] (no source info available) C 0x000001643abcce20 (no source info available) The last pc belongs to native method entry point (kind = native) (printed below). Java frames: (J=compiled Java code, j=interpreted, Vv=VM code) j sun.awt.windows.WToolkit.eventLoop()V+0 java.desktop@24.0.1 j sun.awt.windows.WToolkit.run()V+56 java.desktop@24.0.1 j java.lang.Thread.runWith(Ljava/lang/Object;Ljava/lang/Runnable;)V+5 java.base@24.0.1 j java.lang.Thread.run()V+19 java.base@24.0.1 v ~StubRoutines::call_stub 0x000001643abc0fcd siginfo: EXCEPTION_ACCESS_VIOLATION (0xc0000005), reading address 0x0000000000000004 ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org For additional commands, e-mail: notifications-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists