Problems with unit tests on Windows 10 + jdk 1.8.0_191
Attached logs shows my commands and the dump produced. Do I have to update something?
[junit] #
[junit] # A fatal error has been detected by the Java Runtime Environment:
[junit] #
[junit] # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0000000076b6a6eb, pid=6248, tid=0x0000000000002470
[junit] #
[junit] # JRE version: Java(TM) SE Runtime Environment (8.0_191-b12) (build 1.8.0_191-b12)
[junit] # Java VM: Java HotSpot(TM) 64-Bit Server VM (25.191-b12 mixed mode windows-amd64 compressed oops)
[junit] # Problematic frame:
[junit] # V [jvm.dll+0x14a6eb]
[junit] #
[junit] # Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
[junit] #
[junit] # An error report file with more information is saved as:
[junit] # C:\josm\core\hs_err_pid6248.log
[junit] #
[junit] # If you would like to submit a bug report, please visit:
[junit] # http://bugreport.java.com/bugreport/crash.jsp
[junit] #
Change History
(5)
Keywords: |
javabug windows added
|
Component: |
Core → Unit tests
|
Resolution: |
→ duplicate
|
Status: |
new → closed
|
Closed as duplicate of #13001.
Bug reported two years ago to Oracle but they only fixed it in Java 9: javabug:8159956
I thought it would be backported to Java 8 but no :(