-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Assertion failed 'markedLastLoop && markedCurrLoop' #107518
Comments
Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch |
@BruceForstall PTAL. |
@BruceForstall #107371 or #107403 might have exposed this |
I can repro the failure both before and after these PRs. (I tried 42f3dce, just before the first of those) |
I verified this repros on .NET 9. |
@BruceForstall I'm not able to repro this using a mainline build or the build from the failing CI run. I'm not sure if this is CPU-sensitive or not, but out of curiosity, what hardware did you repro this on? |
@amanasifkhalid Here's my repro:
(I only build the tests for x64 Checked, but that shouldn't matter.) It does NOT fail if you use windows.x86.Debug. I'm testing on an Intel DevBox (AVX-512 capable). |
This failure only exists with Since OptRepeat is not enabled in .NET 9, this is a .NET 10 issue. |
@kunalspathak, it is related to loop alignment. PTAL. |
pipeline: runtime-coreclr jitstress-random
job: coreclr windows x86 Checked jitstress_random_1
test: managed/Compilation/Compilation/Compilation.cmd
https://dev.azure.com/dnceng-public/public/_build/results?buildId=801287&view=ms.vss-test-web.build-test-results-tab
@dotnet/jit-contrib
The text was updated successfully, but these errors were encountered: