Uh oh!
There was an error while loading. Please reload this page.
Try enabling regions for native AOT. - #69108
Conversation
ghost
commented
May 10, 2022
Tagging subscribers to this area: @dotnet/gc Issue DetailsLet's see if the fix to the background GC heap corruption issue #68443 also fixes the issues with regions and AOT.
|
Maoni0
commented
May 10, 2022
this doesn't seem to have the fix to #68443? I only see it enables regions for nativeaot.. |
PeterSolMS
commented
May 10, 2022
Yes, I wanted to try without and with the fix to see the difference... |
Maoni0
commented
May 10, 2022
oh we know it's still reproing. Manish just submitted a PR last Friday. |
MichalStrehovsky
commented
May 19, 2022
Let's re-run the CI with #69106 merged by closing a re-opening. I can't get a local repro of the |
MichalStrehovsky
commented
Jul 31, 2022
Let's see if #73110 helped. |
@MichalStrehovsky in #49576 I also had to introduce a new gc helper "UpdateFrozenHeap" to bump UPD: tried to experiment with it for NativeAOT and it doesn't look to be the case sadly 😞 |
mangod9
commented
Jul 31, 2022
This system.collections test failures are similar to that I had noticed back in March. |
916e712 to
8481f43CompareMichalStrehovsky
commented
Sep 14, 2022
/azp run runtime-extra-platforms |
|
Azure Pipelines successfully started running 1 pipeline(s). |
MichalStrehovsky
commented
Sep 14, 2022
/backport to release/7.0 |
Started backporting to release/7.0: https://github.com/dotnet/runtime/actions/runs/3051730219 |
MichalStrehovsky
commented
Sep 15, 2022
The last issue has something to do with conservative stack reporting. It feels like someone knowledgeable about the GC codebase might actually be able to root cause it from the dump. It doesn't look like a corruption to me. Instructions to download the dump from the infra here: This is a conservatively reported object and looks like it is bogus and should be ignored (if I'm reading the optimized locals right). Instead we crash. Stack: |
jkotas
commented
Oct 7, 2022
Superseded by #76737 |
Let's see if the fix to the background GC heap corruption issue #68443 also fixes the issues with regions and AOT.