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

Test failure: JIT/Regression/VS-ia64-JIT/V2.0-RTM/b539509/b539509/b539509.dll #86263

Closed
BruceForstall opened this issue May 15, 2023 · 6 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 JitStress CLR JIT issues involving JIT internal stress modes
Milestone

Comments

@BruceForstall
Copy link
Member

Regression_4 Work Item
coreclr windows x86 Checked jitstress2_jitstressregs0x1000 @ Windows.10.Amd64.Open

https://dev.azure.com/dnceng-public/public/_build/results?buildId=272907&view=ms.vss-test-web.build-test-results-tab&runId=5390828&paneView=debug

set DOTNET_TieredCompilation=0
set DOTNET_JitStress=2
set DOTNET_JitStressRegs=0x1000
18:47:24.904 Running test: JIT/Regression/VS-ia64-JIT/V2.0-RTM/b539509/b539509/b539509.dll
Testing AA::Method1
Exception handled: System.InvalidCastException: Unable to cast object of type 'BB' to type 'AA`6[System.SByte,System.Byte,System.UInt32,System.UInt32,System.Int64,System.Boolean]'.
   at App.TestEntryPoint()
Testing AA::Static1
Exception handled: System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.
   at AA`6.Static1(TF param1)
   at App.TestEntryPoint()
Testing AA::Static2
Exception handled: System.InvalidCastException: Unable to cast object of type 'AA`6[System.SByte,System.Byte,System.UInt32,System.UInt32,System.Int64,System.Boolean]' to type 'System.SByte[][,,,]'.
   at AA`6.Static2(UInt64 param1, Int16 param2, UInt32& param3, TA& param4)
   at App.TestEntryPoint()
Testing AA::Static3
Exception handled: System.NullReferenceException: Object reference not set to an instance of an object.
   at AA`6.Static3(TestEnum param1, Int16 param2)
   at App.TestEntryPoint()
Testing AA::Static4
Testing AA::Static5
App Exit Code: 3
Expected: 100
Actual: 3
END EXECUTION - FAILED
FAILED
@BruceForstall BruceForstall added JitStress CLR JIT issues involving JIT internal stress modes area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI labels May 15, 2023
@BruceForstall BruceForstall added this to the 8.0.0 milestone May 15, 2023
@ghost
Copy link

ghost commented May 15, 2023

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

Issue Details

Regression_4 Work Item
coreclr windows x86 Checked jitstress2_jitstressregs0x1000 @ Windows.10.Amd64.Open

https://dev.azure.com/dnceng-public/public/_build/results?buildId=272907&view=ms.vss-test-web.build-test-results-tab&runId=5390828&paneView=debug

set DOTNET_TieredCompilation=0
set DOTNET_JitStress=2
set DOTNET_JitStressRegs=0x1000
18:47:24.904 Running test: JIT/Regression/VS-ia64-JIT/V2.0-RTM/b539509/b539509/b539509.dll
Testing AA::Method1
Exception handled: System.InvalidCastException: Unable to cast object of type 'BB' to type 'AA`6[System.SByte,System.Byte,System.UInt32,System.UInt32,System.Int64,System.Boolean]'.
   at App.TestEntryPoint()
Testing AA::Static1
Exception handled: System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.
   at AA`6.Static1(TF param1)
   at App.TestEntryPoint()
Testing AA::Static2
Exception handled: System.InvalidCastException: Unable to cast object of type 'AA`6[System.SByte,System.Byte,System.UInt32,System.UInt32,System.Int64,System.Boolean]' to type 'System.SByte[][,,,]'.
   at AA`6.Static2(UInt64 param1, Int16 param2, UInt32& param3, TA& param4)
   at App.TestEntryPoint()
Testing AA::Static3
Exception handled: System.NullReferenceException: Object reference not set to an instance of an object.
   at AA`6.Static3(TestEnum param1, Int16 param2)
   at App.TestEntryPoint()
Testing AA::Static4
Testing AA::Static5
App Exit Code: 3
Expected: 100
Actual: 3
END EXECUTION - FAILED
FAILED
Author: BruceForstall
Assignees: -
Labels:

JitStress, area-CodeGen-coreclr

Milestone: 8.0.0

@BruceForstall
Copy link
Member Author

@markples This test was recently merged. Maybe it needs RequiresProcessIsolation?

@BruceForstall BruceForstall added the blocking-clean-ci-optional Blocking optional rolling runs label May 15, 2023
@BruceForstall
Copy link
Member Author

BruceForstall commented May 15, 2023

Also failing: JIT/jit64/regress/vsw/539509/test1_539509/test1_539509.dll

with:

set DOTNET_TieredCompilation=0
set DOTNET_JitStress=2
set DOTNET_JitStressRegs=8

This is almost exactly the same test, in a different part of the tree.

https://dev.azure.com/dnceng-public/public/_build/results?buildId=273272&view=ms.vss-test-web.build-test-results-tab&runId=5400218&resultId=120126&paneView=dotnet-dnceng.dnceng-build-release-tasks.helix-test-information-tab

@markples
Copy link
Member

JIT/Regression was merged a while ago, though I did just change the groups around. It seems unlikely that the group change is important since the test is failing in the other location as well. My guess is that it is an actual failure. I'd be very interested in knowing if it was merged group specific since we haven't seen that with JitStress before.

@markples
Copy link
Member

Duplicate of #86265

@markples markples marked this as a duplicate of #86265 May 18, 2023
@markples
Copy link
Member

Same assertion sc->stack_limit != 0, same intermittent repro nature

@markples markples closed this as not planned Won't fix, can't repro, duplicate, stale May 19, 2023
@ghost ghost locked as resolved and limited conversation to collaborators Jun 18, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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 JitStress CLR JIT issues involving JIT internal stress modes
Projects
None yet
Development

No branches or pull requests

2 participants