steven-michaud / PatchBug1576767

Proof of concept workaround for Mozilla bug 1576767

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Similar problem in another application

MrKepzie opened this issue · comments

Hi, been stumbling into similar crashes as reported in https://bugzilla.mozilla.org/show_bug.cgi?id=1576767
but with an application we develop internally.
I was wondering if this kext has been tested on Big Sur ? I see this filters out at the start of the extension for Catalina only

The exact area mentioned in the patch was indeed fixed in macOS 11.1 at least. However, I continue to observe the exact same memory leak issue in many applications including Mozilla Firefox and Safari as well as visual glitches, so this fix is not the only thing necessary.

2020-12-30 02:16:38.819942+0300 0x324      Fault       0x0                  0      0    kernel: (IOAcceleratorFamily2) bool IOGraphicsAccelerator2::freeToPrepareMapping(IOAccelMemoryMap *): failed to wire down system map <private>. needed 74518528, used 119324672, size 11811160064 bytes.
2020-12-30 02:16:38.819944+0300 0x324      Fault       0x0                  0      0    kernel: (IOAcceleratorFamily2) IOAccelMemoryMap *IOAccelResource2::prepareBackingInTaskWithOption(IOAccelTask *, uint32_t): failed to wire down mapping <private>.
2020-12-30 02:16:38.898782+0300 0x324      Fault       0x0                  0      0    kernel: (IOAcceleratorFamily2) bool IOGraphicsAccelerator2::freeToPrepareMapping(IOAccelMemoryMap *): failed to wire down system map <private>. needed 74518528, used 109797376, size 11811160064 bytes.
2020-12-30 02:16:38.898784+0300 0x324      Fault       0x0                  0      0    kernel: (IOAcceleratorFamily2) IOAccelMemoryMap *IOAccelResource2::prepareBackingInTaskWithOption(IOAccelTask *, uint32_t): failed to wire down mapping <private>.
2020-12-30 02:16:38.908830+0300 0x324      Fault       0x0                  0      0    kernel: (IOAcceleratorFamily2) bool IOGraphicsAccelerator2::freeToPrepareMapping(IOAccelMemoryMap *): failed to wire down system map <private>. needed 74518528, used 109694976, size 11811160064 bytes.
2020-12-30 02:16:38.908832+0300 0x324      Fault       0x0                  0      0    kernel: (IOAcceleratorFamily2) IOAccelMemoryMap *IOAccelResource2::prepareBackingInTaskWithOption(IOAccelTask *, uint32_t): failed to wire down mapping <private>.
2020-12-30 02:16:38.908962+0300 0x141649   Error       0x0                  135    0    WindowServer: (Metal) Execution of the command buffer was aborted due to an error during execution. <private>
2020-12-30 02:16:38.908993+0300 0x141649   Error       0x0                  135    0    WindowServer: (Metal) Execution of the command buffer was aborted due to an error during execution. <private>
2020-12-30 02:16:38.908995+0300 0x141649   Error       0x0                  135    7    WindowServer: (SkyLight) [com.apple.SkyLight:default] Detected command buffer completion failure.  Error code = 0x1
2020-12-30 02:16:38.908996+0300 0x141649   Default     0x0                  135    7    WindowServer: (SkyLight) [com.apple.SkyLight:default] Flushing display space to aid GPU restart recovery.
2020-12-30 02:16:38.909015+0300 0x141649   Error       0x0                  135    0    WindowServer: (QuartzCore) [com.apple.coreanimation:Metal] MTLCommandBuffer 0x7fbef11d1200, protection 0x0, label (null), error = Internal Error (IOAF code -536870211)
2020-12-30 02:16:38.914497+0300 0x324      Default     0x0                  135    0    WindowServer: (FuseBoardServices) [com.apple.FuseBoard:SkyBridge] <private> updated window 3711 from "visible" to "occluded".
2020-12-30 02:16:39.195415+0300 0x324      Fault       0x0                  0      0    kernel: (IOAcceleratorFamily2) bool IOGraphicsAccelerator2::freeToPrepareMapping(IOAccelMemoryMap *): failed to wire down system map <private>. needed 74518528, used 109862912, size 11811160064 bytes.
2020-12-30 02:16:39.195417+0300 0x324      Fault       0x0                  0      0    kernel: (IOAcceleratorFamily2) IOAccelMemoryMap *IOAccelResource2::prepareBackingInTaskWithOption(IOAccelTask *, uint32_t): failed to wire down mapping <private>.
2020-12-30 02:16:39.209739+0300 0x324      Fault       0x0                  0      0    kernel: (IOAcceleratorFamily2) bool IOGraphicsAccelerator2::freeToPrepareMapping(IOAccelMemoryMap *): failed to wire down system map <private>. needed 74518528, used 109694976, size 11811160064 bytes.
2020-12-30 02:16:39.209741+0300 0x324      Fault       0x0                  0      0    kernel: (IOAcceleratorFamily2) IOAccelMemoryMap *IOAccelResource2::prepareBackingInTaskWithOption(IOAccelTask *, uint32_t): failed to wire down mapping <private>.
2020-12-30 02:16:39.217157+0300 0x324      Fault       0x0                  0      0    kernel: (IOAcceleratorFamily2) bool IOGraphicsAccelerator2::freeToPrepareMapping(IOAccelMemoryMap *): failed to wire down system map <private>. needed 74518528, used 109694976, size 11811160064 bytes.
2020-12-30 02:16:39.217158+0300 0x324      Fault       0x0                  0      0    kernel: (IOAcceleratorFamily2) IOAccelMemoryMap *IOAccelResource2::prepareBackingInTaskWithOption(IOAccelTask *, uint32_t): failed to wire down mapping <private>.
2020-12-30 02:16:39.217231+0300 0x141649   Error       0x0                  135    0    WindowServer: (Metal) Execution of the command buffer was aborted due to an error during execution. <private>
2020-12-30 02:16:39.217263+0300 0x141649   Error       0x0                  135    0    WindowServer: (Metal) Execution of the command buffer was aborted due to an error during execution. <private>
2020-12-30 02:16:39.217265+0300 0x141649   Error       0x0                  135    7    WindowServer: (SkyLight) [com.apple.SkyLight:default] Detected command buffer completion failure.  Error code = 0x1
2020-12-30 02:16:39.217266+0300 0x141649   Default     0x0                  135    7    WindowServer: (SkyLight) [com.apple.SkyLight:default] Flushing display space to aid GPU restart recovery.
2020-12-30 02:16:39.217278+0300 0x141649   Error       0x0                  135    0    WindowServer: (QuartzCore) [com.apple.coreanimation:Metal] MTLCommandBuffer 0x7fbf24e20800, protection 0x0, label (null), error = Internal Error (IOAF code -536870211)
2020

com.apple.WebKit.WebContent_2020-12-30-013643_plumeria-2.crash.zip

Ok, I can somewhat easily confirm that this is a memory leak issue in the AMD Radeon GPU driver consistently reproducible on both Catalina and Big Sur, despite Big Sur addressing the mapVA bug found by @steven-michaud. On Radeon Ellesmere (e.g. 570, 580, 590) the problem does exist, while on Radeon Baffin (e.g. 560) the problem does not exist.

To reproduce the problem one can open Firefox or Safari and around 5 tabs with the automatically refreshing WebGL test from this attachment: bomb.zip

Then monitor the free video memory with this tool, by running it with -l argument to cause automatic updates every second: gpuinfo.zip (src).

After around 5 minutes of running the test one will see that on the unaffected GPU (i.e. 560) the free video RAM will not decrease like at all, while on an affected GPU (i.e. 580 or 590) video RAM will noticeably decrease by over 100 MBs. This decrease will consistently not recover upon closing Firefox (Safari), i.e. comparing the free VRAM before opening the browser and firing the tests and after running them and closing the browser makes the leak plain obvious. Eventually the amount of leaked and not freed memory will lead to page crashes and/or overall user interface instability.

I haven't done anything on this project for quite a while. But just now I checked the machine code for AMDRadeonX4000_AMDHWVMContext::mapVA() and AMDRadeonX4000_AMDHWVMContext::unmapVA() from macOS 11.1, and yes, the bug I reported to Apple does seem to be fixed there. It's not fixed on macOS 10.15, even in the latest update (10.15.7 build 19H114).

Sometime in the last couple of months the status of my bug report to Apple changed from "Open" to "Potential fix identified - For a future OS update". That's still where it is. At some point Apple will presumably change it to "Fixed".

No, my PatchBug1576767 kext doesn't support macOS 11. And now there no longer seems to be any reason to add support. Software like this works at a very low level, in code that's entirely undocumented. It will generally work fine in subsequent minor updates. But the next major macOS update will very likely break it. So I always limit support to those major versions of macOS on which I've tested.

I suspect the bug @vit9696 reports is unrelated to the one I found (though "his" leaks could trigger "my" crashes). I'll look into it when I get a chance, but I'm not sure how long that'll be.

I just double-checked, and confirmed that Apple's AMDRadeon bug isn't fixed in macOS 11.0.1 (build 20B29). So macOS 11.1 is indeed the version where the fix first appeared.

@steven-michaud I'm currently on 11.3 Beta (20E5210c) and still seemingly able to reproduce this bug in our OpenGL application. How are you confirming that it has been fixed, out of curiosity?

I'm tracking this issue intently because when it occurs there's a high likelihood of my whole system hard locking (due to a watchdog timeout).

Process:               dotnet [88315]
Path:                  /usr/local/share/dotnet/dotnet
Identifier:            dotnet
Version:               0
Code Type:             X86-64 (Native)
Parent Process:        rider [81677]
Responsible:           rider [81677]
User ID:               501

Date/Time:             2021-04-23 15:02:19.954 +0900
OS Version:            macOS 11.3 (20E5210c)
Report Version:        12
Bridge OS Version:     5.3 (18P54554a)
Anonymous UUID:        D147D668-CF9C-ADAF-EF93-126146454D77


Time Awake Since Boot: 160000 seconds

System Integrity Protection: disabled

Crashed Thread:        50

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

Application Specific Information:
abort() called
�

Application Specific Signatures:
Graphics kernel error: 0xfffffffc


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

...

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

...

Thread 50 crashed with X86 Thread State (64-bit):
  rax: 0x0000000000000000  rbx: 0x000070000abfb000  rcx: 0x000070000abfa048  rdx: 0x0000000000000000
  rdi: 0x0000000000010a03  rsi: 0x0000000000000006  rbp: 0x000070000abfa070  rsp: 0x000070000abfa048
   r8: 0x000070000abf9e50   r9: 0x0000000000000080  r10: 0x000070000abfb000  r11: 0x0000000000000246
  r12: 0x0000000000010a03  r13: 0x000070000abfa360  r14: 0x0000000000000006  r15: 0x0000000000000016
  rip: 0x00007fff206dd946  rfl: 0x0000000000000246  cr2: 0x00007fff82f38190
  
Logical CPU:     0
Error Code:      0x02000148
Trap Number:     133

Thread 50 instruction stream not available.

Thread 50 last branch register state not available.


Binary Images:
       0x107437000 -        0x107443fff +dotnet (0) <23377312-A7DE-3C6C-BCCD-CC68DA1B1898> /usr/local/share/dotnet/dotnet
       0x1074a8000 -        0x1074effff +libhostfxr.dylib (0) <653FF132-9DA2-3069-A0E7-A7D560FE8F60> /usr/local/share/dotnet/host/fxr/5.0.5/libhostfxr.dylib
       0x107517000 -        0x107557fff +libhostpolicy.dylib (0) <1B9C5F94-DE1B-3358-BED1-77BE37D96E9E> /usr/local/share/dotnet/shared/Microsoft.NETCore.App/5.0.5/libhostpolicy.dylib
       0x107581000 -        0x107a92fff +libcoreclr.dylib (0) <45CA4981-83EA-36FE-AF0F-AE1ED72C5A8F> /usr/local/share/dotnet/shared/Microsoft.NETCore.App/5.0.5/libcoreclr.dylib
       0x10812c000 -        0x10833cfff +libclrjit.dylib (0) <88B5B360-0B63-36EC-A339-814F9F87C13D> /usr/local/share/dotnet/shared/Microsoft.NETCore.App/5.0.5/libclrjit.dylib
       0x10900c000 -        0x109016fff +libSystem.Native.dylib (0) <F8C7D204-68E2-3955-8E76-D143770F4510> /usr/local/share/dotnet/shared/Microsoft.NETCore.App/5.0.5/libSystem.Native.dylib
       0x10afff000 -        0x10b002fff  CoreFoundation.dylib (121.40.1) <13022288-C9AA-31AC-B586-7C25B9ED786A> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/Resources/BridgeSupport/CoreFoundation.dylib
       0x10b1b2000 -        0x10b1c1fff  libobjc-trampolines.dylib (824) <EC12754A-F55D-3556-9F6D-4F0C75454D9C> /usr/lib/libobjc-trampolines.dylib
       0x10b24a000 -        0x10b365fff +libSDL2.dylib (0) <DF62F428-9CEA-3DF6-97A7-B8B260CF9B3A> /Users/USER/*/libSDL2.dylib
       0x10d8e0000 -        0x10d8f7fff  com.apple.iokit.IOHIDLib (2.0.0 - 2.0.0) <9CD90DC5-1EDB-3BA2-BF64-2D3A6B5BA6C0> /System/Library/Extensions/IOHIDFamily.kext/Contents/PlugIns/IOHIDLib.plugin/Contents/MacOS/IOHIDLib
       0x10da0a000 -        0x10da45fff +libbass.dylib (1) /Users/USER/*/libbass.dylib
       0x10dace000 -        0x10dad1fff  CoreMIDI.dylib (121.40.1) <5F9094AF-3AE7-3B70-94BF-9E526D08A70A> /System/Library/Frameworks/CoreMIDI.framework/Versions/A/Resources/BridgeSupport/CoreMIDI.dylib
       0x10e8c5000 -        0x10e9c8fff  com.apple.AMDRadeonX4000GLDriver (4.4.17 - 4.0.4) <C682E87B-1F57-3150-97B0-893A35EB5F5E> /System/Library/Extensions/AMDRadeonX4000GLDriver.bundle/Contents/MacOS/AMDRadeonX4000GLDriver
       0x10ead4000 -        0x10eadbfff  com.apple.audio.AppleGFXHDAHALPlugIn (100.1.433 - 100.1.433) <C33782F3-939B-3687-A546-8F284839909B> /System/Library/Extensions/AppleGFXHDA.kext/Contents/PlugIns/AppleGFXHDAHALPlugIn.bundle/Contents/MacOS/AppleGFXHDAHALPlugIn
       0x10eb1a000 -        0x10eb20fff +libSystem.Security.Cryptography.Native.Apple.dylib (0) <9655210A-2E9D-38BF-8480-333F75A0CA3F> /usr/local/share/dotnet/shared/Microsoft.NETCore.App/5.0.5/libSystem.Security.Cryptography.Native.Apple.dylib
       0x10ec78000 -        0x10ed53fff +libSystem.IO.Compression.Native.dylib (0) <CE4BEBFE-29AB-31A3-B879-EB04132C0AD8> /usr/local/share/dotnet/shared/Microsoft.NETCore.App/5.0.5/libSystem.IO.Compression.Native.dylib
       0x113345000 -        0x1134aefff +libe_sqlite3.dylib (0) <5791B593-F83E-375A-AF24-9503C1BA0098> /Users/USER/*/libe_sqlite3.dylib
       0x113542000 -        0x113575fff +libstbi.dylib (0) <01E86FA5-77F8-3C65-814F-1915F67FF4D5> /Users/USER/*/libstbi.dylib
       0x11377f000 -        0x113793fff +libbass_fx.dylib (1) <C9BBC72D-6FCE-3CC6-A5C9-C19C6BBD41D3> /Users/USER/*/libbass_fx.dylib
       0x114707000 -        0x1147a2fff  dyld (851.27) <341E1FA1-61C0-3F67-AA6E-68B080B95D18> /usr/lib/dyld
       0x1b88cb000 -        0x1b8eaafff  com.apple.audio.codecs.Components (7.0 - 7.0) <7EA00175-E4CD-380C-9938-8C083A7C3E63> /System/Library/Components/AudioCodecs.component/Contents/MacOS/AudioCodecs
    0x7fff20444000 -     0x7fff20445fff  libsystem_blocks.dylib (79) <B076FFEF-ADD9-3C90-B971-C527B50B3B87> /usr/lib/system/libsystem_blocks.dylib
    0x7fff20446000 -     0x7fff2047bfff  libxpc.dylib (2038.100.48) <CCCB0ED4-DC4E-371B-B964-BD173DD3D68C> /usr/lib/system/libxpc.dylib
    0x7fff2047c000 -     0x7fff20493fff  libsystem_trace.dylib (1277.100.21) <FE97336D-E516-3E74-812F-8C197E4B9018> /usr/lib/system/libsystem_trace.dylib
    0x7fff20494000 -     0x7fff20531fff  libcorecrypto.dylib (1000.100.38) <F23399A9-9842-3E6E-993C-9956FE6A6701> /usr/lib/system/libcorecrypto.dylib
    0x7fff20532000 -     0x7fff2055efff  libsystem_malloc.dylib (317.100.9) <5AE5432F-56C7-3CD6-AC15-0984A06D98F9> /usr/lib/system/libsystem_malloc.dylib
    0x7fff2055f000 -     0x7fff205a3fff  libdispatch.dylib (1271.100.5) <B0D3B493-CD4D-367C-BE30-3347E3EC40DB> /usr/lib/system/libdispatch.dylib
    0x7fff205a4000 -     0x7fff205ddfff  libobjc.A.dylib (824) <B96EE933-7F66-3766-BA8C-A0460F9549CF> /usr/lib/libobjc.A.dylib
    0x7fff205de000 -     0x7fff205e0fff  libsystem_featureflags.dylib (28.60.1) <31EC1D5C-D00E-30B9-9150-C67EBEB73AAD> /usr/lib/system/libsystem_featureflags.dylib
    0x7fff205e1000 -     0x7fff20669fff  libsystem_c.dylib (1439.100.3) <86C36095-98E6-3DAB-9F39-809096CEC23C> /usr/lib/system/libsystem_c.dylib
    0x7fff2066a000 -     0x7fff206bffff  libc++.1.dylib (905.6) <A149473B-A2BF-318D-8AD5-229A1F2619F8> /usr/lib/libc++.1.dylib
    0x7fff206c0000 -     0x7fff206d5fff  libc++abi.dylib (905.6) <0E137B9A-B841-3360-B183-539C7306C4DC> /usr/lib/libc++abi.dylib
    0x7fff206d6000 -     0x7fff20705fff  libsystem_kernel.dylib (7195.101.1) <FAF9E066-C6A2-36A7-94D6-3D2E566D0F9C> /usr/lib/system/libsystem_kernel.dylib
    0x7fff20706000 -     0x7fff20711fff  libsystem_pthread.dylib (454.100.8) <F33FF9C7-08A4-3EBA-A3E7-042288C3644D> /usr/lib/system/libsystem_pthread.dylib
    0x7fff20712000 -     0x7fff2074dfff  libdyld.dylib (851.27) <D2B55D2B-3052-342C-BA56-DCD56D37AEDF> /usr/lib/system/libdyld.dylib
    0x7fff2074e000 -     0x7fff20757fff  libsystem_platform.dylib (254.80.2) <FC46550F-C6B9-3F62-9855-8E5EC7B7E282> /usr/lib/system/libsystem_platform.dylib
    0x7fff20758000 -     0x7fff20783fff  libsystem_info.dylib (542.40.3) <BA648128-658C-3CC6-93EC-10CE81F81018> /usr/lib/system/libsystem_info.dylib
    0x7fff20784000 -     0x7fff20c21fff  com.apple.CoreFoundation (6.9 - 1775.118.100) <AD2F36D4-CD73-3680-A4C7-9A60DA05D2B8> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff20c22000 -     0x7fff20e54fff  com.apple.LaunchServices (1122.33 - 1122.33) <BCDDA8FE-01F1-3A5C-9657-5660B8AA7B88> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fff20e55000 -     0x7fff20f28fff  com.apple.gpusw.MetalTools (1.0 - 1) <E6102B43-1102-33BB-8967-ABA90D9EDD3F> /System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/MetalTools
    0x7fff20f29000 -     0x7fff21185fff  libBLAS.dylib (1336.100.2) <A37D06FD-6E49-3CD3-82AD-4E997F20AF5D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff21186000 -     0x7fff211d2fff  com.apple.Lexicon-framework (1.0 - 86.1) <FAE3C877-EB05-3509-86D2-9781D7E94E12> /System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon
    0x7fff211d3000 -     0x7fff21241fff  libSparse.dylib (106) <2E4E9E6D-C791-3043-ACFA-EDE97D6C023C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib
    0x7fff21242000 -     0x7fff212bffff  com.apple.SystemConfiguration (1.20 - 1.20) <F8598F7F-2166-3E77-84D4-652536594B36> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff212c0000 -     0x7fff212f4fff  libCRFSuite.dylib (50) <6FD7DEBA-60B8-3BF2-9AEA-8270331E1CA6> /usr/lib/libCRFSuite.dylib
    0x7fff212f5000 -     0x7fff2152dfff  libmecabra.dylib (929.9) <350DA2A0-CBEB-3A0B-B902-0A19FB15E6E9> /usr/lib/libmecabra.dylib
    0x7fff2152e000 -     0x7fff2188bfff  com.apple.Foundation (6.9 - 1775.118.100) <F96AD44D-6F16-32F9-98D2-4ADA21F7F3E3> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff2188c000 -     0x7fff21974fff  com.apple.LanguageModeling (1.0 - 247.3) <C08F508C-230F-38AD-B734-523796321EE0> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
    0x7fff21975000 -     0x7fff21aabfff  com.apple.CoreDisplay (236.4 - 236.4) <25621CEE-FF92-35C3-8C44-A9ED402EA137> /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
    0x7fff21aac000 -     0x7fff21d16fff  com.apple.audio.AudioToolboxCore (1.0 - 1180.90) <A3F1A561-8392-31F9-8ED6-D84BDEFC13AE> /System/Library/PrivateFrameworks/AudioToolboxCore.framework/Versions/A/AudioToolboxCore
    0x7fff21d17000 -     0x7fff21efbfff  com.apple.CoreText (677.4.0.4 - 677.4.0.4) <5DD2DEDD-C256-3A06-BD18-09AC5F75DD1A> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff21efc000 -     0x7fff2258cfff  com.apple.audio.CoreAudio (5.0 - 5.0) <D05404AB-83B4-3565-8246-D159B7CE7461> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff2258d000 -     0x7fff228e1fff  com.apple.security (7.0 - 59754.100.106) <6E05CEB6-9030-3340-B2FE-83CA2AB63A5D> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff228e2000 -     0x7fff22b41fff  libicucore.A.dylib (66112) <906FFFE4-A43A-3307-9829-1F05B5DDD89B> /usr/lib/libicucore.A.dylib
    0x7fff22b42000 -     0x7fff22b4bfff  libsystem_darwin.dylib (1439.100.3) <EC45ADFE-D6C0-363F-B307-F81CCF47BA3C> /usr/lib/system/libsystem_darwin.dylib
    0x7fff22b4c000 -     0x7fff22e37fff  com.apple.CoreServices.CarbonCore (1307.2 - 1307.2) <076E293E-BAF3-3E43-98BA-81A71A63DD6E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fff22e38000 -     0x7fff22e76fff  com.apple.CoreServicesInternal (476.1 - 476.1) <C504336F-A6BE-3D46-8FDF-548CBF8FE768> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
    0x7fff22e77000 -     0x7fff22eb1fff  com.apple.CSStore (1122.33 - 1122.33) <BDE7A5A3-5812-3F7D-9D87-565A258B580E> /System/Library/PrivateFrameworks/CoreServicesStore.framework/Versions/A/CoreServicesStore
    0x7fff22eb2000 -     0x7fff22f60fff  com.apple.framework.IOKit (2.0.2 - 1845.100.19) <82468A93-38E7-347F-82FA-942E112A5420> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff22f61000 -     0x7fff22f6cfff  libsystem_notify.dylib (279.40.4) <A0289A8A-BBB5-33EE-A61A-13D198082531> /usr/lib/system/libsystem_notify.dylib
    0x7fff22f6d000 -     0x7fff22fbafff  libsandbox.1.dylib (1441.101.1) <76C0D714-84F0-3B11-B37E-E125D6FCB055> /usr/lib/libsandbox.1.dylib
    0x7fff22fbb000 -     0x7fff23d01fff  com.apple.AppKit (6.9 - 2022.44.149) <ABEAD5D1-1B5D-3CD0-8AEA-F00F6305E354> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff23d02000 -     0x7fff23f50fff  com.apple.UIFoundation (1.0 - 728.6) <36B60A47-782A-31DA-B95F-6E0A610EC661> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
    0x7fff23f51000 -     0x7fff23f63fff  com.apple.UniformTypeIdentifiers (636.8 - 636.8) <E0A76E9A-A441-3A34-89E8-04E2092AAB23> /System/Library/Frameworks/UniformTypeIdentifiers.framework/Versions/A/UniformTypeIdentifiers
    0x7fff23f64000 -     0x7fff240eefff  com.apple.desktopservices (1.19 - 1346.4.7) <325D9C65-2609-343D-8A74-3098694F26DF> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fff243ce000 -     0x7fff24a4dfff  libnetwork.dylib (2288.100.111) <CE3E0DC6-88AA-3504-B8DE-7B2F6A355A3A> /usr/lib/libnetwork.dylib
    0x7fff24a4e000 -     0x7fff24eecfff  com.apple.CFNetwork (1237 - 1237) <55822F1D-7D6E-31D9-B586-426288DB374B> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff24eed000 -     0x7fff24efbfff  libsystem_networkextension.dylib (1295.101.1) <0B4EA6E5-4CD7-3134-A444-4A423E34D07C> /usr/lib/system/libsystem_networkextension.dylib
    0x7fff24efc000 -     0x7fff24efcfff  libenergytrace.dylib (22.100.1) <89E57D43-034A-3F7B-B83C-57473814A568> /usr/lib/libenergytrace.dylib
    0x7fff24efd000 -     0x7fff24f59fff  libMobileGestalt.dylib (978.100.37) <8C39A3BE-95E5-33EE-BEFB-98E499EF5195> /usr/lib/libMobileGestalt.dylib
    0x7fff24f5a000 -     0x7fff24f70fff  libsystem_asl.dylib (385) <0F9DB2F8-3BD0-3E15-95C7-26E8408B1872> /usr/lib/system/libsystem_asl.dylib
    0x7fff24f71000 -     0x7fff24f88fff  com.apple.TCC (1.0 - 1) <D5FEC547-7322-3A83-96A7-B9986549E530> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fff24f89000 -     0x7fff252ecfff  com.apple.SkyLight (1.600.0 - 584) <8BAB5C3A-B95B-3E1B-BE1B-0D06F273483A> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
    0x7fff252ed000 -     0x7fff25976fff  com.apple.CoreGraphics (2.0 - 1463.4.2) <608B16FD-DA5B-33CE-B42E-8088BA413273> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff25977000 -     0x7fff25a6dfff  com.apple.ColorSync (4.13.0 - 3473.4.2) <C07BAF7A-BFFF-312B-95F8-DBD8DDBA55BE> /System/Library/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fff25a6e000 -     0x7fff25ac9fff  com.apple.HIServices (1.22 - 715) <1DE200CF-E078-3F51-8946-ADF4643075F0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fff25e70000 -     0x7fff2628ffff  com.apple.CoreData (120 - 1048) <2FF28605-3EC1-3718-B332-F70D1DD7B011> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff26290000 -     0x7fff262a5fff  com.apple.ProtocolBuffer (1 - 285.24.10.20.1) <001C1739-C2EC-375A-8B0D-6921BE488591> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
    0x7fff262a6000 -     0x7fff26459fff  libsqlite3.dylib (321.3) <D6BD9D45-68AB-3D8B-B765-4B1160515DA0> /usr/lib/libsqlite3.dylib
    0x7fff2645a000 -     0x7fff264d6fff  com.apple.Accounts (113 - 113) <BB220B5D-030D-3BA6-844E-70645CE8B4A6> /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts
    0x7fff264d7000 -     0x7fff264eefff  com.apple.commonutilities (8.0 - 900) <EF3BD931-FE49-3066-9245-649FB5DFD031> /System/Library/PrivateFrameworks/CommonUtilities.framework/Versions/A/CommonUtilities
    0x7fff264ef000 -     0x7fff2656efff  com.apple.BaseBoard (526 - 526) <113B2D34-024B-3D8D-8613-A4C78995DED1> /System/Library/PrivateFrameworks/BaseBoard.framework/Versions/A/BaseBoard
    0x7fff2656f000 -     0x7fff265b7fff  com.apple.RunningBoardServices (1.0 - 505.100.7.0.1) <B32A2A46-8CD5-3CA8-B2E4-64C717F36E75> /System/Library/PrivateFrameworks/RunningBoardServices.framework/Versions/A/RunningBoardServices
    0x7fff265b8000 -     0x7fff2662cfff  com.apple.AE (918.4 - 918.4) <903E981C-2FAD-374C-AF4C-E9A36EF1ACA3> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff2662d000 -     0x7fff26633fff  libdns_services.dylib (1310.100.10) <E6209F7C-E3CE-319F-8233-DAFA36B3AE0A> /usr/lib/libdns_services.dylib
    0x7fff26634000 -     0x7fff2663bfff  libsystem_symptoms.dylib (1431.100.22) <ED837A9A-24C2-3093-9A7C-499D401F840A> /usr/lib/system/libsystem_symptoms.dylib
    0x7fff2663c000 -     0x7fff267c0fff  com.apple.Network (1.0 - 1) <F462ADA5-5325-37E8-B49B-12C34670374F> /System/Library/Frameworks/Network.framework/Versions/A/Network
    0x7fff267c1000 -     0x7fff267f0fff  com.apple.analyticsd (1.0 - 1) <AC180844-3FC5-3870-BE2B-163D69517227> /System/Library/PrivateFrameworks/CoreAnalytics.framework/Versions/A/CoreAnalytics
    0x7fff267f1000 -     0x7fff267f3fff  libDiagnosticMessagesClient.dylib (112) <C1CF7607-706F-3F7A-B53F-1D32FEC8D7B8> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff267f4000 -     0x7fff26840fff  com.apple.spotlight.metadata.utilities (1.0 - 2150.16) <521FC098-8BAA-3596-A86D-3E5624C4376F> /System/Library/PrivateFrameworks/MetadataUtilities.framework/Versions/A/MetadataUtilities
    0x7fff26841000 -     0x7fff268dbfff  com.apple.Metadata (10.7.0 - 2150.16) <18E0027E-2192-335D-ACA2-0950133F96B6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fff268dc000 -     0x7fff268e2fff  com.apple.DiskArbitration (2.7 - 2.7) <F962A141-1FA6-3D67-94D2-932F87C6BE4B> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff268e3000 -     0x7fff26f4afff  com.apple.vImage (8.1 - 544.4) <2610F610-6B3D-3715-9A98-7AA4B708AC5E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff26f4b000 -     0x7fff27227fff  com.apple.QuartzCore (1.11 - 927.16) <4527FAF0-F2DE-36B9-9C88-F1CB9DDEB0D8> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff27228000 -     0x7fff27269fff  libFontRegistry.dylib (309) <DCA087CF-AE1B-3203-8E71-EB93ADA06B2B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff2726a000 -     0x7fff273aafff  com.apple.coreui (2.1 - 691.3) <654E9210-020B-3A37-85EA-6C494EDA1646> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff273ab000 -     0x7fff27496fff  com.apple.ViewBridge (553.1 - 553.1) <2CD6D6E6-7D87-32C4-9384-FB92539B0C2F> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
    0x7fff27497000 -     0x7fff274a2fff  com.apple.PerformanceAnalysis (1.278.3 - 278.3) <92BA5387-D224-3192-98AA-812C93369491> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
    0x7fff274a3000 -     0x7fff274b2fff  com.apple.OpenDirectory (11.3 - 230.40.1) <F52A01B1-A7DC-3D39-A4C7-0FE617D88BE4> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff274b3000 -     0x7fff274d2fff  com.apple.CFOpenDirectory (11.3 - 230.40.1) <53571C40-DC70-391C-BB6C-59949C684445> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fff274d3000 -     0x7fff274dbfff  com.apple.CoreServices.FSEvents (1290.101.1 - 1290.101.1) <11385B63-772B-3CAB-A1D8-9CECA358CDF2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
    0x7fff274dc000 -     0x7fff27500fff  com.apple.coreservices.SharedFileList (144 - 144) <ADCF1280-3D63-3E45-B5FF-F8097A3A88B6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
    0x7fff27501000 -     0x7fff27503fff  libapp_launch_measurement.dylib (14.1) <946CC5A0-62A0-314E-B03D-27E648DC529B> /usr/lib/libapp_launch_measurement.dylib
    0x7fff27504000 -     0x7fff2754bfff  com.apple.CoreAutoLayout (1.0 - 21.10.1) <A7A57B0E-40F2-310A-9DA1-D0595D83832C> /System/Library/PrivateFrameworks/CoreAutoLayout.framework/Versions/A/CoreAutoLayout
    0x7fff2754c000 -     0x7fff2762efff  libxml2.2.dylib (34.9) <0CFC896C-4F84-3E02-8524-70468BA145D1> /usr/lib/libxml2.2.dylib
    0x7fff2762f000 -     0x7fff2767cfff  com.apple.CoreVideo (1.8 - 414.7) <10A4A2F1-322E-30C8-A472-2444067E466F> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff2767d000 -     0x7fff2767ffff  com.apple.loginsupport (1.0 - 1) <610E6A9A-9927-33D7-8AD2-3FAAE6A5EAD5> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
    0x7fff276a8000 -     0x7fff276c3fff  com.apple.UserManagement (1.0 - 1) <1D6320D1-9EC8-3D6A-AC80-5EE08292A001> /System/Library/PrivateFrameworks/UserManagement.framework/Versions/A/UserManagement
    0x7fff28637000 -     0x7fff28647fff  libsystem_containermanager.dylib (318.100.4) <DF002E52-9BC3-3F57-B668-7B0D11D2FBAC> /usr/lib/system/libsystem_containermanager.dylib
    0x7fff28648000 -     0x7fff28659fff  com.apple.IOSurface (290.7 - 290.7) <1BC74AA2-A16E-33E9-9FA0-8078318499DD> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff2865a000 -     0x7fff28663fff  com.apple.IOAccelerator (442.9 - 442.9) <5CB0F460-7E7D-3323-8A32-C338C72F0E5D> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
    0x7fff28664000 -     0x7fff28787fff  com.apple.Metal (244.110.1 - 244.110.1) <7E3EFB22-660C-3113-8F64-D1D16D185206> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
    0x7fff28788000 -     0x7fff287a4fff  com.apple.audio.caulk (1.0 - 70) <0DDB50D2-BE7D-377F-AB91-E05818A936F4> /System/Library/PrivateFrameworks/caulk.framework/Versions/A/caulk
    0x7fff287a5000 -     0x7fff2888ffff  com.apple.CoreMedia (1.0 - 2770.32.4.6) <9E5922A7-565A-371A-B45E-84E2597090A9> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fff28890000 -     0x7fff289ecfff  libFontParser.dylib (305.4.0.2) <44BC12FD-677A-3077-8F88-73CE7B9C20A2> /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
    0x7fff289ed000 -     0x7fff28ce8fff  com.apple.HIToolbox (2.1.1 - 1061.9) <D50543F7-4E07-3D03-9680-F9DA35DC14C8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fff28ce9000 -     0x7fff28cfcfff  com.apple.framework.DFRFoundation (1.0 - 265) <558296A3-9297-3100-96DC-B3CA16970159> /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation
    0x7fff28cfd000 -     0x7fff28d00fff  com.apple.dt.XCTTargetBootstrap (1.0 - 18119.1) <6565E8E1-C5B4-37C3-919B-E2329E05BAB6> /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/Versions/A/XCTTargetBootstrap
    0x7fff28d01000 -     0x7fff28d2afff  com.apple.CoreSVG (1.0 - 149) <2DA15EBB-76FF-3016-ACB3-BD8E959B44F2> /System/Library/PrivateFrameworks/CoreSVG.framework/Versions/A/CoreSVG
    0x7fff28d2b000 -     0x7fff28f66fff  com.apple.ImageIO (3.3.0 - 2130.4.6) <8F42A717-8A2F-36AA-A457-504EA2B640DC> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff28f67000 -     0x7fff292e2fff  com.apple.CoreImage (16.3.0 - 1140.2) <6402E693-969A-3608-B5BA-EB71D5C6E936> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
    0x7fff292e3000 -     0x7fff29349fff  com.apple.MetalPerformanceShaders.MPSCore (1.0 - 1) <54792E55-4E3D-37FB-9719-3A39A1CEB394> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSCore.framework/Versions/A/MPSCore
    0x7fff2934a000 -     0x7fff2934dfff  libsystem_configuration.dylib (1109.101.1) <5633F5A4-DC85-3D50-9106-99204E554D8F> /usr/lib/system/libsystem_configuration.dylib
    0x7fff2934e000 -     0x7fff29352fff  libsystem_sandbox.dylib (1441.101.1) <42A0B076-766A-386A-A5B8-64D7256C0090> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff29353000 -     0x7fff29354fff  com.apple.AggregateDictionary (1.0 - 1) <8BED9FF0-DB02-3790-930A-3E7A3FEF45AF> /System/Library/PrivateFrameworks/AggregateDictionary.framework/Versions/A/AggregateDictionary
    0x7fff29355000 -     0x7fff29358fff  com.apple.AppleSystemInfo (3.1.5 - 3.1.5) <2B7A84B0-B092-325C-8DC7-A619D06CCB35> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
    0x7fff29359000 -     0x7fff2935afff  liblangid.dylib (136) <7C8D0F05-4CFA-32AA-9D90-105FFF7DA002> /usr/lib/liblangid.dylib
    0x7fff2935b000 -     0x7fff293fffff  com.apple.CoreNLP (1.0 - 245.2) <DD6AC69E-9E6F-3527-A6C9-9AF90278A054> /System/Library/PrivateFrameworks/CoreNLP.framework/Versions/A/CoreNLP
    0x7fff29400000 -     0x7fff29406fff  com.apple.LinguisticData (1.0 - 399) <90D62790-C01A-3C18-ABDE-0DE254F54C6E> /System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData
    0x7fff29407000 -     0x7fff29aaffff  libBNNS.dylib (288.100.5) <99F128A6-9AB3-326A-8A0F-B38182C3F055> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
    0x7fff29ab0000 -     0x7fff29c82fff  libvDSP.dylib (760.100.3) <8AC1F990-C583-3354-B5D2-00EF0B696C51> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff29c83000 -     0x7fff29c94fff  com.apple.CoreEmoji (1.0 - 128.4) <02BAA385-1AD1-32BB-86E0-254CA17C7E1D> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
    0x7fff29c95000 -     0x7fff29c9ffff  com.apple.IOMobileFramebuffer (343.0.0 - 343.0.0) <21330AD0-7038-3449-8B33-24E049BCF172> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/Versions/A/IOMobileFramebuffer
    0x7fff29ca0000 -     0x7fff29d72fff  com.apple.framework.CoreWLAN (16.0 - 1657) <5A5DE975-6366-3509-8585-87F7707166AE> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x7fff29d73000 -     0x7fff29f6ffff  com.apple.CoreUtils (6.6 - 660.36) <6EC519E0-2A3D-3C78-AFA6-247F7D3136A8> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
    0x7fff29f70000 -     0x7fff29f92fff  com.apple.MobileKeyBag (2.0 - 1.0) <6CE75ACB-C321-320F-B442-4F553D3D9EBC> /System/Library/PrivateFrameworks/MobileKeyBag.framework/Versions/A/MobileKeyBag
    0x7fff29f93000 -     0x7fff29fa3fff  com.apple.AssertionServices (1.0 - 505.100.7.0.1) <6475F5A0-E44F-39FE-9B2A-A72399BE053C> /System/Library/PrivateFrameworks/AssertionServices.framework/Versions/A/AssertionServices
    0x7fff29fa4000 -     0x7fff2a02ffff  com.apple.securityfoundation (6.0 - 55240.40.4) <04C23C62-2228-39E4-8778-FB5FB2999361> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff2a030000 -     0x7fff2a039fff  com.apple.coreservices.BackgroundTaskManagement (1.0 - 104) <B691A489-FA83-347D-A12C-5A046B20E5FF> /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement
    0x7fff2a03a000 -     0x7fff2a03efff  com.apple.xpc.ServiceManagement (1.0 - 1) <B67EAC7E-CB60-3155-A061-953EDFD35F1B> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x7fff2a03f000 -     0x7fff2a041fff  libquarantine.dylib (119.40.2) <1F074D2E-1A72-38D5-B425-F412BEA043D0> /usr/lib/system/libquarantine.dylib
    0x7fff2a042000 -     0x7fff2a04dfff  libCheckFix.dylib (31) <2707A663-A47A-3F91-BEDD-3AC38BC690E4> /usr/lib/libCheckFix.dylib
    0x7fff2a04e000 -     0x7fff2a065fff  libcoretls.dylib (169.100.1) <A0F7FA11-2014-315B-9027-94291BA4A7DD> /usr/lib/libcoretls.dylib
    0x7fff2a066000 -     0x7fff2a076fff  libbsm.0.dylib (68.40.1) <3FD67114-A942-36D6-9D9D-6AE6F4D4A96A> /usr/lib/libbsm.0.dylib
    0x7fff2a077000 -     0x7fff2a0c0fff  libmecab.dylib (929.9) <B73C1ACC-F754-31C3-A917-E83D2FAD8C39> /usr/lib/libmecab.dylib
    0x7fff2a0c1000 -     0x7fff2a0c6fff  libgermantok.dylib (24) <24843228-6338-348E-B90F-FD445F066798> /usr/lib/libgermantok.dylib
    0x7fff2a0c7000 -     0x7fff2a0dcfff  libLinearAlgebra.dylib (1336.100.2) <CFC70169-913E-3999-BB5D-32055A18C62E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
    0x7fff2a0dd000 -     0x7fff2a2fbfff  com.apple.MetalPerformanceShaders.MPSNeuralNetwork (1.0 - 1) <B914B9B5-AA0A-3746-96C4-B75B19AD88CC> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSNeuralNetwork.framework/Versions/A/MPSNeuralNetwork
    0x7fff2a2fc000 -     0x7fff2a34bfff  com.apple.MetalPerformanceShaders.MPSRayIntersector (1.0 - 1) <53C24C83-A24D-305F-B66A-E8511791D2A3> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSRayIntersector.framework/Versions/A/MPSRayIntersector
    0x7fff2a34c000 -     0x7fff2a4adfff  com.apple.MLCompute (1.0 - 1) <813CD078-367A-3379-A95C-A939C60BC232> /System/Library/Frameworks/MLCompute.framework/Versions/A/MLCompute
    0x7fff2a4ae000 -     0x7fff2a4e4fff  com.apple.MetalPerformanceShaders.MPSMatrix (1.0 - 1) <F8CED28E-2714-36A0-B923-FFD9772A30C0> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSMatrix.framework/Versions/A/MPSMatrix
    0x7fff2a4e5000 -     0x7fff2a53bfff  com.apple.MetalPerformanceShaders.MPSNDArray (1.0 - 1) <8CC9CA1A-30FC-300D-B0E1-E0B6181ECF91> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSNDArray.framework/Versions/A/MPSNDArray
    0x7fff2a53c000 -     0x7fff2a5ccfff  com.apple.MetalPerformanceShaders.MPSImage (1.0 - 1) <92D20D0F-87C8-398A-B3C1-F59458232010> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSImage.framework/Versions/A/MPSImage
    0x7fff2a5cd000 -     0x7fff2a5dcfff  com.apple.AppleFSCompression (125 - 1.0) <831826DD-6F51-3788-8054-173BED8FC3F4> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
    0x7fff2a5dd000 -     0x7fff2a5e9fff  libbz2.1.0.dylib (44) <53D3E234-88B4-376C-8745-21D813D28696> /usr/lib/libbz2.1.0.dylib
    0x7fff2a5ea000 -     0x7fff2a5eefff  libsystem_coreservices.dylib (127) <DCEDD173-BA75-3E17-B5DF-2ED4E5519466> /usr/lib/system/libsystem_coreservices.dylib
    0x7fff2a5ef000 -     0x7fff2a61cfff  com.apple.CoreServices.OSServices (1122.33 - 1122.33) <5755DB9F-CBF4-37D4-B4B4-1AF32A76B089> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fff2a61d000 -     0x7fff2a74cfff  com.apple.AuthKit (1.0 - 1) <55BF69F0-54A1-3365-9C9C-015B9AAB06E3> /System/Library/PrivateFrameworks/AuthKit.framework/Versions/A/AuthKit
    0x7fff2a7eb000 -     0x7fff2a7fdfff  libz.1.dylib (76) <DEAD59FB-1200-3EE7-9729-4FFB820B1E17> /usr/lib/libz.1.dylib
    0x7fff2a7fe000 -     0x7fff2a845fff  libsystem_m.dylib (3186.100.3) <780500A2-A2E1-38DA-AF2D-315EB773F446> /usr/lib/system/libsystem_m.dylib
    0x7fff2a846000 -     0x7fff2a846fff  libcharset.1.dylib (59) <7649DBB9-5AEB-31EA-B0EC-638A4B8F148E> /usr/lib/libcharset.1.dylib
    0x7fff2a847000 -     0x7fff2a84cfff  libmacho.dylib (980) <6F14A0AE-D688-3127-83C3-427C9E1E5DCB> /usr/lib/system/libmacho.dylib
    0x7fff2a84d000 -     0x7fff2a868fff  libkxld.dylib (7195.101.1) <3F417DE5-9031-319F-BA59-D04327594159> /usr/lib/system/libkxld.dylib
    0x7fff2a869000 -     0x7fff2a874fff  libcommonCrypto.dylib (60178.100.1) <2CEFE73A-1A5D-3FD9-873F-5D4EF38FA46A> /usr/lib/system/libcommonCrypto.dylib
    0x7fff2a875000 -     0x7fff2a87ffff  libunwind.dylib (201) <B0402A81-36E8-360B-BD5A-91A5FFA5A6FC> /usr/lib/system/libunwind.dylib
    0x7fff2a880000 -     0x7fff2a887fff  liboah.dylib (203.42) <D4F4A2CE-31A5-313E-99AA-AC8DED14B7A4> /usr/lib/liboah.dylib
    0x7fff2a888000 -     0x7fff2a892fff  libcopyfile.dylib (173.40.2) <71A63769-E64C-381F-B6FE-DA03C8FB5970> /usr/lib/system/libcopyfile.dylib
    0x7fff2a893000 -     0x7fff2a89afff  libcompiler_rt.dylib (102.2) <00E7D2D7-00B7-3D7B-8D68-2321E7E8869E> /usr/lib/system/libcompiler_rt.dylib
    0x7fff2a89b000 -     0x7fff2a89dfff  libsystem_collections.dylib (1439.100.3) <21D5EE1F-F6F8-3EEC-8BCD-985D39437BFB> /usr/lib/system/libsystem_collections.dylib
    0x7fff2a89e000 -     0x7fff2a8a0fff  libsystem_secinit.dylib (87.60.1) <C28288E0-B2FA-395B-8BBF-2F15BC354421> /usr/lib/system/libsystem_secinit.dylib
    0x7fff2a8a1000 -     0x7fff2a8a3fff  libremovefile.dylib (49.101.1) <909CE0BC-0281-31D8-993D-5C84B3B8381F> /usr/lib/system/libremovefile.dylib
    0x7fff2a8a4000 -     0x7fff2a8a4fff  libkeymgr.dylib (31) <58D16010-68DF-314C-9DEA-943A727480C7> /usr/lib/system/libkeymgr.dylib
    0x7fff2a8a5000 -     0x7fff2a8acfff  libsystem_dnssd.dylib (1310.100.10) <F745762B-FE59-33A1-9AF8-CD4B4D604F50> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff2a8ad000 -     0x7fff2a8b2fff  libcache.dylib (83) <09068F17-F3D8-36E2-98DF-BAF259C10239> /usr/lib/system/libcache.dylib
    0x7fff2a8b3000 -     0x7fff2a8b4fff  libSystem.B.dylib (1292.100.5) <DEC58D80-CD68-363A-8B2A-8A0946EDE198> /usr/lib/libSystem.B.dylib
    0x7fff2a8b5000 -     0x7fff2a8b8fff  libfakelink.dylib (3) <1723B7B9-53F2-391C-9D40-60F9410AD10B> /usr/lib/libfakelink.dylib
    0x7fff2a8b9000 -     0x7fff2a8b9fff  com.apple.SoftLinking (1.0 - 1) <B8E2A0ED-D4D7-3592-8181-62485C5B6B6A> /System/Library/PrivateFrameworks/SoftLinking.framework/Versions/A/SoftLinking
    0x7fff2a8ba000 -     0x7fff2a8f1fff  libpcap.A.dylib (98.100.3) <A2F0913A-0839-30CA-9E96-80FBE9DCA9CD> /usr/lib/libpcap.A.dylib
    0x7fff2a8f2000 -     0x7fff2a9e2fff  libiconv.2.dylib (59) <C33AC0D2-4C14-3951-8460-5B3B0CEE4EA1> /usr/lib/libiconv.2.dylib
    0x7fff2a9e3000 -     0x7fff2a9f4fff  libcmph.dylib (8) <C0C5E24B-C02C-3856-B74F-8012B74FBADE> /usr/lib/libcmph.dylib
    0x7fff2a9f5000 -     0x7fff2aa66fff  libarchive.2.dylib (83.100.2) <D39994EA-680B-3E2E-8D4E-46C5AF97B83B> /usr/lib/libarchive.2.dylib
    0x7fff2aa67000 -     0x7fff2aacefff  com.apple.SearchKit (1.4.1 - 1.4.1) <BAD2AE1D-2368-38BA-9C14-769B71F320D0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fff2aacf000 -     0x7fff2aad0fff  libThaiTokenizer.dylib (3) <198808C8-AFE0-3453-9E03-34AD0510BE26> /usr/lib/libThaiTokenizer.dylib
    0x7fff2aad1000 -     0x7fff2aaf3fff  com.apple.applesauce (1.0 - 16.28) <C5C8CC61-D915-3D32-BD74-46637EB67159> /System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce
    0x7fff2aaf4000 -     0x7fff2ab0bfff  libapple_nghttp2.dylib (1.41) <A8DE39C8-D943-3A90-911E-BA46E1B63991> /usr/lib/libapple_nghttp2.dylib
    0x7fff2ab0c000 -     0x7fff2ab22fff  libSparseBLAS.dylib (1336.100.2) <5749A21E-D59F-3442-BB8D-A8F1C639CC04> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
    0x7fff2ab23000 -     0x7fff2ab24fff  com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) <568D2E69-5586-39BD-8F07-0DBC5BD28426> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
    0x7fff2ab25000 -     0x7fff2ab29fff  libpam.2.dylib (28.40.1) <5BFD8BAC-E82E-3B80-81FB-8FBA87C0220D> /usr/lib/libpam.2.dylib
    0x7fff2ab2a000 -     0x7fff2ab42fff  libcompression.dylib (96.100.7) <5403E10A-DD8E-3174-9204-D1EFE887D9F2> /usr/lib/libcompression.dylib
    0x7fff2ab43000 -     0x7fff2ab48fff  libQuadrature.dylib (7) <6CF83E6B-F3CF-3859-AB49-3CB654A29D23> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
    0x7fff2ab49000 -     0x7fff2aee6fff  libLAPACK.dylib (1336.100.2) <4BA06370-2BFA-3462-B0E6-F6F135CA5B3F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff2aee7000 -     0x7fff2af36fff  com.apple.DictionaryServices (1.2 - 341) <D3D2F0D0-C974-3A10-A399-67E4191267DE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff2af37000 -     0x7fff2af4ffff  liblzma.5.dylib (16) <05827613-B85E-33EB-8280-4B3C7B231750> /usr/lib/liblzma.5.dylib
    0x7fff2af50000 -     0x7fff2af51fff  libcoretls_cfhelpers.dylib (169.100.1) <C617168B-C72B-39AD-9922-F66A1564115C> /usr/lib/libcoretls_cfhelpers.dylib
    0x7fff2af52000 -     0x7fff2b04cfff  com.apple.APFS (1677.100.114 - 1677.100.114) <F537D8DA-C4A2-3A57-8C63-03B2DBAB00B0> /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS
    0x7fff2b04d000 -     0x7fff2b05afff  libxar.1.dylib (452) <53745E27-0D3B-3888-8026-4F9C6E9878AD> /usr/lib/libxar.1.dylib
    0x7fff2b05b000 -     0x7fff2b05efff  libutil.dylib (58.40.2) <B3A0AA18-9E76-3466-8E30-8A9BE17FB541> /usr/lib/libutil.dylib
    0x7fff2b05f000 -     0x7fff2b087fff  libxslt.1.dylib (17.4) <54FE3CCA-0310-37BB-8E88-2849FD063004> /usr/lib/libxslt.1.dylib
    0x7fff2b088000 -     0x7fff2b092fff  libChineseTokenizer.dylib (37) <F4260207-A09F-3681-88CF-6D05AC42E0CA> /usr/lib/libChineseTokenizer.dylib
    0x7fff2b093000 -     0x7fff2b150fff  libvMisc.dylib (760.100.3) <B1B1D758-CAA9-35B1-AE94-27F29C6DA534> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff2b151000 -     0x7fff2b1e8fff  libate.dylib (3.0.6) <D99EEED9-6DE2-334E-9D82-F3779666CFD9> /usr/lib/libate.dylib
    0x7fff2b1e9000 -     0x7fff2b1f0fff  libIOReport.dylib (64.100.1) <ECB2D4D4-7F5D-34A5-8CCB-8B39F70A0C14> /usr/lib/libIOReport.dylib
    0x7fff2b2f2000 -     0x7fff2b2f9fff  libMatch.1.dylib (38) <67D8009E-766B-3BE5-9903-73B9E8F2BC42> /usr/lib/libMatch.1.dylib
    0x7fff2b2fa000 -     0x7fff2b385fff  libCoreStorage.dylib (554) <910D88FC-7711-3657-BF28-B31D418DE850> /usr/lib/libCoreStorage.dylib
    0x7fff2b386000 -     0x7fff2b3d9fff  com.apple.AppleVAFramework (6.1.3 - 6.1.3) <E7E8FC74-DF8F-3D24-A276-7B3721F42529> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fff2b3da000 -     0x7fff2b3f2fff  libexpat.1.dylib (26) <9D03E564-B590-3609-84E0-8A25A232032E> /usr/lib/libexpat.1.dylib
    0x7fff2b3f3000 -     0x7fff2b3fcfff  libheimdal-asn1.dylib (597.100.6) <204D3AC0-87FC-3B50-8E9A-F50EFD1EE200> /usr/lib/libheimdal-asn1.dylib
    0x7fff2b3fd000 -     0x7fff2b411fff  com.apple.IconFoundation (479.4 - 479.4) <AC7247CC-3C06-3993-9328-98A3308434D1> /System/Library/PrivateFrameworks/IconFoundation.framework/Versions/A/IconFoundation
    0x7fff2b412000 -     0x7fff2b47efff  com.apple.IconServices (479.4 - 479.4) <0973C141-7F86-36BD-A240-D915C123B677> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
    0x7fff2b47f000 -     0x7fff2b51cfff  com.apple.MediaExperience (1.0 - 1) <86536F6C-0336-308F-B12C-CBEFFA7D5F81> /System/Library/PrivateFrameworks/MediaExperience.framework/Versions/A/MediaExperience
    0x7fff2b51d000 -     0x7fff2b545fff  com.apple.persistentconnection (1.0 - 1.0) <9CBB91FC-AEAD-302A-8F4A-911C9F8ABDA1> /System/Library/PrivateFrameworks/PersistentConnection.framework/Versions/A/PersistentConnection
    0x7fff2b546000 -     0x7fff2b554fff  com.apple.GraphVisualizer (1.0 - 100.1) <29914A34-02A6-3113-BD9E-AAB987BFA196> /System/Library/PrivateFrameworks/GraphVisualizer.framework/Versions/A/GraphVisualizer
    0x7fff2b555000 -     0x7fff2b970fff  com.apple.vision.FaceCore (4.3.2 - 4.3.2) <0CEAFDED-5CFA-3A60-B4CE-5A67C7938AD4> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x7fff2b971000 -     0x7fff2b9b8fff  com.apple.OTSVG (1.0 - 677.4.0.4) <33C67DA6-9343-3646-9ADA-3BD34F612A2B> /System/Library/PrivateFrameworks/OTSVG.framework/Versions/A/OTSVG
    0x7fff2b9b9000 -     0x7fff2b9bffff  com.apple.xpc.AppServerSupport (1.0 - 2038.100.48) <2575C2AC-E49D-3901-A66C-EF52ACEAC485> /System/Library/PrivateFrameworks/AppServerSupport.framework/Versions/A/AppServerSupport
    0x7fff2b9c0000 -     0x7fff2b9d2fff  libhvf.dylib (1.0 - $[CURRENT_PROJECT_VERSION]) <D22E81F4-3985-3783-A574-C6FE66CC84B7> /System/Library/PrivateFrameworks/FontServices.framework/libhvf.dylib
    0x7fff2b9d3000 -     0x7fff2b9d5fff  libspindump.dylib (295.2) <0A7FBBA6-8DF2-3134-B7EC-19F3E4EA9B29> /usr/lib/libspindump.dylib
    0x7fff2b9d6000 -     0x7fff2ba96fff  com.apple.Heimdal (4.0 - 2.0) <FEBB6D55-19B0-316D-93EB-20ED79A943E5> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff2ba97000 -     0x7fff2bab1fff  com.apple.login (3.0 - 3.0) <03D7DA43-9006-3267-B15D-D0C42E9BCDCF> /System/Library/PrivateFrameworks/login.framework/Versions/A/login
    0x7fff2bc35000 -     0x7fff2bc71fff  com.apple.bom (14.0 - 235) <489733BC-7CFC-3BD1-A752-6D11A03CC292> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x7fff2bc72000 -     0x7fff2bcbbfff  com.apple.AppleJPEG (1.0 - 1) <8CC45181-CB86-31C5-81B5-090BFC6B0841> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
    0x7fff2bcbc000 -     0x7fff2bd9bfff  libJP2.dylib (2130.4.6) <C78414C3-986D-35CE-83B9-D4025B853FF7> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff2bd9c000 -     0x7fff2bd9ffff  com.apple.WatchdogClient.framework (1.0 - 98.100.3) <EF58CEC6-F1A5-34EE-94BF-5A40479ABC58> /System/Library/PrivateFrameworks/WatchdogClient.framework/Versions/A/WatchdogClient
    0x7fff2bda0000 -     0x7fff2bdd6fff  com.apple.MultitouchSupport.framework (4440.3 - 4440.3) <4B4FF81F-EFCB-391E-87AB-84E08FE58204> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fff2bdd7000 -     0x7fff2bf35fff  com.apple.VideoToolbox (1.0 - 2770.32.4.6) <BB72EDEB-25FD-3B2B-9B1D-B8072B7CEA3A> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x7fff2bf36000 -     0x7fff2bf69fff  libAudioToolboxUtility.dylib (1180.90) <C4AA2597-9C76-36E0-8179-318A2CCC96CE> /usr/lib/libAudioToolboxUtility.dylib
    0x7fff2bf6a000 -     0x7fff2bf90fff  libPng.dylib (2130.4.6) <9CCC75AD-BC45-324C-B1BC-1F33D3A310FD> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff2bf91000 -     0x7fff2bff0fff  libTIFF.dylib (2130.4.6) <FC473DB0-EA42-3926-87B7-B3A6B33BF479> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff2bff1000 -     0x7fff2c00dfff  com.apple.IOPresentment (58 - 37) <14093BAD-891D-37BD-B716-4F1D9AF85163> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
    0x7fff2c00e000 -     0x7fff2c015fff  com.apple.GPUWrangler (6.2.9 - 6.2.9) <70309AB4-1E73-3D2D-A6C6-BDD10F2DA251> /System/Library/PrivateFrameworks/GPUWrangler.framework/Versions/A/GPUWrangler
    0x7fff2c016000 -     0x7fff2c019fff  libRadiance.dylib (2130.4.6) <D6F1B5DE-7073-3FE2-B9B3-3C762E6FE5A9> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff2c01a000 -     0x7fff2c01ffff  com.apple.DSExternalDisplay (3.1 - 380) <06722C44-7095-35C0-9FBD-7B55F3F0C655> /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay
    0x7fff2c020000 -     0x7fff2c044fff  libJPEG.dylib (2130.4.6) <8DECDAA4-8393-3993-94A7-F06C41F33A4C> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff2c045000 -     0x7fff2c074fff  com.apple.ATSUI (1.0 - 1) <E0DC0542-0C72-3E78-BD28-319B185733ED> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATSUI.framework/Versions/A/ATSUI
    0x7fff2c075000 -     0x7fff2c079fff  libGIF.dylib (2130.4.6) <4DAF7C07-3CE4-30DB-8A2B-B22C916DA7E8> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff2c07a000 -     0x7fff2c083fff  com.apple.CMCaptureCore (1.0 - 81.37) <E289E881-6FC1-3A77-9970-E30B3A33250C> /System/Library/PrivateFrameworks/CMCaptureCore.framework/Versions/A/CMCaptureCore
    0x7fff2c084000 -     0x7fff2c0cbfff  com.apple.print.framework.PrintCore (16.1 - 531.1) <CEC1BB64-7058-317F-9996-96A9AAB46FE3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fff2c0cc000 -     0x7fff2c199fff  com.apple.TextureIO (3.10.9 - 3.10.9) <26894001-BD54-3C09-956E-B06EB66397C7> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
    0x7fff2c19a000 -     0x7fff2c1a2fff  com.apple.InternationalSupport (1.0 - 61.1) <D11A138E-1831-32CF-B3FE-9AFADD865F1E> /System/Library/PrivateFrameworks/InternationalSupport.framework/Versions/A/InternationalSupport
    0x7fff2c1a3000 -     0x7fff2c21dfff  com.apple.datadetectorscore (8.0 - 674) <8650126C-C003-3D00-826F-57D6DCDBC559> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x7fff2c21e000 -     0x7fff2c27bfff  com.apple.UserActivity (438 - 438) <CA1CC433-DC8E-3989-8655-537D06E40AF6> /System/Library/PrivateFrameworks/UserActivity.framework/Versions/A/UserActivity
    0x7fff2c27c000 -     0x7fff2ca0efff  com.apple.MediaToolbox (1.0 - 2770.32.4.6) <9F3AD6C5-2FBD-37D1-9B2D-25EB6E1A5D67> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x7fff2cedf000 -     0x7fff2cf10fff  libSessionUtility.dylib (76.69) <B74AE90F-EFE0-361A-9AF3-CB46CE18D4C5> /System/Library/PrivateFrameworks/AudioSession.framework/libSessionUtility.dylib
    0x7fff2cf11000 -     0x7fff2d02afff  com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <F55578A2-A8E6-3869-9FB3-315F22612B6B> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff2d02b000 -     0x7fff2d090fff  com.apple.audio.AudioSession (1.0 - 76.69) <D85B484E-CE48-3C4D-86E1-3FD76AEB83EF> /System/Library/PrivateFrameworks/AudioSession.framework/Versions/A/AudioSession
    0x7fff2d091000 -     0x7fff2d0a3fff  libAudioStatistics.dylib (27.64) <C7100CA8-4CC5-3541-A9C9-8A51931CAD30> /usr/lib/libAudioStatistics.dylib
    0x7fff2d0a4000 -     0x7fff2d0b3fff  com.apple.speech.synthesis.framework (9.0.64 - 9.0.64) <2D434EF7-1695-375D-9C73-6F539DD488AC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff2d0b4000 -     0x7fff2d120fff  com.apple.ApplicationServices.ATS (377 - 516) <DE864401-DC4B-3BEB-B69F-778528292472> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fff2d121000 -     0x7fff2d139fff  libresolv.9.dylib (68) <21ECF1FC-DBC3-3FF5-93BD-C758263E89D3> /usr/lib/libresolv.9.dylib
    0x7fff2d207000 -     0x7fff2d26bfff  com.apple.CoreMediaIO (1000.0 - 5325) <32654C28-9896-33AD-A8F8-CD7F4BA588D3> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
    0x7fff2d26c000 -     0x7fff2d34bfff  libSMC.dylib (20) <87B4E1FE-DF70-34EE-A8B2-3CA60ED2D1F0> /usr/lib/libSMC.dylib
    0x7fff2d34c000 -     0x7fff2d3abfff  libcups.2.dylib (494.1) <D2AB8E5A-8F18-372B-9108-A3A5886E5274> /usr/lib/libcups.2.dylib
    0x7fff2d3ac000 -     0x7fff2d3bbfff  com.apple.LangAnalysis (1.7.0 - 254) <CF69985B-08DA-3DCC-8772-52628E3FAF0F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff2d3bc000 -     0x7fff2d3c6fff  com.apple.NetAuth (6.2 - 6.2) <612AA6B2-CB7E-3464-BE16-DFA094195612> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff2d3c7000 -     0x7fff2d3cefff  com.apple.ColorSyncLegacy (4.13.0 - 1) <60AD7FDE-6860-3C74-834C-820865E308EA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy
    0x7fff2d3cf000 -     0x7fff2d3dafff  com.apple.QD (4.0 - 416) <3AB0E8F0-FA91-3B1C-8B9C-876014F712AF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fff2d3db000 -     0x7fff2da2ffff  com.apple.audio.AudioResourceArbitration (1.0 - 1) <DDB33A75-ED6E-3197-9D1C-C13C28F84D3E> /System/Library/PrivateFrameworks/AudioResourceArbitration.framework/Versions/A/AudioResourceArbitration
    0x7fff2da30000 -     0x7fff2da3bfff  com.apple.perfdata (1.0 - 67.40.1) <70970565-D9A1-3557-A8CD-B85BABD46540> /System/Library/PrivateFrameworks/perfdata.framework/Versions/A/perfdata
    0x7fff2da3c000 -     0x7fff2da4afff  libperfcheck.dylib (41) <7931F3B7-A924-3D79-9278-0AABB754E946> /usr/lib/libperfcheck.dylib
    0x7fff2da4b000 -     0x7fff2da5afff  com.apple.Kerberos (3.0 - 1) <6F31775D-731E-365C-8A81-E465225DF657> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff2da5b000 -     0x7fff2daabfff  com.apple.GSS (4.0 - 2.0) <B08279F6-116E-3DFF-A0B5-4F6857C72970> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff2daac000 -     0x7fff2dabcfff  com.apple.CommonAuth (4.0 - 2.0) <20F12D55-ED3C-3041-A651-ECD78ED39CCE> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff2db12000 -     0x7fff2db31fff  com.apple.security.KeychainCircle.KeychainCircle (1.0 - 1) <64969824-595E-3628-871F-2C725A3CFC74> /System/Library/PrivateFrameworks/KeychainCircle.framework/Versions/A/KeychainCircle
    0x7fff2db32000 -     0x7fff2db3afff  com.apple.CorePhoneNumbers (1.0 - 1) <4CA47A5A-AD45-3802-8894-0EDAD5325AB6> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/Versions/A/CorePhoneNumbers
    0x7fff2dc8d000 -     0x7fff2dc8dfff  liblaunch.dylib (2038.100.48) <0F1B4611-6709-33C4-9376-8A2A28731643> /usr/lib/system/liblaunch.dylib
    0x7fff2e46e000 -     0x7fff2e5b8fff  com.apple.Sharing (1618.1 - 1618.1) <AF82A752-0664-34F7-A16E-815B4976E685> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x7fff2e5b9000 -     0x7fff2e6d9fff  com.apple.Bluetooth (8.0.4 - 8.0.4d18) <21DC045D-49D4-39EA-82AC-F09230BD5085> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x7fff2e6f3000 -     0x7fff2e74cfff  com.apple.ProtectedCloudStorage (1.0 - 1) <EFA8616F-6436-320A-9ADB-E08AC4662FBC> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage
    0x7fff2fea2000 -     0x7fff2fec9fff  com.apple.RemoteViewServices (2.0 - 163) <86AAB56E-1879-36C3-855D-41627E039967> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x7fff2feca000 -     0x7fff2fed9fff  com.apple.SpeechRecognitionCore (6.1.23 - 6.1.23) <C8AEB185-5636-378F-9D6D-C53EF9894B0C> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
    0x7fff2feda000 -     0x7fff2fee1fff  com.apple.speech.recognition.framework (6.0.3 - 6.0.3) <5301E950-50FB-3443-A0F2-115A8ECD2023> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x7fff3010f000 -     0x7fff3010ffff  libsystem_product_info_filter.dylib (8.40.1) <4CCFBF85-6483-364F-A8D6-A5D2956BEC52> /usr/lib/system/libsystem_product_info_filter.dylib
    0x7fff301e7000 -     0x7fff301e7fff  com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <533CA6C2-D07A-35F6-A711-4A55A4319C52> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff3020d000 -     0x7fff3020dfff  com.apple.CoreServices (1122.33 - 1122.33) <FAEBC336-B986-3596-A551-57057E3907C7> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff303c3000 -     0x7fff303c3fff  com.apple.Accelerate (1.11 - Accelerate 1.11) <D8A3E393-A247-34BC-BE43-E3EA399B491D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff30404000 -     0x7fff3040ffff  com.apple.MediaAccessibility (1.0 - 130) <4B9046F9-4AB7-3C18-A90C-289C5B335A2B> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
    0x7fff30410000 -     0x7fff3042ffff  com.apple.networking.AlgosScoreFramework (1.0 - 1) <1B95B023-B09B-3723-A979-01BA6FB14577> /System/Library/PrivateFrameworks/AlgosScoreFramework.framework/Versions/A/AlgosScoreFramework
    0x7fff30c05000 -     0x7fff30c69fff  com.apple.CoreBluetooth (1.0 - 1) <26E51B47-DB14-3C89-A1D0-FCDB8D800C61> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
    0x7fff30c6a000 -     0x7fff30c73fff  com.apple.SymptomDiagnosticReporter (1.0 - 79.100.10) <4D70047A-F9CB-30E9-9282-17D6D04E8D72> /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/Versions/A/SymptomDiagnosticReporter
    0x7fff30c87000 -     0x7fff30c93fff  com.apple.AppleIDAuthSupport (1.0 - 1) <18E9FA57-6A6C-3417-A6AC-F8F95FB599B1> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/Versions/A/AppleIDAuthSupport
    0x7fff30c94000 -     0x7fff30d3cfff  com.apple.DiscRecording (9.0.3 - 9030.4.5) <391176FB-B837-309B-A3B5-ABB27563A7E3> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x7fff30d3d000 -     0x7fff30d70fff  com.apple.MediaKit (16 - 927.40.2) <B6A87791-7D3F-3F7C-BE09-3C5DD53AFD44> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x7fff30d71000 -     0x7fff30e5cfff  com.apple.DiskManagement (14.0 - 1733.100.4) <4E24E201-DD15-31A2-836D-5B57533BA768> /System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/DiskManagement
    0x7fff30e5d000 -     0x7fff31217fff  com.apple.CoreAUC (326.2.0 - 326.2.0) <9FC58729-391B-388C-964C-A84B51675079> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x7fff31218000 -     0x7fff3121bfff  com.apple.Mangrove (1.0 - 25) <43E71BE5-3FE4-3005-88FB-DA57F3C242B3> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
    0x7fff3121c000 -     0x7fff31249fff  com.apple.CoreAVCHD (6.1.0 - 6100.4.1) <C21DD2EF-6B84-36FF-A4E8-59F2D75C147A> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
    0x7fff3124a000 -     0x7fff31398fff  com.apple.FileProvider (347.7 - 347.7) <0A019198-3FEA-3312-96E2-9C0368B95186> /System/Library/Frameworks/FileProvider.framework/Versions/A/FileProvider
    0x7fff31399000 -     0x7fff313bbfff  com.apple.GenerationalStorage (2.0 - 323) <06DB7769-F7E9-3783-A3DF-3341BEED6CED> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
    0x7fff31824000 -     0x7fff319b2fff  com.apple.AVFCore (1.0 - 2010.31) <7B9558CF-09CC-3F58-AC3A-8E4F10EF3D7D> /System/Library/PrivateFrameworks/AVFCore.framework/Versions/A/AVFCore
    0x7fff319b3000 -     0x7fff31a22fff  com.apple.FrontBoardServices (703.16 - 703.16) <6D5BE9F5-CE30-35B5-B67B-B7799EE2A411> /System/Library/PrivateFrameworks/FrontBoardServices.framework/Versions/A/FrontBoardServices
    0x7fff31a23000 -     0x7fff31a4cfff  com.apple.BoardServices (1.0 - 526) <7E591960-2EFE-3B8F-9222-38F4357EAC4E> /System/Library/PrivateFrameworks/BoardServices.framework/Versions/A/BoardServices
    0x7fff31bff000 -     0x7fff31c3efff  com.apple.AppleVPAFramework (3.26.1 - 3.26.1) <56E9F9F9-17A9-3E00-B710-9453A3FF3880> /System/Library/PrivateFrameworks/AppleVPA.framework/Versions/A/AppleVPA
    0x7fff31cf1000 -     0x7fff31d2cfff  com.apple.DebugSymbols (195.1 - 195.1) <5140FAE2-82DC-3EA6-8FB9-DF50642B02CE> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x7fff31d2d000 -     0x7fff31de2fff  com.apple.CoreSymbolication (12.5 - 64544.69.1) <8E70C9D1-CEDE-3149-9B36-0862CFD25280> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
    0x7fff32cd7000 -     0x7fff32d3afff  com.apple.framework.Apple80211 (17.0 - 1728) <8282BE89-595A-3B3F-9FB4-E078DBCC5871> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fff32d3b000 -     0x7fff32e8cfff  com.apple.CoreWiFi (3.0 - 341) <18796D86-20B0-3692-AD64-A404FC870D80> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x7fff32e8d000 -     0x7fff32ea7fff  com.apple.BackBoardServices (1.0 - 1.0) <EFAF5E9C-2251-3D13-B6A1-A272F5BAACC9> /System/Library/PrivateFrameworks/BackBoardServices.framework/Versions/A/BackBoardServices
    0x7fff3316a000 -     0x7fff3316dfff  com.apple.help (1.3.8 - 71) <49E794A8-E4EF-38FA-8960-491FB2FA4D9E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
    0x7fff3316e000 -     0x7fff33175fff  com.apple.EFILogin (2.0 - 2) <921B6D6A-DC4D-32AA-9911-48177429B50E> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
    0x7fff33176000 -     0x7fff33181fff  libcsfde.dylib (554) <E63E7B66-F9BB-3B1C-B341-55D0051776B0> /usr/lib/libcsfde.dylib
    0x7fff333bf000 -     0x7fff333bffff  com.apple.ApplicationServices (48 - 50) <851392BB-812C-3E33-B704-BD03E834C9AF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff336d4000 -     0x7fff336d4fff  libHeimdalProxy.dylib (79) <FFDE97B6-A777-33A7-A335-6A42D94CE670> /System/Library/Frameworks/Kerberos.framework/Versions/A/Libraries/libHeimdalProxy.dylib
    0x7fff33787000 -     0x7fff33787fff  com.apple.audio.units.AudioUnit (1.14 - 1.14) <AB66AE82-BF6B-3FFB-89A0-1CC435BB5990> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff3389a000 -     0x7fff3409bfff  com.apple.vision.EspressoFramework (1.0 - 256.4.4) <4BEC4343-84C1-3F60-AEDD-87AF58E3B2E0> /System/Library/PrivateFrameworks/Espresso.framework/Versions/A/Espresso
    0x7fff3409c000 -     0x7fff340b3fff  com.apple.ANEServices (4.75 - 4.75) <3365E783-B32F-334C-ACD0-918EEE59BB34> /System/Library/PrivateFrameworks/ANEServices.framework/Versions/A/ANEServices
    0x7fff3474a000 -     0x7fff3479afff  com.apple.ChunkingLibrary (334.1 - 334.1) <E20677FD-9518-3125-AED7-16EBE4D02850> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
    0x7fff3500e000 -     0x7fff35023fff  com.apple.CoreML.AppleNeuralEngine (1.0 - 1) <BA1177BA-17DC-3522-BAF0-E9D6F6E9293F> /System/Library/PrivateFrameworks/AppleNeuralEngine.framework/Versions/A/AppleNeuralEngine
    0x7fff35079000 -     0x7fff350e4fff  com.apple.audio.midi.CoreMIDI (2.0 - 88) <820F94DD-6051-3862-BD79-259877C349CF> /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
    0x7fff35198000 -     0x7fff3519bfff  com.apple.Cocoa (6.11 - 23) <3DDF367C-AE8F-39B0-ACB0-9D28D206CADF> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff365e3000 -     0x7fff36606fff  com.apple.openscripting (1.7 - 190) <80F2688B-3B2A-3639-8280-F8D86E9D9EBB> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x7fff36607000 -     0x7fff3660afff  com.apple.securityhi (9.0 - 55008) <6555C755-7725-3353-A6C2-C3AFD8A9D052> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x7fff3660b000 -     0x7fff3660efff  com.apple.ink.framework (10.15 - 227) <E0AB7DAE-2D7A-33B0-A507-F02B3F56C9BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x7fff3660f000 -     0x7fff36612fff  com.apple.CommonPanels (1.2.6 - 101) <5E8BCD94-CEF1-3F34-BF0B-DBAC771EEEA2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    0x7fff36613000 -     0x7fff3661afff  com.apple.ImageCapture (1711.4.2 - 1711.4.2) <CFBC2FE8-D6D1-3D50-AFB3-DF3A85B47474> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
    0x7fff37873000 -     0x7fff37983fff  com.apple.AVFCapture (1.0 - 81.37) <858BA229-09FF-372D-8B3E-A25122C2AD6B> /System/Library/PrivateFrameworks/AVFCapture.framework/Versions/A/AVFCapture
    0x7fff37984000 -     0x7fff37a17fff  com.apple.Quagga (47 - 47) <7EEACA3E-621B-3614-BDD4-0C6084F0A04A> /System/Library/PrivateFrameworks/Quagga.framework/Versions/A/Quagga
    0x7fff37a18000 -     0x7fff37c61fff  com.apple.CMCapture (1.0 - 81.37) <6411305A-534E-36D8-9E53-9E6BFC5801B6> /System/Library/PrivateFrameworks/CMCapture.framework/Versions/A/CMCapture
    0x7fff3bead000 -     0x7fff3bf44fff  com.apple.AirPlaySync (1.0 - 2770.32.4.6) <7E81EEBB-F898-3051-B95C-79BF6B0FD6DC> /System/Library/PrivateFrameworks/AirPlaySync.framework/Versions/A/AirPlaySync
    0x7fff3cb53000 -     0x7fff3cb56fff  com.apple.print.framework.Print (15 - 271) <73BDBE38-1A56-39B1-B5F6-CA6586D6F5E4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
    0x7fff3cb57000 -     0x7fff3cb5afff  com.apple.Carbon (160 - 164) <528023F3-7EBB-363D-9E65-CE76963F6F87> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff3cc53000 -     0x7fff3cc53fff  com.apple.avfoundation (2.0 - 2010.31) <7E89E872-7193-33AC-AF7C-FC096086E12F> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
    0x7fff3ce0d000 -     0x7fff3ce2cfff  com.apple.private.SystemPolicy (1.0 - 1) <93963086-6FF0-3E31-8CF2-5D24610528E1> /System/Library/PrivateFrameworks/SystemPolicy.framework/Versions/A/SystemPolicy
    0x7fff3d59a000 -     0x7fff3d5a1fff  com.apple.HIDAnalytics (1.0 - 1) <80F2C517-DE1C-3962-A9B2-970EF8E6F7C1> /System/Library/PrivateFrameworks/HIDAnalytics.framework/Versions/A/HIDAnalytics
    0x7fff3d75e000 -     0x7fff3d770fff  libmis.dylib (274.100.13) <E27BEACD-81A4-39A8-A2A7-5449DC666F3C> /usr/lib/libmis.dylib
    0x7fff413f7000 -     0x7fff41415fff  libCGInterfaces.dylib (544.4) <A671708D-86AB-321A-AD6A-1D7A82649B1B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
    0x7fff464fc000 -     0x7fff46507fff  libGPUSupportMercury.dylib (18.5.6) <8116FDF8-FDDF-3E5E-8191-B2051DF822FC> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib
    0x7fff556df000 -     0x7fff556e2fff  com.apple.ForceFeedback (1.0.6 - 1.0.6) <7984CDB5-55BA-32EC-9C48-521F4CE71993> /System/Library/Frameworks/ForceFeedback.framework/Versions/A/ForceFeedback
    0x7fff5e26e000 -     0x7fff5ecc9fff  libSC.dylib (4.4.17.1) <AE0D90A0-8334-3FA6-B507-C692F7262232> /System/Library/Extensions/AMDShared.bundle/Contents/PlugIns/libSC.dylib
    0x7fff6bbe1000 -     0x7fff6bbe7fff  libCoreFSCache.dylib (200.8) <3D9D652F-6A42-323E-A0F3-402C55877E3F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
    0x7fff6bbe8000 -     0x7fff6bbecfff  libCoreVMClient.dylib (200.8) <7F94D96C-69CE-3661-B271-902BCB05E987> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fff6bbed000 -     0x7fff6bbfcfff  com.apple.opengl (18.5.6 - 18.5.6) <93D3B6A1-A2EA-389E-9F46-A7806F388632> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff6bbfd000 -     0x7fff6bbfffff  libCVMSPluginSupport.dylib (18.5.6) <6A964DFF-9B85-32F2-A50E-8A5B1F5C11E8> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x7fff6bc00000 -     0x7fff6bc08fff  libGFXShared.dylib (18.5.6) <B3945E91-18A5-3145-AA06-DCCA268317CD> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fff6bc09000 -     0x7fff6bc3cfff  libGLImage.dylib (18.5.6) <DA3C4068-1C95-31FF-90E2-301A98832FA2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff6bc3d000 -     0x7fff6bc79fff  libGLU.dylib (18.5.6) <AC07E7B1-9336-3EFA-81B8-22E097F0E063> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff6bc7a000 -     0x7fff6be0dfff  libGLProgrammability.dylib (18.5.6) <DEC7AA5D-9156-3252-90E9-F549531FE5D9> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
    0x7fff6be0e000 -     0x7fff6be18fff  libGL.dylib (18.5.6) <DBFE5B68-30CA-3BF1-B1BB-013F17546874> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff6be19000 -     0x7fff6bf96fff  GLEngine (18.5.6) <E52F37D9-E904-3220-BBDD-BFD93DE1F5B0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine
    0x7fff6bf97000 -     0x7fff6bfbffff  GLRendererFloat (18.5.6) <9085D15B-8BBC-3049-9BAF-FD75EB2D8E43> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat
    0x7fff6d258000 -     0x7fff6d2b0fff  com.apple.opencl (4.5 - 4.5) <484ED813-3DB6-3913-8DE0-F069BDA6E5A6> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff6e15e000 -     0x7fff6e1adfff  ATIRadeonX4000SCLib.dylib (4.4.17.1) <B4F6C507-A28B-322F-8053-77F7442BF080> /System/Library/Extensions/AMDRadeonX4000GLDriver.bundle/Contents/MacOS/ATIRadeonX4000SCLib.dylib
    0x7fff6e35e000 -     0x7fff6e445fff  com.apple.audio.AVFAudio (1.0 - 477.84) <ED108CC3-1D0C-34AE-A6EB-EEC52FB837B2> /System/Library/Frameworks/AVFAudio.framework/Versions/A/AVFAudio
    0x7fff6f5d5000 -     0x7fff6f5dffff  com.apple.AccessibilityBundles (1.0 - 174) <1F6173DC-4115-32EA-B0AB-F8ADD1093617> /System/Library/PrivateFrameworks/AccessibilityBundles.framework/Versions/A/AccessibilityBundles
    0x7fff6f9b1000 -     0x7fff6f9c3fff  com.apple.CMImaging (1.0 - 81.37) <376D8EE4-6EB3-3546-8393-0D339070CD7F> /System/Library/PrivateFrameworks/CMImaging.framework/Versions/A/CMImaging
    0x7fff780e2000 -     0x7fff78135fff  libstdc++.6.dylib (104.1) <603BA810-B30E-398D-B255-43B4513B9DE6> /usr/lib/libstdc++.6.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: 18
    thread_create: 0
    thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=752.5M resident=0K(0%) swapped_out_or_unallocated=752.5M(100%)
Writable regions: Total=2.9G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=2.9G(100%)
 
                                VIRTUAL   REGION 
REGION TYPE                        SIZE    COUNT (non-coalesced) 
===========                     =======  ======= 
Accelerate framework               256K        2 
Activity Tracing                   256K        1 
CG backing stores                 2064K       12 
CG image                           532K        3 
CoreAnimation                       32K        7 
CoreGraphics                         8K        2 
CoreUI image data                  276K        5 
Dispatch continuations           256.0M        2 
Foundation                          16K        1 
IOKit                             15.5M        2 
Kernel Alloc Once                    8K        1 
MALLOC                           452.9M      112 
MALLOC guard page                   48K       11 
MALLOC_MEDIUM (reserved)           2.1G       18         reserved VM address space (unallocated)
OpenGL GLSL                        256K        3 
STACK GUARD                       56.3M       79 
Stack                             47.1M       79 
VM_ALLOCATE                        2.3G     8008 
VM_ALLOCATE (reserved)             832K        2         reserved VM address space (unallocated)
__DATA                            27.2M      349 
__DATA_CONST                      13.5M      200 
__DATA_DIRTY                       660K      114 
__FONT_DATA                          4K        1 
__GLSLBUILTINS                    5176K        1 
__LINKEDIT                       502.9M       30 
__OBJC_RO                         70.1M        1 
__OBJC_RW                         2480K        2 
__TEXT                           249.7M      345 
__UNICODE                          588K        1 
mapped file                      224.5M      344 
shared memory                     1300K       19 
===========                     =======  ======= 
TOTAL                              6.2G     9757 
TOTAL, minus reserved VM space     4.1G     9757 

Model: MacPro7,1, BootROM 1554.100.64.0.0 (iBridge: 18.16.14554.5.1,0), 16 processors, 16-Core Intel Xeon W, 3.2 GHz, 128 GB, SMC 
Graphics: kHW_AMDRadeonPro580XwithAMDItem, AMD Radeon Pro 580X, spdisplays_pcie_device, 8 GB
Memory Module: Slot 1 (Channel F / DIMM 1), 16 GB, DDR4 R-DIMM, 2933 MHz, Micron, 18ASF2G72PDZ-2G9E1
Memory Module: Slot 3 (Channel E / DIMM 1), 16 GB, DDR4 R-DIMM, 2933 MHz, Micron, 18ASF2G72PDZ-2G9E1
Memory Module: Slot 4 (Channel E / DIMM 2), 8 GB, DDR4 R-DIMM, 2933 MHz, Hynix, HMA81GR7CJR8N-WM
Memory Module: Slot 5 (Channel D / DIMM 1), 16 GB, DDR4 R-DIMM, 2933 MHz, Micron, 18ASF2G72PDZ-2G9E1
Memory Module: Slot 6 (Channel D / DIMM 2), 8 GB, DDR4 R-DIMM, 2933 MHz, Hynix, HMA81GR7CJR8N-WM
Memory Module: Slot 7 (Channel A / DIMM 2), 8 GB, DDR4 R-DIMM, 2933 MHz, Hynix, HMA81GR7CJR8N-WM
Memory Module: Slot 8 (Channel A / DIMM 1), 16 GB, DDR4 R-DIMM, 2933 MHz, Micron, 18ASF2G72PDZ-2G9E1
Memory Module: Slot 9 (Channel B / DIMM 2), 8 GB, DDR4 R-DIMM, 2933 MHz, Hynix, HMA81GR7CJR8N-WM
Memory Module: Slot 10 (Channel B / DIMM 1), 16 GB, DDR4 R-DIMM, 2933 MHz, Micron, 18ASF2G72PDZ-2G9E1
Memory Module: Slot 12 (Channel C / DIMM 1), 16 GB, DDR4 R-DIMM, 2933 MHz, Micron, 18ASF2G72PDZ-2G9E1
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x7BF), wl0: Feb 16 2021 03:05:58 version 9.30.444.10.32.5.67 FWID 01-3d719d60
Bluetooth: Version 8.0.4d18, 3 services, 27 devices, 1 incoming serial ports
Network Service: Ethernet 1, Ethernet, en0
Network Service: Wi-Fi, AirPort, en2
PCI Card: AMD Radeon Pro 580X, sppci_displaycontroller, Slot-1@7,0,0
PCI Card: pci1002,aaf0, sppci_audiodevice, Slot-1@7,0,1
PCI Card: XHC4, sppci_usbxhci, Thunderbolt@141,0,0
PCI Card: pci8086,15eb, sppci_thunderbolt, Thunderbolt@142,0,0
USB Device: USB 3.0 Bus
USB Device: Portable SSD T3
USB Device: USB3.0 Hub
USB Device: USB3.0 Hub
USB Device: USB3.0 Hub
USB Device: USB3.0 Hub
USB Device: USB2.0 Hub
USB Device: USB2.0 Hub
USB Device: USB2.0 Hub
USB Device: USB2.0 Hub
USB Device: G500
USB Device: USB Audio CODEC
USB Device: CTH-470
USB Device: SAMSUNG_Android
USB Device: Planck
USB Device: Apple Watch Magnetic Charging Cable
USB Device: 4 inch PenTablet
USB Device: USB-Serial (0001)
USB Device: Magic Keyboard
USB Device: Apple T2 Bus
USB Device: Headset
USB Device: Apple T2 Controller
Thunderbolt Bus: Mac Pro, Apple Inc., 63.3
Thunderbolt Bus: Mac Pro, Apple Inc., 63.3

also manifests as:

Thread 29 Crashed:
0   libsystem_kernel.dylib        	0x00007fff206dd946 __pthread_kill + 10
1   libsystem_pthread.dylib       	0x00007fff2070c615 pthread_kill + 263
2   libsystem_c.dylib             	0x00007fff20661411 abort + 120
3   libGPUSupportMercury.dylib    	0x00007fff465070a6 gpusGenerateCrashLog.cold.1 + 95
4   libGPUSupportMercury.dylib    	0x00007fff464fe238 gpusGenerateCrashLog + 89
5   com.apple.AMDRadeonX4000GLDriver	0x000000010ae12302 gpusKillClientExt + 9
6   libGPUSupportMercury.dylib    	0x00007fff464ff603 gpusSubmitDataBuffers + 164
7   com.apple.AMDRadeonX4000GLDriver	0x000000010adec92c glrATI_Hwl_SubmitPacketsWithToken + 112
8   com.apple.AMDRadeonX4000GLDriver	0x000000010adf1b41 glrATI_SI_BindKernelResources + 92
9   com.apple.AMDRadeonX4000GLDriver	0x000000010adf2759 glrATI_SI_ResourceMgrValidateConstantState + 1027
10  com.apple.AMDRadeonX4000GLDriver	0x000000010ae3eac1 glrdATI_VI_RenderIndexed + 171
11  com.apple.AMDRadeonX4000GLDriver	0x000000010ae39dd1 glrdAMD_RenderVertexArray + 3292
12  GLEngine                      	0x00007fff6bedffec glDrawElements_ACC_Exec + 473

my gpu memory does seem to be stuck at a high level for most of my daily usage:

20210423 154808 (CleanShot)

How are you confirming that it has been fixed, out of curiosity?

I just looked at the machine code my kernel extension patched. As of macOS 11.1, it was changed to match my patch exactly.

I didn't investigate any further. So I don't know, for example, if Apple did something else to break my patch. But I don't think that's likely. And in any case I've now learned that there are probably lots of totally unrelated bugs that share this signature:

    0   libsystem_kernel.dylib        	0x00007fff206dd946 __pthread_kill + 10
    1   libsystem_pthread.dylib       	0x00007fff2070c615 pthread_kill + 263
    2   libsystem_c.dylib             	0x00007fff20661411 abort + 120
    3   libGPUSupportMercury.dylib    	0x00007fff465070a6 gpusGenerateCrashLog.cold.1 + 95

The only thing they have in common is that they're all Apple bugs. There may be ways to work around them, but it's exceedingly difficult to find out. Digging into user-mode code (for example using my HookCase) isn't enough by itself. You also have to dig into graphics-hardware-specific kernel extensions. You can use dtrace for that, but its capabilities are much more limited than those of HookCase. (Look through https://bugzilla.mozilla.org/show_bug.cgi?id=1576767 for examples of how I used dtrace there.)

Thanks much for the insight. I guess that saves me attempting to apply your patch in a hope for a potential fix!