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

[OSX/Linux][arm64] Assertion failed 'addOp2Type != TYP_BYREF && addOp2Type != TYP_REF' #64417

Closed
sbomer opened this issue Jan 28, 2022 · 2 comments
Assignees
Labels
area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' untriaged New issue has not been triaged by the area owner

Comments

@sbomer
Copy link
Member

sbomer commented Jan 28, 2022

The latest rolling build hit this:

  • CoreCLR Linux arm64 Checked no_tiered_compilation
  • CoreCLR OSX arm64 Checked no_tiered_compilation
Assert failure(PID 22172 [0x0000569c], Thread: 3602616 [0x36f8b8]): Assertion failed 'addOp2Type != TYP_BYREF && addOp2Type != TYP_REF' in 'System.ConsolePal:EnsureInitializedCore()' during 'Lowering nodeinfo' (IL size 187)

File: /Users/runner/work/1/s/src/coreclr/jit/gcinfo.cpp Line: 673
Image: /private/tmp/helix/working/9B9308F1/p/corerun
task_for_pid(22172) FAILED 5 (os/kern) failure
/private/tmp/helix/working/9B9308F1/w/AE2F0951/e/JIT/Regression/JitBlue/GitHub_36614/GitHub_36614/GitHub_36614.sh: line 405: 22172 Abort trap: 6           (core dumped) $LAUNCHER $ExePath "${CLRTestExecutionArguments[@]}"

Return code:      1
Raw output file:      /tmp/helix/working/9B9308F1/w/AE2F0951/uploads/Reports/JIT.Regression/JitBlue/GitHub_36614/GitHub_36614/GitHub_36614.output.txt
Raw output:
BEGIN EXECUTION
/tmp/helix/working/9B9308F1/p/corerun -p System.Reflection.Metadata.MetadataUpdater.IsSupported=false GitHub_36614.dll ''
Expected: 100
Actual: 134
END EXECUTION - FAILED
Test Harness Exitcode is : 1
To run the test:

set CORE_ROOT=/tmp/helix/working/9B9308F1/p
/private/tmp/helix/working/9B9308F1/w/AE2F0951/e/JIT/Regression/JitBlue/GitHub_36614/GitHub_36614/GitHub_36614.sh
Expected: True
Actual:   False

The failure didn't show up in the previous rolling build. This build included the following new commits:
ac0a35b...6233735

@EgorBo could this have been caused by #64354? Who would be the best person to look into this?

@dotnet-issue-labeler dotnet-issue-labeler bot added area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI untriaged New issue has not been triaged by the area owner labels Jan 28, 2022
@ghost
Copy link

ghost commented Jan 28, 2022

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

Issue Details

The latest rolling build hit this:

  • CoreCLR Linux arm64 Checked no_tiered_compilation
  • CoreCLR OSX arm64 Checked no_tiered_compilation
Assert failure(PID 22172 [0x0000569c], Thread: 3602616 [0x36f8b8]): Assertion failed 'addOp2Type != TYP_BYREF && addOp2Type != TYP_REF' in 'System.ConsolePal:EnsureInitializedCore()' during 'Lowering nodeinfo' (IL size 187)

File: /Users/runner/work/1/s/src/coreclr/jit/gcinfo.cpp Line: 673
Image: /private/tmp/helix/working/9B9308F1/p/corerun
task_for_pid(22172) FAILED 5 (os/kern) failure
/private/tmp/helix/working/9B9308F1/w/AE2F0951/e/JIT/Regression/JitBlue/GitHub_36614/GitHub_36614/GitHub_36614.sh: line 405: 22172 Abort trap: 6           (core dumped) $LAUNCHER $ExePath "${CLRTestExecutionArguments[@]}"

Return code:      1
Raw output file:      /tmp/helix/working/9B9308F1/w/AE2F0951/uploads/Reports/JIT.Regression/JitBlue/GitHub_36614/GitHub_36614/GitHub_36614.output.txt
Raw output:
BEGIN EXECUTION
/tmp/helix/working/9B9308F1/p/corerun -p System.Reflection.Metadata.MetadataUpdater.IsSupported=false GitHub_36614.dll ''
Expected: 100
Actual: 134
END EXECUTION - FAILED
Test Harness Exitcode is : 1
To run the test:

set CORE_ROOT=/tmp/helix/working/9B9308F1/p
/private/tmp/helix/working/9B9308F1/w/AE2F0951/e/JIT/Regression/JitBlue/GitHub_36614/GitHub_36614/GitHub_36614.sh
Expected: True
Actual:   False

The failure didn't show up in the previous rolling build. This build included the following new commits:
ac0a35b...6233735

@EgorBo could this have been caused by #64354? Who would be the best person to look into this?

Author: sbomer
Assignees: -
Labels:

area-CodeGen-coreclr, untriaged

Milestone: -

@sbomer sbomer added the blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' label Jan 28, 2022
@EgorBo EgorBo self-assigned this Jan 28, 2022
@sbomer
Copy link
Member Author

sbomer commented Jan 29, 2022

Fixed by #64444

@sbomer sbomer closed this as completed Jan 29, 2022
@ghost ghost locked as resolved and limited conversation to collaborators Feb 28, 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 Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' untriaged New issue has not been triaged by the area owner
Projects
None yet
Development

No branches or pull requests

2 participants