-
Notifications
You must be signed in to change notification settings - Fork 733
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
JDK16 Valhalla : ValueTypeTestsJIT_0_FAILED - Segmentation error vmState=0x00000000 #10365
Comments
One thing to note is that the unhandled exception seems to occur after running the tests. From the output in https://hyc-runtimes-jenkins.swg-devops.com/job/Test_openjdkValhalla_j9_sanity.functional_x86-64_linux_valhalla_Nightly/109/tapResults/:
|
I ran into this intermittent crash locally. Many thanks to @liqunl. She helped narrow down the crash to
|
The internal gc map at the call instruction has the stack map and mark the slot containing the object as live, but the final gc map doesn't have the stack map. Can't tell why we remove the stack map from the trace log, will add some traces to find out. |
Another occurrence from last nightly build
|
I could still reproduce this crash with the fix from #10976.
[1]
[2]
[3] |
#11968 has been merged now so we should keep an eye on this job to see if it continues to fail. |
@hzongaro can this issue be closed? |
I guess we're safe after three-and-a-half years. . . . Closing. |
Issue Number: 10365 |
Failure link
From an internal build
Test_openjdkValhalla_j9_sanity.functional_x86-64_linux_valhalla_Nightly_testList_1/52
:Optional info
Failure output (captured from console output)
For example, to rebuild the failed tests in =https://hyc-runtimes-jenkins.swg-devops.com/job/Grinder, use the following links:
21:47:40 https://hyc-runtimes-jenkins.swg-devops.com/job/Grinder/parambuild/?JDK_VERSION=Valhalla&JDK_IMPL=openj9&BUILD_LIST=functional/Valhalla,functional/cmdline_options_tester,functional/cmdLineTests/valuetypeddrtests&PLATFORM=x86-64_linux&TARGET=ValueTypeTestsJIT_0
The text was updated successfully, but these errors were encountered: