-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test failure JIT\\Generics\\Exceptions\\general_class_instance01\\general_class_instance01.cmd #77363
Comments
Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch Issue DetailsRun: runtime-coreclr jitstress2-jitstressregs 20221023.1 Failed test:
Error message:
More failures
|
@kunalspathak PTAL, an assert in LSRA allocate. |
Failed in Run: runtime-coreclr jitstress2-jitstressregs 20221106.1 Failed tests:
Error message:
Stack trace:
More failures
|
|
I can repro this bug in .NET 6 as well. We try to add a resolution for a runtime/src/coreclr/jit/lsra.cpp Lines 8280 to 8282 in a6ec7b9
However, in the resolution code, we hit the assert (that IMO need to be expanded) runtime/src/coreclr/jit/lsra.cpp Lines 7579 to 7582 in a6ec7b9
The only time we perform resolution for "EH Dummy" is if interval is |
Run: runtime-coreclr jitstress2-jitstressregs 20221023.1
Failed test:
Error message:
More failures
The text was updated successfully, but these errors were encountered: