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 'lastBlockILEndOffset < beginOffs' #100125

Closed
MichalStrehovsky opened this issue Mar 22, 2024 · 6 comments · Fixed by #100152
Closed

Assertion failed 'lastBlockILEndOffset < beginOffs' #100125

MichalStrehovsky opened this issue Mar 22, 2024 · 6 comments · Fixed by #100152
Assignees
Labels
area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI disabled-test The test is disabled in source code against the issue
Milestone

Comments

@MichalStrehovsky
Copy link
Member

Native AOT outerloop tests are failing on all architectures.

Example: https://dev.azure.com/dnceng-public/public/_build/results?buildId=613229&view=logs&jobId=0cd015bc-ac80-5dfb-09b8-6d9db63883bc&j=0cd015bc-ac80-5dfb-09b8-6d9db63883bc&t=3393f03a-e6e5-5ccb-ae92-d1ce7b161b0e

    ILC: D:\git\runtime2\src\coreclr\jit\scopeinfo.cpp:1572
    ILC: Assertion failed 'lastBlockILEndOffset < beginOffs' in 'ABIStress.Program:DoStubCall(int,ubyte,ubyte,int,int):
  ubyte' during 'Generate code' (IL size 2013; hash 0x4766f2b1; MinOpts)

D:\git\runtime2\artifacts\bin\coreclr\windows.x64.Checked\build\Microsoft.NETCore.Native.targets(310,5): error MSB3073:
 The command ""D:\git\runtime2\artifacts\bin\coreclr\windows.x64.Checked\ilc-published\\ilc" @"D:\git\runtime2\artifact
s\tests\coreclr/obj/windows.x64.Checked/Managed/JIT\Stress\ABI\tailcalls_d\native\tailcalls_d.ilc.rsp"" exited with cod
e -2147483645. [D:\git\runtime2\src\tests\JIT\Stress\ABI\tailcalls_d.csproj] [D:\git\runtime2\src\tests\build.proj]

JitDump:
jitdump.zip

@MichalStrehovsky MichalStrehovsky added the area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI label Mar 22, 2024
Copy link
Contributor

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

@dotnet-policy-service dotnet-policy-service bot added the untriaged New issue has not been triaged by the area owner label Mar 22, 2024
@MichalStrehovsky
Copy link
Member Author

I'm blocking tests on this issue in #100117 since this is a test build break.

@filipnavara
Copy link
Member

Related to the fix for #99543, perhaps?

@MichalStrehovsky
Copy link
Member Author

Related to the fix for #99543, perhaps?

I can't tell but the assert sounds like that. I guess it doesn't hurt to cc @TIHan @AndyAyersMS

@jkotas jkotas added the disabled-test The test is disabled in source code against the issue label Mar 22, 2024
@AndyAyersMS
Copy link
Member

Yes, seems likely... @TIHan can you take a look?

@JulieLeeMSFT JulieLeeMSFT added this to the 9.0.0 milestone Mar 22, 2024
@dotnet-policy-service dotnet-policy-service bot removed the untriaged New issue has not been triaged by the area owner label Mar 22, 2024
@TIHan
Copy link
Contributor

TIHan commented Mar 22, 2024

My change is likely the cause. I'll quickly have a change to fix this.

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 disabled-test The test is disabled in source code against the issue
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants