Closed
Description
Regex.CompileToAssembly test is failing when the ModulBuilder
tries to load custom modifiers for a field:
This call eventually hit assert in:
runtime/src/coreclr/vm/runtimehandles.cpp
Line 1736 in 7989f18
This doesn't happen locally (64 bit Windows), hits the Assert in some Linux legs and 32 bit windows leg on CI, looks like a bug to me.