eclipse-openj9 / openj9

Eclipse OpenJ9: A Java Virtual Machine for OpenJDK that's optimized for small footprint, fast start-up, and high throughput. Builds on Eclipse OMR (https://github.com/eclipse/omr) and combines with the Extensions for OpenJDK for OpenJ9 repo.
Other
3.28k stars 721 forks source link

Crash compiling jdk18 tests #14269

Closed tajila closed 2 years ago

tajila commented 2 years ago

https://openj9-jenkins.osuosl.org/job/Test_openjdknext_j9_sanity.functional_s390x_linux_vt_standard_Personal_testList_1/5/consoleFull

17:38:44      [mkdir] Created dir: /home/****/workspace/Test_openjdknext_j9_sanity.functional_s390x_linux_vt_standard_Personal_testList_1/aqa-tests/functional/Java9andUp/module_bin/org.openj9test.modularity.testUnreflect
17:38:44      [javac] Compiling 2 source files to /home/****/workspace/Test_openjdknext_j9_sanity.functional_s390x_linux_vt_standard_Personal_testList_1/aqa-tests/functional/Java9andUp/module_bin/org.openj9test.modularity.testUnreflect
17:38:45       [exec] JVMDUMP039I Processing dump event "abort", detail "" at 2022/01/12 22:38:45 - please wait.
17:38:45       [exec] JVMDUMP032I JVM requested System dump using '/home/****/workspace/Test_openjdknext_j9_sanity.functional_s390x_linux_vt_standard_Personal_testList_1/aqa-tests/functional/Java9andUp/core.20220112.223845.1798125.0001.dmp' in response to an event
17:38:46       [exec] JVMDUMP010I System dump written to /home/****/workspace/Test_openjdknext_j9_sanity.functional_s390x_linux_vt_standard_Personal_testList_1/aqa-tests/functional/Java9andUp/core.20220112.223845.1798125.0001.dmp
17:38:46       [exec] JVMDUMP032I JVM requested Java dump using '/home/****/workspace/Test_openjdknext_j9_sanity.functional_s390x_linux_vt_standard_Personal_testList_1/aqa-tests/functional/Java9andUp/javacore.20220112.223845.1798125.0002.txt' in response to an event
17:38:46       [exec] JVMDUMP010I Java dump written to /home/****/workspace/Test_openjdknext_j9_sanity.functional_s390x_linux_vt_standard_Personal_testList_1/aqa-tests/functional/Java9andUp/javacore.20220112.223845.1798125.0002.txt
17:38:46       [exec] 00000000006BD700: Object neither in heap nor stack-allocated in thread main
17:38:46       [exec] 00000000006BD700: O-Slot=00000000007ABD68
17:38:46       [exec] 00000000006BD700: O-Slot value=000003FFAAEFADA8
17:38:46       [exec] 00000000006BD700: PC=000003FF554783C8
17:38:46       [exec] 00000000006BD700: framesWalked=0
17:38:46       [exec] 00000000006BD700: arg0EA=00000000007ABDA0
17:38:46       [exec] 00000000006BD700: walkSP=00000000007ABCF0
17:38:46       [exec] 00000000006BD700: literals=00000000006E71D8
17:38:46       [exec] 00000000006BD700: jitInfo=0000000000000000
17:38:46       [exec] 00000000006BD700: method=00000000006E71D8 (java/lang/String.format(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;) (Interpreted)
17:38:46       [exec] 00000000006BD700: stack=00000000007A65D0-00000000007AC4E0
17:38:46       [exec] JVMDUMP032I JVM requested Snap dump using '/home/****/workspace/Test_openjdknext_j9_sanity.functional_s390x_linux_vt_standard_Personal_testList_1/aqa-tests/functional/Java9andUp/Snap.20220112.223845.1798125.0003.trc' in response to an event
17:38:46       [exec] JVMDUMP010I Snap dump written to /home/****/workspace/Test_openjdknext_j9_sanity.functional_s390x_linux_vt_standard_Personal_testList_1/aqa-tests/functional/Java9andUp/Snap.20220112.223845.1798125.0003.trc
17:38:46       [exec] JVMDUMP032I JVM requested JIT dump using '/home/****/workspace/Test_openjdknext_j9_sanity.functional_s390x_linux_vt_standard_Personal_testList_1/aqa-tests/functional/Java9andUp/jitdump.20220112.223845.1798125.0004.dmp' in response to an event
17:38:46       [exec] JVMDUMP051I JIT dump occurred in 'main' thread 0x00000000006BD700
17:38:46       [exec] JVMDUMP010I JIT dump written to /home/****/workspace/Test_openjdknext_j9_sanity.functional_s390x_linux_vt_standard_Personal_testList_1/aqa-tests/functional/Java9andUp/jitdump.20220112.223845.1798125.0004.dmp
17:38:46       [exec] JVMDUMP013I Processed dump event "abort", detail "".
17:38:46  
17:38:46  BUILD FAILED

The crash happens with the VT tests, but I dont think its related to VT code

pshipton commented 2 years ago

FYI https://github.com/eclipse-openj9/openj9/issues/14124 likely a dup.

pshipton commented 2 years ago

Closing assuming fixed.