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 '(dstPos >= startPos) && (dstPos <= endPos)' during 'Optimize layout' #111207

Closed
jkotas opened this issue Jan 8, 2025 · 4 comments · Fixed by #111365
Closed
Assignees
Labels
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' 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

@jkotas
Copy link
Member

jkotas commented Jan 8, 2025

Build Information

Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=910444
Build error leg or test failing: System.Net.Security.Tests.WorkItemExecution
Pull request: #111086

Error Message

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

{
  "ErrorMessage": "(dstPos >= startPos) && (dstPos <= endPos)",
  "ErrorPattern": "",
  "BuildRetry": false,
  "ExcludeConsoleLog": false
}

Known issue validation

Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=910444
Error message validated: [(dstPos >= startPos) && (dstPos <= endPos)]
Result validation: ✅ Known issue matched with the provided build.
Validation performed at: 1/8/2025 6:13:17 PM UTC

Report

Build Definition Test Pull Request
914793 dotnet/runtime System.Security.Cryptography.Tests.WorkItemExecution
910444 dotnet/runtime System.Net.Security.Tests.WorkItemExecution #111086

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
0 1 2
@jkotas jkotas added 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 Jan 8, 2025
@dotnet-policy-service dotnet-policy-service bot added the untriaged New issue has not been triaged by the area owner label Jan 8, 2025
@jkotas jkotas added area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI and removed area-Infrastructure-libraries untriaged New issue has not been triaged by the area owner blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' labels Jan 8, 2025
Copy link
Contributor

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

@jkotas jkotas added blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' untriaged New issue has not been triaged by the area owner labels Jan 8, 2025
@JulieLeeMSFT
Copy link
Member

@amanasifkhalid, PTAL. It is blocking clean ci.

@amanasifkhalid
Copy link
Member

Still struggling to get this to repro locally...

@amanasifkhalid
Copy link
Member

I have a repro. There is a subtle bug in block layout where our 3-opt pass may determine a different start to the cold section than what our explicit cold code motion determined, if the cold section contains a call-finally pair where the first block is cold, but the second one isn't. Ensuring the behavior is consistent between these two sub-phases fixes this.

@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 14, 2025
@github-actions github-actions bot locked and limited conversation to collaborators Feb 15, 2025
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 Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' 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.

3 participants