-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Closed
Milestone
Description
Configuration: net6.0-Linux-Release-arm-CoreCLR_checked-(Ubuntu.1804.Arm32.Open)[email protected]/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm32v7-bfcd90a-20200121150440
Dump available
Discovering: System.Runtime.Tests (method display = ClassAndMethod, method display options = None)
Discovered: System.Runtime.Tests (found 6216 of 6260 test cases)
Starting: System.Runtime.Tests (parallel test collections = on, max threads = 4)
System.Tests.UIntPtrTests.GetHashCodeRespectAllBits [SKIP]
Condition(s) not met: "Is64Bit"
System.Tests.UIntPtrTests.Subtract [SKIP]
Condition(s) not met: "Is64Bit"
System.Tests.UIntPtrTests.TestCtor_VoidPointer_ToPointer [SKIP]
Condition(s) not met: "Is64Bit"
System.Tests.UIntPtrTests.Add [SKIP]
Condition(s) not met: "Is64Bit"
System.Tests.UIntPtrTests.TestSize [SKIP]
Condition(s) not met: "Is64Bit"
System.Tests.UIntPtrTests.Ctor_ULong [SKIP]
Condition(s) not met: "Is64Bit"
System.Tests.UIntPtrTests.TestImplicitCast [SKIP]
Condition(s) not met: "Is64Bit"
System.Tests.IntPtrTests.Size [SKIP]
Condition(s) not met: "Is64Bit"
System.Tests.IntPtrTests.Add [SKIP]
Condition(s) not met: "Is64Bit"
System.Tests.IntPtrTests.Subtract [SKIP]
Condition(s) not met: "Is64Bit"
System.Tests.IntPtrTests.ImplicitCast [SKIP]
Condition(s) not met: "Is64Bit"
System.Tests.IntPtrTests.GetHashCodeRespectAllBits [SKIP]
Condition(s) not met: "Is64Bit"
System.Tests.IntPtrTests.Ctor_VoidPointer_ToPointer [SKIP]
Condition(s) not met: "Is64Bit"
System.Tests.IntPtrTests.Ctor_Long [SKIP]
Condition(s) not met: "Is64Bit"
System.Tests.StringTests.IndexOf_SingleLetter(s: "Hello", target: '\0', startIndex: 0, count: 5, expected: -1) [SKIP]
Target \0 is not supported in ICU
Stack overflow.
Assert failure(PID 58 [0x0000003a], Thread: 76 [0x004c]): Consistency check failed: FAILED: m_crawl.pFrame->IsTransitionToNativeFrame()
File: /__w/1/s/src/coreclr/vm/stackwalk.cpp Line: 2269
Image: /root/helix/work/correlation/dotnet
./RunTests.sh: line 162: 58 Aborted (core dumped) "$RUNTIME_PATH/dotnet" exec --runtimeconfig System.Runtime.Tests.runtimeconfig.json --depsfile System.Runtime.Tests.deps.json xunit.console.dll System.Runtime.Tests.dll -xml testResults.xml -nologo -nocolor -notrait category=IgnoreForCI -notrait category=OuterLoop -notrait category=failing $RSP_FILE
/root/helix/work/workitem
----- end Thu Aug 19 23:53:10 UTC 2021 ----- exit code 134 ----------------------------------------------------------
exit code 134 means SIGABRT Abort. Managed or native assert, or runtime check such as heap corruption, caused call to abort(). Core dumped.
@jkotas who would be the best person to look into this?