Skip to content

Assertion failed 'm_stacks != nullptr' during 'SSA: insert phis' #105667

@AndyAyersMS

Description

@AndyAyersMS

From https://dev.azure.com/dnceng-public/public/_build/results?buildId=757828&view=ms.vss-test-web.build-test-results-tab

x86 windows System.Numerics.Vectors.Tests

DOTNET_JitStress=2e
DOTNET_TieredCompilation=0

Assert failure(PID 5936 [0x00001730], Thread: 3776 [0x0ec0]): Assertion failed 'm_stacks != nullptr' in 'System.Numerics.Tests.Matrix4x4Tests+<>c:<Matrix4x4CreatePerspectiveTest2>b__51_0():this' during 'SSA: insert phis' (IL size 27; hash 0x2b3351fc; FullOpts)

    File: D:\a\_work\1\s\src\coreclr\jit\ssarenamestate.cpp:50
    Image: C:\h\w\BEB10A43\p\dotnet.exe

Also fails on x86 with

DOTNET_JitStress=106
DOTNET_TieredCompilation=0

Also fails on x64 with

set DOTNET_TieredCompilation=0
set DOTNET_JitStress=22c

Also (same method, ssa, but different assert)
x86 windows

DOTNET_JitStress=387
DOTNET_TieredCompilation=0
  Starting:    System.Numerics.Vectors.Tests (parallel test collections = on [4 threads], stop on fail = off)

Assert failure(PID 6940 [0x00001b1c], Thread: 5136 [0x1410]): Assertion failed 'top != nullptr' in 'System.Numerics.Tests.Matrix4x4Tests+<>c:<Matrix4x4CreatePerspectiveFieldOfViewTest3>b__58_0():this' during 'SSA: insert phis' (IL size 27; hash 0x152f20d2; FullOpts)

    File: D:\a\_work\1\s\src\coreclr\jit\ssarenamestate.cpp:52

Metadata

Metadata

Assignees

Labels

area-CodeGen-coreclrCLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMIin-prThere is an active PR which will close this issue when it is merged

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions