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

Assertion failed 'HBtab->ebdTryBeg == block' during 'Optimize layout' #111347

Closed
EgorBo opened this issue Jan 13, 2025 · 1 comment · Fixed by #111637
Closed

Assertion failed 'HBtab->ebdTryBeg == block' during 'Optimize layout' #111347

EgorBo opened this issue Jan 13, 2025 · 1 comment · Fixed by #111637
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 in-pr There is an active PR which will close this issue when it is merged Known Build Error Use this to report build issues in the .NET Helix tab
Milestone

Comments

@EgorBo
Copy link
Member

EgorBo commented Jan 13, 2025

Assert failure(PID 3576 [0x00000df8], Thread: 24720 [0x6090]): Assertion failed 'HBtab->ebdTryBeg == block' in 'System.Linq.Enumerable:MinMaxInteger[System.Int128,System.Linq.Enumerable+MinCalc`1[System.Int128]](System.Collections.Generic.IEnumerable`1[System.Int128]):System.Int128' during 'Optimize layout' (IL size 851; hash 0x4e156722; Tier1)

    File: D:\a\_work\1\s\src\coreclr\jit\jiteh.cpp:1296
    Image: C:\h\w\B63E098D\p\dotnet.exe

Build Information

Build: https://dev.azure.com/dnceng-public/public/_build/results?buildId=914793&view=ms.vss-test-web.build-test-results-tab&runId=24152372&resultId=213356&paneView=dotnet-dnceng.dnceng-build-release-tasks.helix-test-information-tab
Build error leg or test failing:

Error Message

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

{
  "ErrorMessage": "Assertion failed 'HBtab->ebdTryBeg == block' ",
  "BuildRetry": false,
  "ExcludeConsoleLog": false
}

Known issue validation

Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=914793
Error message validated: [Assertion failed 'HBtab->ebdTryBeg == block' ]
Result validation: ✅ Known issue matched with the provided build.
Validation performed at: 1/13/2025 9:44:20 AM UTC

Report

Build Definition Test Pull Request
923535 dotnet/runtime System.Text.RegularExpressions.Tests.WorkItemExecution #111648
923402 dotnet/runtime System.Text.RegularExpressions.Tests.WorkItemExecution #108799
922566 dotnet/runtime System.Threading.Tasks.Tests.WorkItemExecution #111604
921086 dotnet/runtime System.Text.RegularExpressions.Tests.WorkItemExecution #110471
920742 dotnet/runtime System.Text.RegularExpressions.Tests.WorkItemExecution #111493
920544 dotnet/runtime System.Threading.Tasks.Tests.WorkItemExecution #111317
920308 dotnet/runtime System.Text.RegularExpressions.Tests.WorkItemExecution #111509
920062 dotnet/runtime System.Threading.Tasks.Tests.WorkItemExecution #111498
920005 dotnet/runtime System.Text.RegularExpressions.Tests.WorkItemExecution #111032
917938 dotnet/runtime System.Text.RegularExpressions.Tests.WorkItemExecution #111446
917526 dotnet/runtime System.Text.RegularExpressions.Tests.WorkItemExecution #111439
916314 dotnet/runtime System.Text.RegularExpressions.Tests.WorkItemExecution #111374
915401 dotnet/runtime System.Text.RegularExpressions.Tests.WorkItemExecution #111308
914793 dotnet/runtime System.Numerics.Tensors.Tests.WorkItemExecution

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
2 11 14
@EgorBo EgorBo added the Known Build Error Use this to report build issues in the .NET Helix tab label Jan 13, 2025
@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 13, 2025
@dotnet-policy-service dotnet-policy-service bot added the untriaged New issue has not been triaged by the area owner label Jan 13, 2025
@EgorBo
Copy link
Member Author

EgorBo commented Jan 13, 2025

cc @amanasifkhalid @AndyAyersMS 'Optimize layout' assert

@EgorBo EgorBo added the blocking-clean-ci-optional Blocking optional rolling runs label Jan 13, 2025
@amanasifkhalid amanasifkhalid self-assigned this Jan 13, 2025
@amanasifkhalid amanasifkhalid added this to the 10.0.0 milestone Jan 13, 2025
@amanasifkhalid amanasifkhalid removed the untriaged New issue has not been triaged by the area owner label Jan 13, 2025
@dotnet-policy-service dotnet-policy-service bot added the in-pr There is an active PR which will close this issue when it is merged label Jan 20, 2025
amanasifkhalid added a commit that referenced this issue Jan 21, 2025
If this stress mode is enabled, skip the preliminary reordering passes -- RPO layout and cold code motion -- to create more work for 3-opt, thus exercising new cut points. We could probably do something more aggressive, like reverse the initial layout order (though we'd need to respect EH invariants), but this was enough to help me repro some failures like #111347 locally.
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 in-pr There is an active PR which will close this issue when it is merged Known Build Error Use this to report build issues in the .NET Helix tab
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants