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

JIT: Assertion failed 'nextNextBlock->bbJumpKind == BBJ_RETURN' #50492

Closed
EgorBo opened this issue Mar 31, 2021 · 0 comments · Fixed by #50806
Closed

JIT: Assertion failed 'nextNextBlock->bbJumpKind == BBJ_RETURN' #50492

EgorBo opened this issue Mar 31, 2021 · 0 comments · Fixed by #50806
Assignees
Labels
area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
Milestone

Comments

@EgorBo
Copy link
Member

EgorBo commented Mar 31, 2021

Steps:

Assert failure(PID 20968 [0x000051e8], Thread: 36228 [0x8d84]): Assertion failed 'nextNextBlock->bbJumpKind == BBJ_RETURN' in 'ICSharpCode.Decompiler.TypeSystem.Implementation.NullabilityAnnotatedType:AcceptVisitor(ICSharpCode.Decompiler.TypeSystem.TypeVisitor):ICSharpCode.Decompiler.TypeSystem.IType:this' during 'Morph - Global' (IL size 8)

    File: C:\prj\runtime\src\coreclr\jit\morph.cpp Line: 7737
    Image: C:\prj\runtime\artifacts\bin\coreclr\windows.x64.Checked\CoreRun.exe

Environment variables:

COMPlus_TieredCompilation=1
COMPlus_TC_QuickJitForLoops=1
COMPlus_ReadyToRun=0
COMPlus_ZapDisable=1
COMPlus_TieredPGO=1

Doesn't reproduce with COMPlus_TieredPGO=0.

@EgorBo EgorBo added the area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI label Mar 31, 2021
@EgorBo EgorBo added this to the 6.0.0 milestone Mar 31, 2021
@dotnet-issue-labeler dotnet-issue-labeler bot added the untriaged New issue has not been triaged by the area owner label Mar 31, 2021
@EgorBo EgorBo self-assigned this Mar 31, 2021
@EgorBo EgorBo removed the untriaged New issue has not been triaged by the area owner label Mar 31, 2021
@ghost ghost added the in-pr There is an active PR which will close this issue when it is merged label Apr 6, 2021
@ghost ghost removed the in-pr There is an active PR which will close this issue when it is merged label Apr 15, 2021
@ghost ghost locked as resolved and limited conversation to collaborators May 15, 2021
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
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant