Skip to content

windows arm/arm64: runtime-coreclr outerloop tests failing with stack overflow #56570

@kunalspathak

Description

@kunalspathak

Majority of runtime-coreclr outerloop tests are failing with following fundamental error on windows/arm64 R2R-CG2, CoreClr windows/arm

Stack overflow.
Repeat 319 times:
at System.SR.GetResourceString(System.String)
at System.AccessViolationException..ctor()
at System.SR.InternalGetResourceString(System.String)
at System.SR.GetResourceString(System.String)
at System.AccessViolationException..ctor()
at System.Collections.Generic.List1[[System.__Canon, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]..cctor() at System.SR.InternalGetResourceString(System.String) at System.SR.GetResourceString(System.String) at System.AccessViolationException..ctor() at System.SR..cctor() at System.SR.GetResourceString(System.String) at System.AccessViolationException..ctor() at System.Collections.HashHelpers..cctor() at System.Collections.HashHelpers.GetPrime(Int32) at System.Collections.Generic.Dictionary2[[System.__Canon, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.__Canon, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].Initialize(Int32)
at System.Collections.Generic.Dictionary2[[System.__Canon, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.__Canon, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]..ctor(Int32, System.Collections.Generic.IEqualityComparer1<System.__Canon>)
at System.AppContext.Setup(Char**, Char**, Int32)

Here is the query of failing tests: https://runfo.azurewebsites.net/search/tests/?q=started%3A%7E2+definition%3A655 . The tests were passing in https://dev.azure.com/dnceng/public/_build/results?buildId=1264415&view=results and started failing since https://dev.azure.com/dnceng/public/_build/results?buildId=1264799&view=results. Here are the changes that went in between 7b3e22b...db1b302

[ 7b3e22b9777 ] 2021-07-28 17:34 radical@.. [wasm] Fix Publish for Blazorwasm projects on VS17 (#56432)
[ 39803d4d3cb ] 2021-07-28 22:51 jan.vorl.. Fix redhat arm64 (#52244)
[ beaea95307a ] 2021-07-28 13:50 lakshanf.. EventSource Manifest Trimmer test (#56463)
[ cd1b4cff818 ] 2021-07-28 13:02 tarekms@.. Fix fr-CA culture time formatting and parsing (#56443)
[ 5d03d42eefa ] 2021-07-28 13:55 danmose@.. Update area-owners.md (#56481)
[ ca908f5cff6 ] 2021-07-28 12:43 Kunal.Pa.. Assert if we find undefined use during interval validation (#56439)
[ b25bd29f9ee ] 2021-07-28 12:39 andya@mi.. JIT: properly update loop memory dependence when loops are removed (#56436)

I am guessing it is mostly because of #56436.

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-CodeGen-coreclrCLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMIblocking-outerloopBlocking the 'runtime-coreclr outerloop' and 'runtime-libraries-coreclr outerloop' runsuntriagedNew issue has not been triaged by the area owner

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions