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
This, so far, has been observed only in NativeAOT and only locally, but I am not sure if this could happen in CoreCLR or in CI.
See discussion here: #90848 (comment)
Unhandled Exception: System.Diagnostics.DebugProvider+DebugAssertException: IsInstanceOfClass called with interface M
ethodTable
at System.Diagnostics.DebugProvider.Fail(String, String) + 0x36
at System.Diagnostics.Debug.Fail(String, String) + 0x32
at System.Runtime.TypeCast.IsInstanceOfClass(MethodTable*, Object) + 0x72
at System.Runtime.EH.FindFirstPassHandler(Object, UInt32, StackFrameIterator&, UInt32&, Byte*&) + 0xfb
at System.Runtime.EH.DispatchEx(StackFrameIterator&, EH.ExInfo&) + 0x131
at System.Runtime.EH.RhThrowEx(Object, EH.ExInfo&) + 0x4b
at GenericCatchInterfaceProgram.Main() + 0x2a
at Program.<<Main>$>g__TestExecutor23|0_24(StreamWriter tempLogSw, StreamWriter statsCsvSw, Program.<>c__DisplayCl
ass0_0&) + 0xa7
at Program.<Main>$(String[] args) + 0x337
at JIT.Generics!<BaseAddress>+0x26a500
However, the test is not marked as failed in the summary of the test run.
The text was updated successfully, but these errors were encountered:
Tagging subscribers to this area: @dotnet/runtime-infrastructure
See info in area-owners.md if you want to be subscribed.
Issue Details
This, so far, has been observed only in NativeAOT and only locally, but I am not sure if this could happen in CoreCLR or in CI.
See discussion here: #90848 (comment)
Unhandled Exception: System.Diagnostics.DebugProvider+DebugAssertException: IsInstanceOfClass called with interface M
ethodTable
at System.Diagnostics.DebugProvider.Fail(String, String) + 0x36
at System.Diagnostics.Debug.Fail(String, String) + 0x32
at System.Runtime.TypeCast.IsInstanceOfClass(MethodTable*, Object) + 0x72
at System.Runtime.EH.FindFirstPassHandler(Object, UInt32, StackFrameIterator&, UInt32&, Byte*&) + 0xfb
at System.Runtime.EH.DispatchEx(StackFrameIterator&, EH.ExInfo&) + 0x131
at System.Runtime.EH.RhThrowEx(Object, EH.ExInfo&) + 0x4b
at GenericCatchInterfaceProgram.Main() + 0x2a
at Program.<<Main>$>g__TestExecutor23|0_24(StreamWriter tempLogSw, StreamWriter statsCsvSw, Program.<>c__DisplayCl
ass0_0&) + 0xa7
at Program.<Main>$(String[] args) + 0x337
at JIT.Generics!<BaseAddress>+0x26a500
However, the test is not marked as failed in the summary of the test run.
This, so far, has been observed only in NativeAOT and only locally, but I am not sure if this could happen in CoreCLR or in CI.
See discussion here: #90848 (comment)
A repro:
You will see a test failure in the output like:
However, the test is not marked as failed in the summary of the test run.
The text was updated successfully, but these errors were encountered: