Skip to content
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

JIT: JIT/Regression/JitBlue/Runtime_33529 fails under OSR stress #111625

Open
jakobbotsch opened this issue Jan 20, 2025 · 3 comments
Open

JIT: JIT/Regression/JitBlue/Runtime_33529 fails under OSR stress #111625

jakobbotsch opened this issue Jan 20, 2025 · 3 comments
Assignees
Labels
area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI blocking-clean-ci-optional Blocking optional rolling runs
Milestone

Comments

@jakobbotsch
Copy link
Member

This test is failing consistently in runtime-jit-experimental.

Example pipeline run: https://dev.azure.com/dnceng-public/public/_build/results?buildId=922433&view=results
Example console log: https://helixr1107v0xdcypoyl9e7f.blob.core.windows.net/dotnet-runtime-refs-heads-main-8b111ca88c09482694/Regression_2/1/console.88b531e7.log?helixlogtype=result

C:\h\w\9CC00833\w\A9F4093C\e>type C:\h\w\9CC00833\w\A9F4093C\u\SetStressModes_jitosr_stress_random.cmd 
set DOTNET_TieredCompilation=1
set DOTNET_TC_OnStackReplacement=1
set DOTNET_TC_QuickJitForLoops=1
set DOTNET_TC_OnStackReplacement_InitialCounter=1
set DOTNET_OSR_HitLimit=2
set DOTNET_JitRandomOnStackReplacement=15
...
23:50:40.015 Running test: JIT/Regression/JitBlue/Runtime_33529/Runtime_33529/Runtime_33529.dll
Fail, expected S.s_i0 == 0, got 3, expected r == 720, got 720
Xunit.Sdk.EqualException: Assert.Equal() Failure: Values differ
Expected: 100
Actual:   -1
   at Xunit.Assert.Equal[T](T expected, T actual, IEqualityComparer`1 comparer) in /_/src/Microsoft.DotNet.XUnitAssert/src/EqualityAsserts.cs:line 174
   at Xunit.Assert.Equal[T](T expected, T actual) in /_/src/Microsoft.DotNet.XUnitAssert/src/EqualityAsserts.cs:line 96
   at Program.<<Main>$>g__TestExecutor143|0_144(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&)
23:50:40.673 Failed test: JIT/Regression/JitBlue/Runtime_33529/Runtime_33529/Runtime_33529.dll

cc @dotnet/jit-contrib

@dotnet-issue-labeler dotnet-issue-labeler bot added the area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI label Jan 20, 2025
@jakobbotsch jakobbotsch added the blocking-clean-ci-optional Blocking optional rolling runs label Jan 20, 2025
@dotnet-policy-service dotnet-policy-service bot added the untriaged New issue has not been triaged by the area owner label Jan 20, 2025
@jakobbotsch jakobbotsch added this to the 10.0.0 milestone Jan 20, 2025
@dotnet-policy-service dotnet-policy-service bot removed the untriaged New issue has not been triaged by the area owner label Jan 20, 2025
Copy link
Contributor

Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch
See info in area-owners.md if you want to be subscribed.

@AndyAyersMS
Copy link
Member

@dotnet/jit-contrib I can look, but let me (again) offer somebody else an opportunity to dig into OSR a little.

@JulieLeeMSFT
Copy link
Member

@jakobbotsch, PTAL.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI blocking-clean-ci-optional Blocking optional rolling runs
Projects
None yet
Development

No branches or pull requests

3 participants