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

Test failure JIT/opt/OSR/tailrecurse/tailrecurse.sh #67215

Closed
VincentBu opened this issue Mar 28, 2022 · 3 comments
Closed

Test failure JIT/opt/OSR/tailrecurse/tailrecurse.sh #67215

VincentBu opened this issue Mar 28, 2022 · 3 comments
Assignees
Labels
arch-arm64 area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI GCStress os-linux Linux OS (any supported distro) os-mac-os-x macOS aka OSX os-windows
Milestone

Comments

@VincentBu
Copy link

Run: runtime-coreclr gcstress-extra 20220326.1

Failed test:

CoreCLR Linux arm Checked gcstress0xc_zapdisable_heapverify1 @ (Ubuntu.1804.Arm32.Open)Ubuntu.1804.Armarch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm32v7-bfcd90a-20200121150440

- JIT/opt/OSR/tailrecurse/tailrecurse.sh

CoreCLR Linux arm64 Checked gcstress0xc_zapdisable_heapverify1 @ (Ubuntu.1804.Arm64.Open)Ubuntu.1804.Armarch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm64v8-20210531091519-97d8652

- JIT/opt/OSR/nesteddoloops/nesteddoloops.sh
- JIT/opt/OSR/mainlooptry2/mainlooptry2.sh

CoreCLR windows arm64 Checked gcstress0xc_zapdisable_heapverify1 @ Windows.10.Arm64v8.Open

- JIT\\opt\\OSR\\mainlooptry2\\mainlooptry2.cmd
- JIT\\opt\\OSR\\mainloop2\\mainloop2.cmd
- JIT\\opt\\OSR\\mainloop\\mainloop.cmd
- JIT\\opt\\OSR\\nesteddoloops\\nesteddoloops.cmd

CoreCLR Linux arm Checked gcstress0xc_zapdisable_jitstress2 @ (Ubuntu.1804.Arm32.Open)Ubuntu.1804.Armarch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm32v7-bfcd90a-20200121150440

- JIT/opt/OSR/handlerloop/handlerloop.sh
- JIT/opt/OSR/synchronized/synchronized.sh
- JIT/opt/OSR/mainlooptry4/mainlooptry4.sh
- JIT/opt/OSR/tailrecurse/tailrecurse.sh
- JIT/opt/OSR/nesteddoloops/nesteddoloops.sh

CoreCLR Linux arm64 Checked gcstress0xc_zapdisable_jitstress2 @ (Ubuntu.1804.Arm64.Open)Ubuntu.1804.Armarch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm64v8-20210531091519-97d8652

- JIT/opt/OSR/mainlooptry/mainlooptry.sh
- JIT/opt/OSR/mainlooptry2/mainlooptry2.sh

CoreCLR windows arm64 Checked gcstress0xc_zapdisable_jitstress2 @ Windows.10.Arm64v8.Open

- JIT\\opt\\OSR\\mainlooptry\\mainlooptry.cmd

CoreCLR Linux arm64 Checked gcstress0xc_zapdisable @ (Ubuntu.1804.Arm64.Open)Ubuntu.1804.Armarch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm64v8-20210531091519-97d8652

- JIT/opt/OSR/mainloop/mainloop.sh

CoreCLR windows arm64 Checked gcstress0xc_zapdisable @ Windows.10.Arm64v8.Open

- JIT\\opt\\OSR\\livelocaladdress\\livelocaladdress.cmd

CoreCLR OSX arm64 Checked gcstress0xc_zapdisable_jitstress2 @ OSX.1200.ARM64.Open

- JIT/opt/OSR/handlerloop/handlerloop.sh
- JIT/opt/OSR/osrcontainstry/osrcontainstry.sh

CoreCLR OSX arm64 Checked gcstress0xc_zapdisable @ OSX.1200.ARM64.Open

- JIT/opt/OSR/promoted/promoted.sh
- JIT/opt/OSR/mainlooptry2/mainlooptry2.sh
- JIT/opt/OSR/handlerloop/handlerloop.sh
- JIT/opt/OSR/osrcontainstry/osrcontainstry.sh

CoreCLR OSX arm64 Checked gcstress0xc_zapdisable_heapverify1 @ OSX.1200.ARM64.Open

- JIT/opt/OSR/genericmethodpatchpoint/genericmethodpatchpoint.sh
- JIT/opt/OSR/mainloop2/mainloop2.sh

CoreCLR OSX arm64 Checked gcstress0xc_tailcallstress @ OSX.1200.ARM64.Open

- JIT/opt/OSR/osrcontainstry/osrcontainstry.sh

Error message:

/root/helix/work/workitem/e/JIT/opt/OSR/tailrecurse/tailrecurse.sh: line 386:  1365 Segmentation fault      (core dumped) $LAUNCHER $ExePath "${CLRTestExecutionArguments[@]}"

Return code:      1
Raw output file:      /root/helix/work/workitem/uploads/Reports/JIT.opt/OSR/tailrecurse/tailrecurse.output.txt
Raw output:
BEGIN EXECUTION
/root/helix/work/correlation/corerun -p System.Reflection.Metadata.MetadataUpdater.IsSupported=false tailrecurse.dll ''
Gathering state for process 1365 corerun
Crashing thread 00000555 signal 0000000b
Writing minidump with heap to file /home/helixbot/dotnetbuild/dumps/coredump.1365.dmp
Written 63381504 bytes (15474 pages) to core file
Dump successfully written
Expected: 100
Actual: 139
END EXECUTION - FAILED
Test Harness Exitcode is : 1
To run the test:

set CORE_ROOT=/root/helix/work/correlation
/root/helix/work/workitem/e/JIT/opt/OSR/tailrecurse/tailrecurse.sh
Expected: True
Actual:   False


Stack trace
   at JIT_opt._OSR_tailrecurse_tailrecurse_._OSR_tailrecurse_tailrecurse_sh()
@VincentBu VincentBu added arch-arm64 os-linux Linux OS (any supported distro) os-mac-os-x macOS aka OSX os-windows GCStress labels Mar 28, 2022
@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 Mar 28, 2022
@ghost
Copy link

ghost commented Mar 28, 2022

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

Issue Details

Run: runtime-coreclr gcstress-extra 20220326.1

Failed test:

CoreCLR Linux arm Checked gcstress0xc_zapdisable_heapverify1 @ (Ubuntu.1804.Arm32.Open)Ubuntu.1804.Armarch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm32v7-bfcd90a-20200121150440

- JIT/opt/OSR/tailrecurse/tailrecurse.sh

CoreCLR Linux arm64 Checked gcstress0xc_zapdisable_heapverify1 @ (Ubuntu.1804.Arm64.Open)Ubuntu.1804.Armarch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm64v8-20210531091519-97d8652

- JIT/opt/OSR/nesteddoloops/nesteddoloops.sh
- JIT/opt/OSR/mainlooptry2/mainlooptry2.sh

CoreCLR windows arm64 Checked gcstress0xc_zapdisable_heapverify1 @ Windows.10.Arm64v8.Open

- JIT\\opt\\OSR\\mainlooptry2\\mainlooptry2.cmd
- JIT\\opt\\OSR\\mainloop2\\mainloop2.cmd
- JIT\\opt\\OSR\\mainloop\\mainloop.cmd
- JIT\\opt\\OSR\\nesteddoloops\\nesteddoloops.cmd

CoreCLR Linux arm Checked gcstress0xc_zapdisable_jitstress2 @ (Ubuntu.1804.Arm32.Open)Ubuntu.1804.Armarch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm32v7-bfcd90a-20200121150440

- JIT/opt/OSR/handlerloop/handlerloop.sh
- JIT/opt/OSR/synchronized/synchronized.sh
- JIT/opt/OSR/mainlooptry4/mainlooptry4.sh
- JIT/opt/OSR/tailrecurse/tailrecurse.sh
- JIT/opt/OSR/nesteddoloops/nesteddoloops.sh

CoreCLR Linux arm64 Checked gcstress0xc_zapdisable_jitstress2 @ (Ubuntu.1804.Arm64.Open)Ubuntu.1804.Armarch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm64v8-20210531091519-97d8652

- JIT/opt/OSR/mainlooptry/mainlooptry.sh
- JIT/opt/OSR/mainlooptry2/mainlooptry2.sh

CoreCLR windows arm64 Checked gcstress0xc_zapdisable_jitstress2 @ Windows.10.Arm64v8.Open

- JIT\\opt\\OSR\\mainlooptry\\mainlooptry.cmd

CoreCLR Linux arm64 Checked gcstress0xc_zapdisable @ (Ubuntu.1804.Arm64.Open)Ubuntu.1804.Armarch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm64v8-20210531091519-97d8652

- JIT/opt/OSR/mainloop/mainloop.sh

CoreCLR windows arm64 Checked gcstress0xc_zapdisable @ Windows.10.Arm64v8.Open

- JIT\\opt\\OSR\\livelocaladdress\\livelocaladdress.cmd

CoreCLR OSX arm64 Checked gcstress0xc_zapdisable_jitstress2 @ OSX.1200.ARM64.Open

- JIT/opt/OSR/handlerloop/handlerloop.sh
- JIT/opt/OSR/osrcontainstry/osrcontainstry.sh

CoreCLR OSX arm64 Checked gcstress0xc_zapdisable @ OSX.1200.ARM64.Open

- JIT/opt/OSR/promoted/promoted.sh
- JIT/opt/OSR/mainlooptry2/mainlooptry2.sh
- JIT/opt/OSR/handlerloop/handlerloop.sh
- JIT/opt/OSR/osrcontainstry/osrcontainstry.sh

CoreCLR OSX arm64 Checked gcstress0xc_zapdisable_heapverify1 @ OSX.1200.ARM64.Open

- JIT/opt/OSR/genericmethodpatchpoint/genericmethodpatchpoint.sh
- JIT/opt/OSR/mainloop2/mainloop2.sh

CoreCLR OSX arm64 Checked gcstress0xc_tailcallstress @ OSX.1200.ARM64.Open

- JIT/opt/OSR/osrcontainstry/osrcontainstry.sh

Error message:

/root/helix/work/workitem/e/JIT/opt/OSR/tailrecurse/tailrecurse.sh: line 386:  1365 Segmentation fault      (core dumped) $LAUNCHER $ExePath "${CLRTestExecutionArguments[@]}"

Return code:      1
Raw output file:      /root/helix/work/workitem/uploads/Reports/JIT.opt/OSR/tailrecurse/tailrecurse.output.txt
Raw output:
BEGIN EXECUTION
/root/helix/work/correlation/corerun -p System.Reflection.Metadata.MetadataUpdater.IsSupported=false tailrecurse.dll ''
Gathering state for process 1365 corerun
Crashing thread 00000555 signal 0000000b
Writing minidump with heap to file /home/helixbot/dotnetbuild/dumps/coredump.1365.dmp
Written 63381504 bytes (15474 pages) to core file
Dump successfully written
Expected: 100
Actual: 139
END EXECUTION - FAILED
Test Harness Exitcode is : 1
To run the test:

set CORE_ROOT=/root/helix/work/correlation
/root/helix/work/workitem/e/JIT/opt/OSR/tailrecurse/tailrecurse.sh
Expected: True
Actual:   False


Stack trace
   at JIT_opt._OSR_tailrecurse_tailrecurse_._OSR_tailrecurse_tailrecurse_sh()
Author: VincentBu
Assignees: -
Labels:

arch-arm64, os-linux, os-mac-os-x, os-windows, GCStress, area-CodeGen-coreclr, untriaged

Milestone: -

@BruceForstall BruceForstall removed the untriaged New issue has not been triaged by the area owner label Mar 28, 2022
@BruceForstall BruceForstall added this to the 7.0.0 milestone Mar 28, 2022
@AndyAyersMS
Copy link
Member

Seems likely to be another manifestation of #66924.

@AndyAyersMS
Copy link
Member

This should be fixed by #67563.

@ghost ghost locked as resolved and limited conversation to collaborators May 6, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
arch-arm64 area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI GCStress os-linux Linux OS (any supported distro) os-mac-os-x macOS aka OSX os-windows
Projects
None yet
Development

No branches or pull requests

3 participants