-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Closed
Labels
area-TypeSystem-coreclruntriagedNew issue has not been triaged by the area ownerNew issue has not been triaged by the area owner
Description
Configuration: netcoreapp5.0-OSX-Release-x64-CoreCLR_checked-OSX.1013.Amd64.Open
Discovering: System.Composition.Hosting.Tests (method display = ClassAndMethod, method display options = None)
Discovered: System.Composition.Hosting.Tests (found 66 test cases)
Starting: System.Composition.Hosting.Tests (parallel test collections = on, max threads = 4)
Assert failure(PID 51410 [0x0000c8d2], Thread: 3649813 [0x37b115]): HasPerInstInfo()
File: /Users/runner/runners/2.165.0/work/1/s/src/coreclr/src/vm/methodtable.h Line: 2908
Image: /private/tmp/helix/working/AA450997/p/dotnet
Assert failure(PID 51410 [0x0000c8d2], Thread: 3649814 [0x37b116]): HasPerInstInfo()
File: /Users/runner/runners/2.165.0/work/1/s/src/coreclr/src/vm/methodtable.h Line: 2908
Image: /private/tmp/helix/working/AA450997/p/dotnet
./RunTests.sh: line 161: 51410 Abort trap: 6 (core dumped) "$RUNTIME_PATH/dotnet" exec --runtimeconfig System.Composition.Hosting.Tests.runtimeconfig.json --depsfile System.Composition.Hosting.Tests.deps.json xunit.console.dll System.Composition.Hosting.Tests.dll -xml testResults.xml -nologo -nocolor -notrait category=IgnoreForCI -notrait category=OuterLoop -notrait category=failing -notrait category=nonnetcoreapptests -notrait category=nonosxtests $RSP_FILE
/private/tmp/helix/working/AA450997/w/A59A091E/e
----- end Tue Feb 25 00:51:44 PST 2020 ----- 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.
cc @jkotas
Metadata
Metadata
Assignees
Labels
area-TypeSystem-coreclruntriagedNew issue has not been triaged by the area ownerNew issue has not been triaged by the area owner