-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Another segfault in gc_heap::get_region_plan_gen_num for a frozen object #63906
Comments
Tagging subscribers to this area: @dotnet/gc Issue DetailsIntroduced by enabling regions. Similar to #63778 but won't be fixed with the pull request in flight.
We’re in I’ve tried adding an early out to
|
thanks for discovering this. we should put the check in
|
Introduced by enabling regions. Similar to #63778 but won't be fixed with the pull request in flight.
We’re in
get_region_gen_num
asking about a frozen object again.I’ve tried adding an early out to
object_gennum
(if!is_in_heap_range
, returnmax_generation
) and that seems to do the trick, but maybe I’ve just introduced a GC hole, so I’ll better leave that to the GC team.The text was updated successfully, but these errors were encountered: