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/opt/AssertionPropagation/ArrBoundElim/ArrBoundElim.dll #93508

Closed
jkotas opened this issue Oct 14, 2023 · 4 comments
Closed
Labels
arch-arm64 area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI os-windows

Comments

@jkotas
Copy link
Member

jkotas commented Oct 14, 2023

Build Information

Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=437587
Build error leg or test failing: JIT.opt.WorkItemExecution
Pull request: #93446

Error Message

03:13:37.921 Running test: JIT/opt/AssertionPropagation/ArrBoundElim/ArrBoundElim.dll
Fatal error. System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
   at Tests.MulOverflow()
   at Program.RunTestThrows(System.Action)
   at Program.TestEntryPoint()
   at Program.<<Main>$>g__TestExecutor4|0_5(System.IO.StreamWriter, System.IO.StreamWriter, <>c__DisplayClass0_0 ByRef)
   at Program.<Main>$(System.String[])
App Exit Code: -1073741819

Fill the error message using step by step known issues guidance.

{
  "ErrorMessage": "at Tests.MulOverflow()",
  "ErrorPattern": "",
  "BuildRetry": false,
  "ExcludeConsoleLog": false
}

Known issue validation

Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=437587
Error message validated: at Tests.MulOverflow()
Result validation: ✅ Known issue matched with the provided build.
Validation performed at: 10/14/2023 5:23:40 AM UTC

Report

Build Definition Test Pull Request
439749 dotnet/runtime JIT.opt.WorkItemExecution #93282
439744 dotnet/runtime JIT.opt.WorkItemExecution #93549
439069 dotnet/runtime JIT.opt.WorkItemExecution #93282
438819 dotnet/runtime JIT.opt.WorkItemExecution #93523
438708 dotnet/runtime JIT.opt.WorkItemExecution #93282
438494 dotnet/runtime JIT.opt.WorkItemExecution
438414 dotnet/runtime JIT.opt.WorkItemExecution
438399 dotnet/runtime JIT.opt.WorkItemExecution
437587 dotnet/runtime JIT.opt.WorkItemExecution #93446
438312 dotnet/runtime JIT.opt.WorkItemExecution
438310 dotnet/runtime JIT.opt.WorkItemExecution
438277 dotnet/runtime JIT.1.WorkItemExecution #93390
437551 dotnet/runtime JIT.opt.WorkItemExecution #93429
437724 dotnet/runtime JIT.opt.WorkItemExecution #93470
437683 dotnet/runtime JIT.opt.WorkItemExecution #93465
437731 dotnet/runtime JIT.opt.WorkItemExecution #93282
437581 dotnet/runtime JIT.opt.WorkItemExecution #93280
437666 dotnet/runtime JIT.opt.WorkItemExecution #93437
437533 dotnet/runtime JIT.opt.WorkItemExecution #93407
437498 dotnet/runtime JIT.opt.WorkItemExecution #93463
437456 dotnet/runtime JIT.opt.WorkItemExecution
437471 dotnet/runtime JIT.opt.WorkItemExecution #93367
437458 dotnet/runtime JIT.opt.WorkItemExecution #93345
437422 dotnet/runtime JIT.opt.WorkItemExecution #93450
437377 dotnet/runtime JIT.opt.WorkItemExecution #93407
437331 dotnet/runtime JIT.opt.WorkItemExecution #93446
437309 dotnet/runtime JIT.opt.WorkItemExecution
437314 dotnet/runtime JIT.opt.WorkItemExecution #93445
437294 dotnet/runtime JIT.opt.WorkItemExecution #93440
436887 dotnet/runtime JIT.opt.WorkItemExecution #93346

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
2 30 30
@jkotas jkotas added arch-arm64 area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' Known Build Error Use this to report build issues in the .NET Helix tab labels Oct 14, 2023
@ghost
Copy link

ghost commented Oct 14, 2023

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

Issue Details

Build Information

Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=437587
Build error leg or test failing: JIT.opt.WorkItemExecution
Pull request: #93446

Error Message

03:13:37.921 Running test: JIT/opt/AssertionPropagation/ArrBoundElim/ArrBoundElim.dll
Fatal error. System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
   at Tests.MulOverflow()
   at Program.RunTestThrows(System.Action)
   at Program.TestEntryPoint()
   at Program.<<Main>$>g__TestExecutor4|0_5(System.IO.StreamWriter, System.IO.StreamWriter, <>c__DisplayClass0_0 ByRef)
   at Program.<Main>$(System.String[])
App Exit Code: -1073741819

Fill the error message using step by step known issues guidance.

{
  "ErrorMessage": "at Tests.MulOverflow()",
  "ErrorPattern": "",
  "BuildRetry": false,
  "ExcludeConsoleLog": false
}
Author: jkotas
Assignees: -
Labels:

arch-arm64, area-CodeGen-coreclr, blocking-clean-ci, Known Build Error

Milestone: -

@ghost ghost added the untriaged New issue has not been triaged by the area owner label Oct 14, 2023
@jkotas
Copy link
Member Author

jkotas commented Oct 14, 2023

@BruceForstall @jakobbotsch This looks like another symptom of #93442 (comment)

@jakobbotsch jakobbotsch added disabled-test The test is disabled in source code against the issue and removed blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' labels Oct 14, 2023
@jakobbotsch
Copy link
Member

Disabled in #93451.

@BruceForstall
Copy link
Member

Test no longer disabled, with #93523

@ghost ghost removed the untriaged New issue has not been triaged by the area owner label Oct 16, 2023
@BruceForstall BruceForstall added os-windows and removed disabled-test The test is disabled in source code against the issue Known Build Error Use this to report build issues in the .NET Helix tab labels Oct 16, 2023
@ghost ghost locked as resolved and limited conversation to collaborators Nov 15, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
arch-arm64 area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI os-windows
Projects
None yet
Development

No branches or pull requests

3 participants