-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Segfault in gc_heap::get_region_plan_gen_num for a frozen object #63778
Comments
Tagging subscribers to this area: @dotnet/gc Issue DetailsI'm seeing a segfault in Obj is a frozen string at the point of the crash. This is NativeAOT, obviously. I also have a crashdump with a repro EXE if this is not enough to troubleshoot.
|
Thanks for reporting this @MichalStrehovsky. Is this a consistent or intermittent failure? |
I ran the test app twice and I hit it twice, so looks pretty consistent. |
ok we will investigate. |
I'm seeing a segfault in
gc_heap::get_region_plan_gen_num
when trying to dereference the return value ofheap_segment_plan_gen_num
when processing a frozen object. It looks like theint&
returned fromheap_segment_plan_gen_num
doesn't point anywhere useful.Obj is a frozen string at the point of the crash. This is NativeAOT, obviously.
I also have a crashdump with a repro EXE if this is not enough to troubleshoot.
The text was updated successfully, but these errors were encountered: