You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I could accidentally reproduce a GC crash, where a block 0x0000027200000000 was accessed in gc_flush_mark (p = *block++) triggering an access violation.
GC_GET_PAGE(block) was NULL but gc_hash was discarding higher bits.
To be investigated
The text was updated successfully, but these errors were encountered:
I could accidentally reproduce a GC crash, where a block
0x0000027200000000
was accessed in gc_flush_mark (p = *block++) triggering an access violation.GC_GET_PAGE(block) was NULL but gc_hash was discarding higher bits.
To be investigated
The text was updated successfully, but these errors were encountered: