-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Closed
Labels
area-CodeGen-coreclrCLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMICLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
Milestone
Description
Steps:
- Clone https://github.com/icsharpcode/AvaloniaILSpy and build it
- Run with Checked version of CoreCLR
- Click random things
- Observe an assert:
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area-CodeGen-coreclrCLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMICLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
Type
Projects
Status
Done