• P
    Found a race condition where the LOH flag on a segment is set too late. This... · 969840ec
    Peter Sollich 提交于
    Found a race condition where the LOH flag on a segment is set too late. This gives another thread the chance to allocate in a fresh LOH region that doesn't have the LOH flag set just yet and trip over an assert in Object::ValidateInner. (#54839)
    
    The fix is simply to set the flag in get_new_region before the region is put on the list for the LOH generation.
    969840ec
gc.cpp 1.5 MB
The source could not be displayed because it is larger than 1.0 MB. You can load it anywaydownload it instead.