There was an error while loading. Please reload this page.
1 parent 14d03c7 commit fb2e915Copy full SHA for fb2e915
1 file changed
src/CLR/Core/CLAUDE.md
@@ -879,9 +879,9 @@ memory. Two independent failures followed from that:
879
physically moved, so it would go stale across `--compactionaftergc`
880
too.
881
882
-Both require `--forcegc --compactionaftergc` together to reproduce
883
-reliably; either flag alone can miss it depending on allocation timing —
884
-about 1 run in 9–10 failed under both flags before the fix, which is why
+The reachability failure reproduces with `--forcegc`; add
++`--compactionaftergc` to exercise the relocation failure.
+About 1 run in 9–10 failed under both flags before the fix, which is why
885
a single clean run proves nothing here (loop 15–20×, see §14).
886
887
**The fix.** `CreateInstanceWithStorage` now takes an `owner` reference
0 commit comments