-
Notifications
You must be signed in to change notification settings - Fork 729
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
MiniMix_3h_0 FAILED j9mm.107 ASSERTION FAILED at src/openj9/runtime/gc_base/OwnableSynchronizerObjectBuffer.cpp:75: ((false && (object != _head))) #20395
Comments
Issue Number: 20395 |
An attempt to add Ownable Synchronizer object to the list second time. |
@hzongaro FYI: most likely this is JIT issue. Most of Own. Sync. objects added by JIT. I am going to triage to find more information. |
Sorry for premature call, looks like this is GC internal issue. |
FYI the grinder is on a 3h test, That's 30+ hours on each of 5 machines. |
I believe we see the problem, and it is very marginal scenario. I don't think it is virtually reproducible: |
Aborted the grinder as per #20395 (comment) to free up the machines. |
FYI that didn't really stop the child jobs, just the parent job. The child jobs just started the next iteration. I've stopped them all. Also confirmed the first iteration all passed, we didn't replicate the problem in 5 runs. |
So Click here to forcibly terminate running steps doesn't abort the child jobs. |
Continue any discussion about the grinder in #20396 so we're not adding many more comments to this issue about a GC crash. |
If Ownable Synchronizer object scan has not been successful (caused Copy Forward abort) it should not be aadded to the list right away. This object is remembered in the work packet and is going to be rescanned for the second time. Relates eclipse-openj9#20395 Signed-off-by: Dmitri Pivkine <[email protected]>
If Ownable Synchronizer object scan has not been successful (caused Copy Forward abort) it should not be aadded to the list right away. This object is remembered in the work packet and is going to be rescanned for the second time. Relates eclipse-openj9#20395 Signed-off-by: Dmitri Pivkine <[email protected]>
fixed via #20589 |
Issue Number: 20395 |
If Ownable Synchronizer object scan has not been successful (caused Copy Forward abort) it should not be aadded to the list right away. This object is remembered in the work packet and is going to be rescanned for the second time. Relates eclipse-openj9#20395 Signed-off-by: Dmitri Pivkine <[email protected]>
Failure link
From internal Test_openjdk17_j9_special.system_x86-64_mac_testList_0 (osxrt12)
Rerun in Grinder - Change TARGET to run only the failed test targets
Optional info
Failure output (captured from console output)
50x internal Grinder
The text was updated successfully, but these errors were encountered: