-
Notifications
You must be signed in to change notification settings - Fork 738
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
jtreg java/lang/String/Exceptions.java crash Compiled_method=java/lang/String.split #13367
Comments
Intermittent problem, as it didn't occur in https://openj9-jenkins.osuosl.org/job/Test_openjdk17_j9_sanity.openjdk_ppc64le_linux_Nightly/2 |
We've promoted the jdk17 content regardless of the failures, so this isn't blocking anything any more, except for the tests being green. |
and any future jdk17 acceptance build but we may already have the final level considering it's after the OpenJDK Final Release Candidate date. |
Not sure how intermittent this problem is, there have been a couple of builds where it didn't occur. Removing the blocker label. |
It is observed in newly enabled JDK17 internal nightly build w/ promoted
|
Ok, perhaps this should remain a blocker. I'm adding back the label so it gets some attention. |
The test fails on jdk17 across platforms (ppcle64 and x86) but passes in jdk11. The test never passes in jdk17 but running an overnight grinder, half of the runs end with the segmentation fault crash. I'm trying to look if the crash caused by the test being defective in jdk17. Also, all crashes are occupied with |
The grinders seem to fail as the latest nightly jdk17 build it pulls is an old (May) build, running a newer build locally passes. Will run again in jenkins with a newer build and continue investigating the issue. |
The crash is not related to the test, and the test passes when running a local grinder. The crash is related to the JVM running the agent, not the test. The run command for the crashing JVM include:
It's still only appears with POWER JDK17 builds, hence the investigation will be on a JVM running the agent code, the test is fine. |
@rmnattas What's the next step or action for this issue? |
The core indicates that the argument passed to |
Please see wiki for running the openjdk tests locally. Also, in case you want to know, openjdk17 test build uses jtreg 6.1 https://openj9-jenkins.osuosl.org/job/test.getDependency/108/ |
An occurrence at https://openj9-jenkins.osuosl.org/job/Test_openjdk17_j9_sanity.openjdk_ppc64le_linux_Nightly/12/consoleFull
|
The issue is actually with the test |
Blocking promotion of jdk17
https://openj9-jenkins.osuosl.org/job/Test_openjdk17_j9_sanity.openjdk_ppc64le_linux_OpenJDK17/9
jdk_lang_0
JVM_OPTIONS: -Xdump:system:none -Xdump:heap:none -Xdump:system:events=gpf+abort+traceassert+corruptcache -XX:-JITServerTechPreviewMessage -XX:+UseCompressedOops
java/lang/String/Exceptions.java
https://openj9-artifactory.osuosl.org/artifactory/ci-openj9/Test/Test_openjdk17_j9_sanity.openjdk_ppc64le_linux_OpenJDK17/9/openjdk_test_output.tar.gz
The text was updated successfully, but these errors were encountered: