-
Notifications
You must be signed in to change notification settings - Fork 5
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
"unreachable code: Block(0x20100ae8000) Marked" with Immix #114
Comments
The same thing can be reproduced in the current master revision without any change, as seen in https://github.com/mmtk/mmtk-ruby/actions/runs/11571460199/job/32209388461?pr=115 So the bug exists in the current code base, and is not introduced by #113.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The following crash happened when running CI tests with release build and the Immix plan. Link: https://github.com/mmtk/mmtk-ruby/actions/runs/11549564269/job/32142824795?pr=113#step:9:7498
In Immix, when a block is added into
ImmixSpace::reusable_blocks
duringBlock::sweep()
, it is always set toBlockState::Reusable
.So far I have not been able to reproduce this bug locally. It may be related to the PR #113 I will try to restart the CI test to see if it can be reproduced on GitHub CI.
The text was updated successfully, but these errors were encountered: