-
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
Crash in MauveSingleInvocationLoadTest_special_22 #10665
Comments
Grinder from @rpshukla in #10623 10x grinder for MauveSingleInvocationLoadTest_special_22 passed: running more grinders: |
This grinder https://ci.adoptopenjdk.net/view/Test_grinder/job/Grinder/3953/ was supposed to be for the original failure in #10623 (although it looks like I didn't get the settings correct and no tests were actually run) The others are for MauveSingleInvocationLoadTest_special_22 |
Haven't seen a failure yet. Here are a couple more grinders: https://ci.adoptopenjdk.net/view/Test_grinder/job/Grinder/3954/ 20/20 passed |
Could be related to #10365, will update with my finding later. |
It seems to be different than #10365, there are different problems show up in the core dump. It is a crash in populateVPicSlotCall, when we're trying to get j9method from vtable of a class. The object reference passed to the helper is bad, thus the j9class we got from it is also bad. Looking at its caller, there are the following problems
I'll post more detailed investigation in another comment later. I haven't figured out why so many things are wrong at the same time. Given the options |
I haven't made any progress on this issue. Given the time left and other issues I'm working on, I suggest we defer this to next release |
@liqunl I'm not sure why this is in the milestone plan at all. It's not a failure I see in the nightly builds so it can't be happening often. I suspect it was added only because #10623 was in the milestone plan. Unless you have some reason to keep it in, I'll remove it rather than moving it forward. |
OK, I think we can remove the milestone target. |
https://ci.eclipse.org/openj9/job/Test_openjdk8_j9_special.system_x86-64_mac_mixed_Nightly_testList_0/5
@liqunl do recent updates to the jitdump help with his? |
https://ci.eclipse.org/openj9/job/Test_openjdk8_j9_special.system_x86-64_windows_Nightly_mauveLoadTest/134
MauveSingleInvocationLoadTest_special_22
Options are:
-Xcompressedrefs -Xjit:count=0 -Xgcpolicy:gencon -Xaggressive -Xconcurrentlevel0
The text was updated successfully, but these errors were encountered: