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 'varTypeIsSIMD(type)' #70260

Closed
BruceForstall opened this issue Jun 5, 2022 · 2 comments · Fixed by #70265
Closed

Assertion failed 'varTypeIsSIMD(type)' #70260

BruceForstall opened this issue Jun 5, 2022 · 2 comments · Fixed by #70265
Assignees
Labels
area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI blocking-clean-ci-optional Blocking optional rolling runs JitStress CLR JIT issues involving JIT internal stress modes
Milestone

Comments

@BruceForstall
Copy link
Member

C:\h\w\AAEA0951\w\AF1B090A\e>set COMPlus 
COMPlus_JitStress=2
COMPlus_TieredCompilation=0

C:\h\w\AAEA0951\w\AF1B090A\e>call RunTests.cmd --runtime-path C:\h\w\AAEA0951\p 
----- start Sun 06/05/2022  8:31:31.07 ===============  To repro directly: ===================================================== 
pushd C:\h\w\AAEA0951\w\AF1B090A\e\
"C:\h\w\AAEA0951\p\dotnet.exe" exec --runtimeconfig System.Numerics.Vectors.Tests.runtimeconfig.json --depsfile System.Numerics.Vectors.Tests.deps.json xunit.console.dll System.Numerics.Vectors.Tests.dll -xml testResults.xml -nologo -nocolor -notrait category=IgnoreForCI -notrait category=OuterLoop -notrait category=failing 
popd
===========================================================================================================

C:\h\w\AAEA0951\w\AF1B090A\e>"C:\h\w\AAEA0951\p\dotnet.exe" exec --runtimeconfig System.Numerics.Vectors.Tests.runtimeconfig.json --depsfile System.Numerics.Vectors.Tests.deps.json xunit.console.dll System.Numerics.Vectors.Tests.dll -xml testResults.xml -nologo -nocolor -notrait category=IgnoreForCI -notrait category=OuterLoop -notrait category=failing  
  Discovering: System.Numerics.Vectors.Tests (method display = ClassAndMethod, method display options = None)
  Discovered:  System.Numerics.Vectors.Tests (found 1303 test cases)
  Starting:    System.Numerics.Vectors.Tests (parallel test collections = on, max threads = 4)

Assert failure(PID 2580 [0x00000a14], Thread: 620 [0x026c]): Assertion failed 'varTypeIsSIMD(type)' in 'System.Numerics.Tests.Vector2Tests:Vector2EqualsNaNTest():this' during 'Morph - Global' (IL size 159; hash 0xe917c0d9; FullOpts)

    File: D:\a\_work\1\s\src\coreclr\jit\gentree.h Line: 3436
    Image: C:\h\w\AAEA0951\p\dotnet.exe

System.Numerics.Vectors.Tests

  • net7.0-windows-Release-x64-CoreCLR_checked-jitstress2-Windows.10.Amd64.Open
  • net7.0-windows-Release-x64-CoreCLR_checked-jitstress2_tiered-Windows.10.Amd64.Open
  • net7.0-Linux-Release-x64-CoreCLR_checked-jitstress2_tiered-Ubuntu.1804.Amd64.Open
  • net7.0-Linux-Release-x64-CoreCLR_checked-jitstress2-Ubuntu.1804.Amd64.Open

This is a regression from #68874

@tannergooding
cc @dotnet/jit-contrib

@BruceForstall BruceForstall added JitStress CLR JIT issues involving JIT internal stress modes area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI blocking-clean-ci-optional Blocking optional rolling runs labels Jun 5, 2022
@BruceForstall BruceForstall added this to the 7.0.0 milestone Jun 5, 2022
@ghost
Copy link

ghost commented Jun 5, 2022

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

Issue Details
C:\h\w\AAEA0951\w\AF1B090A\e>set COMPlus 
COMPlus_JitStress=2
COMPlus_TieredCompilation=0

C:\h\w\AAEA0951\w\AF1B090A\e>call RunTests.cmd --runtime-path C:\h\w\AAEA0951\p 
----- start Sun 06/05/2022  8:31:31.07 ===============  To repro directly: ===================================================== 
pushd C:\h\w\AAEA0951\w\AF1B090A\e\
"C:\h\w\AAEA0951\p\dotnet.exe" exec --runtimeconfig System.Numerics.Vectors.Tests.runtimeconfig.json --depsfile System.Numerics.Vectors.Tests.deps.json xunit.console.dll System.Numerics.Vectors.Tests.dll -xml testResults.xml -nologo -nocolor -notrait category=IgnoreForCI -notrait category=OuterLoop -notrait category=failing 
popd
===========================================================================================================

C:\h\w\AAEA0951\w\AF1B090A\e>"C:\h\w\AAEA0951\p\dotnet.exe" exec --runtimeconfig System.Numerics.Vectors.Tests.runtimeconfig.json --depsfile System.Numerics.Vectors.Tests.deps.json xunit.console.dll System.Numerics.Vectors.Tests.dll -xml testResults.xml -nologo -nocolor -notrait category=IgnoreForCI -notrait category=OuterLoop -notrait category=failing  
  Discovering: System.Numerics.Vectors.Tests (method display = ClassAndMethod, method display options = None)
  Discovered:  System.Numerics.Vectors.Tests (found 1303 test cases)
  Starting:    System.Numerics.Vectors.Tests (parallel test collections = on, max threads = 4)

Assert failure(PID 2580 [0x00000a14], Thread: 620 [0x026c]): Assertion failed 'varTypeIsSIMD(type)' in 'System.Numerics.Tests.Vector2Tests:Vector2EqualsNaNTest():this' during 'Morph - Global' (IL size 159; hash 0xe917c0d9; FullOpts)

    File: D:\a\_work\1\s\src\coreclr\jit\gentree.h Line: 3436
    Image: C:\h\w\AAEA0951\p\dotnet.exe

System.Numerics.Vectors.Tests

  • net7.0-windows-Release-x64-CoreCLR_checked-jitstress2-Windows.10.Amd64.Open
  • net7.0-windows-Release-x64-CoreCLR_checked-jitstress2_tiered-Windows.10.Amd64.Open
  • net7.0-Linux-Release-x64-CoreCLR_checked-jitstress2_tiered-Ubuntu.1804.Amd64.Open
  • net7.0-Linux-Release-x64-CoreCLR_checked-jitstress2-Ubuntu.1804.Amd64.Open

This is a regression from #68874

@tannergooding
cc @dotnet/jit-contrib

Author: BruceForstall
Assignees: -
Labels:

JitStress, area-CodeGen-coreclr, blocking-clean-ci-optional

Milestone: 7.0.0

@SingleAccretion
Copy link
Contributor

Will take over this one as well as it is the same issue as #70124.

@ghost ghost added the in-pr There is an active PR which will close this issue when it is merged label Jun 5, 2022
@ghost ghost removed the in-pr There is an active PR which will close this issue when it is merged label Jun 7, 2022
@ghost ghost locked as resolved and limited conversation to collaborators Jul 7, 2022
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-optional Blocking optional rolling runs JitStress CLR JIT issues involving JIT internal stress modes
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants