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
Got a SIGABRT while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries
used by your application.
at <unknown> <0xffffffff>
at System.Reflection.Assembly:InternalLoad <0x00089>
at System.Reflection.Assembly:Load <0x00092>
at System.Reflection.Assembly:Load <0x0006a>
at Xunit.ConsoleClient.ConsoleRunner:GetAvailableRunnerReporters <0x00452>
at Xunit.ConsoleClient.ConsoleRunner:EntryPoint <0x000d2>
at Xunit.ConsoleClient.Program:Main <0x0013a>
at <Module>:runtime_invoke_int_object <0x000b0>
Mono is crashing on the newly added tests even though they were disabled on Mono:
To unblock the PR the failing tests are commented out
runtime/src/tests/reflection/GenericAttribute/GenericAttributeTests.cs
Lines 21 to 30 in 0bfa71c
Originally posted by @jkotas in #65237 (comment)
More logs
link
The text was updated successfully, but these errors were encountered: