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
When uncommenting AllocArrayOfT_Invalid and AllocMultiDimArrayOfT_Invalid in InvalidCSharp.il, AOT compile Validate.dll triggered the following assertion. Need to delay this error untill runtime.
aot-compile: compiling /__w/1/s/artifacts/tests/coreclr/linux.x64.Release/Loader/classloader/generics/ByRefLike/Validate/Validate.dll; MONO_PATH: /__w/1/s/artifacts/tests/coreclr/linux.x64.Release/Loader/classloader/generics/ByRefLike/Validate:/__w/1/s/artifacts/tests/coreclr/linux.x64.Release/Tests/Core_Root
Mono Ahead of Time compiler - compiling assembly /__w/1/s/artifacts/tests/coreclr/linux.x64.Release/Loader/classloader/generics/ByRefLike/Validate/Validate.dll
AOTID E90E991F-9074-7937-4FB1-E9B7D16A073B
* Assertion at /__w/1/s/src/mono/mono/metadata/loader.c:826, condition `!mono_class_has_failure (klass)' not met
The text was updated successfully, but these errors were encountered:
When uncommenting
AllocArrayOfT_Invalid
andAllocMultiDimArrayOfT_Invalid
inInvalidCSharp.il
, AOT compileValidate.dll
triggered the following assertion. Need to delay this error untill runtime.The text was updated successfully, but these errors were encountered: