-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Closed
Closed
Copy link
Labels
Milestone
Description
console.25c1d1b8.log:
https://helix.dot.net/api/2019-06-17/jobs/2170593e-910f-4178-93ef-eef8b273f366/workitems/System.Net.Sockets.Tests/files/console.25c1d1b8.log
Configuration: net5.0-OSX-Debug-x64-CoreCLR_release-OSX.1013.Amd64.Open
Discovering: System.Net.Sockets.Tests (method display = ClassAndMethod, method display options = None)
Discovered: System.Net.Sockets.Tests (found 801 of 1201 test cases)
Starting: System.Net.Sockets.Tests (parallel test collections = on, max threads = 4)
Assertion failed: (numEvents != 0), function WaitForSocketEventsInner, file /Users/runner/runners/2.168.2/work/1/s/src/libraries/Native/Unix/System.Native/pal_networking.c, line 2845.
./RunTests.sh: line 161: 28801 Abort trap: 6 (core dumped) "$RUNTIME_PATH/dotnet" exec --runtimeconfig System.Net.Sockets.Tests.runtimeconfig.json --depsfile System.Net.Sockets.Tests.deps.json xunit.console.dll System.Net.Sockets.Tests.dll -xml testResults.xml -nologo -nocolor -notrait category=IgnoreForCI -notrait category=OuterLoop -notrait category=failing $RSP_FILE
/private/tmp/helix/working/9DF008FB/w/CACB0A25/e
----- end Thu May 14 08:31:14 PDT 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 @dotnet/ncl