-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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/Regression/JitBlue/GitHub_65690/GitHub_65690/GitHub_65690.cmd #103545
Comments
Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch |
This fails under normal jitstress as well, example log: https://helixre107v0xdcypoyl9e7f.blob.core.windows.net/dotnet-runtime-refs-pull-103559-merge-65fba342677a469aac/Regression_2/1/console.ff49ede3.log?helixlogtype=result |
Bisected to range f69972f...d2dbdd0. #103501 seems most likely given the call stack, cc @jkotas |
The repro seems to require
so not sure whether or not there is a JIT bug lurking here. |
The particular method that is sensitive to JIT optimization in the test seems to be
but does repro with
(the hash of that method). |
Yeah it looks like a JIT bug when VN is disabled, exposed by the new managed code introduced in that PR which we are now compiling with VN disabled in this test. |
IV opts have a dependency on VN since the trip count analysis was introduced, so if VN is disabled we should skip the optimization, otherwise we can crash on accesses to the VN store. Fix dotnet#103545
Failed in: runtime-coreclr jitstress-isas-arm 20240615.1
Failed tests:
Error message:
Stack trace:
The text was updated successfully, but these errors were encountered: