Closed
Description
Microsoft.Extensions.DependencyInjection.ExternalContainers.Tests test run failed on checked coreclr OSX x64 Debug
leg on the PR
Assert failure(PID 19629 [0x00004cad], Thread: 3704726 [0x388796]): RawGetMethodTable()
File: /Users/runner/work/1/s/src/coreclr/gc/gc.cpp Line: 4452
Image: /private/tmp/helix/working/BE320A16/p/dotnet
./RunTests.sh: line 163: 19629 Abort trap: 6 "$RUNTIME_PATH/dotnet" exec --runtimeconfig Microsoft.Extensions.DependencyInjection.ExternalContainers.Tests.runtimeconfig.json --depsfile Microsoft.Extensions.DependencyInjection.ExternalContainers.Tests.deps.json xunit.console.dll Microsoft.Extensions.DependencyInjection.ExternalContainers.Tests.dll -xml testResults.xml -nologo -nocolor -notrait category=IgnoreForCI -notrait category=OuterLoop -notrait category=failing $RSP_FILE
/private/tmp/helix/working/BE320A16/w/A756091C/e
----- end Mon Jan 17 23:32:43 EST 2022 ----- 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.