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

win/x64: System.ComponentModel.TypeConverter.Tests failing with GC hole during tail call stress #111688

Open
kunalspathak opened this issue Jan 22, 2025 · 1 comment
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 untriaged New issue has not been triaged by the area owner

Comments

@kunalspathak
Copy link
Member

libraries-jitstress: https://dev.azure.com/dnceng-public/public/_build/results?buildId=923686&view=ms.vss-test-web.build-test-results-tab&runId=24443376&resultId=215249&paneView=dotnet-dnceng.dnceng-build-release-tasks.helix-test-information-tab

DOTNET_TailcallStress=1
DOTNET_TieredCompilation=0

"C:\h\w\ADF8098E\p\dotnet.exe" exec --runtimeconfig System.ComponentModel.TypeConverter.Tests.runtimeconfig.json --depsfile System.ComponentModel.TypeConverter.Tests.deps.json xunit.console.dll System.ComponentModel.TypeConverter.Tests.dll -xml testResults.xml -nologo -nocolor -notrait category=IgnoreForCI -notrait category=OuterLoop -notrait category=failing 
popd
===========================================================================================================

C:\h\w\ADF8098E\w\AC2909BC\e>"C:\h\w\ADF8098E\p\dotnet.exe" exec --runtimeconfig System.ComponentModel.TypeConverter.Tests.runtimeconfig.json --depsfile System.ComponentModel.TypeConverter.Tests.deps.json xunit.console.dll System.ComponentModel.TypeConverter.Tests.dll -xml testResults.xml -nologo -nocolor -notrait category=IgnoreForCI -notrait category=OuterLoop -notrait category=failing  
  Discovering: System.ComponentModel.TypeConverter.Tests (method display = ClassAndMethod, method display options = None)
  Discovered:  System.ComponentModel.TypeConverter.Tests (found 1464 of 1465 test cases)
  Starting:    System.ComponentModel.TypeConverter.Tests (parallel test collections = on [4 threads], stop on fail = off)

Assert failure(PID 5508 [0x00001584], Thread: 7668 [0x1df4]): Thread::IsObjRefValid(&objref)

CORECLR! OBJECTREF::operator= + 0xF8 (0x00007ffd`44e40ea8)
CORECLR! RuntimeMethodHandle_InvokeMethod + 0xAC4 (0x00007ffd`4512d0b4)
SYSTEM.PRIVATE.CORELIB! <no symbol> + 0x0 (0x00007ffd`40f8a30a)
SYSTEM.PRIVATE.CORELIB! <no symbol> + 0x0 (0x00007ffd`40f8af6a)
SYSTEM.PRIVATE.CORELIB! <no symbol> + 0x0 (0x00007ffd`40f8ac16)
SYSTEM.PRIVATE.CORELIB! <no symbol> + 0x0 (0x00007ffd`40f933b3)
SYSTEM.PRIVATE.CORELIB! <no symbol> + 0x0 (0x00007ffd`40dd1e01)
<no module>! <no symbol> + 0x0 (0x00007ffc`e8da79bf)
<no module>! <no symbol> + 0x0 (0x000001ec`335e00e0)
<no module>! <no symbol> + 0x0 (0x00007ffc`e58e7a18)
    File: D:\a\_work\1\s\src\coreclr\vm\object.cpp:1342
    Image: C:\h\w\ADF8098E\p\dotnet.exe

@kunalspathak kunalspathak added 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 Jan 22, 2025
@dotnet-policy-service dotnet-policy-service bot added the untriaged New issue has not been triaged by the area owner label Jan 22, 2025
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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 untriaged New issue has not been triaged by the area owner
Projects
None yet
Development

No branches or pull requests

1 participant