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
Reproduces consistently under DOTNET_InterpMode=3 when running the async tests.
Looks caused by #129442, cc @VSadov. It looks like the VM is returning CORINFO_VIRTUALCALL_LDVIRTFTN but also that the call has a generic type argument, which is an unexpected combination for the interpreter.
Example test run: https://dev.azure.com/dnceng-public/public/_build/results?buildId=1495258
Example console log: https://helixr1107v0xdcypoyl9e7f.blob.core.windows.net/dotnet-runtime-refs-heads-main-e6056bcae0584738bd/async/1/console.f4560e10.log?helixlogtype=result
Reproduces consistently under
DOTNET_InterpMode=3when running the async tests.Looks caused by #129442, cc @VSadov. It looks like the VM is returning
CORINFO_VIRTUALCALL_LDVIRTFTNbut also that the call has a generic type argument, which is an unexpected combination for the interpreter.