Msbuild: MSBuild crashes during dotnet build execution on MacOS Bigsur (Dotnet version 5.0.102)

Created on 10 Feb 2021  Â·  9Comments  Â·  Source: dotnet/msbuild

Issue Description

  • dotnet commands broken due to repeated msbuild crashes.

Steps to Reproduce

  • Run any dotnet command like dotnet build, dotnet clean, 'dotnet test and watch the crash happen.

Expected Behavior

  • Successful dotnet command execution

Actual Behavior

  • Repeated crashes.

Analysis

Build output

MSBUILD : error MSB1025: An internal failure occurred while running MSBuild.
System.IO.FileLoadException: Could not load file or assembly 'System.Net.Primitives, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. A device attached to the system is not functioning.
 (0x8007001F)
File name: 'System.Net.Primitives, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
   at System.IO.Pipes.NamedPipeServerStream.SharedServer..ctor(String path, Int32 maxCount)
   at System.IO.Pipes.NamedPipeServerStream.SharedServer.Get(String path, Int32 maxCount)
   at System.IO.Pipes.NamedPipeServerStream.Create(String pipeName, PipeDirection direction, Int32 maxNumberOfServerInstances, PipeTransmissionMode transmissionMode, PipeOptions options, Int32 inBufferSize, Int32 outBufferSize, HandleInheritability inheritability)
   at System.IO.Pipes.NamedPipeServerStream..ctor(String pipeName, PipeDirection direction, Int32 maxNumberOfServerInstances, PipeTransmissionMode transmissionMode, PipeOptions options, Int32 inBufferSize, Int32 outBufferSize)
   at Microsoft.Build.BackEnd.NodeEndpointOutOfProcBase.InternalConstruct(String pipeName)
   at Microsoft.Build.Execution.OutOfProcNode.Run(Boolean enableReuse, Boolean lowPriority, Exception& shutdownException)
   at Microsoft.Build.CommandLine.MSBuildApp.StartLocalNode(CommandLineSwitches commandLineSwitches)
   at Microsoft.Build.CommandLine.MSBuildApp.ProcessCommandLineSwitches(CommandLineSwitches switchesFromAutoResponseFile, CommandLineSwitches switchesNotFromAutoResponseFile, String& projectFile, String[]& targets, String& toolsVersion, Dictionary`2& globalProperties, ILogger[]& loggers, LoggerVerbosity& verbosity, List`1& distributedLoggerRecords, Int32& cpuCount, Boolean& enableNodeReuse, TextWriter& preprocessWriter, TextWriter& targetsWriter, Boolean& detailedSummary, ISet`1& warningsAsErrors, ISet`1& warningsAsMessages, Boolean& enableRestore, Boolean& interactive, ProfilerLogger& profilerLogger, Boolean& enableProfiler, Dictionary`2& restoreProperties, Boolean& isolateProjects, Boolean& graphBuild, String[]& inputResultsCaches, String& outputResultsCache, Boolean& lowPriority, Boolean recursing)
   at Microsoft.Build.CommandLine.MSBuildApp.Execute(String[] commandLine)
Unhandled exception. System.IO.FileLoadException: Could not load file or assembly 'System.Net.Primitives, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. A device attached to the system is not functioning.
 (0x8007001F)
File name: 'System.Net.Primitives, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'

Versions & Configurations

  • msbuild -ver
    Microsoft (R) Build Engine version 16.6.0 for Mono
    Copyright (C) Microsoft Corporation. All rights reserved.

16.6.0.60701%

  • dotnet --version
    5.0.102
  • MacOS Bigsur 11.2
  • mono --version
    Mono JIT compiler version 6.12.0.113 (2020-02/4fdfb5b1fd5 Mon Dec 7 12:18:53 EST 2020)
    Copyright (C) 2002-2014 Novell, Inc, Xamarin Inc and Contributors. www.mono-project.com
    TLS:
    SIGSEGV: altstack
    Notification: kqueue
    Architecture: amd64
    Disabled: none
    Misc: softdebug
    Interpreter: yes
    LLVM: yes(610)
    Suspend: hybrid
    GC: sgen (concurrent by default)

Attach a binlog

bug untriaged

All 9 comments

More logs from apple crash report:

Process:               dotnet [10858]
Path:                  /usr/local/share/dotnet/dotnet
Identifier:            dotnet
Version:               0
Code Type:             X86-64 (Native)
Parent Process:        dotnet [10831]
Responsible:           iTerm2 [412]
User ID:               501

Date/Time:             2021-02-10 17:19:32.329 -0800
OS Version:            macOS 11.2.1 (20D74)
Report Version:        12
Anonymous UUID:        28D98FAF-CDCC-726D-1A9E-BA4704C34C10

Sleep/Wake UUID:       61AA6904-60FD-4BF0-A21A-BD9EF41F87D9

Time Awake Since Boot: 7900 seconds
Time Since Wake:       1300 seconds

System Integrity Protection: enabled

Crashed Thread:        0  Dispatch queue: com.apple.main-thread

Exception Type:        EXC_CRASH (SIGABRT)
Exception Codes:       0x0000000000000000, 0x0000000000000000
Exception Note:        EXC_CORPSE_NOTIFY

Application Specific Information:
abort() called

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib          0x00007fff205ef462 __pthread_kill + 10
1   libsystem_pthread.dylib         0x00007fff2061d610 pthread_kill + 263
2   libsystem_c.dylib               0x00007fff20570720 abort + 120
3   libcoreclr.dylib                0x0000000106e3e92e PROCAbort + 30
4   libcoreclr.dylib                0x0000000106a11897 PROCEndProcess(void*, unsigned int, int) + 215
5   libcoreclr.dylib                0x0000000106e413dc UnwindManagedExceptionPass1(PAL_SEHException&, _CONTEXT*) (.cold.1) + 44
6   libcoreclr.dylib                0x0000000106c60a26 UnwindManagedExceptionPass1(PAL_SEHException&, _CONTEXT*) + 822
7   libcoreclr.dylib                0x0000000106c60ab6 DispatchManagedException(PAL_SEHException&, bool) + 134
8   libcoreclr.dylib                0x0000000106bc435c IL_Rethrow() + 412
9   ???                             0x0000000115994dd0 0 + 4657335760
10  ???                             0x0000000115993b88 0 + 4657331080
11  libcoreclr.dylib                0x0000000106d01409 CallDescrWorkerInternal + 124
12  libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
13  libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
14  libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
15  libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
16  libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
17  libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
18  libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
19  libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
20  libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
21  libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
22  libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
23  libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
24  libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
25  libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
26  libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
27  libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
28  libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
29  libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
30  libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
31  libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
32  libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
33  libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
34  libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
35  libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
36  libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
37  libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
38  libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
39  libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
40  libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
41  libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
42  libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
43  libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
44  libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
45  libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
46  libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
47  libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
48  libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
49  libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
50  libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
51  libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
52  libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
53  libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
54  libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
55  libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
56  libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
57  libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
58  libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
59  libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
60  libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
61  libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
62  libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
63  libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
64  libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
65  libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
66  libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
67  libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
68  libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
69  libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
70  libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
71  libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
72  libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
73  libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
74  libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
75  libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
76  libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
77  libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
78  libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
79  libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
80  libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
81  libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
82  libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
83  libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
84  libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
85  libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
86  libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
87  libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
88  libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
89  libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
90  libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
91  libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
92  libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
93  libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
94  libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
95  libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
96  libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
97  libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
98  libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
99  libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
100 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
101 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
102 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
103 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
104 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
105 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
106 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
107 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
108 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
109 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
110 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
111 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
112 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
113 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
114 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
115 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
116 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
117 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
118 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
119 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
120 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
121 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
122 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
123 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
124 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
125 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
126 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
127 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
128 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
129 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
130 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
131 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
132 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
133 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
134 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
135 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
136 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
137 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
138 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
139 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
140 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
141 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
142 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
143 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
144 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
145 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
146 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
147 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
148 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
149 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
150 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
151 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
152 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
153 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
154 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
155 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
156 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
157 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
158 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
159 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
160 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
161 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
162 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
163 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
164 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
165 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
166 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
167 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
168 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
169 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
170 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
171 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
172 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
173 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
174 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
175 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
176 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
177 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
178 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
179 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
180 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
181 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
182 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
183 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
184 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
185 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
186 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
187 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
188 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
189 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
190 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
191 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
192 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
193 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
194 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
195 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
196 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
197 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
198 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
199 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
200 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
201 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
202 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
203 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
204 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
205 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
206 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
207 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
208 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
209 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
210 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
211 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
212 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
213 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
214 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
215 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
216 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
217 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
218 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
219 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
220 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
221 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
222 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
223 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
224 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
225 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
226 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
227 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
228 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
229 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
230 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
231 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
232 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
233 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
234 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
235 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
236 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
237 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
238 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
239 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
240 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
241 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
242 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
243 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
244 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
245 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
246 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
247 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
248 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
249 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
250 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
251 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
252 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
253 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
254 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
255 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
256 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
257 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
258 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
259 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
260 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
261 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
262 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
263 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
264 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
265 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
266 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
267 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
268 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
269 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
270 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
271 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
272 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
273 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
274 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
275 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
276 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
277 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
278 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
279 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
280 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
281 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
282 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
283 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
284 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
285 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
286 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
287 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
288 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
289 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
290 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
291 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
292 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
293 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
294 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
295 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
296 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
297 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
298 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
299 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
300 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
301 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
302 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
303 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
304 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
305 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
306 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
307 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
308 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
309 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
310 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
311 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
312 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
313 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
314 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
315 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
316 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
317 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
318 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
319 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
320 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
321 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
322 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
323 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
324 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
325 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
326 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
327 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
328 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
329 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
330 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
331 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
332 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
333 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
334 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
335 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
336 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
337 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
338 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
339 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
340 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
341 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
342 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
343 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
344 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
345 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
346 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
347 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
348 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
349 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
350 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
351 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
352 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
353 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
354 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
355 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
356 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
357 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
358 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
359 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
360 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
361 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
362 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
363 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
364 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
365 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
366 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
367 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
368 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
369 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
370 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
371 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
372 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
373 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
374 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
375 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
376 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
377 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
378 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
379 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
380 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
381 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
382 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
383 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
384 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
385 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
386 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
387 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
388 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
389 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
390 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
391 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
392 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
393 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
394 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
395 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
396 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
397 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
398 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
399 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
400 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
401 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
402 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
403 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
404 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
405 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
406 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
407 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
408 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
409 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
410 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
411 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
412 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
413 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
414 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
415 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
416 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
417 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
418 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
419 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
420 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
421 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
422 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
423 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
424 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
425 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
426 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
427 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
428 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
429 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
430 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
431 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
432 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
433 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
434 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
435 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
436 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
437 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
438 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
439 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
440 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
441 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
442 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
443 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
444 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
445 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
446 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
447 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
448 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
449 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
450 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
451 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
452 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
453 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
454 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
455 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
456 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
457 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
458 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
459 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
460 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
461 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
462 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
463 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
464 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
465 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
466 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
467 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
468 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
469 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
470 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
471 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
472 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
473 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
474 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
475 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
476 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
477 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
478 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
479 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
480 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
481 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
482 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
483 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
484 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
485 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
486 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
487 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
488 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
489 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
490 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
491 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
492 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
493 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
494 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
495 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
496 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
497 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
498 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
499 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
500 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
501 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
502 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
503 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
504 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
505 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
506 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
507 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
508 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
509 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
510 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
511 libcoreclr.dylib                0x0000000106b560ef MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519

Thread 1:
0   libsystem_kernel.dylib          0x00007fff205e8e7e mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff205e91f0 mach_msg + 60
2   libcoreclr.dylib                0x0000000106a18068 MachMessage::Receive(unsigned int) + 72
3   libcoreclr.dylib                0x0000000106a172be SEHExceptionThread(void*) + 142
4   libsystem_pthread.dylib         0x00007fff2061d950 _pthread_start + 224
5   libsystem_pthread.dylib         0x00007fff2061947b thread_start + 15

Thread 2:
0   libsystem_kernel.dylib          0x00007fff205ef4fe poll + 10
1   libcoreclr.dylib                0x0000000106a0a15e CorUnix::CPalSynchronizationManager::ThreadPrepareForShutdown() + 30
2   libcoreclr.dylib                0x0000000106a0bdf0 CorUnix::CPalSynchronizationManager::WorkerThread(void*) + 912
3   libcoreclr.dylib                0x0000000106a1504a CorUnix::CPalThread::ThreadEntry(void*) + 426
4   libsystem_pthread.dylib         0x00007fff2061d950 _pthread_start + 224
5   libsystem_pthread.dylib         0x00007fff2061947b thread_start + 15

Thread 3:
0   libsystem_kernel.dylib          0x00007fff205ef4fe poll + 10
1   libcoreclr.dylib                0x0000000106d700da IpcStream::DiagnosticsIpc::Poll(IpcStream::DiagnosticsIpc::IpcPollHandle*, unsigned int, int, void (*)(char const*, unsigned int)) + 138
2   libcoreclr.dylib                0x0000000106bb5f11 IpcStreamFactory::GetNextAvailableStream(void (*)(char const*, unsigned int)) + 1057
3   libcoreclr.dylib                0x0000000106b7c7b8 DiagnosticServer::DiagnosticsServerThread(void*) + 280
4   libcoreclr.dylib                0x0000000106a1504a CorUnix::CPalThread::ThreadEntry(void*) + 426
5   libsystem_pthread.dylib         0x00007fff2061d950 _pthread_start + 224
6   libsystem_pthread.dylib         0x00007fff2061947b thread_start + 15

Thread 4:
0   libsystem_kernel.dylib          0x00007fff205e971a __open + 10
1   libsystem_kernel.dylib          0x00007fff205f1b42 open + 209
2   libcoreclr.dylib                0x0000000106d7065f TwoWayPipe::WaitForConnection() + 31
3   libcoreclr.dylib                0x0000000106d68a03 DbgTransportSession::TransportWorker() + 147
4   libcoreclr.dylib                0x0000000106d675f9 DbgTransportSession::TransportWorkerStatic(void*) + 9
5   libcoreclr.dylib                0x0000000106a1504a CorUnix::CPalThread::ThreadEntry(void*) + 426
6   libsystem_pthread.dylib         0x00007fff2061d950 _pthread_start + 224
7   libsystem_pthread.dylib         0x00007fff2061947b thread_start + 15

Thread 5:
0   libsystem_kernel.dylib          0x00007fff205eb8e2 __psynch_cvwait + 10
1   libsystem_pthread.dylib         0x00007fff2061de6f _pthread_cond_wait + 1254
2   libcoreclr.dylib                0x0000000106a09e63 CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigned int, CorUnix::ThreadWakeupReason*, unsigned int*) + 275
3   libcoreclr.dylib                0x0000000106a09b4a CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, bool, CorUnix::ThreadWakeupReason*, unsigned int*) + 458
4   libcoreclr.dylib                0x0000000106a0e546 CorUnix::InternalWaitForMultipleObjectsEx(CorUnix::CPalThread*, unsigned int, void* const*, int, unsigned int, int, int) + 2102
5   libcoreclr.dylib                0x0000000106a0e852 WaitForMultipleObjectsEx + 82
6   libcoreclr.dylib                0x0000000106d65daa DebuggerRCThread::MainLoop() + 186
7   libcoreclr.dylib                0x0000000106d65c90 DebuggerRCThread::ThreadProc() + 240
8   libcoreclr.dylib                0x0000000106d65a2d DebuggerRCThread::ThreadProcStatic(void*) + 29
9   libcoreclr.dylib                0x0000000106a1504a CorUnix::CPalThread::ThreadEntry(void*) + 426
10  libsystem_pthread.dylib         0x00007fff2061d950 _pthread_start + 224
11  libsystem_pthread.dylib         0x00007fff2061947b thread_start + 15

Thread 6:
0   libsystem_kernel.dylib          0x00007fff205eb8e2 __psynch_cvwait + 10
1   libsystem_pthread.dylib         0x00007fff2061de6f _pthread_cond_wait + 1254
2   libcoreclr.dylib                0x0000000106a09e46 CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigned int, CorUnix::ThreadWakeupReason*, unsigned int*) + 246
3   libcoreclr.dylib                0x0000000106a09b4a CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, bool, CorUnix::ThreadWakeupReason*, unsigned int*) + 458
4   libcoreclr.dylib                0x0000000106a0e546 CorUnix::InternalWaitForMultipleObjectsEx(CorUnix::CPalThread*, unsigned int, void* const*, int, unsigned int, int, int) + 2102
5   libcoreclr.dylib                0x0000000106a0e78d WaitForSingleObjectEx + 77
6   libcoreclr.dylib                0x0000000106c32318 CLREventBase::WaitEx(unsigned int, WaitMode, PendingSync*) + 200
7   libcoreclr.dylib                0x0000000106b9a32f FinalizerThread::WaitForFinalizerEvent(CLREvent*) + 31
8   libcoreclr.dylib                0x0000000106b9a4a3 FinalizerThread::FinalizerThreadWorker(void*) + 99
9   libcoreclr.dylib                0x0000000106b20d2b ManagedThreadBase_DispatchOuter(ManagedThreadCallState*) + 315
10  libcoreclr.dylib                0x0000000106b21340 ManagedThreadBase::FinalizerBase(void (*)(void*)) + 32
11  libcoreclr.dylib                0x0000000106b9a618 FinalizerThread::FinalizerThreadStart(void*) + 88
12  libcoreclr.dylib                0x0000000106a1504a CorUnix::CPalThread::ThreadEntry(void*) + 426
13  libsystem_pthread.dylib         0x00007fff2061d950 _pthread_start + 224
14  libsystem_pthread.dylib         0x00007fff2061947b thread_start + 15

Thread 7:
0   libsystem_kernel.dylib          0x00007fff205eb8e2 __psynch_cvwait + 10
1   libsystem_pthread.dylib         0x00007fff2061de6f _pthread_cond_wait + 1254
2   libcoreclr.dylib                0x0000000106a09e46 CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigned int, CorUnix::ThreadWakeupReason*, unsigned int*) + 246
3   libcoreclr.dylib                0x0000000106a09b4a CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, bool, CorUnix::ThreadWakeupReason*, unsigned int*) + 458
4   libcoreclr.dylib                0x0000000106a0ec4d SleepEx + 141
5   libcoreclr.dylib                0x0000000106b3f452 ThreadpoolMgr::TimerThreadFire() + 146
6   libcoreclr.dylib                0x0000000106b3f335 ThreadpoolMgr::TimerThreadStart(void*) + 85
7   libcoreclr.dylib                0x0000000106a1504a CorUnix::CPalThread::ThreadEntry(void*) + 426
8   libsystem_pthread.dylib         0x00007fff2061d950 _pthread_start + 224
9   libsystem_pthread.dylib         0x00007fff2061947b thread_start + 15

Thread 8:
0   libsystem_kernel.dylib          0x00007fff205e971a __open + 10
1   libsystem_kernel.dylib          0x00007fff205f1b42 open + 209
2   libSystem.Native.dylib          0x0000000107835500 SystemNative_Open + 112
3   ???                             0x00000001152a39e5 0 + 4650056165
4   ???                             0x00000001152a9d92 0 + 4650081682
5   ???                             0x00000001154b4996 0 + 4652222870
6   ???                             0x00000001154b260c 0 + 4652213772
7   ???                             0x0000000115352d50 0 + 4650773840
8   ???                             0x0000000115359660 0 + 4650800736
9   ???                             0x00000001153529dc 0 + 4650772956
10  ???                             0x0000000115352c7f 0 + 4650773631
11  ???                             0x0000000115352645 0 + 4650772037
12  ???                             0x00000001153524de 0 + 4650771678
13  ???                             0x0000000115352f82 0 + 4650774402
14  ???                             0x0000000115356b0b 0 + 4650789643
15  ???                             0x00000001152e8135 0 + 4650336565
16  ???                             0x0000000115ff7513 0 + 4664030483
17  ???                             0x0000000115ff7d33 0 + 4664032563
18  ???                             0x0000000115ff7e75 0 + 4664032885
19  ???                             0x0000000115ff3baa 0 + 4664015786
20  ???                             0x000000011588088c 0 + 4656203916
21  libSystem.Native.dylib          0x000000010783ba36 SignalHandlerLoop + 278
22  libsystem_pthread.dylib         0x00007fff2061d950 _pthread_start + 224
23  libsystem_pthread.dylib         0x00007fff2061947b thread_start + 15

Thread 9:
0   libsystem_kernel.dylib          0x00007fff205eb8e2 __psynch_cvwait + 10
1   libsystem_pthread.dylib         0x00007fff2061de6f _pthread_cond_wait + 1254
2   libcoreclr.dylib                0x0000000106a09e46 CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigned int, CorUnix::ThreadWakeupReason*, unsigned int*) + 246
3   libcoreclr.dylib                0x0000000106a09b4a CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, bool, CorUnix::ThreadWakeupReason*, unsigned int*) + 458
4   libcoreclr.dylib                0x0000000106a0e546 CorUnix::InternalWaitForMultipleObjectsEx(CorUnix::CPalThread*, unsigned int, void* const*, int, unsigned int, int, int) + 2102
5   libcoreclr.dylib                0x0000000106a0e738 PAL_WaitForSingleObjectPrioritized + 72
6   libcoreclr.dylib                0x0000000106c32c20 CLRLifoSemaphore::Wait(unsigned int, unsigned int, unsigned int) + 560
7   libcoreclr.dylib                0x0000000106b3cc67 ThreadpoolMgr::WorkerThreadStart(void*) + 1383
8   libcoreclr.dylib                0x0000000106a1504a CorUnix::CPalThread::ThreadEntry(void*) + 426
9   libsystem_pthread.dylib         0x00007fff2061d950 _pthread_start + 224
10  libsystem_pthread.dylib         0x00007fff2061947b thread_start + 15

Thread 10:
0   libsystem_kernel.dylib          0x00007fff205eb8e2 __psynch_cvwait + 10
1   libsystem_pthread.dylib         0x00007fff2061de6f _pthread_cond_wait + 1254
2   libcoreclr.dylib                0x0000000106a09e46 CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigned int, CorUnix::ThreadWakeupReason*, unsigned int*) + 246
3   libcoreclr.dylib                0x0000000106a09b4a CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, bool, CorUnix::ThreadWakeupReason*, unsigned int*) + 458
4   libcoreclr.dylib                0x0000000106a0ec4d SleepEx + 141
5   libcoreclr.dylib                0x0000000106ba295f __SwitchToThread(unsigned int, unsigned int) + 15
6   libcoreclr.dylib                0x0000000106b3eb87 ThreadpoolMgr::GateThreadStart(void*) + 39
7   libcoreclr.dylib                0x0000000106a1504a CorUnix::CPalThread::ThreadEntry(void*) + 426
8   libsystem_pthread.dylib         0x00007fff2061d950 _pthread_start + 224
9   libsystem_pthread.dylib         0x00007fff2061947b thread_start + 15

Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x0000000000000000  rbx: 0x0000000113399e00  rcx: 0x00007ffee933d048  rdx: 0x0000000000000000
  rdi: 0x0000000000000307  rsi: 0x0000000000000006  rbp: 0x00007ffee933d070  rsp: 0x00007ffee933d048
   r8: 0x000000000001d1de   r9: 0xffffffff00000000  r10: 0x0000000113399e00  r11: 0x0000000000000246
  r12: 0x0000000000000307  r13: 0x00007ffee933d720  r14: 0x0000000000000006  r15: 0x0000000000000016
  rip: 0x00007fff205ef462  rfl: 0x0000000000000246  cr2: 0x0000000106d68970

Logical CPU:     0
Error Code:      0x02000005
Trap Number:     133

Thread 0 instruction stream not available.

Thread 0 last branch register state not available.


Binary Images:
       0x1068bf000 -        0x1068cbfff +dotnet (0) <B2D84B1C-467D-3E3F-9044-2C86A076E1FC> /usr/local/share/dotnet/dotnet
       0x1068f7000 -        0x10693efff +libhostfxr.dylib (0) <873A6D05-19EC-304E-A061-DB120EBBEF00> /usr/local/share/dotnet/host/fxr/5.0.2/libhostfxr.dylib
       0x106966000 -        0x1069a6fff +libhostpolicy.dylib (0) <686DE6E4-C421-3F42-8935-127E48B6CBAB> /usr/local/share/dotnet/shared/Microsoft.NETCore.App/5.0.2/libhostpolicy.dylib
       0x1069d0000 -        0x106ee1fff +libcoreclr.dylib (0) <82D7075A-4D92-3DCA-B705-A4C98C386868> /usr/local/share/dotnet/shared/Microsoft.NETCore.App/5.0.2/libcoreclr.dylib
       0x10757b000 -        0x10778bfff +libclrjit.dylib (0) <894E5C59-93DE-3CF9-A55B-8B5100FB4D55> /usr/local/share/dotnet/shared/Microsoft.NETCore.App/5.0.2/libclrjit.dylib
       0x107833000 -        0x10783dfff +libSystem.Native.dylib (0) <A224B7DE-FDED-30CC-9B8E-11D1C136593B> /usr/local/share/dotnet/shared/Microsoft.NETCore.App/5.0.2/libSystem.Native.dylib
       0x1132c2000 -        0x11335dfff  dyld (832.7.3) <0D4EA85F-7E30-338B-9215-314A5A5539B6> /usr/lib/dyld
    0x7fff20352000 -     0x7fff20353fff  libsystem_blocks.dylib (78) <E644CAA0-65B7-36E4-8041-520F3301F3DB> /usr/lib/system/libsystem_blocks.dylib
    0x7fff20354000 -     0x7fff20389fff  libxpc.dylib (2038.80.3) <70F26262-01AA-3CEC-9FAD-2701D24096F0> /usr/lib/system/libxpc.dylib
    0x7fff2038a000 -     0x7fff203a1fff  libsystem_trace.dylib (1277.80.2) <87FEF600-48D9-31C9-B8FC-D5249B2AE95D> /usr/lib/system/libsystem_trace.dylib
    0x7fff203a2000 -     0x7fff20441fff  libcorecrypto.dylib (1000.80.5) <1EB11CFB-ABD7-36DD-97C7-C112A6601416> /usr/lib/system/libcorecrypto.dylib
    0x7fff20442000 -     0x7fff2046efff  libsystem_malloc.dylib (317.40.8) <A498D1EF-E43D-310C-84E8-9C0AADA0C475> /usr/lib/system/libsystem_malloc.dylib
    0x7fff2046f000 -     0x7fff204b3fff  libdispatch.dylib (1271.40.12) <AD988EEA-1A2F-3404-9A6E-390FC2504223> /usr/lib/system/libdispatch.dylib
    0x7fff204b4000 -     0x7fff204ecfff  libobjc.A.dylib (818.2) <EB6B543F-D42C-3FB2-A2EC-43407C5F80D3> /usr/lib/libobjc.A.dylib
    0x7fff204ed000 -     0x7fff204effff  libsystem_featureflags.dylib (28.60.1) <9CECB43A-094E-3CA9-B730-24DEA1A6DE05> /usr/lib/system/libsystem_featureflags.dylib
    0x7fff204f0000 -     0x7fff20578fff  libsystem_c.dylib (1439.40.11) <4AF71812-4099-3E96-B271-1F259491A2B2> /usr/lib/system/libsystem_c.dylib
    0x7fff20579000 -     0x7fff205cefff  libc++.1.dylib (904.4) <B217D905-4F9C-3DE0-8844-88FAA3C2C851> /usr/lib/libc++.1.dylib
    0x7fff205cf000 -     0x7fff205e7fff  libc++abi.dylib (904.4) <3C9FE530-3CD2-3A64-8A36-70816AEBDF0D> /usr/lib/libc++abi.dylib
    0x7fff205e8000 -     0x7fff20616fff  libsystem_kernel.dylib (7195.81.3) <AB413518-ECDE-3F04-A61C-278D3CF43076> /usr/lib/system/libsystem_kernel.dylib
    0x7fff20617000 -     0x7fff20622fff  libsystem_pthread.dylib (454.80.2) <B989DF6C-ADFE-3AF9-9C91-07D2521F9E47> /usr/lib/system/libsystem_pthread.dylib
    0x7fff20623000 -     0x7fff2065dfff  libdyld.dylib (832.7.3) <4641E48F-75B5-3CC7-8263-47BF79F15394> /usr/lib/system/libdyld.dylib
    0x7fff2065e000 -     0x7fff20667fff  libsystem_platform.dylib (254.80.2) <1C3E1A0A-92A8-3CDE-B622-8940B43A5DF2> /usr/lib/system/libsystem_platform.dylib
    0x7fff20668000 -     0x7fff20693fff  libsystem_info.dylib (542.40.3) <0C96CFE8-71F5-3335-8423-581BC3DE5846> /usr/lib/system/libsystem_info.dylib
    0x7fff20694000 -     0x7fff20b2ffff  com.apple.CoreFoundation (6.9 - 1774.101) <2A0E160E-9EE6-3B23-8832-6979A16EC250> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff20b30000 -     0x7fff20d5ffff  com.apple.LaunchServices (1122.11 - 1122.11) <9ACD5692-3B92-3E6E-8B24-56ADCC911556> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fff20d60000 -     0x7fff20e33fff  com.apple.gpusw.MetalTools (1.0 - 1) <B1FDD261-7707-3E20-A6C2-99D9AF46356B> /System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/MetalTools
    0x7fff20e34000 -     0x7fff21097fff  libBLAS.dylib (1336.40.1) <92702864-A5C6-3E22-86F6-DB329532674A> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff21098000 -     0x7fff210e5fff  com.apple.Lexicon-framework (1.0 - 86.1) <2F429EBD-1BD2-3057-B760-8A81546DBD6F> /System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon
    0x7fff210e6000 -     0x7fff21154fff  libSparse.dylib (106) <B889DE4E-7356-3CC8-A13E-68D15E2024DF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib
    0x7fff21155000 -     0x7fff211d2fff  com.apple.SystemConfiguration (1.20 - 1.20) <3518EA0E-C32D-32CC-81B9-0F3C83B6430C> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff211d3000 -     0x7fff21208fff  libCRFSuite.dylib (50) <970D1F7B-5DBD-355F-80D8-C820AA1626D2> /usr/lib/libCRFSuite.dylib
    0x7fff21209000 -     0x7fff21440fff  libmecabra.dylib (929.1.1) <102A0AD8-D119-340B-B652-B75F0AAB1C7E> /usr/lib/libmecabra.dylib
    0x7fff21441000 -     0x7fff217a4fff  com.apple.Foundation (6.9 - 1774.101) <8D9081B3-3F6A-31A0-9B20-1AE5CD8DD747> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff217a5000 -     0x7fff21891fff  com.apple.LanguageModeling (1.0 - 247.1) <1A05BCD7-232F-3950-936D-EC0F95BA3FB0> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
    0x7fff224ce000 -     0x7fff2281ffff  com.apple.security (7.0 - 59754.80.3) <B377D7C7-EDB6-3737-B492-E9872F4C6469> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff22820000 -     0x7fff22a81fff  libicucore.A.dylib (66109) <8F8D8A8B-4EE0-3C09-9F45-725A1FBDD38C> /usr/lib/libicucore.A.dylib
    0x7fff22a82000 -     0x7fff22a8bfff  libsystem_darwin.dylib (1439.40.11) <E016D8F7-C87F-36F8-B8A0-6A61B8E4BACB> /usr/lib/system/libsystem_darwin.dylib
    0x7fff22a8c000 -     0x7fff22d73fff  com.apple.CoreServices.CarbonCore (1307 - 1307) <B857EADF-D517-34E8-8053-34C0E6695250> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fff22db3000 -     0x7fff22dedfff  com.apple.CSStore (1122.11 - 1122.11) <89992991-8538-380B-B2B8-4EA997CBFDBE> /System/Library/PrivateFrameworks/CoreServicesStore.framework/Versions/A/CoreServicesStore
    0x7fff22dee000 -     0x7fff22e9cfff  com.apple.framework.IOKit (2.0.2 - 1845.81.1) <49AC0177-35A3-3C96-AD9D-3E59923C4761> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff22e9d000 -     0x7fff22ea8fff  libsystem_notify.dylib (279.40.4) <B2BF20C7-448A-3FBD-A2F5-AB7618D173F6> /usr/lib/system/libsystem_notify.dylib
    0x7fff24317000 -     0x7fff2495afff  libnetwork.dylib (2288.80.2) <A3F1E999-6D61-32D7-B3F7-67832CEA53CD> /usr/lib/libnetwork.dylib
    0x7fff2495b000 -     0x7fff24df8fff  com.apple.CFNetwork (1220.1 - 1220.1) <04A917FB-DBFB-3432-BA4C-5B860990A420> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff24df9000 -     0x7fff24e07fff  libsystem_networkextension.dylib (1295.80.3) <5213D866-7D0E-3FD9-8E1A-03C0E39CEC44> /usr/lib/system/libsystem_networkextension.dylib
    0x7fff24e08000 -     0x7fff24e08fff  libenergytrace.dylib (22) <33A9FBF3-A2D3-3ECE-9370-B0ADDE3896DE> /usr/lib/libenergytrace.dylib
    0x7fff24e09000 -     0x7fff24e64fff  libMobileGestalt.dylib (978.80.1) <C4C7A5DC-C3AD-374D-902A-B6DED14FBB67> /usr/lib/libMobileGestalt.dylib
    0x7fff24e65000 -     0x7fff24e7bfff  libsystem_asl.dylib (385) <5B48071E-85EB-33B0-AE9B-127AEB398AEC> /usr/lib/system/libsystem_asl.dylib
    0x7fff24e7c000 -     0x7fff24e93fff  com.apple.TCC (1.0 - 1) <2F48471B-68F3-3017-8B18-BEDD4ED5853F> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fff261c3000 -     0x7fff26382fff  libsqlite3.dylib (321.1) <ACCC6A4C-3257-38A4-8AFB-BA73D906205B> /usr/lib/libsqlite3.dylib
    0x7fff264e7000 -     0x7fff2655cfff  com.apple.AE (918.0.1 - 918.0.1) <9B6B42DB-8768-343B-B10E-A9A5710280CD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff2655d000 -     0x7fff26563fff  libdns_services.dylib (1310.80.1) <97EB5DFD-BB41-3834-BF09-1F597D84F324> /usr/lib/libdns_services.dylib
    0x7fff26564000 -     0x7fff2656bfff  libsystem_symptoms.dylib (1431.40.36) <BC85B46C-02EE-31FF-861D-F0DE01E8F6CF> /usr/lib/system/libsystem_symptoms.dylib
    0x7fff266f1000 -     0x7fff26715fff  com.apple.analyticsd (1.0 - 1) <4FFF906A-FE79-38F9-B777-AE878A0C99F1> /System/Library/PrivateFrameworks/CoreAnalytics.framework/Versions/A/CoreAnalytics
    0x7fff26716000 -     0x7fff26718fff  libDiagnosticMessagesClient.dylib (112) <20EDB261-69C7-3E4A-8C00-878814186A62> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff26719000 -     0x7fff26765fff  com.apple.spotlight.metadata.utilities (1.0 - 2150.7.5) <FB7BF527-2D95-3E82-AAD8-D42B33DAC0F0> /System/Library/PrivateFrameworks/MetadataUtilities.framework/Versions/A/MetadataUtilities
    0x7fff26766000 -     0x7fff26800fff  com.apple.Metadata (10.7.0 - 2150.7.5) <49187239-597B-31A1-8895-8AA265C818C7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fff26801000 -     0x7fff26807fff  com.apple.DiskArbitration (2.7 - 2.7) <ACFCD23E-05DF-3F96-BCFA-E294AAAFD2CE> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff26808000 -     0x7fff26eaefff  com.apple.vImage (8.1 - 544.2) <3EBF95E1-30EB-3162-A9D4-B97BE581B69F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff273f6000 -     0x7fff27405fff  com.apple.OpenDirectory (11.2 - 230.40.1) <333A7F2E-0F3E-37F1-9E1B-69996F5084D2> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff27406000 -     0x7fff27425fff  com.apple.CFOpenDirectory (11.2 - 230.40.1) <25F138F8-9E55-3749-8271-0FDB275C3E2C> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fff27426000 -     0x7fff2742efff  com.apple.CoreServices.FSEvents (1290.40.2 - 1290.40.2) <6B70B98B-BCC5-3FBE-A6B5-CD0696AA055A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
    0x7fff2742f000 -     0x7fff27453fff  com.apple.coreservices.SharedFileList (144 - 144) <C861FAD6-D3A5-302C-88AE-B2813F7201A7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
    0x7fff27454000 -     0x7fff27456fff  libapp_launch_measurement.dylib (14.1) <2BBB708C-4D91-364E-ABD0-39BF198688A6> /usr/lib/libapp_launch_measurement.dylib
    0x7fff27457000 -     0x7fff2749ffff  com.apple.CoreAutoLayout (1.0 - 21.10.1) <7A2E42E6-3AF2-3ECB-8A16-5C4AC41206EE> /System/Library/PrivateFrameworks/CoreAutoLayout.framework/Versions/A/CoreAutoLayout
    0x7fff274a0000 -     0x7fff27582fff  libxml2.2.dylib (34.9) <E0BF29C7-869B-3DD5-82AE-F36E6398091A> /usr/lib/libxml2.2.dylib
    0x7fff285b4000 -     0x7fff285c4fff  libsystem_containermanager.dylib (318.80.2) <6F08275F-B912-3D8E-9D74-4845158AE4F3> /usr/lib/system/libsystem_containermanager.dylib
    0x7fff285c5000 -     0x7fff285d6fff  com.apple.IOSurface (289.3 - 289.3) <029C5E16-2E04-3E98-BE25-CC8BAE5E3D19> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff285d7000 -     0x7fff285dffff  com.apple.IOAccelerator (439.52 - 439.52) <41EDF102-E1B5-3FBA-A74A-6C583CAA5D24> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
    0x7fff285e0000 -     0x7fff28705fff  com.apple.Metal (244.32.7 - 244.32.7) <829B9C4D-2DB6-38C9-9FE8-E6544FB3BDCC> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
    0x7fff29265000 -     0x7fff292c0fff  com.apple.MetalPerformanceShaders.MPSCore (1.0 - 1) <287C79B5-4E13-3DF6-BDC4-439EC621E010> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSCore.framework/Versions/A/MPSCore
    0x7fff292c1000 -     0x7fff292c4fff  libsystem_configuration.dylib (1109.60.2) <4917D824-4DE8-32CC-9ED2-1FBF371FEB9F> /usr/lib/system/libsystem_configuration.dylib
    0x7fff292c5000 -     0x7fff292c9fff  libsystem_sandbox.dylib (1441.60.4) <5F7F3DD1-4B38-310C-AA8F-19FF1B0F5276> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff292ca000 -     0x7fff292cbfff  com.apple.AggregateDictionary (1.0 - 1) <E6C1A91D-4ADE-33CB-AA47-2F573811BFD9> /System/Library/PrivateFrameworks/AggregateDictionary.framework/Versions/A/AggregateDictionary
    0x7fff292cc000 -     0x7fff292cffff  com.apple.AppleSystemInfo (3.1.5 - 3.1.5) <4F8A1D06-3EFF-3174-BE9C-C4B70A3EA290> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
    0x7fff292d0000 -     0x7fff292d1fff  liblangid.dylib (136) <E8044658-AE79-3930-A902-07A38BB22382> /usr/lib/liblangid.dylib
    0x7fff292d2000 -     0x7fff29372fff  com.apple.CoreNLP (1.0 - 245.1) <6C49B26B-CB39-3504-AD5E-9C3333FFE086> /System/Library/PrivateFrameworks/CoreNLP.framework/Versions/A/CoreNLP
    0x7fff29373000 -     0x7fff29379fff  com.apple.LinguisticData (1.0 - 399) <B059FF7F-731A-38F1-884A-588C6C8CA7F2> /System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData
    0x7fff2937a000 -     0x7fff29a37fff  libBNNS.dylib (288.80.1) <C5CD30D8-114B-3104-9020-E5C05E68CEE8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
    0x7fff29a38000 -     0x7fff29c0bfff  libvDSP.dylib (760.40.6) <4CCEE561-A72B-33BC-B9F9-77A6CF2E7AF0> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff29c0c000 -     0x7fff29c1efff  com.apple.CoreEmoji (1.0 - 128) <D43F3FFA-6692-3D56-ACBA-DDA40C566DDE> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
    0x7fff29c1f000 -     0x7fff29c29fff  com.apple.IOMobileFramebuffer (343.0.0 - 343.0.0) <B15E9DA1-1C81-3ECF-94C7-FD137AD6C5E2> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/Versions/A/IOMobileFramebuffer
    0x7fff29f31000 -     0x7fff29fbdfff  com.apple.securityfoundation (6.0 - 55240.40.4) <72AC63B1-0B72-394F-97E8-BA9B114DD0A9> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff29fbe000 -     0x7fff29fc7fff  com.apple.coreservices.BackgroundTaskManagement (1.0 - 104) <EC15118E-62BD-3C24-A880-3B9B74318B0B> /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement
    0x7fff29fc8000 -     0x7fff29fccfff  com.apple.xpc.ServiceManagement (1.0 - 1) <FD031028-B702-3909-B2AF-3916404DD4A8> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x7fff29fcd000 -     0x7fff29fcffff  libquarantine.dylib (119.40.2) <40D35D75-524B-3DA6-8159-E7E0FA66F5BC> /usr/lib/system/libquarantine.dylib
    0x7fff29fd0000 -     0x7fff29fdbfff  libCheckFix.dylib (31) <74E17BB2-1A3C-3574-92DD-63ABE39E3FF9> /usr/lib/libCheckFix.dylib
    0x7fff29fdc000 -     0x7fff29ff3fff  libcoretls.dylib (169) <B33BEF87-3275-356D-9815-D0E94122D2EB> /usr/lib/libcoretls.dylib
    0x7fff29ff4000 -     0x7fff2a004fff  libbsm.0.dylib (68.40.1) <D71EF121-D4B0-306E-9843-9FAFD558E3A4> /usr/lib/libbsm.0.dylib
    0x7fff2a005000 -     0x7fff2a04efff  libmecab.dylib (929.1.1) <1F424683-4213-3594-9BF5-EFCCCDAA83A5> /usr/lib/libmecab.dylib
    0x7fff2a04f000 -     0x7fff2a054fff  libgermantok.dylib (24) <E40EFA11-E95C-36D1-A8BE-8CA5B1DD179D> /usr/lib/libgermantok.dylib
    0x7fff2a055000 -     0x7fff2a06afff  libLinearAlgebra.dylib (1336.40.1) <0D017F3F-6FD6-38DB-AA14-A64523A4D093> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
    0x7fff2a06b000 -     0x7fff2a292fff  com.apple.MetalPerformanceShaders.MPSNeuralNetwork (1.0 - 1) <8FA469B3-48BE-315B-B3A0-C868CD541608> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSNeuralNetwork.framework/Versions/A/MPSNeuralNetwork
    0x7fff2a293000 -     0x7fff2a2e2fff  com.apple.MetalPerformanceShaders.MPSRayIntersector (1.0 - 1) <613BB6F1-3588-3E25-B523-059022FBE56E> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSRayIntersector.framework/Versions/A/MPSRayIntersector
    0x7fff2a2e3000 -     0x7fff2a42afff  com.apple.MLCompute (1.0 - 1) <01B968D9-A464-3667-8B8E-C99AEBA1FF79> /System/Library/Frameworks/MLCompute.framework/Versions/A/MLCompute
    0x7fff2a42b000 -     0x7fff2a461fff  com.apple.MetalPerformanceShaders.MPSMatrix (1.0 - 1) <B988D5F6-4E54-335D-A654-12C74FD668EA> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSMatrix.framework/Versions/A/MPSMatrix
    0x7fff2a462000 -     0x7fff2a49ffff  com.apple.MetalPerformanceShaders.MPSNDArray (1.0 - 1) <51ECDE6B-39F8-3BAB-ADC1-84C958F40A3F> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSNDArray.framework/Versions/A/MPSNDArray
    0x7fff2a4a0000 -     0x7fff2a530fff  com.apple.MetalPerformanceShaders.MPSImage (1.0 - 1) <D009508B-DCDF-3421-B1CB-40FDF4A68E93> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSImage.framework/Versions/A/MPSImage
    0x7fff2a531000 -     0x7fff2a540fff  com.apple.AppleFSCompression (125 - 1.0) <879A04AA-F9A1-3640-A9EF-F5D0813C852A> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
    0x7fff2a541000 -     0x7fff2a54efff  libbz2.1.0.dylib (44) <E163D5F9-E202-3A53-817B-8BC40B9293C0> /usr/lib/libbz2.1.0.dylib
    0x7fff2a54f000 -     0x7fff2a553fff  libsystem_coreservices.dylib (127) <529A0663-A936-309C-9318-1B04B7F70658> /usr/lib/system/libsystem_coreservices.dylib
    0x7fff2a554000 -     0x7fff2a581fff  com.apple.CoreServices.OSServices (1122.11 - 1122.11) <8D30829B-426E-361E-B2A9-5850F1E5513D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fff2a757000 -     0x7fff2a769fff  libz.1.dylib (76) <6E2BD7A3-DC55-3183-BBF7-3AC367BC1834> /usr/lib/libz.1.dylib
    0x7fff2a76a000 -     0x7fff2a7b1fff  libsystem_m.dylib (3186.40.2) <DD26CC5C-AFF6-305F-A567-14909DD57163> /usr/lib/system/libsystem_m.dylib
    0x7fff2a7b2000 -     0x7fff2a7b2fff  libcharset.1.dylib (59) <D14F9D24-693A-37F0-8F92-D260248EB282> /usr/lib/libcharset.1.dylib
    0x7fff2a7b3000 -     0x7fff2a7b8fff  libmacho.dylib (973.4) <C2584BC4-497B-3170-ADDF-21B8E10B4DFD> /usr/lib/system/libmacho.dylib
    0x7fff2a7b9000 -     0x7fff2a7d4fff  libkxld.dylib (7195.81.3) <DE05C188-D9FE-30DC-8299-DF3DC9F837A5> /usr/lib/system/libkxld.dylib
    0x7fff2a7d5000 -     0x7fff2a7e0fff  libcommonCrypto.dylib (60178.40.2) <822A29CE-BF54-35AD-BB15-8FAECB800C7D> /usr/lib/system/libcommonCrypto.dylib
    0x7fff2a7e1000 -     0x7fff2a7ebfff  libunwind.dylib (200.10) <1D0A4B4A-4370-3548-8DC1-42A7B4BD45D3> /usr/lib/system/libunwind.dylib
    0x7fff2a7ec000 -     0x7fff2a7f3fff  liboah.dylib (203.30) <44C477D9-013F-3A6D-A9FE-68A89214E6A5> /usr/lib/liboah.dylib
    0x7fff2a7f4000 -     0x7fff2a7fefff  libcopyfile.dylib (173.40.2) <39DBE613-135B-3AFE-A6AF-7898A37F70C2> /usr/lib/system/libcopyfile.dylib
    0x7fff2a7ff000 -     0x7fff2a806fff  libcompiler_rt.dylib (102.2) <62EE1D14-5ED7-3CEC-81C0-9C93833641F1> /usr/lib/system/libcompiler_rt.dylib
    0x7fff2a807000 -     0x7fff2a809fff  libsystem_collections.dylib (1439.40.11) <C53D5E0C-0C4F-3B35-A24B-E0D7101A3F95> /usr/lib/system/libsystem_collections.dylib
    0x7fff2a80a000 -     0x7fff2a80cfff  libsystem_secinit.dylib (87.60.1) <E05E35BC-1BAB-365B-8BEE-D774189EFD3B> /usr/lib/system/libsystem_secinit.dylib
    0x7fff2a80d000 -     0x7fff2a80ffff  libremovefile.dylib (49.40.3) <5CC12A16-82CB-32F0-9040-72CFC88A48DF> /usr/lib/system/libremovefile.dylib
    0x7fff2a810000 -     0x7fff2a810fff  libkeymgr.dylib (31) <803F6AED-99D5-3CCF-B0FA-361BCF14C8C0> /usr/lib/system/libkeymgr.dylib
    0x7fff2a811000 -     0x7fff2a818fff  libsystem_dnssd.dylib (1310.80.1) <E0A0CAB3-6779-3C83-AC67-046CFE69F9C2> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff2a819000 -     0x7fff2a81efff  libcache.dylib (83) <1A98B064-8FED-39CF-BB2E-5BDA1EF5B65A> /usr/lib/system/libcache.dylib
    0x7fff2a81f000 -     0x7fff2a820fff  libSystem.B.dylib (1292.60.1) <83503CE0-32B1-36DB-A4F0-3CC6B7BCF50A> /usr/lib/libSystem.B.dylib
    0x7fff2a821000 -     0x7fff2a824fff  libfakelink.dylib (3) <D939A124-9FD5-37A2-B03B-72E98CBC98FE> /usr/lib/libfakelink.dylib
    0x7fff2a825000 -     0x7fff2a825fff  com.apple.SoftLinking (1.0 - 1) <EF2AC5FF-B98D-3252-ABA8-2FC721CBA942> /System/Library/PrivateFrameworks/SoftLinking.framework/Versions/A/SoftLinking
    0x7fff2a826000 -     0x7fff2a85dfff  libpcap.A.dylib (98.40.1) <DE5787F8-D011-3E71-8323-936B35976D9E> /usr/lib/libpcap.A.dylib
    0x7fff2a85e000 -     0x7fff2a94efff  libiconv.2.dylib (59) <AD10ECF4-E137-3152-9612-7EC548D919E8> /usr/lib/libiconv.2.dylib
    0x7fff2a94f000 -     0x7fff2a960fff  libcmph.dylib (8) <A5D1EBB3-70A1-3ECA-A3C7-E97FBAD36ECF> /usr/lib/libcmph.dylib
    0x7fff2a961000 -     0x7fff2a9d2fff  libarchive.2.dylib (83.40.4) <9061C767-43FD-3483-9C48-73973AF82DC1> /usr/lib/libarchive.2.dylib
    0x7fff2a9d3000 -     0x7fff2aa3afff  com.apple.SearchKit (1.4.1 - 1.4.1) <6243D4C0-3572-30A6-889A-B8690A5EAC24> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fff2aa3b000 -     0x7fff2aa3cfff  libThaiTokenizer.dylib (3) <47CDE3EE-60AB-38CE-9494-5CC047CACA7F> /usr/lib/libThaiTokenizer.dylib
    0x7fff2aa3d000 -     0x7fff2aa64fff  com.apple.applesauce (1.0 - 16.26) <4A637FE0-A740-32F0-AE70-4593F6DF1573> /System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce
    0x7fff2aa65000 -     0x7fff2aa7cfff  libapple_nghttp2.dylib (1.41) <A2F6DE8D-2B38-3669-A16E-E1BD54108F24> /usr/lib/libapple_nghttp2.dylib
    0x7fff2aa7d000 -     0x7fff2aa8ffff  libSparseBLAS.dylib (1336.40.1) <FC45F7FD-6B10-3F8D-A553-F57C757F6717> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
    0x7fff2aa90000 -     0x7fff2aa91fff  com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) <F37DBCE9-20CD-33D4-806B-93B326E08422> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
    0x7fff2aa92000 -     0x7fff2aa96fff  libpam.2.dylib (28.40.1) <FA3308D0-E7B4-3A2C-AE39-0E085F6CDEE0> /usr/lib/libpam.2.dylib
    0x7fff2aa97000 -     0x7fff2aaaffff  libcompression.dylib (96.40.6) <9C42DB2C-0A6D-38CE-BB8D-899A9B34B695> /usr/lib/libcompression.dylib
    0x7fff2aab0000 -     0x7fff2aab5fff  libQuadrature.dylib (7) <55EE1866-623B-3C10-91FB-C8B06EB83995> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
    0x7fff2aab6000 -     0x7fff2ae52fff  libLAPACK.dylib (1336.40.1) <2F92E8CD-396D-3665-88EB-41A4E1A9CB31> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff2ae53000 -     0x7fff2aea1fff  com.apple.DictionaryServices (1.2 - 341) <5D0B1BB2-995B-32EB-AE75-F5F27127ACAF> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff2aea2000 -     0x7fff2aebafff  liblzma.5.dylib (16) <168D84A7-8E54-361E-9161-B661D96C0C9A> /usr/lib/liblzma.5.dylib
    0x7fff2aebb000 -     0x7fff2aebcfff  libcoretls_cfhelpers.dylib (169) <80AF345B-1989-3C88-AEF4-8FF18A366A9C> /usr/lib/libcoretls_cfhelpers.dylib
    0x7fff2aebd000 -     0x7fff2afb7fff  com.apple.APFS (1677.81.1 - 1677.81.1) <E48CCAAC-34B5-377E-8E5D-06CDBD411C2F> /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS
    0x7fff2afb8000 -     0x7fff2afc5fff  libxar.1.dylib (452) <FAA7B36E-21EC-3ADF-AA6A-E3742737CA3A> /usr/lib/libxar.1.dylib
    0x7fff2afc6000 -     0x7fff2afc9fff  libutil.dylib (58.40.2) <0A268749-08E7-3551-8969-442210651CCA> /usr/lib/libutil.dylib
    0x7fff2afca000 -     0x7fff2aff2fff  libxslt.1.dylib (17.3) <1C5219FB-B504-3658-B23B-2C45A3BA28F1> /usr/lib/libxslt.1.dylib
    0x7fff2aff3000 -     0x7fff2affdfff  libChineseTokenizer.dylib (37) <718400BF-9911-3CB6-8CCE-4C2D7C35D80A> /usr/lib/libChineseTokenizer.dylib
    0x7fff2affe000 -     0x7fff2b0bcfff  libvMisc.dylib (760.40.6) <9D11FCFC-6C30-32B6-864B-9CC3ED7D1143> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff2dc58000 -     0x7fff2dc58fff  liblaunch.dylib (2038.80.3) <C7C51322-8491-3B78-9CFA-2B4753662BCF> /usr/lib/system/liblaunch.dylib
    0x7fff3010c000 -     0x7fff3010cfff  libsystem_product_info_filter.dylib (8.40.1) <20310EE6-2C3F-361A-9ECA-4223AFC03B65> /usr/lib/system/libsystem_product_info_filter.dylib
    0x7fff301e7000 -     0x7fff301e7fff  com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <8CD6F55A-8E4F-3653-A367-427D0ED3DD16> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff3020e000 -     0x7fff3020efff  com.apple.CoreServices (1122.11 - 1122.11) <E59859C6-7221-3324-BB58-F910B2199959> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff304dc000 -     0x7fff304dcfff  com.apple.Accelerate (1.11 - Accelerate 1.11) <2423F0F6-A3A4-37AB-971E-FCFC7645D282> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff6cb6b000 -     0x7fff6cb71fff  libCoreFSCache.dylib (177.22) <44489BD1-3963-35DF-86F1-DE95778AC0DB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib

External Modification Summary:
  Calls made by other processes targeting this process:
    task_for_pid: 0
    thread_create: 0
    thread_set_state: 0
  Calls made by this process:
    task_for_pid: 0
    thread_create: 0
    thread_set_state: 0
  Calls made by all processes on this machine:
    task_for_pid: 9407
    thread_create: 0
    thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=580.7M resident=0K(0%) swapped_out_or_unallocated=580.7M(100%)
Writable regions: Total=93.4M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=93.4M(100%)

                                VIRTUAL   REGION 
REGION TYPE                        SIZE    COUNT (non-coalesced) 
===========                     =======  ======= 
Kernel Alloc Once                    8K        1 
MALLOC                            74.7M       42 
MALLOC guard page                   16K        4 
MALLOC_LARGE (reserved)           1168K        2         reserved VM address space (unallocated)
STACK GUARD                       56.0M       11 
Stack                             12.6M       11 
VM_ALLOCATE                        2.3G      747 
VM_ALLOCATE (reserved)              64K        1         reserved VM address space (unallocated)
__DATA                            2994K      151 
__DATA_CONST                      6340K       94 
__DATA_DIRTY                       289K       59 
__LINKEDIT                       491.6M        9 
__OBJC_RO                         60.6M        1 
__OBJC_RW                         2449K        2 
__TEXT                            89.1M      149 
__UNICODE                          588K        1 
mapped file                       47.7M      114 
shared memory                        4K        1 
===========                     =======  ======= 
TOTAL                              3.1G     1400 
TOTAL, minus reserved VM space     3.1G     1400 

I am also facing the same issue. What I noticed is that sometimes I get lucky and it works but mostly it's returning the message below.

MSBUILD : error MSB1025: An internal failure occurred while running MSBuild.
System.IO.FileLoadException: Could not load file or assembly 'System.Net.Primitives, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. A device attached to the system is not functioning.
 (0x8007001F)
File name: 'System.Net.Primitives, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
   at System.IO.Pipes.NamedPipeServerStream.SharedServer..ctor(String path, Int32 maxCount)
   at System.IO.Pipes.NamedPipeServerStream.SharedServer.Get(String path, Int32 maxCount)
   at System.IO.Pipes.NamedPipeServerStream.Create(String pipeName, PipeDirection direction, Int32 maxNumberOfServerInstances, PipeTransmissionMode transmissionMode, PipeOptions options, Int32 inBufferSize, Int32 outBufferSize, HandleInheritability inheritability)
   at System.IO.Pipes.NamedPipeServerStream..ctor(String pipeName, PipeDirection direction, Int32 maxNumberOfServerInstances, PipeTransmissionMode transmissionMode, PipeOptions options, Int32 inBufferSize, Int32 outBufferSize)
   at Microsoft.Build.BackEnd.NodeEndpointOutOfProcBase.InternalConstruct(String pipeName)
   at Microsoft.Build.Execution.OutOfProcNode.Run(Boolean enableReuse, Boolean lowPriority, Exception& shutdownException)
   at Microsoft.Build.CommandLine.MSBuildApp.StartLocalNode(CommandLineSwitches commandLineSwitches)
   at Microsoft.Build.CommandLine.MSBuildApp.ProcessCommandLineSwitches(CommandLineSwitches switchesFromAutoResponseFile, CommandLineSwitches switchesNotFromAutoResponseFile, String& projectFile, String[]& targets, String& toolsVersion, Dictionary`2& globalProperties, ILogger[]& loggers, LoggerVerbosity& verbosity, List`1& distributedLoggerRecords, Int32& cpuCount, Boolean& enableNodeReuse, TextWriter& preprocessWriter, TextWriter& targetsWriter, Boolean& detailedSummary, ISet`1& warningsAsErrors, ISet`1& warningsAsMessages, Boolean& enableRestore, Boolean& interactive, ProfilerLogger& profilerLogger, Boolean& enableProfiler, Dictionary`2& restoreProperties, Boolean& isolateProjects, Boolean& graphBuild, String[]& inputResultsCaches, String& outputResultsCache, Boolean& lowPriority, Boolean recursing)
   at Microsoft.Build.CommandLine.MSBuildApp.Execute(String[] commandLine)
Unhandled exception. System.IO.FileLoadException: Could not load file or assembly 'System.Net.Primitives, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. A device attached to the system is not functioning.
 (0x8007001F)
File name: 'System.Net.Primitives, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
   at System.IO.Pipes.NamedPipeServerStream.SharedServer..ctor(String path, Int32 maxCount)
   at System.IO.Pipes.NamedPipeServerStream.SharedServer.Get(String path, Int32 maxCount)
   at System.IO.Pipes.NamedPipeServerStream.Create(String pipeName, PipeDirection direction, Int32 maxNumberOfServerInstances, PipeTransmissionMode transmissionMode, PipeOptions options, Int32 inBufferSize, Int32 outBufferSize, HandleInheritability inheritability)
   at System.IO.Pipes.NamedPipeServerStream..ctor(String pipeName, PipeDirection direction, Int32 maxNumberOfServerInstances, PipeTransmissionMode transmissionMode, PipeOptions options, Int32 inBufferSize, Int32 outBufferSize)
   at Microsoft.Build.BackEnd.NodeEndpointOutOfProcBase.InternalConstruct(String pipeName)
   at Microsoft.Build.Execution.OutOfProcNode.Run(Boolean enableReuse, Boolean lowPriority, Exception& shutdownException)
   at Microsoft.Build.CommandLine.MSBuildApp.StartLocalNode(CommandLineSwitches commandLineSwitches)
   at Microsoft.Build.CommandLine.MSBuildApp.ProcessCommandLineSwitches(CommandLineSwitches switchesFromAutoResponseFile, CommandLineSwitches switchesNotFromAutoResponseFile, String& projectFile, String[]& targets, String& toolsVersion, Dictionary`2& globalProperties, ILogger[]& loggers, LoggerVerbosity& verbosity, List`1& distributedLoggerRecords, Int32& cpuCount, Boolean& enableNodeReuse, TextWriter& preprocessWriter, TextWriter& targetsWriter, Boolean& detailedSummary, ISet`1& warningsAsErrors, ISet`1& warningsAsMessages, Boolean& enableRestore, Boolean& interactive, ProfilerLogger& profilerLogger, Boolean& enableProfiler, Dictionary`2& restoreProperties, Boolean& isolateProjects, Boolean& graphBuild, String[]& inputResultsCaches, String& outputResultsCache, Boolean& lowPriority, Boolean recursing)
   at Microsoft.Build.CommandLine.MSBuildApp.Execute(String[] commandLine)
   at Microsoft.Build.CommandLine.MSBuildApp.Main(String[] args)
Attempting to cancel the build...
MSBUILD : error MSB1025: An internal failure occurred while running MSBuild.
System.IO.FileLoadException: Could not load file or assembly 'System.Net.Primitives, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. A device attached to the system is not functioning.
 (0x8007001F)
File name: 'System.Net.Primitives, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
   at System.IO.Pipes.NamedPipeServerStream.SharedServer..ctor(String path, Int32 maxCount)
   at System.IO.Pipes.NamedPipeServerStream.SharedServer.Get(String path, Int32 maxCount)
   at System.IO.Pipes.NamedPipeServerStream.Create(String pipeName, PipeDirection direction, Int32 maxNumberOfServerInstances, PipeTransmissionMode transmissionMode, PipeOptions options, Int32 inBufferSize, Int32 outBufferSize, HandleInheritability inheritability)
   at System.IO.Pipes.NamedPipeServerStream..ctor(String pipeName, PipeDirection direction, Int32 maxNumberOfServerInstances, PipeTransmissionMode transmissionMode, PipeOptions options, Int32 inBufferSize, Int32 outBufferSize)
   at Microsoft.Build.BackEnd.NodeEndpointOutOfProcBase.InternalConstruct(String pipeName)
   at Microsoft.Build.Execution.OutOfProcNode.Run(Boolean enableReuse, Boolean lowPriority, Exception& shutdownException)
   at Microsoft.Build.CommandLine.MSBuildApp.StartLocalNode(CommandLineSwitches commandLineSwitches)
   at Microsoft.Build.CommandLine.MSBuildApp.ProcessCommandLineSwitches(CommandLineSwitches switchesFromAutoResponseFile, CommandLineSwitches switchesNotFromAutoResponseFile, String& projectFile, String[]& targets, String& toolsVersion, Dictionary`2& globalProperties, ILogger[]& loggers, LoggerVerbosity& verbosity, List`1& distributedLoggerRecords, Int32& cpuCount, Boolean& enableNodeReuse, TextWriter& preprocessWriter, TextWriter& targetsWriter, Boolean& detailedSummary, ISet`1& warningsAsErrors, ISet`1& warningsAsMessages, Boolean& enableRestore, Boolean& interactive, ProfilerLogger& profilerLogger, Boolean& enableProfiler, Dictionary`2& restoreProperties, Boolean& isolateProjects, Boolean& graphBuild, String[]& inputResultsCaches, String& outputResultsCache, Boolean& lowPriority, Boolean recursing)
   at Microsoft.Build.CommandLine.MSBuildApp.Execute(String[] commandLine)
Unhandled exception. System.IO.FileLoadException: Could not load file or assembly 'System.Net.Primitives, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. A device attached to the system is not functioning.
 (0x8007001F)
File name: 'System.Net.Primitives, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
   at System.IO.Pipes.NamedPipeServerStream.SharedServer..ctor(String path, Int32 maxCount)
   at System.IO.Pipes.NamedPipeServerStream.SharedServer.Get(String path, Int32 maxCount)
   at System.IO.Pipes.NamedPipeServerStream.Create(String pipeName, PipeDirection direction, Int32 maxNumberOfServerInstances, PipeTransmissionMode transmissionMode, PipeOptions options, Int32 inBufferSize, Int32 outBufferSize, HandleInheritability inheritability)
   at System.IO.Pipes.NamedPipeServerStream..ctor(String pipeName, PipeDirection direction, Int32 maxNumberOfServerInstances, PipeTransmissionMode transmissionMode, PipeOptions options, Int32 inBufferSize, Int32 outBufferSize)
   at Microsoft.Build.BackEnd.NodeEndpointOutOfProcBase.InternalConstruct(String pipeName)
   at Microsoft.Build.Execution.OutOfProcNode.Run(Boolean enableReuse, Boolean lowPriority, Exception& shutdownException)
   at Microsoft.Build.CommandLine.MSBuildApp.StartLocalNode(CommandLineSwitches commandLineSwitches)
   at Microsoft.Build.CommandLine.MSBuildApp.ProcessCommandLineSwitches(CommandLineSwitches switchesFromAutoResponseFile, CommandLineSwitches switchesNotFromAutoResponseFile, String& projectFile, String[]& targets, String& toolsVersion, Dictionary`2& globalProperties, ILogger[]& loggers, LoggerVerbosity& verbosity, List`1& distributedLoggerRecords, Int32& cpuCount, Boolean& enableNodeReuse, TextWriter& preprocessWriter, TextWriter& targetsWriter, Boolean& detailedSummary, ISet`1& warningsAsErrors, ISet`1& warningsAsMessages, Boolean& enableRestore, Boolean& interactive, ProfilerLogger& profilerLogger, Boolean& enableProfiler, Dictionary`2& restoreProperties, Boolean& isolateProjects, Boolean& graphBuild, String[]& inputResultsCaches, String& outputResultsCache, Boolean& lowPriority, Boolean recursing)
   at Microsoft.Build.CommandLine.MSBuildApp.Execute(String[] commandLine)
   at Microsoft.Build.CommandLine.MSBuildApp.Main(String[] args)
  • MSBuild version
    Microsoft (R) Build Engine version 16.6.0 for Mono
    Copyright (C) Microsoft Corporation. All rights reserved.
    16.6.0.22901

  • Dotnet version
    5.0.103

  • OS
    Mac OS Big Sur 11.2.1 (20D74)

  • Mono version
    Mono JIT compiler version 6.10.0.104 (2019-12/5d03a6fe116 Wed Apr 29 20:51:09 EDT 2020)
    Copyright (C) 2002-2014 Novell, Inc, Xamarin Inc and Contributors. www.mono-project.com
    TLS:
    SIGSEGV: altstack
    Notification: kqueue
    Architecture: amd64
    Disabled: none
    Misc: softdebug
    Interpreter: yes
    LLVM: yes(610)
    Suspend: hybrid
    GC: sgen (concurrent by default)

I have also had this happen several times in various scenarios on macOS 11 (currently running 11.2.1). Most recently, I was trying to run dotnet ef migrations add. I got the usual Build started… and Build Succeeded messages, then the error System.IO.FileLoadException: Could not load file or assembly 'System.Net.Primitives, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. A device attached to the system is not functioning.

I rebooted, because this worked sometimes in the past, but no help. I then re-ran the 5.0.103 SDK installer, and the problem seems to be resolved. Makes me wonder if there's something that gets reset in the macOS Gatekeeper metadata for some library or something inside dotnet and the reinstallation gets those files back to a blessed state.

Nope, reinstalling wasn't a fix, it was just a coincidence. I get this error probably 50 times a day, and the only thing that reliably works is just retrying the operation until it doesn't fail. For example, I usually takes 5-10 tries before launching a web app actually works. And I'm trying to add a migration again right now and it finally succeeded on the third try.

$ dotnet ef migrations add OrderDetailQuantityBackordered --context ApplicationDbContext
Build started...
Unhandled exception. Microsoft.Build.BackEnd.NodeFailedToLaunchException: Could not load file or assembly 'System.Net.Primitives, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. A device attached to the system is not functioning.
 (0x8007001F)
 ---> System.IO.FileLoadException: Could not load file or assembly 'System.Net.Primitives, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. A device attached to the system is not functioning.
 (0x8007001F)
File name: 'System.Net.Primitives, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
   at System.Diagnostics.Process.OpenStream(Int32 fd, FileAccess access)
   at System.Diagnostics.Process.StartCore(ProcessStartInfo startInfo)
   at System.Diagnostics.Process.Start()
   at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
   at Microsoft.Build.BackEnd.NodeProviderOutOfProcBase.LaunchNode(String msbuildLocation, String commandLineArgs)
   --- End of inner exception stack trace ---
   at Microsoft.Build.CommandLine.MSBuildApp.BuildProject(String projectFile, String[] targets, String toolsVersion, Dictionary`2 globalProperties, Dictionary`2 restoreProperties, ILogger[] loggers, LoggerVerbosity verbosity, DistributedLoggerRecord[] distributedLoggerRecords, Int32 cpuCount, Boolean enableNodeReuse, TextWriter preprocessWriter, TextWriter targetsWriter, Boolean detailedSummary, ISet`1 warningsAsErrors, ISet`1 warningsAsMessages, Boolean enableRestore, ProfilerLogger profilerLogger, Boolean enableProfiler, Boolean interactive, Boolean isolateProjects, Boolean graphBuild, Boolean lowPriority, String[] inputResultsCaches, String outputResultsCache)
   at Microsoft.Build.CommandLine.MSBuildApp.Execute(String[] commandLine)
   at Microsoft.Build.CommandLine.MSBuildApp.Main(String[] args)
Build failed.

This is being caused, in my case, by "Real Time Protection" setting on Microsoft Defender ATP running on Mac OS Big Sur 11.2.1. When I turn that setting off, it works. If I turn it back on, MSBuild starts crashing with the following error:
MSBUILD : error MSB1025: An internal failure occurred while running MSBuild. Microsoft.Build.BackEnd.NodeFailedToLaunchException: Could not load file or assembly 'System.Net.Primitives, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. A device attached to the system is not functioning. (0x8007001F)

I have added /usr/local/share/dotnet folder to the exception list, but that did not help...

This needs to be treated as a critical issue since removing anti-virus is not an option in the corporate world.

UPDATE: Adding the source code folder to the Microsoft Defender exception list might have helped. Will update here after I watch it a bit.

I had my source folder already in exclusions, but also started getting the issue. I also have defender ATP running. However, I only have it once every 4 or 5 builds. I added msbuild as process to the exclusions list and that seems to do the trick.

I have added both MSBuild and Dotnet executables to the MS Defender ATP exception list - hopefully this will address the issue.

This doesn't look actionable from MSBuild perspective. The Mono assembly loader appears to have a problem with anti-virus software on the machine.

I have created https://github.com/mono/mono/issues/20878 and tagged you all there.

Unfortunately, for me, the only solution was to downgrade (painfully) back to Mac OS X Catalina. Disabling real-time scanning in a corporate environment is not an option. This really needs to be resolved ASAP....it is not just a Mono issue...happens with regular Dotnet also. Something that MSBuild does causes all anti-virus software to freak out!

cc/- @ladipro

Was this page helpful?
0 / 5 - 0 ratings