iOS 14 CoreFoundation crash with EXC_BREAKPOINT

Hi,
I am facing a strange issue in my app with iOS14 there is a intermittent crash, i am using NetServiceBrowser for MDNS discovery not sure if that is causing the problem crash log has below information:

Crashed: com.apple.main-thread
0 CoreFoundation 0x1a906c4c4 CFAssertMismatchedTypeID + 108
1 CoreFoundation 0x1a8f7db0c
CFRunLoopSourceRemoveFromRunLoop + 298
2 CFNetwork 0x1a96255b0 CFNetServiceBrowserStopSearch + 460
3 CoreFoundation 0x1a8f81240 CFRUNLOOP
ISCALLINGOUTTOASOURCE0PERFORMFUNCTION + 24
4 CoreFoundation 0x1a8f81140
CFRunLoopDoSource0 + 204
5 CoreFoundation 0x1a8f80488
CFRunLoopDoSources0 + 256
6 CoreFoundation 0x1a8f7aa40
CFRunLoopRun + 776
7 CoreFoundation 0x1a8f7a200 CFRunLoopRunSpecific + 572
8 GraphicsServices 0x1bf075598 GSEventRunModal + 160
9 UIKitCore 0x1ab840004 -[UIApplication
run] + 1052
10 UIKitCore 0x1ab8455d8 UIApplicationMain + 164
Answered by DTS Engineer in 787317022

Yes. using Multipeer Connectivity

OK. In that case my answer is that you should stop using Multipeer Connectivity. This is a long-standing bug and, while I can’t predict the future with 100% accuracy, I think it’s reasonable to infer future behaviour from past behaviour. In this case, you’re looking at a crashing bug that’s been around for at least 3 years old [1]. How long are you prepared to wait for a fix?

IMO Multipeer Connectivity should be officially deprecated in favour of Network framework [2]. If you’d like to make that transition:

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

[1] Based on the age of this thread. I suspect that this bug has been around for much longer than that.

[2] And, to be clear, this is a personal opinion. I don’t set official Apple policy for this stuff. The official policy is in TN3151 Choosing the right networking API, which has to walk a fine line because Multipeer Connectivity isn’t officially deprecated.

We've been seeing a number of crashes with a similar assertion, but
related to the EAAccessory Framework.

These errors are unlikely to be related. You’re crashing for the same reason (CF has detected a type mismatch at runtime) but the cause of that type mismatch is very different.

Consider this snippet from the crashing thread’s backtrace:

Code Block
1 CoreFoundation … _CFAssertMismatchedTypeID + 100
2 CoreFoundation … CFRunLoopSourceSignal + 312
3 ExternalAccessory … -[EAInputStream _scheduleCallback] + 72
4 ExternalAccessory … -[EAInputStream _performAtEndOfStreamValidation] + 116


Frame 1 is the type mismatch, but note how frames 2 is different (in the other cases it was removing a run loop source) as are frames 3 and 4.

I recommend that you open a new thread for this and tag it with ExternalAccessory to see if anyone with EA experience (which I do not have, btw) chimes in.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@apple.com"
Hello there,

Has anyone figured out the cause of this crash?
We are facing the same issue since iOS 14 (14.3 and 14.4) when using multipeer connectivity and MCNearbyServiceBrowser.

Thanks!

Our app uses Multipeer Connectivity and we've been experiencing this issue since iOS 14 was released.

One common theme is that the app is running in the background when the issue arrises and we get the crash.

Expected typeID 46 (CFRunLoopSource) does not match actual typeID 61 (CFSocket)

We've been trying to diagnose what is happening through our remote logging, but so far the cause of the issue has escaped us.

One common theme is that the app is running in the background when the
issue arrises and we get the crash.

You use Multipeer Connectivity in the background? Is that just because you don’t shut it down when you move to the background? Or because you actually need to use it in the background?

Multipeer Connectivity isn’t rated for use the background. Some parts of it will likely work as long as you guarantee that your process never gets suspended (as is generally true for out networking APIs). Other parts simply don’t make sense in the background.

Having said that, it shouldn’t crash )-:

Do you have an Apple crash report for this? If so, please post it here. Use the text attachment feature (the paperclip icon) to avoid clogging up the timeline.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"
Hi,

Would this Apple crash report help?

Thanks,
Incident Identifier: 9DF4776D-CC6B-4932-86C3-9161F742D8D9
Hardware Model:      iPad7,5
Process:             Zelty Borne [6861]
Path:                /private/var/containers/Bundle/Application/C857BD20-2A71-4C4F-8A6B-AAED07EFEC89/Zelty Borne.app/Zelty Borne
Identifier:          fr.zelty.borne
Version:             107 (1.2)
AppStoreTools:       12D4d
AppVariant:          1:iPad7,5:14
Beta:                YES
Code Type:           ARM-64 (Native)
Role:                Foreground
Parent Process:      launchd [1]
Coalition:           fr.zelty.borne [356]


Date/Time:           2021-05-17 16:02:35.6188 +0200
Launch Time:         2021-05-17 16:01:58.0711 +0200
OS Version:          iPhone OS 14.4.2 (18D70)
Release Type:        User
Baseband Version:    n/a
Report Version:      104

Exception Type:  EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0x0000000000000001, 0x0000000187823108
Termination Signal: Trace/BPT trap: 5
Termination Reason: Namespace SIGNAL, Code 0x5
Terminating Process: exc handler [6861]
Triggered by Thread:  0

Thread 0 name:
Thread 0 Crashed:
0   CoreFoundation                	0x0000000187823108 _CFAssertMismatchedTypeID + 108 (CFRuntime.c:934)
1   CoreFoundation                	0x0000000187823100 _CFAssertMismatchedTypeID + 100 (CFRuntime.c:933)
2   CoreFoundation                	0x00000001877344ac CFRunLoopSourceInvalidate + 300 (CFRuntime_Internal.h:118)
3   CFNetwork                     	0x0000000187de279c _BrowserCancel(__CFNetServiceBrowser*) + 76 (CFNetServiceBrowser.c:178)
4   CoreFoundation                	0x0000000187737bf0 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 24 (CFRunLoop.c:1967)
5   CoreFoundation                	0x0000000187737af0 __CFRunLoopDoSource0 + 204 (CFRunLoop.c:2011)
6   CoreFoundation                	0x0000000187736e38 __CFRunLoopDoSources0 + 256 (CFRunLoop.c:2048)
7   CoreFoundation                	0x00000001877313e0 __CFRunLoopRun + 776 (CFRunLoop.c:2925)
8   CoreFoundation                	0x0000000187730ba0 CFRunLoopRunSpecific + 572 (CFRunLoop.c:3242)
9   GraphicsServices              	0x000000019e496598 GSEventRunModal + 160 (GSEvent.c:2259)
10  UIKitCore                     	0x000000018a0222f4 -[UIApplication _run] + 1052 (UIApplication.m:3253)
11  UIKitCore                     	0x000000018a027874 UIApplicationMain + 164 (UIApplication.m:4707)
12  Zelty Borne                   	0x0000000104f2dc64 0x104f00000 + 187492
13  libdyld.dylib                 	0x000000018740f568 start + 4

Thread 1:
0   libsystem_pthread.dylib       	0x00000001cf32886c start_wqthread + 0

Thread 2 name:
Thread 2:
0   libsystem_kernel.dylib        	0x00000001b2f28644 mach_msg_trap + 8
1   libsystem_kernel.dylib        	0x00000001b2f27a48 mach_msg + 72 (mach_msg.c:103)
2   CoreFoundation                	0x00000001877370fc __CFRunLoopServiceMachPort + 376 (CFRunLoop.c:2641)
3   CoreFoundation                	0x0000000187731570 __CFRunLoopRun + 1176 (CFRunLoop.c:2974)
4   CoreFoundation                	0x0000000187730ba0 CFRunLoopRunSpecific + 572 (CFRunLoop.c:3242)
5   Foundation                    	0x00000001889507f8 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 228 (NSRunLoop.m:374)
6   Foundation                    	0x00000001889506d8 -[NSRunLoop(NSRunLoop) runUntilDate:] + 88 (NSRunLoop.m:421)
7   UIKitCore                     	0x000000018a0ce054 -[UIEventFetcher threadMain] + 504 (UIEventFetcher.m:838)
8   Foundation                    	0x0000000188aad4bc __NSThread__start__ + 848 (NSThread.m:724)
9   libsystem_pthread.dylib       	0x00000001cf323c9c _pthread_start + 288 (pthread.c:881)
10  libsystem_pthread.dylib       	0x00000001cf328880 thread_start + 8

Thread 3 name:
Thread 3:
0   libsystem_kernel.dylib        	0x00000001b2f4e5fc write + 8
1   FirebaseCrashlytics           	0x000000010551a224 FIRCLSSDKFileLog + 316 (FIRCLSInternalLogging.c:0)
2   FirebaseCrashlytics           	0x000000010551bda8 FIRCLSMachExceptionReply + 128 (FIRCLSMachException.c:267)
3   FirebaseCrashlytics           	0x000000010551bda8 FIRCLSMachExceptionServer + 996 (FIRCLSMachException.c:178)
4   libsystem_pthread.dylib       	0x00000001cf323c9c _pthread_start + 288 (pthread.c:881)
5   libsystem_pthread.dylib       	0x00000001cf328880 thread_start + 8

Thread 4 name:
Thread 4:
0   libsystem_kernel.dylib        	0x00000001b2f28644 mach_msg_trap + 8
1   libsystem_kernel.dylib        	0x00000001b2f27a48 mach_msg + 72 (mach_msg.c:103)
2   CoreFoundation                	0x00000001877370fc __CFRunLoopServiceMachPort + 376 (CFRunLoop.c:2641)
3   CoreFoundation                	0x0000000187731570 __CFRunLoopRun + 1176 (CFRunLoop.c:2974)
4   CoreFoundation                	0x0000000187730ba0 CFRunLoopRunSpecific + 572 (CFRunLoop.c:3242)
5   Foundation                    	0x00000001889507f8 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 228 (NSRunLoop.m:374)
6   Zelty Borne                   	0x00000001050a94e0 -[ZPrinterManager startPrintersCommunicationRunLoop] + 196 (ZPrinterManager.m:593)
7   Foundation                    	0x0000000188aad4bc __NSThread__start__ + 848 (NSThread.m:724)
8   libsystem_pthread.dylib       	0x00000001cf323c9c _pthread_start + 288 (pthread.c:881)
9   libsystem_pthread.dylib       	0x00000001cf328880 thread_start + 8

Thread 5 name:
Thread 5:
0   libsystem_kernel.dylib        	0x00000001b2f28644 mach_msg_trap + 8
1   libsystem_kernel.dylib        	0x00000001b2f27a48 mach_msg + 72 (mach_msg.c:103)
2   CoreFoundation                	0x00000001877370fc __CFRunLoopServiceMachPort + 376 (CFRunLoop.c:2641)
3   CoreFoundation                	0x0000000187731570 __CFRunLoopRun + 1176 (CFRunLoop.c:2974)
4   CoreFoundation                	0x0000000187730ba0 CFRunLoopRunSpecific + 572 (CFRunLoop.c:3242)
5   Foundation                    	0x00000001889507f8 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 228 (NSRunLoop.m:374)
6   Zelty Borne                   	0x00000001050a7ac8 -[ZPrinterManager startDiscoveryRunLoop] + 232 (ZPrinterManager.m:263)
7   Foundation                    	0x0000000188aad4bc __NSThread__start__ + 848 (NSThread.m:724)
8   libsystem_pthread.dylib       	0x00000001cf323c9c _pthread_start + 288 (pthread.c:881)
9   libsystem_pthread.dylib       	0x00000001cf328880 thread_start + 8

Thread 6 name:
Thread 6:
0   libsystem_kernel.dylib        	0x00000001b2f28644 mach_msg_trap + 8
1   libsystem_kernel.dylib        	0x00000001b2f27a48 mach_msg + 72 (mach_msg.c:103)
2   CoreFoundation                	0x00000001877370fc __CFRunLoopServiceMachPort + 376 (CFRunLoop.c:2641)
3   CoreFoundation                	0x0000000187731570 __CFRunLoopRun + 1176 (CFRunLoop.c:2974)
4   CoreFoundation                	0x0000000187730ba0 CFRunLoopRunSpecific + 572 (CFRunLoop.c:3242)
5   CFNetwork                     	0x0000000187fc24b0 +[__CFN_CoreSchedulingSetRunnable _run:] + 552 (CoreSchedulingSet.mm:1374)
6   Foundation                    	0x0000000188aad4bc __NSThread__start__ + 848 (NSThread.m:724)
7   libsystem_pthread.dylib       	0x00000001cf323c9c _pthread_start + 288 (pthread.c:881)
8   libsystem_pthread.dylib       	0x00000001cf328880 thread_start + 8

Thread 7 name:
Thread 7:
0   libsystem_kernel.dylib        	0x00000001b2f4bb00 select$DARWIN_EXTSN + 8
1   CoreFoundation                	0x0000000187743400 __CFSocketManager + 616 (CFSocket.c:1343)
2   libsystem_pthread.dylib       	0x00000001cf323c9c _pthread_start + 288 (pthread.c:881)
3   libsystem_pthread.dylib       	0x00000001cf328880 thread_start + 8

Thread 8 name:
Thread 8:
0   libsystem_kernel.dylib        	0x00000001b2f28644 mach_msg_trap + 8
1   libsystem_kernel.dylib        	0x00000001b2f27a48 mach_msg + 72 (mach_msg.c:103)
2   CoreFoundation                	0x00000001877370fc __CFRunLoopServiceMachPort + 376 (CFRunLoop.c:2641)
3   CoreFoundation                	0x0000000187731570 __CFRunLoopRun + 1176 (CFRunLoop.c:2974)
4   CoreFoundation                	0x0000000187730ba0 CFRunLoopRunSpecific + 572 (CFRunLoop.c:3242)
5   CoreFoundation                	0x0000000187753174 _legacyStreamRunLoop_workThread + 260 (CFStream.c:1773)
6   libsystem_pthread.dylib       	0x00000001cf323c9c _pthread_start + 288 (pthread.c:881)
7   libsystem_pthread.dylib       	0x00000001cf328880 thread_start + 8

Thread 9:
0   libsystem_pthread.dylib       	0x00000001cf32886c start_wqthread + 0

Thread 10:
0   libsystem_pthread.dylib       	0x00000001cf32886c start_wqthread + 0

Thread 11:
0   libsystem_pthread.dylib       	0x00000001cf32886c start_wqthread + 0

Thread 0 crashed with ARM Thread State (64-bit):
    x0: 0x000000000000004f   x1: 0x0000000187a05a3f   x2: 0x0000000000000000   x3: 0x000000016aefe900
    x4: 0x000000016aefd608   x5: 0x000000016aefe890   x6: 0x0000000000000029   x7: 0x0000000000000403
    x8: 0x00000001df382000   x9: 0x8506efeda021003f  x10: 0x0000000000000001  x11: 0x0000000000000001
   x12: 0x0000000187a0671b  x13: 0x0000010000000000  x14: 0x0000000000000010  x15: 0x0000120000000000
   x16: 0x0000000196b6a138  x17: 0x0000120000001200  x18: 0x0000000000000000  x19: 0x000000016aefe8b1
   x20: 0x000000000000002e  x21: 0x00000001879fcce2  x22: 0x0000000187a0501a  x23: 0x00000001ded61000
   x24: 0x00000001ded61000  x25: 0x0000000000000000  x26: 0x0000000282b94008  x27: 0x00000001ded61000
   x28: 0x00000001ded61000   fp: 0x000000016aefe9e0   lr: 0x0000000187823100
    sp: 0x000000016aefe890   pc: 0x0000000187823108 cpsr: 0x60000000
   esr: 0xf2000001  Address size fault

Binary Images:
0x104f00000 - 0x10519bfff Zelty Borne arm64  <bc269892f75c3b2baa63315cdfa42125> /var/containers/Bundle/Application/C857BD20-2A71-4C4F-8A6B-AAED07EFEC89/Zelty Borne.app/Zelty Borne
0x1054ac000 - 0x1054bbfff FBLPromises arm64  <f3ec4fe4a4743936addabc80423a29d0> /var/containers/Bundle/Application/C857BD20-2A71-4C4F-8A6B-AAED07EFEC89/Zelty Borne.app/Frameworks/FBLPromises.framework/FBLPromises
0x1054c8000 - 0x1054d7fff FirebaseCore arm64  <4d5f31dedf8b3c31a0f63f1d17f0f4d2> /var/containers/Bundle/Application/C857BD20-2A71-4C4F-8A6B-AAED07EFEC89/Zelty Borne.app/Frameworks/FirebaseCore.framework/FirebaseCore
0x1054f0000 - 0x1054f7fff FirebaseCoreDiagnostics arm64  <e2b6db8a41283d79a5fa881e13a38e01> /var/containers/Bundle/Application/C857BD20-2A71-4C4F-8A6B-AAED07EFEC89/Zelty Borne.app/Frameworks/FirebaseCoreDiagnostics.framework/FirebaseCoreDiagnostics
0x105504000 - 0x10553ffff FirebaseCrashlytics arm64  <da696dde58b637c69ee5c2433d0c9aeb> /var/containers/Bundle/Application/C857BD20-2A71-4C4F-8A6B-AAED07EFEC89/Zelty Borne.app/Frameworks/FirebaseCrashlytics.framework/FirebaseCrashlytics
0x105564000 - 0x10557bfff FirebaseInstallations arm64  <3a5b9452312c3bba8dfd7172d4b79a51> /var/containers/Bundle/Application/C857BD20-2A71-4C4F-8A6B-AAED07EFEC89/Zelty Borne.app/Frameworks/FirebaseInstallations.framework/FirebaseInstallations
0x105594000 - 0x1055b3fff GoogleDataTransport arm64  <3211bf9f70a73f98b63589019bcbbe45> /var/containers/Bundle/Application/C857BD20-2A71-4C4F-8A6B-AAED07EFEC89/Zelty Borne.app/Frameworks/GoogleDataTransport.framework/GoogleDataTransport
0x1055cc000 - 0x1055e7fff GoogleUtilities arm64  <7e3fea2af4513403ade663c9eb014daa> /var/containers/Bundle/Application/C857BD20-2A71-4C4F-8A6B-AAED07EFEC89/Zelty Borne.app/Frameworks/GoogleUtilities.framework/GoogleUtilities
0x1055fc000 - 0x10561bfff JustLog arm64  <a3b6cce36d113ccb9527982715cf82eb> /var/containers/Bundle/Application/C857BD20-2A71-4C4F-8A6B-AAED07EFEC89/Zelty Borne.app/Frameworks/JustLog.framework/JustLog
0x105634000 - 0x105647fff Nepting arm64  <5d4620b5fbd2331eb2d7ccf75fe69e4b> /var/containers/Bundle/Application/C857BD20-2A71-4C4F-8A6B-AAED07EFEC89/Zelty Borne.app/Frameworks/Nepting.framework/Nepting
0x105660000 - 0x10568bfff SwiftyBeaver arm64  <2119c06216373037b9308d394cfc319a> /var/containers/Bundle/Application/C857BD20-2A71-4C4F-8A6B-AAED07EFEC89/Zelty Borne.app/Frameworks/SwiftyBeaver.framework/SwiftyBeaver
0x1056a8000 - 0x1056b3fff iZettleSDK arm64  <88fd2d5f5d503a3983e6b2a3aed867bf> /var/containers/Bundle/Application/C857BD20-2A71-4C4F-8A6B-AAED07EFEC89/Zelty Borne.app/Frameworks/iZettleSDK.framework/iZettleSDK
0x1056c0000 - 0x1056e3fff libPhoneNumber_iOS arm64  <8d6e71a239ad356dbb182f9dc187f2c6> /var/containers/Bundle/Application/C857BD20-2A71-4C4F-8A6B-AAED07EFEC89/Zelty Borne.app/Frameworks/libPhoneNumber_iOS.framework/libPhoneNumber_iOS
0x105704000 - 0x10570bfff nanopb arm64  <3560c0ac3ddf3cbd8ca0e56839f0d6db> /var/containers/Bundle/Application/C857BD20-2A71-4C4F-8A6B-AAED07EFEC89/Zelty Borne.app/Frameworks/nanopb.framework/nanopb
0x105724000 - 0x10578ffff dyld arm64  <b92286197bbb32eeb90d689ac449aa60> /usr/lib/dyld
0x105810000 - 0x1058e7fff iZettlePayments arm64  <a64409e171c939ae80c196ec9da20cc2> /var/containers/Bundle/Application/C857BD20-2A71-4C4F-8A6B-AAED07EFEC89/Zelty Borne.app/Frameworks/iZettlePayments.framework/iZettlePayments
0x105940000 - 0x1059f3fff iZettleShared arm64  <c73a7a08b8043a759b74bba09fd138b1> /var/containers/Bundle/Application/C857BD20-2A71-4C4F-8A6B-AAED07EFEC89/Zelty Borne.app/Frameworks/iZettleShared.framework/iZettleShared
0x105adc000 - 0x105ae7fff libobjc-trampolines.dylib arm64  <80646a348ec63d15a5642731a0a01eaa> /usr/lib/libobjc-trampolines.dylib
0x105dac000 - 0x105dbffff GAXClient arm64  <037d49c67b5a3a6d8bae77ecca296a76> /System/Library/AccessibilityBundles/GAXClient.bundle/GAXClient
0x18738f000 - 0x18740dfff libdispatch.dylib arm64  <af27e74cbe4a3364bb27aed9916ce02d> /usr/lib/system/libdispatch.dylib
0x18740e000 - 0x187444fff libdyld.dylib arm64  <0b475c783c123121b7f82b95b83daf44> /usr/lib/system/libdyld.dylib
0x187445000 - 0x18769cfff libicucore.A.dylib arm64  <92f2f395bfe9387994a8c015489a3af4> /usr/lib/libicucore.A.dylib
0x18769d000 - 0x187a46fff CoreFoundation arm64  <f3021642e3c033f89911dd303a6056d0> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
0x187a47000 - 0x187be1fff CoreServices arm64  <21cf36fcc45436728228b93d58ff00c8> /System/Library/Frameworks/CoreServices.framework/CoreServices
0x187be2000 - 0x187c2afff WirelessDiagnostics arm64  <c87b712e032536f9aabd356ce0854bf5> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/WirelessDiagnostics
0x187c2b000 - 0x187ca4fff SystemConfiguration arm64  <25b9e2ed36593ef487cf2e7a3270883f> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
0x187ca5000 - 0x187d8ffff CoreTelephony arm64  <2c92b898bf6a397eab4d409588151ca4> /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
0x187d90000 - 0x188211fff CFNetwork arm64  <9d46b4f5cd9e31edba2d28f8bdc5e810> /System/Library/Frameworks/CFNetwork.framework/CFNetwork
0x188212000 - 0x1888d7fff libnetwork.dylib arm64  <bfa95fff721f35b3aff7a1e3aeea068b> /usr/lib/libnetwork.dylib
0x1888d8000 - 0x188948fff Accounts arm64  <1e2fba4c0dc03f4d89338072bfe04f16> /System/Library/Frameworks/Accounts.framework/Accounts
0x188949000 - 0x188be3fff Foundation arm64  <712a564e50583eacaf3a43bbd43d0d7e> /System/Library/Frameworks/Foundation.framework/Foundation
0x188be4000 - 0x188f4afff ImageIO arm64  <7517393d394b3426a85f09eff1764832> /System/Library/Frameworks/ImageIO.framework/ImageIO
0x188f4b000 - 0x188f63fff libCGInterfaces.dylib arm64  <940a76a4a65032709a1c714594adb838> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/Libraries/libCGInterfaces.dylib
0x188f64000 - 0x1894f3fff CoreGraphics arm64  <57b3d61e4cd130dfb7b476d1ac5c4a16> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
0x1894f4000 - 0x18a8bdfff UIKitCore arm64  <cc6e5ac7824835f68b422e25c93dcf0a> /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore
0x18a8be000 - 0x18a8dbfff libAccessibility.dylib arm64  <62a9b592f12437b5b040338f4d6e54a7> /usr/lib/libAccessibility.dylib
0x18a8dc000 - 0x18ab51fff QuartzCore arm64  <461501dd204f35169f5dbdd0ba19fda1> /System/Library/Frameworks/QuartzCore.framework/QuartzCore
0x18ab52000 - 0x18abb7fff BackBoardServices arm64  <ede04d70146a375ab026b0de23c64900> /System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices
0x18abb8000 - 0x18ac3ffff TextInput arm64  <e039c6aadcf7351892c13176eae7626e> /System/Library/PrivateFrameworks/TextInput.framework/TextInput
0x18ac40000 - 0x18aca7fff libusrtcp.dylib arm64  <de34363495cf339c808d3d6a9c0c6fff> /usr/lib/libusrtcp.dylib
0x18aca8000 - 0x18b047fff AppleMediaServices arm64  <8bdaee10df1f3b50ac4017ccd82da9f5> /System/Library/PrivateFrameworks/AppleMediaServices.framework/AppleMediaServices
0x18b048000 - 0x18b1abfff libswiftFoundation.dylib arm64  <a2d23659d9843f88b3152314a20bbe40> /usr/lib/swift/libswiftFoundation.dylib
0x18b1ac000 - 0x18b55bfff libswiftCore.dylib arm64  <b2cf4e71ba9b36099dba8cb370367d8c> /usr/lib/swift/libswiftCore.dylib
0x18b55c000 - 0x18b573fff UIKitServices arm64  <cbf3581d49eb30c094cc56467af4e402> /System/Library/PrivateFrameworks/UIKitServices.framework/UIKitServices
0x18b574000 - 0x18b6befff Preferences arm64  <fb3b30abc4953fe6b1fe7269e67279e0> /System/Library/PrivateFrameworks/Preferences.framework/Preferences
0x18b6bf000 - 0x18b8cdfff ContactsUI arm64  <561b262943d73be299fc8eb069783183> /System/Library/Frameworks/ContactsUI.framework/ContactsUI
0x18b8ce000 - 0x18ba87fff CoreText arm64  <6655bf5d06f232b2bf2356e7208c415d> /System/Library/Frameworks/CoreText.framework/CoreText
0x18ba88000 - 0x18baa1fff ExtensionKit arm64  <68e3b55e8dae34f6bdf03f6e5bddbb28> /System/Library/PrivateFrameworks/ExtensionKit.framework/ExtensionKit
0x18bab6000 - 0x18bb33fff BaseBoard arm64  <835e9ff531943e978e9aa0d159f2f547> /System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard
0x18bb34000 - 0x18bd49fff CoreDuet arm64  <747f915812903af3b819f7b83a49798b> /System/Library/PrivateFrameworks/CoreDuet.framework/CoreDuet
0x18bd4a000 - 0x18be95fff Contacts arm64  <ccf0dc813dcf33cd9ac9734d165e26d7> /System/Library/Frameworks/Contacts.framework/Contacts
0x18be96000 - 0x18d307fff GeoServices arm64  <2d9af4d7d362343a9293c51aa460338a> /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices
0x18d308000 - 0x18d39afff CoreLocation arm64  <45cea69167423034a070baf95767f548> /System/Library/Frameworks/CoreLocation.framework/CoreLocation
0x18d39b000 - 0x18d537fff CloudKit arm64  <515356c956e1384ea39b0c01b5d0bee4> /System/Library/Frameworks/CloudKit.framework/CloudKit
0x18d538000 - 0x18d8a0fff CoreData arm64  <418ea9f61e9b3dd4bb1737c8fc35365a> /System/Library/Frameworks/CoreData.framework/CoreData
0x18e490000 - 0x18e49afff libswiftCoreGraphics.dylib arm64  <08e8e7a64362308aad2a4437cd7c27c0> /usr/lib/swift/libswiftCoreGraphics.dylib
0x18e49b000 - 0x18e4d9fff AppSupport arm64  <1b30489e0af63febb04b645b0f9e60b4> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
0x18e4da000 - 0x18e5f7fff ManagedConfiguration arm64  <631f9e9983a53c21be7af91099ef8b80> /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration
0x18e5f8000 - 0x18e664fff IMFoundation arm64  <9f009545d7a23a63b7ed3a11120266eb> /System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation
0x18e665000 - 0x18e767fff IDS arm64  <b7325747e4e2341f9afff0fc2b645584> /System/Library/PrivateFrameworks/IDS.framework/IDS
0x18e768000 - 0x18e8a6fff Security arm64  <8a534c875a613c3182a1a9a0a302a205> /System/Library/Frameworks/Security.framework/Security
0x18e8a7000 - 0x18eca4fff MediaPlayer arm64  <f6309cfae4cc38e9b85b7b7f96ca3a3d> /System/Library/Frameworks/MediaPlayer.framework/MediaPlayer
0x18eca5000 - 0x18ecbcfff AudioSession arm64  <a0ee017de0b93f0c83959361e8a2b1f2> /System/Library/PrivateFrameworks/AudioSession.framework/AudioSession
0x18ecbd000 - 0x18ee37fff AVFCore arm64  <1a7ee7dd3f5b38ee9f6e091afae55d42> /System/Library/PrivateFrameworks/AVFCore.framework/AVFCore
0x18ee38000 - 0x18f3a2fff Intents arm64  <b90c3d75d6f8348b98ebf6c36e005438> /System/Library/Frameworks/Intents.framework/Intents
0x18f3ef000 - 0x18f6eefff CoreImage arm64  <0b613f10d8e33ccf97e4cc6c9c74c3a2> /System/Library/Frameworks/CoreImage.framework/CoreImage
0x18f6ef000 - 0x18f7a9fff ColorSync arm64  <e9bc0a8306a63d6f81605257fa33b69a> /System/Library/PrivateFrameworks/ColorSync.framework/ColorSync
0x18f7aa000 - 0x18f7e2fff CoreVideo arm64  <e26f74b884203134a417c900e4afd212> /System/Library/Frameworks/CoreVideo.framework/CoreVideo
0x18f7e3000 - 0x18ff08fff MediaToolbox arm64  <7f9b709ae3393200a588943837dede90> /System/Library/Frameworks/MediaToolbox.framework/MediaToolbox
0x18ff09000 - 0x18fffbfff CoreMedia arm64  <b4ac6b091d4934748d2806a8862da40a> /System/Library/Frameworks/CoreMedia.framework/CoreMedia
0x18fffc000 - 0x190267fff AudioToolbox arm64  <7403032b46d63f9e838404339c7ef367> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
0x190268000 - 0x1902b7fff CoreHaptics arm64  <e53f5a5f9f6337999d57c7c9471248f1> /System/Library/Frameworks/CoreHaptics.framework/CoreHaptics
0x190315000 - 0x190418fff UIFoundation arm64  <95d74bf6d60f3d0b939af6b614e4ac3f> /System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation
0x190419000 - 0x19043efff libsystem_info.dylib arm64  <3d3b0c9a516331658eba2b97fa3e3090> /usr/lib/system/libsystem_info.dylib
0x19043f000 - 0x1904bbfff libsystem_c.dylib arm64  <a07a482ae889392a8c66c328cf5320c9> /usr/lib/system/libsystem_c.dylib
0x1904bc000 - 0x190504fff RunningBoardServices arm64  <ddd773981a773f39ac9cc36fa221d870> /System/Library/PrivateFrameworks/RunningBoardServices.framework/RunningBoardServices
0x190505000 - 0x1915b9fff JavaScriptCore arm64  <5bd82887c23e3e37b0f21f9bf23321f5> /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore
0x191b52000 - 0x191bd7fff ContactsFoundation arm64  <df4fbe44f4113496a14fe399634d91b1> /System/Library/PrivateFrameworks/ContactsFoundation.framework/ContactsFoundation
0x191e06000 - 0x191e27fff ProactiveEventTracker arm64  <2dbdc4b0d2d2394b995e79a2330c6747> /System/Library/PrivateFrameworks/ProactiveEventTracker.framework/ProactiveEventTracker
0x191e28000 - 0x191e72fff Lexicon arm64  <eba3592c5d903cafa3ace5a726a75566> /System/Library/PrivateFrameworks/Lexicon.framework/Lexicon
0x191edc000 - 0x191f28fff CoreDuetContext arm64  <5974c36a40953694baa36b8110d34414> /System/Library/PrivateFrameworks/CoreDuetContext.framework/CoreDuetContext
0x191f29000 - 0x191fcffff IOKit arm64  <ab855ed1eb833c9eb5de293735aba7e9> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x191fd0000 - 0x191fdffff DataMigration arm64  <552910a7ae173403ba35a59209aa3ee6> /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
0x191fe0000 - 0x192038fff SpringBoardServices arm64  <ab3e74131e2c3a22bf819dd981e92af7> /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices
0x19204b000 - 0x1922b1fff CoreMotion arm64  <a95bceffd01733c4aeeeeccb7b70343b> /System/Library/Frameworks/CoreMotion.framework/CoreMotion
0x1922b2000 - 0x1923e8fff EventKit arm64  <aa6c4c56721d354c9deb3dd66aafcbc0> /System/Library/Frameworks/EventKit.framework/EventKit
0x192909000 - 0x192b82fff MediaRemote arm64  <e4aa2fb7ec183feda1303869684d6fa8> /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote
0x192b83000 - 0x192d1bfff CoreUtils arm64  <44a8e8eefc9638959c6f8feca7273b3c> /System/Library/PrivateFrameworks/CoreUtils.framework/CoreUtils
0x192d1c000 - 0x192d31fff FamilyCircle arm64  <d1578ef150703dec8925e1e0ee330528> /System/Library/PrivateFrameworks/FamilyCircle.framework/FamilyCircle
0x192d32000 - 0x192d9efff CoreSpotlight arm64  <ba37870857b23498933918b8ad618b5d> /System/Library/Frameworks/CoreSpotlight.framework/CoreSpotlight
0x193184000 - 0x19331cfff AssistantServices arm64  <a3df9f51ca773d24b2d7947e345f1422> /System/Library/PrivateFrameworks/AssistantServices.framework/AssistantServices
0x19331d000 - 0x1933defff CoreUI arm64  <79ecf5d18f4a3c349f87d72dfbee8b84> /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
0x1933df000 - 0x19342cfff SafariSafeBrowsing arm64  <05a29890a6be3e5ebd131e9be1ed183c> /System/Library/PrivateFrameworks/SafariSafeBrowsing.framework/SafariSafeBrowsing
0x19342d000 - 0x193ddffff WebKit arm64  <b30197febb3e30b08a364c2084a74719> /System/Library/Frameworks/WebKit.framework/WebKit
0x193de0000 - 0x196688fff WebCore arm64  <c5adbb516bc738bbad0f4a09ed2a41ec> /System/Library/PrivateFrameworks/WebCore.framework/WebCore
0x196689000 - 0x1966e7fff libMobileGestalt.dylib arm64  <7ccc7cb306dc3abfb86172ba8fe12175> /usr/lib/libMobileGestalt.dylib
0x1966e8000 - 0x196703fff CommonUtilities arm64  <759200c8b57e3a46887bb474f4392784> /System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities
0x196704000 - 0x196869fff IDSFoundation arm64  <d3637b85a6dd31708dfc54c39c71d6f1> /System/Library/PrivateFrameworks/IDSFoundation.framework/IDSFoundation
0x196969000 - 0x196a09fff CoreSuggestions arm64  <4d4f41ccb6a639d9a7cdb5c70cb4bbf2> /System/Library/PrivateFrameworks/CoreSuggestions.framework/CoreSuggestions
0x196a0a000 - 0x196aa3fff AddressBookLegacy arm64  <349428ab796b32beb90f311cb47d3129> /System/Library/PrivateFrameworks/AddressBookLegacy.framework/AddressBookLegacy
0x196aa4000 - 0x196ad4fff UserNotifications arm64  <53727fddc6043fa08871a6697500970d> /System/Library/Frameworks/UserNotifications.framework/UserNotifications
0x196ad5000 - 0x196b56fff FrontBoardServices arm64  <e42fbc3b619c32aba2104a25f8b5373f> /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices
0x196b57000 - 0x196b79fff libsystem_malloc.dylib arm64  <8979fb06a3173c57afea2732627a08e5> /usr/lib/system/libsystem_malloc.dylib
0x196b7a000 - 0x196e33fff MapKit arm64  <5511a251589931c681b0d1d0ca5e434b> /System/Library/Frameworks/MapKit.framework/MapKit
0x196e34000 - 0x197601fff VectorKit arm64  <eaacceea841e39efb900b5ec26b2ecb9> /System/Library/PrivateFrameworks/VectorKit.framework/VectorKit
0x197602000 - 0x19768bfff AuthKit arm64  <a9915ac1507c316ba1a3e34f758721f7> /System/Library/PrivateFrameworks/AuthKit.framework/AuthKit
0x19768c000 - 0x19771afff AppleAccount arm64  <242996fac30b32e2b851b415c50d63ea> /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount
0x19771b000 - 0x197820fff AVFAudio arm64  <b31e053142ae36e2814285398a9687ad> /System/Library/Frameworks/AVFoundation.framework/Frameworks/AVFAudio.framework/AVFAudio
0x197821000 - 0x197a80fff AudioToolboxCore arm64  <c498629445da3d4da0651ae13ab9eba2> /System/Library/PrivateFrameworks/AudioToolboxCore.framework/AudioToolboxCore
0x197ab2000 - 0x197d48fff StoreServices arm64  <3c259718d1b036ac8d8d917acf0cca0f> /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices
0x197d49000 - 0x197ebffff Sharing arm64  <41eb92837591324aab739e0f14fa4172> /System/Library/PrivateFrameworks/Sharing.framework/Sharing
0x197ec0000 - 0x197f60fff ShareSheet arm64  <75bdaae974073dfb89d3d4e21253f4a5> /System/Library/PrivateFrameworks/ShareSheet.framework/ShareSheet
0x197f61000 - 0x198048fff CoreParsec arm64  <2f24b25b4c45393a840775bdd3133dec> /System/Library/PrivateFrameworks/CoreParsec.framework/CoreParsec
0x198049000 - 0x19808efff PhotoFoundation arm64  <e2155bb66bc3343585e3e12b63f83747> /System/Library/PrivateFrameworks/PhotoFoundation.framework/PhotoFoundation
0x19808f000 - 0x1982c4fff Photos arm64  <5ed9a661819d3e87a25ef3e3628b0fc2> /System/Library/Frameworks/Photos.framework/Photos
0x1982c5000 - 0x1989a5fff PhotoLibraryServices arm64  <56fcbd6bd7ad3a05a6b70b73929cdae2> /System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices
0x1989a6000 - 0x198a5dfff AssetsLibraryServices arm64  <da456e0d967231ad8834e5bef3e7a08f> /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices
0x198a5e000 - 0x198aadfff MobileBackup arm64  <dd231c1dd126340f9cca670f38dce8c8> /System/Library/PrivateFrameworks/MobileBackup.framework/MobileBackup
0x198aae000 - 0x198ac1fff MSUDataAccessor arm64  <7b35955407f6351c95226c24c1a941dd> /System/Library/PrivateFrameworks/MSUDataAccessor.framework/MSUDataAccessor
0x198ac2000 - 0x198ae7fff MobileAsset arm64  <10e354c09e6b387ebece24aa36daa320> /System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset
0x198ae8000 - 0x198af7fff libsystem_networkextension.dylib arm64  <cbedb2f58d9d3daaa677620746c058bf> /usr/lib/system/libsystem_networkextension.dylib
0x198af8000 - 0x198d35fff NetworkExtension arm64  <6f0b7bec69ad3e5dad05d06c24709f4c> /System/Library/Frameworks/NetworkExtension.framework/NetworkExtension
0x198d6a000 - 0x19912bfff CoreML arm64  <b6b01a27efc83e4db905e7915d3a3c05> /System/Library/Frameworks/CoreML.framework/CoreML
0x19912c000 - 0x199954fff Espresso arm64  <4c74ae79125931afa8c7e612c471d344> /System/Library/PrivateFrameworks/Espresso.framework/Espresso
0x199955000 - 0x199a4dfff VideoToolbox arm64  <8bc9932004bb395695da4707de68cc3e> /System/Library/Frameworks/VideoToolbox.framework/VideoToolbox
0x199a4e000 - 0x199a97fff OnBoardingKit arm64  <04a0704243503fed9c89b3b9f15a27c7> /System/Library/PrivateFrameworks/OnBoardingKit.framework/OnBoardingKit
0x199a98000 - 0x199b8afff AccessibilityUtilities arm64  <e97196e63e92321a8b2b9c298a2376f7> /System/Library/PrivateFrameworks/AccessibilityUtilities.framework/AccessibilityUtilities
0x199b8b000 - 0x199b9afff AXCoreUtilities arm64  <4e7719479e4b3a7ca1ad3e492d6a3c7a> /System/Library/PrivateFrameworks/AXCoreUtilities.framework/AXCoreUtilities
0x19a9d8000 - 0x19ab47fff Montreal arm64  <1858d0f1ff7d36fdb57e8d3992e5e40d> /System/Library/PrivateFrameworks/Montreal.framework/Montreal
0x19ab48000 - 0x19ac54fff LanguageModeling arm64  <1db8707b18983b48a0525e7e7049919f> /System/Library/PrivateFrameworks/LanguageModeling.framework/LanguageModeling
0x19ac55000 - 0x19ac5dfff InternationalSupport arm64  <466a73016cc730a8a3980d37b563e281> /System/Library/PrivateFrameworks/InternationalSupport.framework/InternationalSupport
0x19ac5e000 - 0x19ae9afff iTunesCloud arm64  <ec6e271ce2743b6592a6f1bda19c164b> /System/Library/PrivateFrameworks/iTunesCloud.framework/iTunesCloud
0x19ae9b000 - 0x19aed7fff libswiftUIKit.dylib arm64  <3f00f112f3033159a8013b87fca9e894> /usr/lib/swift/libswiftUIKit.dylib
0x19afe5000 - 0x19b087fff CalendarDatabase arm64  <ad233efa69373d4c960ebfa568339167> /System/Library/PrivateFrameworks/CalendarDatabase.framework/CalendarDatabase
0x19b088000 - 0x19b0d0fff Notes arm64  <75209d6a457c3ba9be9716b2b685c9e8> /System/Library/PrivateFrameworks/Notes.framework/Notes
0x19b1a9000 - 0x19b29afff Combine arm64  <7eafe790735a3c7ca373a544d8f8bc4c> /System/Library/Frameworks/Combine.framework/Combine
0x19b321000 - 0x19b332fff UniformTypeIdentifiers arm64  <0d4ae481279b38be9efccc4c01ed8c00> /System/Library/Frameworks/UniformTypeIdentifiers.framework/UniformTypeIdentifiers
0x19b333000 - 0x19b3affff CloudDocs arm64  <0bd19be9432e3a83b3cc75747cfb333d> /System/Library/PrivateFrameworks/CloudDocs.framework/CloudDocs
0x19b3b0000 - 0x19b59ffff Message arm64  <77d0f2f5d5c031b79cd53e59916d2854> /System/Library/PrivateFrameworks/Message.framework/Message
0x19b5a0000 - 0x19b617fff EmailFoundation arm64  <3546fff2f77b30dca3424e02c6c415ac> /System/Library/PrivateFrameworks/EmailFoundation.framework/EmailFoundation
0x19b89a000 - 0x19b8d5fff MediaServices arm64  <7c9e21e5fee53a9c83f0833e36eb5500> /System/Library/PrivateFrameworks/MediaServices.framework/MediaServices
0x19b8d6000 - 0x19ba5ffff SearchFoundation arm64  <e8da530a718732f8a155277f5030dbdf> /System/Library/PrivateFrameworks/SearchFoundation.framework/SearchFoundation
0x19bb34000 - 0x19bb69fff libobjc.A.dylib arm64  <316491e870633cd0993b96f8b8ac54d4> /usr/lib/libobjc.A.dylib
0x19bb6a000 - 0x19bbc9fff LoggingSupport arm64  <23a8ad01b41e3766a91c8f85fb233a99> /System/Library/PrivateFrameworks/LoggingSupport.framework/LoggingSupport
0x19bbca000 - 0x19bc23fff libc++.1.dylib arm64  <0be75e2f3ed538c2839715f168ce0a24> /usr/lib/libc++.1.dylib
0x19bc24000 - 0x19bc3cfff libc++abi.dylib arm64  <d5ca7f692cc13501aff22b5e6b74668e> /usr/lib/libc++abi.dylib
0x19bc3d000 - 0x19bc7bfff SetupAssistant arm64  <9bc49587dfbe3af790bd37aa297aef49> /System/Library/PrivateFrameworks/SetupAssistant.framework/SetupAssistant
0x19bc7c000 - 0x19bc95fff OctagonTrust arm64  <aff408e5aaa83193adae04e8dad631d7> /System/Library/PrivateFrameworks/OctagonTrust.framework/OctagonTrust
0x19bdae000 - 0x19bdeefff CoreAutoLayout arm64  <011f5ca5d31b3cdc83c2c7cb66064075> /System/Library/PrivateFrameworks/CoreAutoLayout.framework/CoreAutoLayout
0x19bdef000 - 0x19bf47fff Network arm64  <f3cce4bd736d3a908705dc657249a3a9> /System/Library/Frameworks/Network.framework/Network
0x19bf48000 - 0x19bf7cfff MobileKeyBag arm64  <dc6e0009179231fd818209dd2b7d2309> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag
0x19c1a4000 - 0x19c1b7fff BaseBoardUI arm64  <a36ec87444ca309785a683fb2bd00c1f> /System/Library/PrivateFrameworks/BaseBoardUI.framework/BaseBoardUI
0x19c1b8000 - 0x19c252fff libvDSP.dylib arm64  <97ce479c5c9337f7a5deb208f15bb80a> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib
0x19c253000 - 0x19c285fff libAudioToolboxUtility.dylib arm64  <8913e5a358c93ad2a8ed30f32ef60ff1> /usr/lib/libAudioToolboxUtility.dylib
0x19c441000 - 0x19c4c9fff CoreNLP arm64  <f87509aa92fc3814911285cfd89abd2b> /System/Library/PrivateFrameworks/CoreNLP.framework/CoreNLP
0x19c4ca000 - 0x19c5d6fff FileProvider arm64  <9fca752e2e8f3a52bef865acd263d21c> /System/Library/Frameworks/FileProvider.framework/FileProvider
0x19c5e8000 - 0x19c5fefff libswiftDispatch.dylib arm64  <c28b364d3d33394d9ad021af299c5a53> /usr/lib/swift/libswiftDispatch.dylib
0x19c5ff000 - 0x19c634fff DataDetectorsCore arm64  <3ee31e3c1bfa341999523dabd62c2c8b> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/DataDetectorsCore
0x19c635000 - 0x19c6c0fff Symbolication arm64  <ce4e42651b1d3069b44c65ef4a7681c7> /System/Library/PrivateFrameworks/Symbolication.framework/Symbolication
0x19c6c1000 - 0x19c6defff CrashReporterSupport arm64  <66920d9e89183f7f95f83ec09fe19b17> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport
0x19c838000 - 0x19ca1ffff MPSNeuralNetwork arm64  <2ddb7920ccce3fa89ab61e0604cfe34a> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/MPSNeuralNetwork
0x19ca20000 - 0x19ca73fff MPSCore arm64  <0288a499f1c93e2da2c0eab4895596be> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/MPSCore
0x19cbc6000 - 0x19cc2efff CalendarFoundation arm64  <b5b7223fd5a8366590b6c297b587fbb6> /System/Library/PrivateFrameworks/CalendarFoundation.framework/CalendarFoundation
0x19cc8d000 - 0x19cd7afff NLP arm64  <71486dbf3d053dbca7e02a91d351f6b2> /System/Library/PrivateFrameworks/NLP.framework/NLP
0x19cd7b000 - 0x19cda2fff AppSupportUI arm64  <d7297aca15c4322092624857a59102f1> /System/Library/PrivateFrameworks/AppSupportUI.framework/AppSupportUI
0x19cdab000 - 0x19cdfefff FTServices arm64  <768b840106d13ed694d29b4f01fd054a> /System/Library/PrivateFrameworks/FTServices.framework/FTServices
0x19cdff000 - 0x19ceabfff libboringssl.dylib arm64  <b0aebbb9a3823b7a8385ff81e39d30b9> /usr/lib/libboringssl.dylib
0x19ceac000 - 0x19cec2fff ProtocolBuffer arm64  <2e5031f669533959b8d9033f1b73109f> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer
0x19d129000 - 0x19d137fff AssertionServices arm64  <d9ae3f1476a6308dbe748d10877867bc> /System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices
0x19d138000 - 0x19d15ffff CloudServices arm64  <e33da063feb436ba9113527263f1e1f5> /System/Library/PrivateFrameworks/CloudServices.framework/CloudServices
0x19d1b2000 - 0x19d28bfff Metal arm64  <41df550eaeb23ad28370a0e6d8e51186> /System/Library/Frameworks/Metal.framework/Metal
0x19d28c000 - 0x19d3c4fff MediaExperience arm64  <2734505d74c530b7ab63f2a51113827b> /System/Library/PrivateFrameworks/MediaExperience.framework/MediaExperience
0x19d7c3000 - 0x19d7d9fff libsystem_trace.dylib arm64  <3b5f5d25a59c3d7e90bef8d6481d1ca9> /usr/lib/system/libsystem_trace.dylib
0x19d7da000 - 0x19d80afff CoreServicesInternal arm64  <0219058001383d699625491e9d0270b4> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesInternal
0x19da95000 - 0x19db2bfff AppStoreDaemon arm64  <6e5c3e0af207333198f464164a324fd0> /System/Library/PrivateFrameworks/AppStoreDaemon.framework/AppStoreDaemon
0x19df15000 - 0x19df5afff ContactsAutocompleteUI arm64  <486e3635c5713fd2a149f377a0a9cc00> /System/Library/PrivateFrameworks/ContactsAutocompleteUI.framework/ContactsAutocompleteUI
0x19df5b000 - 0x19e08dfff MessageUI arm64  <77d47332e80a3eb8bd40aa0b8f52e711> /System/Library/Frameworks/MessageUI.framework/MessageUI
0x19e3b4000 - 0x19e44efff SAObjects arm64  <8312f76344813d059317ac544b767429> /System/Library/PrivateFrameworks/SAObjects.framework/SAObjects
0x19e44f000 - 0x19e492fff VoiceServices arm64  <848ad3c04fc9303c8b6dbb4bcd78017c> /System/Library/PrivateFrameworks/VoiceServices.framework/VoiceServices
0x19e493000 - 0x19e49bfff GraphicsServices arm64  <cd6a7e8664ba3ae9883bde938bf72ddc> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
0x19e658000 - 0x19e66cfff PowerLog arm64  <0abaa5ff17d53a0ca91cc0fcb1f80af4> /System/Library/PrivateFrameworks/PowerLog.framework/PowerLog
0x19e66d000 - 0x19e694fff DuetActivityScheduler arm64  <50c073e701a6369f875dd154ec5707ce> /System/Library/PrivateFrameworks/DuetActivityScheduler.framework/DuetActivityScheduler
0x19fd30000 - 0x19ffd0fff Vision arm64  <a2709f110e1036d68f1f7caf9a5c817e> /System/Library/Frameworks/Vision.framework/Vision
0x19ffd1000 - 0x1a002afff DataAccess arm64  <6ca4ba1a2d0e31449c9dfd22e1fea0de> /System/Library/PrivateFrameworks/DataAccess.framework/DataAccess
0x1a002b000 - 0x1a0095fff ProactiveSupport arm64  <27fe1c6ca9ae33278e59fd7853deeb9b> /System/Library/PrivateFrameworks/ProactiveSupport.framework/ProactiveSupport
0x1a00c1000 - 0x1a00defff ApplePushService arm64  <db969d5ef09f38f2b5efe6ea10b6f53d> /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService
0x1a00df000 - 0x1a0106fff BoardServices arm64  <64149608191932deadb6334d43352aba> /System/Library/PrivateFrameworks/BoardServices.framework/BoardServices
0x1a0256000 - 0x1a0285fff libncurses.5.4.dylib arm64  <45c7427247ec38be8f88584d9c979828> /usr/lib/libncurses.5.4.dylib
0x1a0286000 - 0x1a02d3fff OSAnalytics arm64  <06cdb58103b037bd9623f2788c93bec0> /System/Library/PrivateFrameworks/OSAnalytics.framework/OSAnalytics
0x1a02d4000 - 0x1a032ffff CoreBluetooth arm64  <069814f8d9f43907a038a13a0fa694dd> /System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth
0x1a04fd000 - 0x1a0540fff TemplateKit arm64  <d363b30eaf8f34e2a3b700730971b36b> /System/Library/PrivateFrameworks/TemplateKit.framework/TemplateKit
0x1a0541000 - 0x1a0573fff MobileInstallation arm64  <ffbf6a24d93c374c95705163d9c10301> /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation
0x1a0574000 - 0x1a0602fff libTelephonyUtilDynamic.dylib arm64  <d3ceb02492f5309fa5904898682cb14d> /usr/lib/libTelephonyUtilDynamic.dylib
0x1a0603000 - 0x1a066bfff NanoRegistry arm64  <bca7195fc86d3006bbf6267ed1daa1ab> /System/Library/PrivateFrameworks/NanoRegistry.framework/NanoRegistry
0x1a0747000 - 0x1a0764fff CoreMaterial arm64  <9004dec242eb3daaa32e9c8a672e3a2d> /System/Library/PrivateFrameworks/CoreMaterial.framework/CoreMaterial
0x1a07d5000 - 0x1a0957fff libsqlite3.dylib arm64  <b527dcac5745350191cf49fc9654e1a7> /usr/lib/libsqlite3.dylib
0x1a0958000 - 0x1a0a16fff AVFCapture arm64  <083b23eb2dc83813817b6f1a40c9ec24> /System/Library/PrivateFrameworks/AVFCapture.framework/AVFCapture
0x1a0a17000 - 0x1a0d5ffff CMCapture arm64  <bd2c0fd0b1f9374f9d592b5266446eff> /System/Library/PrivateFrameworks/CMCapture.framework/CMCapture
0x1a0eaa000 - 0x1a1102fff MobileSpotlightIndex arm64  <aedbc0ccc55c3cef8a03071deeacca89> /System/Library/PrivateFrameworks/MobileSpotlightIndex.framework/MobileSpotlightIndex
0x1a1103000 - 0x1a11a5fff Email arm64  <54c455b2c42d3ed1adce65ab0587d99e> /System/Library/PrivateFrameworks/Email.framework/Email
0x1a11c3000 - 0x1a1207fff AccessibilityUIUtilities arm64  <e48445585e663efa9b8d03fb51a111b0> /System/Library/PrivateFrameworks/AccessibilityUIUtilities.framework/AccessibilityUIUtilities
0x1a1517000 - 0x1a1521fff libsystem_notify.dylib arm64  <70ff494d1cc33fcabadd1c308d560be4> /usr/lib/system/libsystem_notify.dylib
0x1a1522000 - 0x1a1564fff CryptoTokenKit arm64  <6b436ed2f863383d8a9c0e092ad509c8> /System/Library/Frameworks/CryptoTokenKit.framework/CryptoTokenKit
0x1a15cc000 - 0x1a163ffff libcorecrypto.dylib arm64  <71eb44aa30653ab783db3c46f4579aba> /usr/lib/system/libcorecrypto.dylib
0x1a1640000 - 0x1a1662fff UserManagement arm64  <d39a0e5f367e3e589bfd2581a678151f> /System/Library/PrivateFrameworks/UserManagement.framework/UserManagement
0x1a1733000 - 0x1a1749fff libsystem_asl.dylib arm64  <727b6ce7a069389bbe9bbabaa54a6a80> /usr/lib/system/libsystem_asl.dylib
0x1a19b5000 - 0x1a19ebfff DataAccessExpress arm64  <844e2d8b48aa336f862d35d8ebafc52a> /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress
0x1a19ec000 - 0x1a1a22fff CoreServicesStore arm64  <3b63de3682393849a845078109be9bc8> /System/Library/PrivateFrameworks/CoreServicesStore.framework/CoreServicesStore
0x1a1a23000 - 0x1a1a47fff CoreAnalytics arm64  <d100cc918f123448878ee0530486ea6e> /System/Library/PrivateFrameworks/CoreAnalytics.framework/CoreAnalytics
0x1a1a48000 - 0x1a1a53fff SymptomAnalytics arm64  <f12bd910f3843b63a0b0fee4f62f157a> /System/Library/PrivateFrameworks/Symptoms.framework/Frameworks/SymptomAnalytics.framework/SymptomAnalytics
0x1a1c2f000 - 0x1a1c3efff NanoPreferencesSync arm64  <35588eb093e033f28619db72e46b13fa> /System/Library/PrivateFrameworks/NanoPreferencesSync.framework/NanoPreferencesSync
0x1a20c8000 - 0x1a20f2fff IconServices arm64  <6817ef4a91f0384a9ef1fb083e565d6f> /System/Library/PrivateFrameworks/IconServices.framework/IconServices
0x1a2b4f000 - 0x1a2deafff vImage arm64  <959df3bb96723cd7b5f9fb93a5c7623e> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage
0x1a3ca1000 - 0x1a3cb8fff IAP arm64  <fb869b32356d3e4e833cc3417f04ef3f> /System/Library/PrivateFrameworks/IAP.framework/IAP
0x1a3cb9000 - 0x1a3d0efff ktrace arm64  <be11e473ae0a3498bc8a896f919e03ff> /System/Library/PrivateFrameworks/ktrace.framework/ktrace
0x1a3d0f000 - 0x1a3d11fff libAXSafeCategoryBundle.dylib arm64  <a045699f2d5e37e9929b8921ce4abdf9> /usr/lib/libAXSafeCategoryBundle.dylib
0x1a3e64000 - 0x1a3e71fff Celestial arm64  <878660a5b83a39059539e45b73904dbd> /System/Library/PrivateFrameworks/Celestial.framework/Celestial
0x1a3f5b000 - 0x1a40defff WebKitLegacy arm64  <c376e15a66523294abee29906115d82f> /System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy
0x1a414d000 - 0x1a41befff ClassKit arm64  <4b7cbe895a353a239e026ca1c29da47d> /System/Library/Frameworks/ClassKit.framework/ClassKit
0x1a41bf000 - 0x1a4202fff StoreKit arm64  <581f5293fc4230ce9ad75645786ed5b0> /System/Library/Frameworks/StoreKit.framework/StoreKit
0x1a4f81000 - 0x1a4f8bfff IOMobileFramebuffer arm64  <7b0b01095440339ea8627dce97bc123e> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer
0x1a50a5000 - 0x1a5219fff CloudPhotoLibrary arm64  <4bfe87f452a63274b30299ab6c2df3d1> /System/Library/PrivateFrameworks/CloudPhotoLibrary.framework/CloudPhotoLibrary
0x1a521a000 - 0x1a54ddfff MusicLibrary arm64  <a9a31928e6803e1d814bf53b14040e1d> /System/Library/PrivateFrameworks/MusicLibrary.framework/MusicLibrary
0x1a54de000 - 0x1a5542fff CallKit arm64  <8bef8304d42131ff97c6e5335fe009da> /System/Library/Frameworks/CallKit.framework/CallKit
0x1a557b000 - 0x1a55e1fff AXRuntime arm64  <28b3648c432437f78b500ba84b306d7c> /System/Library/PrivateFrameworks/AXRuntime.framework/AXRuntime
0x1a55e2000 - 0x1a5600fff PrototypeTools arm64  <6c5b57c08ade33fdbeac79b4e6bfc7ca> /System/Library/PrivateFrameworks/PrototypeTools.framework/PrototypeTools
0x1a5601000 - 0x1a562cfff PersistentConnection arm64  <c5618aedf8e03be188cb5a1a053668a1> /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection
0x1a566c000 - 0x1a590efff PencilKit arm64  <7fae02eeed593542a2e4890a7be0f45e> /System/Library/Frameworks/PencilKit.framework/PencilKit
0x1a5f64000 - 0x1a5f7ffff TextToSpeech arm64  <9696ace8db0330db8558297c64cf2137> /System/Library/PrivateFrameworks/TextToSpeech.framework/TextToSpeech
0x1a5f80000 - 0x1a5f95fff AppSSOCore arm64  <8f2c18db08b43f958ea38be752319a76> /System/Library/PrivateFrameworks/AppSSOCore.framework/AppSSOCore
0x1a5fa0000 - 0x1a5fb6fff CoreFollowUp arm64  <85c0e813b8893365b8521e93e85225ba> /System/Library/PrivateFrameworks/CoreFollowUp.framework/CoreFollowUp
0x1a5fb7000 - 0x1a602bfff Rapport arm64  <20a8df4a602e3447a7e7a891171115cb> /System/Library/PrivateFrameworks/Rapport.framework/Rapport
0x1a63da000 - 0x1a6401fff LocationSupport arm64  <6cd5daba139e3ae29ce10ebeddabb1f6> /System/Library/PrivateFrameworks/LocationSupport.framework/LocationSupport
0x1a6402000 - 0x1a6434fff iCalendar arm64  <c764fbd53b8b377fb21a89cfd69eeed6> /System/Library/PrivateFrameworks/iCalendar.framework/iCalendar
0x1a6435000 - 0x1a645efff CoreAccessories arm64  <aac7f3b1ff073c1693188a35d1907f80> /System/Library/PrivateFrameworks/CoreAccessories.framework/CoreAccessories
0x1a6562000 - 0x1a658cfff CacheDelete arm64  <c4f894fc98c53fd58eb6554cea94bea0> /System/Library/PrivateFrameworks/CacheDelete.framework/CacheDelete
0x1a658d000 - 0x1a6606fff CVNLP arm64  <7525d5da6e8d3e169405897b8e4103b8> /System/Library/PrivateFrameworks/CVNLP.framework/CVNLP
0x1a674e000 - 0x1a6750fff OSAServicesClient arm64  <be6b47816dfb3c40a033940f9593bf4e> /System/Library/PrivateFrameworks/OSAServicesClient.framework/OSAServicesClient
0x1a6754000 - 0x1a67acfff ProtectedCloudStorage arm64  <fde7d5b9f4743fa3ba9f9acf1bb4e138> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/ProtectedCloudStorage
0x1a67ad000 - 0x1a67e3fff C2 arm64  <39450f97cb1b3c4cb3dc1e20446c3c7f> /System/Library/PrivateFrameworks/C2.framework/C2
0x1a67e4000 - 0x1a6838fff DifferentialPrivacy arm64  <ffd9cd16cf883542afe7f441d44b2bdc> /System/Library/PrivateFrameworks/DifferentialPrivacy.framework/DifferentialPrivacy
0x1a71c9000 - 0x1a7245fff SiriInstrumentation arm64  <6e650b2079de34ab9718072a70070f56> /System/Library/PrivateFrameworks/SiriInstrumentation.framework/SiriInstrumentation
0x1a7246000 - 0x1a7287fff BiometricKit arm64  <3d8fb7ac1b9234af91fd4bbfc2ea1cd4> /System/Library/PrivateFrameworks/BiometricKit.framework/BiometricKit
0x1a72c7000 - 0x1a7376fff CoreSymbolication arm64  <c6ef8c41fc6f392f8fc82a529fc43c13> /System/Library/PrivateFrameworks/CoreSymbolication.framework/CoreSymbolication
0x1a7af6000 - 0x1a7af7fff MessageSupport arm64  <a186da3a12343865b445d121bc1240c6> /System/Library/PrivateFrameworks/MessageSupport.framework/MessageSupport
0x1a7af8000 - 0x1a7b09fff IOSurface arm64  <7fda963ffbea30cbb159fa2e6b31a4db> /System/Library/Frameworks/IOSurface.framework/IOSurface
0x1a7b0a000 - 0x1a7b6afff MobileWiFi arm64  <103854cf9c3731678ef32bd552daf091> /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi
0x1a7efd000 - 0x1a7f18fff DoNotDisturb arm64  <91b040144cbf3198bfcdf2623d4ca3ea> /System/Library/PrivateFrameworks/DoNotDisturb.framework/DoNotDisturb
0x1a7f7f000 - 0x1a8025fff MMCS arm64  <63ab94a66408359bbb6e0210a107c989> /System/Library/PrivateFrameworks/MMCS.framework/MMCS
0x1a8073000 - 0x1a80acfff libGLImage.dylib arm64  <75799714ceba33b0bb27c252aad3bab5> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
0x1a80ad000 - 0x1a80b4fff libsystem_symptoms.dylib arm64  <a8784ea9ecb939fabdac695877fc2b4b> /usr/lib/system/libsystem_symptoms.dylib
0x1a80fa000 - 0x1a86a8fff CoreAudio arm64  <fa62c18234d03964b331be7d6d1ccb66> /System/Library/Frameworks/CoreAudio.framework/CoreAudio
0x1a86a9000 - 0x1a86befff ContactsDonation arm64  <137ce321208e36f496f03f4880565687> /System/Library/PrivateFrameworks/ContactsDonation.framework/ContactsDonation
0x1a86bf000 - 0x1a86dcfff IntentsCore arm64  <a2691f04578731abbd33b2432f00dbba> /System/Library/PrivateFrameworks/IntentsCore.framework/IntentsCore
0x1a877b000 - 0x1a87b2fff ImageCaptureCore arm64  <28f0c53baf1c3399bd89629848e3033a> /System/Library/Frameworks/ImageCaptureCore.framework/ImageCaptureCore
0x1a8909000 - 0x1a8a48fff Navigation arm64  <465a213174d13ba789c0c586fefd59a2> /System/Library/PrivateFrameworks/Navigation.framework/Navigation
0x1a8bda000 - 0x1a8bedfff MaterialKit arm64  <7f839117aed9309ea953962e13dcd583> /System/Library/PrivateFrameworks/MaterialKit.framework/MaterialKit
0x1a8d53000 - 0x1a8d63fff CoreAUC arm64  <771693f7b44e33849049097763f88231> /System/Library/PrivateFrameworks/CoreAUC.framework/CoreAUC
0x1a957a000 - 0x1a958afff SettingsFoundation arm64  <a313bc4b100a356ca9f4ce21342fdd22> /System/Library/PrivateFrameworks/SettingsFoundation.framework/SettingsFoundation
0x1a9ca6000 - 0x1a9ee4fff RawCamera arm64  <62ca957502d0391686f710d6236faa24> /System/Library/CoreServices/RawCamera.bundle/RawCamera
0x1a9f4c000 - 0x1a9fa7fff ToneLibrary arm64  <a0fa2392750034bcb79f7e336d9181e0> /System/Library/PrivateFrameworks/ToneLibrary.framework/ToneLibrary
0x1aa7b5000 - 0x1aa7c2fff MediaSafetyNet arm64  <cd283425ee4c3211bcb52517201e51b4> /System/Library/PrivateFrameworks/MediaSafetyNet.framework/MediaSafetyNet
0x1aa7c3000 - 0x1aa7fefff TimeSync arm64  <f8d3ba933f1f332ba9dbf285d0570f31> /System/Library/PrivateFrameworks/TimeSync.framework/TimeSync
0x1aa856000 - 0x1aa898fff ExposureNotification arm64  <2c02287b207b3c1fba903d6bdc1fdd5a> /System/Library/Frameworks/ExposureNotification.framework/ExposureNotification
0x1aaef2000 - 0x1aaefbfff CoreTime arm64  <c52a0364da873cde8c749272eec9229f> /System/Library/PrivateFrameworks/CoreTime.framework/CoreTime
0x1ab86a000 - 0x1ab966fff TextRecognition arm64  <b0bfe6a7b64c31baa160cf479c3cbb5a> /System/Library/PrivateFrameworks/TextRecognition.framework/TextRecognition
0x1ab967000 - 0x1ab970fff ContextKitExtraction arm64  <b7440c0081233e78a888c8f18644d520> /System/Library/PrivateFrameworks/ContextKitExtraction.framework/ContextKitExtraction
0x1aba44000 - 0x1aba46fff libswiftObjectiveC.dylib arm64  <d7b80039db48325fa8af6cd98591a63e> /usr/lib/swift/libswiftObjectiveC.dylib
0x1ac295000 - 0x1ac2fdfff EmailCore arm64  <78620d54521534c499f8eaa97cb2f0de> /System/Library/PrivateFrameworks/EmailCore.framework/EmailCore
0x1acbd1000 - 0x1acc1bfff MIME arm64  <6089d431584f356faa72624f0b7b6914> /System/Library/PrivateFrameworks/MIME.framework/MIME
0x1acee7000 - 0x1acefcfff MailServices arm64  <10fce77bbe213ac49e2de4235aa1174c> /System/Library/PrivateFrameworks/MailServices.framework/MailServices
0x1acf78000 - 0x1acff9fff CoreDAV arm64  <0cd9f84f3127366f853b1598a093b0a0> /System/Library/PrivateFrameworks/CoreDAV.framework/CoreDAV
0x1ad1c7000 - 0x1ad1d5fff MobileIcons arm64  <81d53e0ca7143cf9b0ce9b4c760e6e58> /System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons
0x1ad5a0000 - 0x1ad670fff ProofReader arm64  <001f5e21684037deb2a45f4b93da1fb6> /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader
0x1ae7de000 - 0x1ae834fff AccessibilitySharedSupport arm64  <35c53565f3843fff9336734458485035> /System/Library/PrivateFrameworks/AccessibilitySharedSupport.framework/AccessibilitySharedSupport
0x1ae835000 - 0x1ae83ffff MallocStackLogging arm64  <1e7b19595ad235ab8db3d24853f509d0> /System/Library/PrivateFrameworks/MallocStackLogging.framework/MallocStackLogging
0x1ae8a2000 - 0x1aea60fff EmailDaemon arm64  <5b5a4da8159b3cd2b876319e20d4081c> /System/Library/PrivateFrameworks/EmailDaemon.framework/EmailDaemon
0x1aea61000 - 0x1aeaabfff MetadataUtilities arm64  <cff738ccb48b3f9f8cb1b3e8ac54f670> /System/Library/PrivateFrameworks/MetadataUtilities.framework/MetadataUtilities
0x1aeff3000 - 0x1af024fff MailSupport arm64  <820beb291d4e33f7b17a929f1c3ceed6> /System/Library/PrivateFrameworks/MailSupport.framework/MailSupport
0x1af173000 - 0x1af1cffff CoreLocationProtobuf arm64  <f991f00c59a330a2b5cf85341dfcd1e0> /System/Library/PrivateFrameworks/CoreLocationProtobuf.framework/CoreLocationProtobuf
0x1af3d4000 - 0x1af406fff Bom arm64  <f784f41ea458324a8993f2e22980b8d0> /System/Library/PrivateFrameworks/Bom.framework/Bom
0x1af43b000 - 0x1af441fff PushKit arm64  <629d513afd1d39948e9baa7bef62158c> /System/Library/Frameworks/PushKit.framework/PushKit
0x1af442000 - 0x1af4abfff PhotosFormats arm64  <ef4afb529abb3d66802e206d6a3daf34> /System/Library/PrivateFrameworks/PhotosFormats.framework/PhotosFormats
0x1af637000 - 0x1af6c8fff Quagga arm64  <4bc295814b4d3775ab2f096a900a0170> /System/Library/PrivateFrameworks/Quagga.framework/Quagga
0x1af6c9000 - 0x1af6d0fff StudyLog arm64  <f3949f772ab633519faf861338e6a54e> /System/Library/PrivateFrameworks/StudyLog.framework/StudyLog
0x1b05a2000 - 0x1b05e1fff NaturalLanguage arm64  <4a771e952dde31648e9ab27d7c8b4cc2> /System/Library/Frameworks/NaturalLanguage.framework/NaturalLanguage
0x1b1050000 - 0x1b106dfff MediaStream arm64  <d0661590c6c6325683b0bb2576cd100b> /System/Library/PrivateFrameworks/MediaStream.framework/MediaStream
0x1b1761000 - 0x1b176ffff libAXSpeechManager.dylib arm64  <9c9d50a4f41e382cbbceb335699d9ee4> /usr/lib/libAXSpeechManager.dylib
0x1b1c3e000 - 0x1b1c65fff MediaConversionService arm64  <5db8a7243bba34738a66ca5798091e65> /System/Library/PrivateFrameworks/MediaConversionService.framework/MediaConversionService
0x1b1db4000 - 0x1b1ef0fff CoreHandwriting arm64  <5ea86d24cc6f3cf780aa1df6ff9e65a7> /System/Library/PrivateFrameworks/CoreHandwriting.framework/CoreHandwriting
0x1b261a000 - 0x1b2625fff AppleIDAuthSupport arm64  <2a9bb26d66e233538e40004f17d7f566> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/AppleIDAuthSupport
0x1b2634000 - 0x1b264bfff LocalAuthentication arm64  <3927c90dbfea3d4ea7b8abf9efeb9c0e> /System/Library/Frameworks/LocalAuthentication.framework/LocalAuthentication
0x1b26c7000 - 0x1b26cdfff IOAccelerator arm64  <621e849c8e2c3c6db49982f3b41e651b> /System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator
0x1b2a95000 - 0x1b2a9ffff CloudPhotoServices arm64  <4cc48da9e2163cecadfd7228af33799c> /System/Library/PrivateFrameworks/CloudPhotoServices.framework/CloudPhotoServices
0x1b2f24000 - 0x1b2f54fff libsystem_kernel.dylib arm64  <782e667e18a23b98b53dbfc9a4a701b7> /usr/lib/system/libsystem_kernel.dylib
0x1b317e000 - 0x1b3285fff ResponseKit arm64  <318164e5c0113eef913bae9a7dd3d180> /System/Library/PrivateFrameworks/ResponseKit.framework/ResponseKit
0x1b3286000 - 0x1b32befff EmojiFoundation arm64  <5ebea1c67d793a9ca76baace4b337113> /System/Library/PrivateFrameworks/EmojiFoundation.framework/EmojiFoundation
0x1b38b1000 - 0x1b38bdfff FontServices arm64  <7509db1f15513bf0a08f26c1fdad7402> /System/Library/PrivateFrameworks/FontServices.framework/FontServices
0x1b3a05000 - 0x1b3a54fff ViceroyTrace arm64  <454da145e7c83b63b4d3df46c40dacb8> /System/Library/PrivateFrameworks/AVConference.framework/Frameworks/ViceroyTrace.framework/ViceroyTrace
0x1b3a55000 - 0x1b3a60fff MediaAccessibility arm64  <15d00e0f9516358fac1cd9da9765c7d9> /System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility
0x1b3aa1000 - 0x1b406dfff SiriTTS arm64  <b9f3838de9153c14a9fbddafcf110d99> /System/Library/PrivateFrameworks/SiriTTS.framework/SiriTTS
0x1b406e000 - 0x1b407cfff SetupAssistantSupport arm64  <b0ddb02f39f03789bacf3da6034ad2f6> /System/Library/PrivateFrameworks/SetupAssistantSupport.framework/SetupAssistantSupport
0x1b4178000 - 0x1b41a8fff VirtualGarage arm64  <b9919a44fd0b38b0a0336715345d7afa> /System/Library/PrivateFrameworks/VirtualGarage.framework/VirtualGarage
0x1b41a9000 - 0x1b41cdfff NetAppsUtilities arm64  <2d1f24c101963e838a0db8123b76bdd4> /System/Library/PrivateFrameworks/NetAppsUtilities.framework/NetAppsUtilities
0x1b5660000 - 0x1b566cfff libdscsym.dylib arm64  <9f5db760c8853a44a97d4e914ff29b7c> /usr/lib/libdscsym.dylib
0x1b566d000 - 0x1b567efff HangTracer arm64  <3d6174a975e235a7ac1b9f32c012fe6e> /System/Library/PrivateFrameworks/HangTracer.framework/HangTracer
0x1b582e000 - 0x1b58e6fff SampleAnalysis arm64  <86be1bbba79f302db6e00b2331913fb2> /System/Library/PrivateFrameworks/SampleAnalysis.framework/SampleAnalysis
0x1b58e7000 - 0x1b5915fff PlugInKit arm64  <f80231d13a083e069f6bb83c1c9b3547> /System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit
0x1b59bc000 - 0x1b59bdfff libSystem.B.dylib arm64  <e5f9db66e4b23356a77a85581fc5a53b> /usr/lib/libSystem.B.dylib
0x1b5cb1000 - 0x1b5cbcfff MobileActivation arm64  <f1d03af8eb973944be35cfc68cb12b2c> /System/Library/PrivateFrameworks/MobileActivation.framework/MobileActivation
0x1b5cbd000 - 0x1b5d14fff CalendarDaemon arm64  <e86ecc263cc239e8a782036383066e33> /System/Library/PrivateFrameworks/CalendarDaemon.framework/CalendarDaemon
0x1b5e04000 - 0x1b5e72fff libarchive.2.dylib arm64  <18413d66784f300da3c4561400c71387> /usr/lib/libarchive.2.dylib
0x1b5e73000 - 0x1b5e96fff libtailspin.dylib arm64  <f3533d550d103fabb9b10eec7dfa4e05> /usr/lib/libtailspin.dylib
0x1b5e97000 - 0x1b62befff libBNNS.dylib arm64  <de119b9d804f31278cb31f7112bcb740> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBNNS.dylib
0x1b62bf000 - 0x1b6301fff SharedUtils arm64  <0768087abd883e2eb569b3c858ba4000> /System/Library/Frameworks/LocalAuthentication.framework/Support/SharedUtils.framework/SharedUtils
0x1b65e1000 - 0x1b66e2fff CoreMediaStream arm64  <97c1201e38a4331c804329e00bdc540c> /System/Library/PrivateFrameworks/CoreMediaStream.framework/CoreMediaStream
0x1b68e6000 - 0x1b68e6fff AVFoundation arm64  <f8002ff211d03465b45f1fc2987a29f5> /System/Library/Frameworks/AVFoundation.framework/AVFoundation
0x1b68e7000 - 0x1b68e7fff Accelerate arm64  <bde1920e04663330981925f223384639> /System/Library/Frameworks/Accelerate.framework/Accelerate
0x1b68e8000 - 0x1b6997fff libBLAS.dylib arm64  <a197cd4937c13706b68f671098eb8715> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib
0x1b6998000 - 0x1b6caafff libLAPACK.dylib arm64  <1d63ccdb56393c90b5becbbce6f34db2> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib
0x1b6cab000 - 0x1b6cbffff libLinearAlgebra.dylib arm64  <13329232954f3fe089cf6e1cdd5d543a> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLinearAlgebra.dylib
0x1b6cc0000 - 0x1b6cc4fff libQuadrature.dylib arm64  <b77d93fee773384d9519b20a01b74c7d> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libQuadrature.dylib
0x1b6cc5000 - 0x1b6d26fff libSparse.dylib arm64  <a7788c2ef698326e95b4ca8c7948f9c7> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparse.dylib
0x1b6d27000 - 0x1b6d38fff libSparseBLAS.dylib arm64  <f34b469a7df53ae69ab88169d68e2a9a> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparseBLAS.dylib
0x1b6d39000 - 0x1b6d92fff libvMisc.dylib arm64  <8aec7afc1b8f3dcf9fee134ad2a3770e> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib
0x1b6d93000 - 0x1b6d93fff vecLib arm64  <f355034bbf8a3c7fba37476c89a1c65a> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib
0x1b6d94000 - 0x1b6d97fff Accessibility arm64  <bfc9a3158c223118a8ddbb289c779c99> /System/Library/Frameworks/Accessibility.framework/Accessibility
0x1b6ff4000 - 0x1b705efff CoreMIDI arm64  <89e07f5a8b9e3479841f447393b39608> /System/Library/Frameworks/CoreMIDI.framework/CoreMIDI
0x1b7593000 - 0x1b75aafff ExternalAccessory arm64  <8d8ca6080d9f3813af1447b764d096a7> /System/Library/Frameworks/ExternalAccessory.framework/ExternalAccessory
0x1b75e7000 - 0x1b7614fff GSS arm64  <fc457893cd623da4a622141e4eae22e1> /System/Library/Frameworks/GSS.framework/GSS
0x1b7775000 - 0x1b78c1fff MLCompute arm64  <8ba25abc79f43458bc19aebb4d827148> /System/Library/Frameworks/MLCompute.framework/MLCompute
0x1b78e7000 - 0x1b78fffff MetalKit arm64  <9d23fe8a1af733ffa6f723aec3c82bae> /System/Library/Frameworks/MetalKit.framework/MetalKit
0x1b7900000 - 0x1b7985fff MPSImage arm64  <64d5604db9853f08a4e98114f95e492b> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/MPSImage
0x1b7986000 - 0x1b79acfff MPSMatrix arm64  <65e3036d69383594b264f532509489e9> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/MPSMatrix
0x1b79ad000 - 0x1b79e7fff MPSNDArray arm64  <901774b8dc103b58806943c75ee787c9> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNDArray.framework/MPSNDArray
0x1b79e8000 - 0x1b7a30fff MPSRayIntersector arm64  <b6d08ff4b2be3807b2078a621bcdacbe> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/MPSRayIntersector
0x1b7a31000 - 0x1b7a31fff MetalPerformanceShaders arm64  <f6806faeb8cf3916a0378198ecdaa2ec> /System/Library/Frameworks/MetalPerformanceShaders.framework/MetalPerformanceShaders
0x1b7db3000 - 0x1b7db3fff MobileCoreServices arm64  <bfa0b6c247133fb184f5de951ae3fbba> /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
0x1b882e000 - 0x1b8871fff MultipeerConnectivity arm64  <e85174db311c3fc2a5ed8410975eebca> /System/Library/Frameworks/MultipeerConnectivity.framework/MultipeerConnectivity
0x1b89a1000 - 0x1b89a9fff OpenGLES arm64  <2d29ed359118362883d70bdf25a9e51e> /System/Library/Frameworks/OpenGLES.framework/OpenGLES
0x1b89aa000 - 0x1b89abfff libCVMSPluginSupport.dylib arm64  <f66d35163e3e35c983ca87c4c8273fc9> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib
0x1b89ac000 - 0x1b89b2fff libCoreFSCache.dylib arm64  <6cbb64ef7d82358bbd575e7a81b01d15> /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib
0x1b89b3000 - 0x1b89b8fff libCoreVMClient.dylib arm64  <e44e37af31953c17a2a761afcb749a0d> /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib
0x1b89b9000 - 0x1b89c1fff libGFXShared.dylib arm64  <4a8cb86b485d30d895b71b31037f27a9> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
0x1b8b6e000 - 0x1b8c2ffff PDFKit arm64  <501dc012823331a9bb7f692b87fdc1ee> /System/Library/Frameworks/PDFKit.framework/PDFKit
0x1b8c3e000 - 0x1b8c79fff QuickLookThumbnailing arm64  <6d444c79b7a23bde9a1dea12ce37059f> /System/Library/Frameworks/QuickLookThumbnailing.framework/QuickLookThumbnailing
0x1b9569000 - 0x1b9569fff UIKit arm64  <47bbaf689ec535c19be50cff5e4c117a> /System/Library/Frameworks/UIKit.framework/UIKit
0x1b9638000 - 0x1ba20efff libfaceCore.dylib arm64  <f2bcda7a1fbf344ba00ef4435eb0b0f2> /System/Library/Frameworks/Vision.framework/libfaceCore.dylib
0x1ba229000 - 0x1ba229fff VisionKit arm64  <869640e1565d389b8d9043facf1df947> /System/Library/Frameworks/VisionKit.framework/VisionKit
0x1ba75a000 - 0x1ba75dfff AFKUser arm64  <7d097be2f1903de8bc8a1232e31fe72e> /System/Library/PrivateFrameworks/AFKUser.framework/AFKUser
0x1ba81d000 - 0x1baa9cfff ANECompiler arm64  <537d2cd0f1493152b7fbf3543a3f149d> /System/Library/PrivateFrameworks/ANECompiler.framework/ANECompiler
0x1baa9d000 - 0x1baab0fff ANEServices arm64  <f5d90acd9dd93dd0b83d866123302eae> /System/Library/PrivateFrameworks/ANEServices.framework/ANEServices
0x1baab5000 - 0x1bab71fff APFS arm64  <40d24862c7d53be8add0ccd931a09d8d> /System/Library/PrivateFrameworks/APFS.framework/APFS
0x1bab72000 - 0x1bab78fff ASEProcessing arm64  <14daea38c3cb3811aef5705c535f6ead> /System/Library/PrivateFrameworks/ASEProcessing.framework/ASEProcessing
0x1babc0000 - 0x1bac33fff ICE arm64  <096ec0d1364a3d6f9e12568f5c42862e> /System/Library/PrivateFrameworks/AVConference.framework/Frameworks/ICE.framework/ICE
0x1bac34000 - 0x1bac34fff LegacyHandle arm64  <9de3e0f83bd93c89898c942d258b00e5> /System/Library/PrivateFrameworks/AVConference.framework/Frameworks/LegacyHandle.framework/LegacyHandle
0x1bac35000 - 0x1bac3bfff SimpleKeyExchange arm64  <5dfba4795fde3db8a0a887949e29371f> /System/Library/PrivateFrameworks/AVConference.framework/Frameworks/SimpleKeyExchange.framework/SimpleKeyExchange
0x1bac3c000 - 0x1bac3cfff snatmap arm64  <938d16ce3e633110b0a70949b3968bfd> /System/Library/PrivateFrameworks/AVConference.framework/Frameworks/snatmap.framework/snatmap
0x1bb363000 - 0x1bb368fff AggregateDictionary arm64  <160d27e0b8bf392890d79964209c1598> /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary
0x1bb4f1000 - 0x1bb5cafff AirPlaySync arm64  <19e9b2db396d33acaa0b7e41d566281f> /System/Library/PrivateFrameworks/AirPlaySync.framework/AirPlaySync
0x1bb6d1000 - 0x1bb6ecfff AlgosScoreFramework arm64  <87b80542e8c035aa96fcc05e0d823f54> /System/Library/PrivateFrameworks/AlgosScoreFramework.framework/AlgosScoreFramework
0x1bb811000 - 0x1bb991fff AppC3D arm64  <c8693892a62e33bbbda152f59d1902aa> /System/Library/PrivateFrameworks/AppC3D.framework/AppC3D
0x1bb992000 - 0x1bb9b3fff AppConduit arm64  <48909dbef5db3cdaac09f001a737bd6a> /System/Library/PrivateFrameworks/AppConduit.framework/AppConduit
0x1bbaaa000 - 0x1bbab4fff AppStoreOverlays arm64  <08dee68335c63cbc94469b07daef9618> /System/Library/PrivateFrameworks/AppStoreOverlays.framework/AppStoreOverlays
0x1bcb4f000 - 0x1bcb5efff AppleFSCompression arm64  <66fd9b986a0f35a89548af635d08f82e> /System/Library/PrivateFrameworks/AppleFSCompression.framework/AppleFSCompression
0x1bcb6b000 - 0x1bcb78fff AppleIDSSOAuthentication arm64  <7ee049db1242364c90efb23250268da9> /System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/AppleIDSSOAuthentication
0x1bcb79000 - 0x1bcbbdfff AppleJPEG arm64  <0ba0b8a9a23334f5b0826e2d3aba1a73> /System/Library/PrivateFrameworks/AppleJPEG.framework/AppleJPEG
0x1bcc3e000 - 0x1bcc52fff AppleNeuralEngine arm64  <01c6a71b88763f18884d2f42eb782349> /System/Library/PrivateFrameworks/AppleNeuralEngine.framework/AppleNeuralEngine
0x1bcc5c000 - 0x1bcc7ffff AppleSauce arm64  <b9f5e84ad67b34f296e5e0600c6f1b68> /System/Library/PrivateFrameworks/AppleSauce.framework/AppleSauce
0x1bccae000 - 0x1bcccbfff AssetCacheServices arm64  <630a6ff780573e37b1c40b49bff75eb1> /System/Library/PrivateFrameworks/AssetCacheServices.framework/AssetCacheServices
0x1bd1cb000 - 0x1bd1dafff BluetoothManager arm64  <bdd5938989a73c77be07990f80e2815b> /System/Library/PrivateFrameworks/BluetoothManager.framework/BluetoothManager
0x1bd271000 - 0x1bd281fff BrailleTranslation arm64  <cf0519f620bc37178da24152be80558f> /System/Library/PrivateFrameworks/BrailleTranslation.framework/BrailleTranslation
0x1bd43c000 - 0x1bd446fff CMCaptureCore arm64  <4d06b990b5b03e7cad76affda59f88c8> /System/Library/PrivateFrameworks/CMCaptureCore.framework/CMCaptureCore
0x1bd447000 - 0x1bd45dfff CPAnalytics arm64  <06b137a7a4593f86950664f3047e56fb> /System/Library/PrivateFrameworks/CPAnalytics.framework/CPAnalytics
0x1bd460000 - 0x1bd46ffff CPMS arm64  <67f02bba4ea830908e4da26d63a0e2e1> /System/Library/PrivateFrameworks/CPMS.framework/CPMS
0x1bd470000 - 0x1bd47ffff CTCarrierSpace arm64  <855dc5e94a0a3d4fbe5c03f7cf05819f> /System/Library/PrivateFrameworks/CTCarrierSpace.framework/CTCarrierSpace
0x1bd783000 - 0x1bd78efff CaptiveNetwork arm64  <c8de13a5aee7337e9428da1ec3d628ee> /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork
0x1bd8e5000 - 0x1bd906fff CellularPlanManager arm64  <0d28ad67792931c481a9764a4bfa7c10> /System/Library/PrivateFrameworks/CellularPlanManager.framework/CellularPlanManager
0x1bd91f000 - 0x1bd927fff CertUI arm64  <ad753a0d62093a27855c858780a9699b> /System/Library/PrivateFrameworks/CertUI.framework/CertUI
0x1bd930000 - 0x1bd97efff ChunkingLibrary arm64  <ab2bc3e0369c3774a0428430e906ea3a> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/ChunkingLibrary
0x1bdd5b000 - 0x1bdd62fff CommonAuth arm64  <2ee0f13c405d3e97ad85aea1ab3f8ede> /System/Library/PrivateFrameworks/CommonAuth.framework/CommonAuth
0x1bdd63000 - 0x1bdd67fff CommunicationsFilter arm64  <80ab757b9f723e999b0678da61fe1807> /System/Library/PrivateFrameworks/CommunicationsFilter.framework/CommunicationsFilter
0x1bde1b000 - 0x1bde1efff ConstantClasses arm64  <1f00f281b08c30d6992cf2ee62aa8436> /System/Library/PrivateFrameworks/ConstantClasses.framework/ConstantClasses
0x1bde28000 - 0x1bde65fff ContactsAutocomplete arm64  <c421cfbeb04739fb9eb488097369d714> /System/Library/PrivateFrameworks/ContactsAutocomplete.framework/ContactsAutocomplete
0x1bde6b000 - 0x1bdedffff ContactsUICore arm64  <378f6625facc3756896d636a8728d8c5> /System/Library/PrivateFrameworks/ContactsUICore.framework/ContactsUICore
0x1be05a000 - 0x1be14efff CoreBrightness arm64  <2532db24c7ab363184c06139be8c4221> /System/Library/PrivateFrameworks/CoreBrightness.framework/CoreBrightness
0x1be1b8000 - 0x1be1c7fff CoreDuetDaemonProtocol arm64  <59a2e9bb08353105a9b7b9a10dae962c> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/CoreDuetDaemonProtocol
0x1be1ca000 - 0x1be1ccfff CoreDuetDebugLogging arm64  <98e92a87390133ef9e58de5ceea05f6b> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/CoreDuetDebugLogging
0x1be1db000 - 0x1be1edfff CoreEmoji arm64  <b4e09d4d1f2d307d8f9040dd1d15b7a7> /System/Library/PrivateFrameworks/CoreEmoji.framework/CoreEmoji
0x1be7f0000 - 0x1be7f4fff CoreOptimization arm64  <1dfee9caaf883e3e80e4e8d593e8af57> /System/Library/PrivateFrameworks/CoreOptimization.framework/CoreOptimization
0x1be7f5000 - 0x1be8aefff CorePDF arm64  <f7eb54927f2d31f6a5c3f869d7d27d2e> /System/Library/PrivateFrameworks/CorePDF.framework/CorePDF
0x1be8af000 - 0x1be8b7fff CorePhoneNumbers arm64  <3d0bf6c8aeed3a2f8a67ef6f007fd0f9> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/CorePhoneNumbers
0x1be8b8000 - 0x1be90cfff CorePrediction arm64  <89b6e7cb94883316b72966c3844346c9> /System/Library/PrivateFrameworks/CorePrediction.framework/CorePrediction
0x1bf20c000 - 0x1bf216fff CoreRecents arm64  <ff91dde1664a3f2fbf4d77e8919d1e77> /System/Library/PrivateFrameworks/CoreRecents.framework/CoreRecents
0x1bf297000 - 0x1bf2bffff CoreSVG arm64  <5627aa5fc04b33b3964bd022911d935f> /System/Library/PrivateFrameworks/CoreSVG.framework/CoreSVG
0x1bf481000 - 0x1bf485fff DAAPKit arm64  <a732da38fad53145b65edd18d6415d3d> /System/Library/PrivateFrameworks/DAAPKit.framework/DAAPKit
0x1bf4a3000 - 0x1bf4b0fff DCIMServices arm64  <92baf00a4ea63f95a951e790cbf3d588> /System/Library/PrivateFrameworks/DCIMServices.framework/DCIMServices
0x1bf4c7000 - 0x1bf503fff DataDetectorsNaturalLanguage arm64  <dae18bb9f72f313ab0eaf2ebde31f6da> /System/Library/PrivateFrameworks/DataDetectorsNaturalLanguage.framework/DataDetectorsNaturalLanguage
0x1bf566000 - 0x1bf593fff DeviceIdentity arm64  <6d1af53e8b693e288468631fbd00b950> /System/Library/PrivateFrameworks/DeviceIdentity.framework/DeviceIdentity
0x1bf745000 - 0x1bf810fff DocumentCamera arm64  <ac1d565588773a9197c477944b70116a> /System/Library/PrivateFrameworks/DocumentCamera.framework/DocumentCamera
0x1bf811000 - 0x1bf84bfff DocumentManager arm64  <1771c51062f13f279ae6897e82c74e98> /System/Library/PrivateFrameworks/DocumentManager.framework/DocumentManager
0x1bf84c000 - 0x1bf86afff DocumentManagerCore arm64  <1fcbb774e3bf3f9aab928be0c8f8c0f7> /System/Library/PrivateFrameworks/DocumentManagerCore.framework/DocumentManagerCore
0x1bf8ed000 - 0x1bf8effff DragUI arm64  <3cc91d51bb12388798d573a258a3fe62> /System/Library/PrivateFrameworks/DragUI.framework/DragUI
0x1bf91e000 - 0x1bf94efff EAP8021X arm64  <09e38332fc803a56a2d549515b513438> /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X
0x1bf965000 - 0x1bf96ffff EmailAddressing arm64  <ef35f20d61cd3d949357999bebb09288> /System/Library/PrivateFrameworks/EmailAddressing.framework/EmailAddressing
0x1bf97d000 - 0x1bf991fff Engram arm64  <4fc44ec8d76538a7975845ace2acb0f8> /System/Library/PrivateFrameworks/Engram.framework/Engram
0x1bfaca000 - 0x1bfad1fff ExtensionFoundation arm64  <3ebbdfefbba9305281c1500985d40a31> /System/Library/PrivateFrameworks/ExtensionFoundation.framework/ExtensionFoundation
0x1bfc4a000 - 0x1bfc52fff FSEvents arm64  <0c0bfe19fd703bbfa5eab789d4fdc324> /System/Library/PrivateFrameworks/FSEvents.framework/FSEvents
0x1bfc53000 - 0x1bfc72fff FTAWD arm64  <c0118c057b7f366da76de936b93e169b> /System/Library/PrivateFrameworks/FTAWD.framework/FTAWD
0x1bfc73000 - 0x1bfc76fff FTClientServices arm64  <4386dd47da253189993f03ad9b926e74> /System/Library/PrivateFrameworks/FTClientServices.framework/FTClientServices
0x1bfc77000 - 0x1c0089fff FaceCore arm64  <a383e5cc791a35f79b37228880430bab> /System/Library/PrivateFrameworks/FaceCore.framework/FaceCore
0x1c0092000 - 0x1c0097fff FeatureFlagsSupport arm64  <32727b32730c30ac9b1cc7c66a65d115> /System/Library/PrivateFrameworks/FeatureFlagsSupport.framework/FeatureFlagsSupport
0x1c022e000 - 0x1c036afff libFontParser.dylib arm64  <b73b77070b9c3e1e932130c80b2865c4> /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
0x1c036b000 - 0x1c0373fff libGSFont.dylib arm64  <2ef6a22edd0f3841b9231adb6238eaaa> /System/Library/PrivateFrameworks/FontServices.framework/libGSFont.dylib
0x1c0374000 - 0x1c03b1fff libGSFontCache.dylib arm64  <78f92f58984e330ab9e833f45e117a1a> /System/Library/PrivateFrameworks/FontServices.framework/libGSFontCache.dylib
0x1c0414000 - 0x1c0421fff libhvf.dylib arm64  <043252185d81311bae37520f37b4c220> /System/Library/PrivateFrameworks/FontServices.framework/libhvf.dylib
0x1c0447000 - 0x1c045efff Futhark arm64  <a93084e4917432c8a1f5c54e8f18e99f> /System/Library/PrivateFrameworks/Futhark.framework/Futhark
0x1c108b000 - 0x1c10a9fff GenerationalStorage arm64  <4efd79617a053e558ec72998ce9f3b54> /System/Library/PrivateFrameworks/GenerationalStorage.framework/GenerationalStorage
0x1c10aa000 - 0x1c10b7fff GraphVisualizer arm64  <47e41fb3df39361780aa876f8c79992d> /System/Library/PrivateFrameworks/GraphVisualizer.framework/GraphVisualizer
0x1c10f0000 - 0x1c10fbfff HID arm64  <0f1120a7a4eb3be6b5967fee586fe8df> /System/Library/PrivateFrameworks/HID.framework/HID
0x1c1201000 - 0x1c1271fff Heimdal arm64  <fdccfc9db0d03f0f8f675964d4879102> /System/Library/PrivateFrameworks/Heimdal.framework/Heimdal
0x1c15e2000 - 0x1c1659fff HomeSharing arm64  <13c57dc7802d3b6f8b521d72949fd44a> /System/Library/PrivateFrameworks/HomeSharing.framework/HomeSharing
0x1c19b8000 - 0x1c19d6fff IOGPU arm64  <86cf905e07663916b47d4eb584a3ddbd> /System/Library/PrivateFrameworks/IOGPU.framework/IOGPU
0x1c19d8000 - 0x1c19e1fff IOKitten arm64  <a897be5491b5328a8ce30733e7aae3b1> /System/Library/PrivateFrameworks/IOKitten.framework/IOKitten
0x1c19e2000 - 0x1c19e4fff IOSurfaceAccelerator arm64  <53b6e7225abe3aed8c511498043e9a83> /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/IOSurfaceAccelerator
0x1c1a0d000 - 0x1c1a14fff IdleTimerServices arm64  <635fedb6cdd53dbc982fe7874475a0a4> /System/Library/PrivateFrameworks/IdleTimerServices.framework/IdleTimerServices
0x1c1ae0000 - 0x1c1aecfff IntentsFoundation arm64  <434df45e86903166b50db613ce4fc253> /System/Library/PrivateFrameworks/IntentsFoundation.framework/IntentsFoundation
0x1c1b06000 - 0x1c1b09fff InternationalTextSearch arm64  <f5f3c04464833759becb23a3c9017a2b> /System/Library/PrivateFrameworks/InternationalTextSearch.framework/InternationalTextSearch
0x1c1b0a000 - 0x1c1b26fff IntlPreferences arm64  <c200865b4dab3fe1897f43b1a18a8e3e> /System/Library/PrivateFrameworks/IntlPreferences.framework/IntlPreferences
0x1c1d88000 - 0x1c1d8efff LinguisticData arm64  <6df0f7029cf83ab78e2974667fa344bb> /System/Library/PrivateFrameworks/LinguisticData.framework/LinguisticData
0x1c1fd2000 - 0x1c1fd2fff Marco arm64  <25e28d1a0ad03263b1430ae76108a01f> /System/Library/PrivateFrameworks/Marco.framework/Marco
0x1c22c0000 - 0x1c25d7fff MediaLibraryCore arm64  <eb1d5a70724531379c21628c4d0a16e8> /System/Library/PrivateFrameworks/MediaLibraryCore.framework/MediaLibraryCore
0x1c25d8000 - 0x1c2667fff MediaPlatform arm64  <90cb9e1048e034a48ecfff63ae5bd52a> /System/Library/PrivateFrameworks/MediaPlatform.framework/MediaPlatform
0x1c2a4a000 - 0x1c2b12fff MetalTools arm64  <862bc9f3d56036708ba61f3e9968f691> /System/Library/PrivateFrameworks/MetalTools.framework/MetalTools
0x1c2b9d000 - 0x1c2bb1fff MobileBluetooth arm64  <b8a53279dc9b37b68bcdbf1a3b83a8d4> /System/Library/PrivateFrameworks/MobileBluetooth.framework/MobileBluetooth
0x1c2c32000 - 0x1c2c38fff MobileSystemServices arm64  <750000f9b53b32aab0829926b3db8a72> /System/Library/PrivateFrameworks/MobileSystemServices.framework/MobileSystemServices
0x1c2d14000 - 0x1c2d1afff Netrb arm64  <29c4389d7cfd34e5b99703cefcd9dcc0> /System/Library/PrivateFrameworks/Netrb.framework/Netrb
0x1c2dd6000 - 0x1c2deffff NetworkStatistics arm64  <aa622e390c17326d809568719bae2e16> /System/Library/PrivateFrameworks/NetworkStatistics.framework/NetworkStatistics
0x1c2ec7000 - 0x1c2f07fff OTSVG arm64  <d86e3d10ea8b398c9d4d3c1090ad4283> /System/Library/PrivateFrameworks/OTSVG.framework/OTSVG
0x1c350f000 - 0x1c3537fff Pasteboard arm64  <b1c5f78d24be3091bf6553489d59ca0a> /System/Library/PrivateFrameworks/Pasteboard.framework/Pasteboard
0x1c3566000 - 0x1c3571fff PersonaKit arm64  <6d5252a8d94733f3a05f088b1b93a3e2> /System/Library/PrivateFrameworks/PersonaKit.framework/PersonaKit
0x1c3572000 - 0x1c357efff PersonaUI arm64  <5aebcdf6bd373520bebc5fd0b6891ae6> /System/Library/PrivateFrameworks/PersonaUI.framework/PersonaUI
0x1c35b6000 - 0x1c35b6fff PhoneNumbers arm64  <033646e6657b384da25bb574ad670d33> /System/Library/PrivateFrameworks/PhoneNumbers.framework/PhoneNumbers
0x1c377a000 - 0x1c37b8fff PhotosImagingFoundation arm64  <ebdc24ea85c936fd8a419f2d97ea27ad> /System/Library/PrivateFrameworks/PhotosImagingFoundation.framework/PhotosImagingFoundation
0x1c37b9000 - 0x1c3804fff PhysicsKit arm64  <e5dd8ff53ce6340387dda862db33072a> /System/Library/PrivateFrameworks/PhysicsKit.framework/PhysicsKit
0x1c38ba000 - 0x1c38c5fff PointerUIServices arm64  <52f228f35cfd393b8db1fe2dac17a76d> /System/Library/PrivateFrameworks/PointerUIServices.framework/PointerUIServices
0x1c4d2f000 - 0x1c4d39fff RTCReporting arm64  <0cd8532917a73d30829400c610178428> /System/Library/PrivateFrameworks/RTCReporting.framework/RTCReporting
0x1c4fb8000 - 0x1c4fc9fff RemoteTextInput arm64  <1ac5e291220c336dbe1334e563edb33c> /System/Library/PrivateFrameworks/RemoteTextInput.framework/RemoteTextInput
0x1c505d000 - 0x1c5061fff RevealCore arm64  <a0d98468530d3d6082fa78608e0f65ac> /System/Library/PrivateFrameworks/RevealCore.framework/RevealCore
0x1c555e000 - 0x1c5591fff ScreenReaderCore arm64  <b4df9c6fc120309ebfc0dc45722634ab> /System/Library/PrivateFrameworks/ScreenReaderCore.framework/ScreenReaderCore
0x1c5592000 - 0x1c55d6fff ScreenReaderOutput arm64  <a784f9d42bab3d34983b5851babbfbf0> /System/Library/PrivateFrameworks/ScreenReaderOutput.framework/ScreenReaderOutput
0x1c6861000 - 0x1c686afff SignpostCollection arm64  <0c0d6de66e303f9eb166daccb6234d82> /System/Library/PrivateFrameworks/SignpostCollection.framework/SignpostCollection
0x1c686b000 - 0x1c686bfff SignpostMetrics arm64  <fc1c6c2fe12e35b180c4b3d19254f5c8> /System/Library/PrivateFrameworks/SignpostMetrics.framework/SignpostMetrics
0x1c686d000 - 0x1c68acfff SignpostSupport arm64  <8bed968fb1af3ababc53f1e70012017c> /System/Library/PrivateFrameworks/SignpostSupport.framework/SignpostSupport
0x1c72fc000 - 0x1c72fcfff SoftLinking arm64  <c6f60c337d6a346887633bc0533fffe8> /System/Library/PrivateFrameworks/SoftLinking.framework/SoftLinking
0x1c77da000 - 0x1c7817fff StreamingZip arm64  <6fe0c0f46555332a9a757cc720fb19f2> /System/Library/PrivateFrameworks/StreamingZip.framework/StreamingZip
0x1c781f000 - 0x1c7829fff SymptomDiagnosticReporter arm64  <e9978768b054338e98036a6ae96fa632> /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/SymptomDiagnosticReporter
0x1c7859000 - 0x1c7874fff SymptomPresentationFeed arm64  <0a07c9952a7a3e4d9c84dedf7388a5ab> /System/Library/PrivateFrameworks/Symptoms.framework/Frameworks/SymptomPresentationFeed.framework/SymptomPresentationFeed
0x1c78b0000 - 0x1c78bffff TCC arm64  <0d0d2d7395a93c9a8b373fd5213a4599> /System/Library/PrivateFrameworks/TCC.framework/TCC
0x1c815e000 - 0x1c8210fff TextureIO arm64  <fcc0fb2034333a79a92eb71bf4e450c4> /System/Library/PrivateFrameworks/TextureIO.framework/TextureIO
0x1c8421000 - 0x1c8428fff URLFormatting arm64  <b1f9795ed4533685b7adf32e1669c9c9> /System/Library/PrivateFrameworks/URLFormatting.framework/URLFormatting
0x1c94bd000 - 0x1c94f6fff VoiceOverServices arm64  <6e56230d59e63a3db13a61c12802893c> /System/Library/PrivateFrameworks/VoiceOverServices.framework/VoiceOverServices
0x1c9684000 - 0x1c9685fff WatchdogClient arm64  <ad902dfa3b0534f89ac361090eb939f8> /System/Library/PrivateFrameworks/WatchdogClient.framework/WatchdogClient
0x1c994b000 - 0x1ca074fff libwebrtc.dylib arm64  <2f61036ba2c13fbdbf7a598219d01655> /System/Library/PrivateFrameworks/WebCore.framework/Frameworks/libwebrtc.dylib
0x1ca60c000 - 0x1ca60ffff XCTTargetBootstrap arm64  <9b53382f09623e469ec4309c770d8e9b> /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/XCTTargetBootstrap
0x1ca68d000 - 0x1ca6acfff caulk arm64  <29c23553b07138da822512e4c786fd0b> /System/Library/PrivateFrameworks/caulk.framework/caulk
0x1ccae3000 - 0x1ccae8fff kperf arm64  <a87b47b31c453edcbc06608aad4e1f2f> /System/Library/PrivateFrameworks/kperf.framework/kperf
0x1ccae9000 - 0x1ccaf1fff kperfdata arm64  <29c8351426e8352286f38721ac110583> /System/Library/PrivateFrameworks/kperfdata.framework/kperfdata
0x1ccaf2000 - 0x1ccb08fff libEDR arm64  <248a440c345c371eb4d96cee0454c5ed> /System/Library/PrivateFrameworks/libEDR.framework/libEDR
0x1ccb24000 - 0x1ccb34fff perfdata arm64  <6c420d6e89063f4d8b578abe010aadce> /System/Library/PrivateFrameworks/perfdata.framework/perfdata
0x1ccb35000 - 0x1ccb63fff vCard arm64  <3c88448f18f53483875d27897aa1a0e5> /System/Library/PrivateFrameworks/vCard.framework/vCard
0x1cd4d0000 - 0x1cd509fff libAWDSupport.dylib arm64  <5d0c5a9028643e759ed595483b16d443> /usr/lib/libAWDSupport.dylib
0x1cd50a000 - 0x1cd8bafff libAWDSupportFramework.dylib arm64  <82fe0396e3e434059c648b692002028f> /usr/lib/libAWDSupportFramework.dylib
0x1cda38000 - 0x1cda47fff libAudioStatistics.dylib arm64  <4d9a4f00a6ea3b789692b1dc1daf0581> /usr/lib/libAudioStatistics.dylib
0x1cdbe8000 - 0x1cdc1afff libCRFSuite.dylib arm64  <9941a443e4f838ae8681ead891f70bcd> /usr/lib/libCRFSuite.dylib
0x1cdc1b000 - 0x1cdc1cfff libCTGreenTeaLogger.dylib arm64  <9704e9662824353db456ba507dbe2918> /usr/lib/libCTGreenTeaLogger.dylib
0x1cdc1d000 - 0x1cdc27fff libChineseTokenizer.dylib arm64  <39db8a7343503bffabf6ab549ece9f36> /usr/lib/libChineseTokenizer.dylib
0x1cdec5000 - 0x1cdeccfff libIOReport.dylib arm64  <745c23f071253c0786f2aab106092cc0> /usr/lib/libIOReport.dylib
0x1cdf43000 - 0x1cdf4afff libMatch.1.dylib arm64  <22c1f3bf3d613b67836be8fad9e315f1> /usr/lib/libMatch.1.dylib
0x1ce069000 - 0x1ce06efff libThaiTokenizer.dylib arm64  <cc481b9eba013ea79b077e09a5326728> /usr/lib/libThaiTokenizer.dylib
0x1ce2d8000 - 0x1ce2dafff libapp_launch_measurement.dylib arm64  <2dfc3dd9565a3b978c47548f95b07930> /usr/lib/libapp_launch_measurement.dylib
0x1ce2db000 - 0x1ce2f1fff libapple_nghttp2.dylib arm64  <5d86842d169c33a89224b69e440a3c3b> /usr/lib/libapple_nghttp2.dylib
0x1ce2f2000 - 0x1ce383fff libate.dylib arm64  <55c9e37f4ef53b538887395a557d66a2> /usr/lib/libate.dylib
0x1ce414000 - 0x1ce424fff libbsm.0.dylib arm64  <52fca02e09b9327aa20070b0aa390d6f> /usr/lib/libbsm.0.dylib
0x1ce425000 - 0x1ce431fff libbz2.1.0.dylib arm64  <a4bef41eaf2d3096b10e03543215e590> /usr/lib/libbz2.1.0.dylib
0x1ce432000 - 0x1ce432fff libcharset.1.dylib arm64  <d1407b956f813959adeb1916c10d0246> /usr/lib/libcharset.1.dylib
0x1ce433000 - 0x1ce444fff libcmph.dylib arm64  <cd8b8030074433459087efbcda7cf3c9> /usr/lib/libcmph.dylib
0x1ce445000 - 0x1ce45cfff libcompression.dylib arm64  <b1091ad13282317ab94c5f10b27bc38b> /usr/lib/libcompression.dylib
0x1ce45d000 - 0x1ce472fff libcoretls.dylib arm64  <fd453c0f190235fa927f26074a321f94> /usr/lib/libcoretls.dylib
0x1ce473000 - 0x1ce474fff libcoretls_cfhelpers.dylib arm64  <e6a8fbb7cc9a3765b3d5d221473ec61b> /usr/lib/libcoretls_cfhelpers.dylib
0x1ce498000 - 0x1ce49efff libcupolicy.dylib arm64  <c3a259ce6cd738ab8cb07006e453f368> /usr/lib/libcupolicy.dylib
0x1ce49f000 - 0x1ce4a6fff libdns_services.dylib arm64  <5cc5a34dda1d386d942f3e0c6f2646a2> /usr/lib/libdns_services.dylib
0x1ce4a7000 - 0x1ce4c3fff libedit.3.dylib arm64  <272002fc1f6d3f378b34b0c563e21a7d> /usr/lib/libedit.3.dylib
0x1ce4c4000 - 0x1ce4c4fff libenergytrace.dylib arm64  <46735b4c5f63362d85a954ed4d7e2ec5> /usr/lib/libenergytrace.dylib
0x1ce4c5000 - 0x1ce4dcfff libexpat.1.dylib arm64  <12c25f34e3e23564a23d18c6e3436959> /usr/lib/libexpat.1.dylib
0x1ce507000 - 0x1ce50bfff libgermantok.dylib arm64  <c9eb0c8a1ff83c4d8cd4cf4639dcefb2> /usr/lib/libgermantok.dylib
0x1ce50c000 - 0x1ce511fff libheimdal-asn1.dylib arm64  <68eb7e8d5b5b3b699bb87be9bfcbfd73> /usr/lib/libheimdal-asn1.dylib
0x1ce512000 - 0x1ce603fff libiconv.2.dylib arm64  <fc828c3175243d09947fd18cc3e533dd> /usr/lib/libiconv.2.dylib
0x1ce621000 - 0x1ce622fff liblangid.dylib arm64  <489b3d68c72e3f548460346addb44ab9> /usr/lib/liblangid.dylib
0x1ce623000 - 0x1ce62efff liblockdown.dylib arm64  <6d709be7308d3b6cb53407f33f38cae9> /usr/lib/liblockdown.dylib
0x1ce62f000 - 0x1ce647fff liblzma.5.dylib arm64  <0b23d81e57c4385a9913f37227928f1f> /usr/lib/liblzma.5.dylib
0x1ce675000 - 0x1ce6c8fff libmecab.dylib arm64  <6f0eca87b67d3174a210e4eb5cb07801> /usr/lib/libmecab.dylib
0x1ce6c9000 - 0x1ce8f1fff libmecabra.dylib arm64  <9f81192c475b33aba75f2841e528d4e6> /usr/lib/libmecabra.dylib
0x1ce8f2000 - 0x1ce904fff libmis.dylib arm64  <813ef02a17183c11a18754d6d6a9af8e> /usr/lib/libmis.dylib
0x1ce905000 - 0x1ce91afff libnetworkextension.dylib arm64  <97a62716f2b33820a6e29a3594671e3a> /usr/lib/libnetworkextension.dylib
0x1cecbb000 - 0x1ceceefff libpcap.A.dylib arm64  <01703bd2e1ec36b0abcd18525e2ef324> /usr/lib/libpcap.A.dylib
0x1cecef000 - 0x1cecfcfff libperfcheck.dylib arm64  <5dd71703dd22376f9dcbf6a7aadb9e3f> /usr/lib/libperfcheck.dylib
0x1ced04000 - 0x1ced15fff libprequelite.dylib arm64  <81b60574ae623d7b8171cebe82ca4714> /usr/lib/libprequelite.dylib
0x1ced16000 - 0x1ced27fff libprotobuf-lite.dylib arm64  <a527bca9c8bf3d5ba0c04a8ea7eb52c8> /usr/lib/libprotobuf-lite.dylib
0x1ced28000 - 0x1ced86fff libprotobuf.dylib arm64  <140a54c11a673b7aa770b96d6481a403> /usr/lib/libprotobuf.dylib
0x1ced87000 - 0x1cede4fff libquic.dylib arm64  <3c75f156fce737eab66410843a642f99> /usr/lib/libquic.dylib
0x1cede5000 - 0x1cedfcfff libresolv.9.dylib arm64  <9773b08718c33a99ac4b15845c8f298e> /usr/lib/libresolv.9.dylib
0x1cedfd000 - 0x1cedfffff libsandbox.1.dylib arm64  <cdf2d744d04f39c28489f3d37dd3661c> /usr/lib/libsandbox.1.dylib
0x1cee47000 - 0x1cee4afff libutil.dylib arm64  <70719b73b88237f4845bba0cfd47d0b8> /usr/lib/libutil.dylib
0x1cee4b000 - 0x1cef30fff libxml2.2.dylib arm64  <9582604ace4f37ceaf1b82e09802c758> /usr/lib/libxml2.2.dylib
0x1cef5e000 - 0x1cef6ffff libz.1.dylib arm64  <b092ede41efe3c449945692ce1ae0330> /usr/lib/libz.1.dylib
0x1cefa4000 - 0x1cefa6fff liblog_network.dylib arm64  <46f654a2418d3e6c9c79dce8770eaaf9> /usr/lib/log/liblog_network.dylib
0x1cf04a000 - 0x1cf04afff libswiftCoreFoundation.dylib arm64  <79cb99343d7c30bf9dbbe25bc9d8270a> /usr/lib/swift/libswiftCoreFoundation.dylib
0x1cf04b000 - 0x1cf04bfff libswiftCoreImage.dylib arm64  <fc7d180e65df33d8b3c0527f8ad39e2d> /usr/lib/swift/libswiftCoreImage.dylib
0x1cf04c000 - 0x1cf04efff libswiftCoreLocation.dylib arm64  <292d6b08ae11310c808d0a0922f25b1e> /usr/lib/swift/libswiftCoreLocation.dylib
0x1cf0a0000 - 0x1cf0a9fff libswiftDarwin.dylib arm64  <b9f01b68bcb73ca496be2cf196aa3e46> /usr/lib/swift/libswiftDarwin.dylib
0x1cf0c1000 - 0x1cf0c3fff libswiftMapKit.dylib arm64  <48d80eb07f553952b5de1bf62d3a3de8> /usr/lib/swift/libswiftMapKit.dylib
0x1cf0c8000 - 0x1cf0ccfff libswiftMetal.dylib arm64  <8800810ffec838f1a0fb0d91c88e7fdf> /usr/lib/swift/libswiftMetal.dylib
0x1cf137000 - 0x1cf138fff libswiftQuartzCore.dylib arm64  <fa500068125e3e08bdbf7ba7a44aa611> /usr/lib/swift/libswiftQuartzCore.dylib
0x1cf19c000 - 0x1cf1a1fff libcache.dylib arm64  <30242f393dfc3ff0895dd44af38c0144> /usr/lib/system/libcache.dylib
0x1cf1a2000 - 0x1cf1aefff libcommonCrypto.dylib arm64  <2a0ee79a584035948139f436f5a54a6f> /usr/lib/system/libcommonCrypto.dylib
0x1cf1af000 - 0x1cf1b3fff libcompiler_rt.dylib arm64  <46cd45524d2f31e69b0254e7e576df05> /usr/lib/system/libcompiler_rt.dylib
0x1cf1b4000 - 0x1cf1bcfff libcopyfile.dylib arm64  <acb48771dc88397aa68a726bf75940db> /usr/lib/system/libcopyfile.dylib
0x1cf2a2000 - 0x1cf2a2fff liblaunch.dylib arm64  <ac7e574f727a3707a3324343b867bdd4> /usr/lib/system/liblaunch.dylib
0x1cf2a3000 - 0x1cf2a8fff libmacho.dylib arm64  <128a2b0392743d6ba667ad41272431df> /usr/lib/system/libmacho.dylib
0x1cf2a9000 - 0x1cf2abfff libremovefile.dylib arm64  <183025eaf37f382a807c0f093eb64763> /usr/lib/system/libremovefile.dylib
0x1cf2ac000 - 0x1cf2adfff libsystem_blocks.dylib arm64  <f56d3126f752364e9279c1ffefd4caa9> /usr/lib/system/libsystem_blocks.dylib
0x1cf2ae000 - 0x1cf2b0fff libsystem_collections.dylib arm64  <a40362865b223915805e584bdf7e0340> /usr/lib/system/libsystem_collections.dylib
0x1cf2b1000 - 0x1cf2b5fff libsystem_configuration.dylib arm64  <22243418a82c37ef8b87485b1729b7d4> /usr/lib/system/libsystem_configuration.dylib
0x1cf2b6000 - 0x1cf2c8fff libsystem_containermanager.dylib arm64  <10a4edbfecdd36f7ae8f29014d50852c> /usr/lib/system/libsystem_containermanager.dylib
0x1cf2c9000 - 0x1cf2cafff libsystem_coreservices.dylib arm64  <773e2e00690533499d66a10059933ded> /usr/lib/system/libsystem_coreservices.dylib
0x1cf2cb000 - 0x1cf2d4fff libsystem_darwin.dylib arm64  <a453301a5572313fac30531deae896f8> /usr/lib/system/libsystem_darwin.dylib
0x1cf2d5000 - 0x1cf2ddfff libsystem_dnssd.dylib arm64  <f18dcdedb893302eb8bb71c8a42741cc> /usr/lib/system/libsystem_dnssd.dylib
0x1cf2de000 - 0x1cf2e0fff libsystem_featureflags.dylib arm64  <d00a671cf5623df68441f169da31255b> /usr/lib/system/libsystem_featureflags.dylib
0x1cf2e1000 - 0x1cf30efff libsystem_m.dylib arm64  <47a923f776ad3214bc1f34051c03b2ee> /usr/lib/system/libsystem_m.dylib
0x1cf30f000 - 0x1cf319fff libsystem_platform.dylib arm64  <3a71914ac2a73514b519df319e7a6e02> /usr/lib/system/libsystem_platform.dylib
0x1cf31a000 - 0x1cf31afff libsystem_product_info_filter.dylib arm64  <2e2a22f0761b3e62b35376926358512e> /usr/lib/system/libsystem_product_info_filter.dylib
0x1cf31b000 - 0x1cf32afff libsystem_pthread.dylib arm64  <cd2075ff948b313a8a02e2ad1e676a74> /usr/lib/system/libsystem_pthread.dylib
0x1cf32b000 - 0x1cf32efff libsystem_sandbox.dylib arm64  <638b844721573f9a88c922612525e4ca> /usr/lib/system/libsystem_sandbox.dylib
0x1cf32f000 - 0x1cf338fff libunwind.dylib arm64  <07bd6c4f43053e0191dc30c05754da0c> /usr/lib/system/libunwind.dylib
0x1cf339000 - 0x1cf36bfff libxpc.dylib arm64  <9b754030d4b638148840d3dac9c54212> /usr/lib/system/libxpc.dylib
0x1cf41a000 - 0x1cf432fff AccessibilitySettingsLoader arm64  <681f9452ef7134f494752a42ce4606a9> /System/Library/AccessibilityBundles/AccessibilitySettingsLoader.bundle/AccessibilitySettingsLoader
0x1cfb1d000 - 0x1cfc1cfff AGXMetalA10 arm64  <65afa27898903cacb76aa744e81ae0b7> /System/Library/Extensions/AGXMetalA10.bundle/AGXMetalA10
0x1d05f0000 - 0x1d0602fff SpotlightLinguistics arm64  <8d5151c3bcb131158c230645e5af4066> /System/Library/PrivateFrameworks/SpotlightLinguistics.framework/SpotlightLinguistics


Would this Apple crash report help?

Yes, and no.

It’s clearly the same issue and it helped me track down the bug we’re using to track this (r. 60399638). However, that bug doesn’t offer any suggestions for how you might work around it.

Two factoids of note:
  • We’re seeing this reported by a number of different apps, suggesting that this is a bug in the system rather than a bug in the apps.

  • It’s likely that immediate cause of this crash was a change we made in iOS 14 to harden CF-level APIs against type mismatches (r. 14049993). So, this problem may have been occurring previously but iOS 14 is now detecting it reliably.

Oh, one other thing: It’s clear that this bug is triggered by a CF-level problem. That means it affects CFNetServiceBrowser and all the things layered on top of that, including NSNetServiceBrowser and Multipeer Connectivity. If you move to a different Bonjour API, one not based on CFNetServiceBrowser, it’s likely that you wouldn’t see this problem. That includes NWBrowser and the very low-level DNS-SD API (<dns_sd.h>). Of those, I’m going to recommend NWBrowser; Network framework is the future of (non-HTTP) networking on our platforms.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

So has this bug been fixed?

Our current thinking is that the bug mentioned above (r. 60399638) is specific to Multipeer Connectivity. Are you using that API? Or some other Bonjour API?

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

Is there any update to the status of this bug (r. 60399638)?

No.

Are there any workarounds

As I said in my previous post, our current thinking is that this is specific to Multipeer Connectivity, and thus the ‘obvious’ workaround is to use a different API for your networking. My general recommendation is Network framework but if you want to talk specifics I encourage you to start a new thread with details about your network architecture.

an estimated timeline for a fix?

I can’t predict the future, alas. I will, however, note this problem started in iOS 14 and hasn’t been fixed in iOS 15, and let you draw your own conclusions.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

We are facing a similar, intermittent crash, observed in iPad Pro (12.9-inch, 3rd generation) Version:17.2.0 real devices

Fatal Exception: NSInternalInconsistencyException 0 CoreFoundation 0xf2564 (Missing UUID 47e4ec098f6e30a899d034024d4f8122) 1 libobjc.A.dylib 0x19eb4 (Missing UUID 9bab95567a2a30a8acde010ba8e2367d) 2 Foundation 0x82940 (Missing UUID 9558b1ebdda33fda88a5e785ecdfcd30) 3 Foundation 0xe0ee0 (Missing UUID 9558b1ebdda33fda88a5e785ecdfcd30) 4 Foundation 0x75af30 (Missing UUID 9558b1ebdda33fda88a5e785ecdfcd30) 5 AppKit 0x7cbf8 (Missing UUID f3527312e4263f7cb77b2bf49d1b7c04) 6 AppKit 0xad154c (Missing UUID f3527312e4263f7cb77b2bf49d1b7c04) 7 AppKit 0x31e5b4 (Missing UUID f3527312e4263f7cb77b2bf49d1b7c04) 8 AppKit 0x33e1c0 (Missing UUID f3527312e4263f7cb77b2bf49d1b7c04) 9 AppKit 0xde1a74 (Missing UUID f3527312e4263f7cb77b2bf49d1b7c04) 10 AppKit 0x347e4 (Missing UUID f3527312e4263f7cb77b2bf49d1b7c04) 11 AppKit 0xde159c (Missing UUID f3527312e4263f7cb77b2bf49d1b7c04) 12 AppKit 0xde0f54 (Missing UUID f3527312e4263f7cb77b2bf49d1b7c04) 13 AppKit 0xde112c (Missing UUID f3527312e4263f7cb77b2bf49d1b7c04) 14 AppKit 0x7a695c (Missing UUID f3527312e4263f7cb77b2bf49d1b7c04) 15 AppKit 0x7a6ce4 (Missing UUID f3527312e4263f7cb77b2bf49d1b7c04) 16 SkyLight 0xb134 (Missing UUID 67c718b452dc3b258e7a12ea2b414369) 17 SkyLight 0x3a0230 (Missing UUID 67c718b452dc3b258e7a12ea2b414369) 18 SkyLight 0x3a012c (Missing UUID 67c718b452dc3b258e7a12ea2b414369) 19 libdispatch.dylib 0x1cb8 (Missing UUID a53d555df748301083fe385c660a81bd) 20 libdispatch.dylib 0x3910 (Missing UUID a53d555df748301083fe385c660a81bd) 21 libdispatch.dylib 0x11fa8 (Missing UUID a53d555df748301083fe385c660a81bd) 22 libdispatch.dylib 0x11bc0 (Missing UUID a53d555df748301083fe385c660a81bd) 23 CoreFoundation 0xbeecc (Missing UUID 47e4ec098f6e30a899d034024d4f8122) 24 CoreFoundation 0x7c7d0 (Missing UUID 47e4ec098f6e30a899d034024d4f8122) 25 CoreFoundation 0x7b9ac (Missing UUID 47e4ec098f6e30a899d034024d4f8122) 26 HIToolbox 0x30448 (Missing UUID e2187dfe1fb43b47874ea0a6291e51b2) 27 HIToolbox 0x30284 (Missing UUID e2187dfe1fb43b47874ea0a6291e51b2) 28 HIToolbox 0x2ffdc (Missing UUID e2187dfe1fb43b47874ea0a6291e51b2) 29 AppKit 0x398a4 (Missing UUID f3527312e4263f7cb77b2bf49d1b7c04) 30 AppKit 0x813980 (Missing UUID f3527312e4263f7cb77b2bf49d1b7c04) 31 AppKit 0x2cd50 (Missing UUID f3527312e4263f7cb77b2bf49d1b7c04) 32 AppKit 0x4014 (Missing UUID f3527312e4263f7cb77b2bf49d1b7c04) 33 AppKit 0x2573a4 (Missing UUID f3527312e4263f7cb77b2bf49d1b7c04) 34 UIKitMacHelper 0x46a8 (Missing UUID f03f3f95a13739e2b894c76dc6e8a1e5) 35 UIKitCore 0x3cfc (Missing UUID 2aebcc42a1aa3535be531da03d4d2ce3) 36 Enlighten 0x70e8 main + 32 (main.m:32) 37 ??? 0x183ef50e0 (Missing)

Any updates on this crash / fix / rdar? We are also seeing this crash. Even when the app is in foreground. It happens randomly. Hard to reproduce.

Are you using Multipeer Connectivity?

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

For details , see my attached crash log

Incident Identifier: 2883D85C-6933-4FF9-A0D9-AA17EFE071B8
Distributor ID:      com.apple.TestFlight
Hardware Model:      iPhone15,3
Process:             Groupetto [32855]
Path:                /private/var/containers/Bundle/Application/F89EB213-F98D-422F-B9E6-A123CBEBBE71/Groupetto.app/Groupetto
Identifier:          app.groupetto.ios
Version:             2.0.0 (15)
AppStoreTools:       15E204
AppVariant:          1:iPhone15,3:17.4
Beta:                YES
Code Type:           ARM-64 (Native)
Role:                Foreground
Parent Process:      launchd [1]
Coalition:           app.groupetto.ios [9911]

Date/Time:           2024-04-22 14:55:46.3894 +0200
Launch Time:         2024-04-22 14:47:29.7149 +0200
OS Version:          iPhone OS 17.4.1 (21E236)
Release Type:        User
Baseband Version:    2.51.04
Report Version:      104

Exception Type:  EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0x0000000000000001, 0x000000018860d0fc
Termination Reason: SIGNAL 5 Trace/BPT trap: 5
Terminating Process: exc handler [32855]

Triggered by Thread:  0


Thread 0 name:
Thread 0 Crashed:
0   CoreFoundation                	0x000000018860d0fc _CFAssertMismatchedTypeID + 112 (CFRuntime.c:1135)
1   CoreFoundation                	0x0000000188464dd4 CFRunLoopSourceInvalidate + 304 (CFRunLoop.c:4290)
2   CFNetwork                     	0x00000001895e6c58 _BrowserCancel(__CFNetServiceBrowser*) + 120 (CFNetServiceBrowser.c:179)
3   CoreFoundation                	0x000000018848d62c __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 28 (CFRunLoop.c:1957)
4   CoreFoundation                	0x000000018848c8a8 __CFRunLoopDoSource0 + 176 (CFRunLoop.c:2001)
5   CoreFoundation                	0x000000018848b0b8 __CFRunLoopDoSources0 + 340 (CFRunLoop.c:2046)
6   CoreFoundation                	0x0000000188489d88 __CFRunLoopRun + 828 (CFRunLoop.c:2955)
7   CoreFoundation                	0x0000000188489968 CFRunLoopRunSpecific + 608 (CFRunLoop.c:3420)
8   GraphicsServices              	0x00000001cc77f4e0 GSEventRunModal + 164 (GSEvent.c:2196)
9   UIKitCore                     	0x000000018a8fcedc -[UIApplication _run] + 888 (UIApplication.m:3692)
10  UIKitCore                     	0x000000018a8fc518 UIApplicationMain + 340 (UIApplication.m:5282)
11  UIKitCore                     	0x000000018ab35734 UIApplicationMain(_:_:_:_:) + 104 (UIKit.swift:539)
12  Groupetto                     	0x00000001048bd030 specialized static UIApplicationDelegate.main() + 28 (:11)
13  Groupetto                     	0x00000001048bd030 static AppDelegate.$main() + 28 (AppDelegate.swift:0)
14  Groupetto                     	0x00000001048bd030 main + 116
15  dyld                          	0x00000001ab9aad84 start + 2240 (dyldMain.cpp:1298)

Thread 1 name:
Thread 1:
0   libsystem_kernel.dylib        	0x00000001d09b1af8 mach_msg2_trap + 8 (:-1)
1   libsystem_kernel.dylib        	0x00000001d09b1890 mach_msg2_internal + 80 (mach_msg.c:201)
2   libsystem_kernel.dylib        	0x00000001d09b17a8 mach_msg_overwrite + 436 (mach_msg.c:0)
3   libsystem_kernel.dylib        	0x00000001d09b15e8 mach_msg + 24 (mach_msg.c:323)
4   CoreFoundation                	0x000000018848c01c __CFRunLoopServiceMachPort + 160 (CFRunLoop.c:2624)
5   CoreFoundation                	0x0000000188489f04 __CFRunLoopRun + 1208 (CFRunLoop.c:3007)
6   CoreFoundation                	0x0000000188489968 CFRunLoopRunSpecific + 608 (CFRunLoop.c:3420)
7   Foundation                    	0x00000001873184a8 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 212 (NSRunLoop.m:373)
8   Foundation                    	0x00000001873424e8 -[NSRunLoop(NSRunLoop) runUntilDate:] + 64 (NSRunLoop.m:420)
9   UIKitCore                     	0x000000018a85fac8 -[UIEventFetcher threadMain] + 420 (UIEventFetcher.m:1201)
10  Foundation                    	0x0000000187389a9c __NSThread__start__ + 732 (NSThread.m:991)
11  libsystem_pthread.dylib       	0x00000001e4439a90 _pthread_start + 136 (pthread.c:927)
12  libsystem_pthread.dylib       	0x00000001e4438fcc thread_start + 8 (:-1)

Thread 2 name:
Thread 2:
0   libsystem_kernel.dylib        	0x00000001d09b1af8 mach_msg2_trap + 8 (:-1)
1   libsystem_kernel.dylib        	0x00000001d09b1890 mach_msg2_internal + 80 (mach_msg.c:201)
2   libsystem_kernel.dylib        	0x00000001d09b17a8 mach_msg_overwrite + 436 (mach_msg.c:0)
3   libsystem_kernel.dylib        	0x00000001d09b15e8 mach_msg + 24 (mach_msg.c:323)
4   CoreFoundation                	0x000000018848c01c __CFRunLoopServiceMachPort + 160 (CFRunLoop.c:2624)
5   CoreFoundation                	0x0000000188489f04 __CFRunLoopRun + 1208 (CFRunLoop.c:3007)
6   CoreFoundation                	0x0000000188489968 CFRunLoopRunSpecific + 608 (CFRunLoop.c:3420)
7   CoreFoundation                	0x00000001884896cc CFRunLoopRun + 64 (CFRunLoop.c:3446)
8   CoreMotion                    	0x00000001954563c0 CLMotionCore::runMotionThread(void*) + 1292 (CLMotionCore.mm:376)
9   libsystem_pthread.dylib       	0x00000001e4439a90 _pthread_start + 136 (pthread.c:927)
10  libsystem_pthread.dylib       	0x00000001e4438fcc thread_start + 8 (:-1)

Thread 3 name:
Thread 3:
0   libsystem_kernel.dylib        	0x00000001d09be220 __select + 8 (:-1)
1   MultipeerConnectivity         	0x00000001ffc68e78 gckSessionRecvProc + 6236 (GCKSession.c:4455)
2   libsystem_pthread.dylib       	0x00000001e4439a90 _pthread_start + 136 (pthread.c:927)
3   libsystem_pthread.dylib       	0x00000001e4438fcc thread_start + 8 (:-1)

Thread 4 name:
Thread 4:
0   libsystem_kernel.dylib        	0x00000001d09be220 __select + 8 (:-1)
1   MultipeerConnectivity         	0x00000001ffc694b0 gckSessionSendProc + 404 (GCKSession.c:4586)
2   libsystem_pthread.dylib       	0x00000001e4439a90 _pthread_start + 136 (pthread.c:927)
3   libsystem_pthread.dylib       	0x00000001e4438fcc thread_start + 8 (:-1)

Thread 5 name:
Thread 5:
0   libsystem_kernel.dylib        	0x00000001d09b249c __psynch_cvwait + 8 (:-1)
1   libsystem_pthread.dylib       	0x00000001e4438590 _pthread_cond_wait + 1228 (pthread_cond.c:862)
2   MultipeerConnectivity         	0x00000001ffc7f780 EventCBProc + 84 (EventCallback.c:27)
3   libsystem_pthread.dylib       	0x00000001e4439a90 _pthread_start + 136 (pthread.c:927)
4   libsystem_pthread.dylib       	0x00000001e4438fcc thread_start + 8 (:-1)

Thread 6 name:
Thread 6:
0   libsystem_kernel.dylib        	0x00000001d09be220 __select + 8 (:-1)
1   CoreFoundation                	0x0000000188535bf0 __CFSocketManager + 640 (CFSocket.c:1340)
2   libsystem_pthread.dylib       	0x00000001e4439a90 _pthread_start + 136 (pthread.c:927)
3   libsystem_pthread.dylib       	0x00000001e4438fcc thread_start + 8 (:-1)

Thread 7 name:
Thread 7:
0   libsystem_kernel.dylib        	0x00000001d09b1af8 mach_msg2_trap + 8 (:-1)
1   libsystem_kernel.dylib        	0x00000001d09b1890 mach_msg2_internal + 80 (mach_msg.c:201)
2   libsystem_kernel.dylib        	0x00000001d09b17a8 mach_msg_overwrite + 436 (mach_msg.c:0)
3   libsystem_kernel.dylib        	0x00000001d09b15e8 mach_msg + 24 (mach_msg.c:323)
4   CoreFoundation                	0x000000018848c01c __CFRunLoopServiceMachPort + 160 (CFRunLoop.c:2624)
5   CoreFoundation                	0x0000000188489f04 __CFRunLoopRun + 1208 (CFRunLoop.c:3007)
6   CoreFoundation                	0x0000000188489968 CFRunLoopRunSpecific + 608 (CFRunLoop.c:3420)
7   CoreFoundation                	0x0000000188594874 _legacyStreamRunLoop_workThread + 300 (CFStream.c:1776)
8   libsystem_pthread.dylib       	0x00000001e4439a90 _pthread_start + 136 (pthread.c:927)
9   libsystem_pthread.dylib       	0x00000001e4438fcc thread_start + 8 (:-1)

Thread 8 name:
Thread 8:
0   libsystem_kernel.dylib        	0x00000001d09b1af8 mach_msg2_trap + 8 (:-1)
1   libsystem_kernel.dylib        	0x00000001d09b1890 mach_msg2_internal + 80 (mach_msg.c:201)
2   libsystem_kernel.dylib        	0x00000001d09b17a8 mach_msg_overwrite + 436 (mach_msg.c:0)
3   libsystem_kernel.dylib        	0x00000001d09b15e8 mach_msg + 24 (mach_msg.c:323)
4   CoreFoundation                	0x000000018848c01c __CFRunLoopServiceMachPort + 160 (CFRunLoop.c:2624)
5   CoreFoundation                	0x0000000188489f04 __CFRunLoopRun + 1208 (CFRunLoop.c:3007)
6   CoreFoundation                	0x0000000188489968 CFRunLoopRunSpecific + 608 (CFRunLoop.c:3420)
7   CFNetwork                     	0x00000001897e8c48 +[__CFN_CoreSchedulingSetRunnable _run:] + 384 (CoreSchedulingSet.mm:1479)
8   Foundation                    	0x0000000187389a9c __NSThread__start__ + 732 (NSThread.m:991)
9   libsystem_pthread.dylib       	0x00000001e4439a90 _pthread_start + 136 (pthread.c:927)
10  libsystem_pthread.dylib       	0x00000001e4438fcc thread_start + 8 (:-1)

Thread 9:
0   libsystem_pthread.dylib       	0x00000001e4438fb8 start_wqthread + 0 (:-1)

Thread 10:
0   libsystem_pthread.dylib       	0x00000001e4438fb8 start_wqthread + 0 (:-1)

Thread 11:
0   libsystem_pthread.dylib       	0x00000001e4438fb8 start_wqthread + 0 (:-1)

Thread 12 name:
Thread 12:
0   libsystem_kernel.dylib        	0x00000001d09be24c __select_nocancel + 8 (:-1)
1   libsystem_dnssd.dylib         	0x00000001e437a570 deliver_request + 692 (dnssd_clientstub.c:1282)
2   libsystem_dnssd.dylib         	0x00000001e437e2b8 DNSServiceRegisterInternal + 704 (dnssd_clientstub.c:2461)
3   libsystem_dnssd.dylib         	0x00000001e437dfec DNSServiceRegister + 44 (dnssd_clientstub.c:2360)
4   CFNetwork                     	0x00000001895ecc24 CFNetServiceRegisterWithOptions + 572 (CFNetServices.c:1529)
5   CFNetwork                     	0x0000000189759e74 -[NSNetService _internal_publishWithOptions:] + 200 (NSNetServices.mm:293)
6   CFNetwork                     	0x0000000189759cbc -[NSNetService publishWithOptions:] + 652 (NSNetServices.mm:386)
7   MultipeerConnectivity         	0x00000001ffc75310 -[MCNearbyServiceAdvertiser syncStartAdvertisingPeer] + 412 (MCNearbyServiceAdvertiser.m:248)
8   libdispatch.dylib             	0x000000019035113c _dispatch_call_block_and_release + 32 (init.c:1530)
9   libdispatch.dylib             	0x0000000190352dd4 _dispatch_client_callout + 20 (object.m:576)
10  libdispatch.dylib             	0x000000019035a400 _dispatch_lane_serial_drain + 748 (queue.c:3900)
11  libdispatch.dylib             	0x000000019035af30 _dispatch_lane_invoke + 380 (queue.c:3991)
12  libdispatch.dylib             	0x0000000190365cb4 _dispatch_root_queue_drain_deferred_wlh + 288 (queue.c:6998)
13  libdispatch.dylib             	0x0000000190365528 _dispatch_workloop_worker_thread + 404 (queue.c:6592)
14  libsystem_pthread.dylib       	0x00000001e4438f20 _pthread_wqthread + 288 (pthread.c:2665)
15  libsystem_pthread.dylib       	0x00000001e4438fc0 start_wqthread + 8 (:-1)

Thread 13:
0   libsystem_pthread.dylib       	0x00000001e4438fb8 start_wqthread + 0 (:-1)

Thread 14:
0   libsystem_pthread.dylib       	0x00000001e4438fb8 start_wqthread + 0 (:-1)


Thread 0 crashed with ARM Thread State (64-bit):
    x0: 0x000000000000004f   x1: 0x00000001887b4178   x2: 0x0000000000000000   x3: 0x000000016b5ae640
    x4: 0x0000000000000000   x5: 0x000000016b5ae5d0   x6: 0x0000000000000029   x7: 0x00000000ffffffff
    x8: 0x00000001eaa3c000   x9: 0xad6b13e797740079  x10: 0x0000000000000200  x11: 0x000000016b5ae140
   x12: 0x0000000000000000  x13: 0x0000000000017800  x14: 0x0000000000000010  x15: 0x0000000000000000
   x16: 0x0000000198612960  x17: 0x00000001f4b605d8  x18: 0x0000000000000000  x19: 0x000000016b5ae5f1
   x20: 0x000000000000002e  x21: 0x00000001887ab483  x22: 0x00000001887b35ae  x23: 0x000000018975b708
   x24: 0x0000000301678250  x25: 0x0000000000000002  x26: 0x0000000000000000  x27: 0x00000000211200d5
   x28: 0x0000000000000001   fp: 0x000000016b5ae720   lr: 0x7e5a00018860d0f4
    sp: 0x000000016b5ae5d0   pc: 0x000000018860d0fc cpsr: 0x60001000
   esr: 0xf2000001 (Breakpoint) brk 1


Binary Images:
        0x104850000 -         0x104a2ffff Groupetto arm64  <49eb40fbdae23e8baea1ae2ba4f6b3ba> /private/var/containers/Bundle/Application/F89EB213-F98D-422F-B9E6-A123CBEBBE71/Groupetto.app/Groupetto
        0x104cb8000 -         0x104cc3fff libobjc-trampolines.dylib arm64e  <19bc6b58cbf535a583a5fc742451547d> /private/preboot/Cryptexes/OS/usr/lib/libobjc-trampolines.dylib
        0x1872ed000 -         0x187e78fff Foundation arm64e   /System/Library/Frameworks/Foundation.framework/Foundation
        0x188456000 -         0x188983fff CoreFoundation arm64e  <3a5f992ad1cd312ebd2ef7c66343a417> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
        0x18958e000 -         0x18996afff CFNetwork arm64e   /System/Library/Frameworks/CFNetwork.framework/CFNetwork
        0x18a6d2000 -         0x18c1e2fff UIKitCore arm64e  <7bf01cfc23f1326aafd8ad967ffece28> /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore
        0x19034f000 -         0x190395fff libdispatch.dylib arm64e   /usr/lib/system/libdispatch.dylib
        0x190396000 -         0x190413fff libsystem_c.dylib arm64e  <3b5201c515d0335fa91d0c63e1f6c6dc> /usr/lib/system/libsystem_c.dylib
        0x19516d000 -         0x195636fff CoreMotion arm64e  <1e51658a881b3bbb95c26c7c9701e878> /System/Library/Frameworks/CoreMotion.framework/CoreMotion
        0x19860b000 -         0x198640fff libsystem_malloc.dylib arm64e   /usr/lib/system/libsystem_malloc.dylib
        0x1ab9a5000 -         0x1aba31be3 dyld arm64e  <7be2b7573b3d3e918cb774f3887660c7> /usr/lib/dyld
        0x1cc77c000 -         0x1cc784fff GraphicsServices arm64e  <4cb7e98636bf38018f495d8c3c4a2127> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
        0x1d09b0000 -         0x1d09e9fef libsystem_kernel.dylib arm64e   /usr/lib/system/libsystem_kernel.dylib
        0x1e4379000 -         0x1e4381fff libsystem_dnssd.dylib arm64e  <937503b9a8a537c3b9b005eaf11262f0> /usr/lib/system/libsystem_dnssd.dylib
        0x1e4437000 -         0x1e4443fff libsystem_pthread.dylib arm64e   /usr/lib/system/libsystem_pthread.dylib
        0x1ffc53000 -         0x1ffc9dfff MultipeerConnectivity arm64e  <23960eb0a5783e04bfc0688ee6f48385> /System/Library/Frameworks/MultipeerConnectivity.framework/MultipeerConnectivity

EOF

The interesting part is in 2 CFNetwork 0x00000001895e6c58 _BrowserCancel(__CFNetServiceBrowser*) + 120 (CFNetServiceBrowser.c:179)

which can be opened here: https://opensource.apple.com/source/CFNetwork/CFNetwork-129.18/NetServices/CFNetServiceBrowser.c.auto.html


/* static */ void
_BrowserCancel(__CFNetServiceBrowser* browser) {
	
	CFNetServiceBrowserClientCallBack cb = NULL;
	CFStreamError error;
	void* info = NULL;
	
	// Retain here to guarantee safety really after the browser release,
	// but definitely before the callback.
	CFRetain(browser);
	
	// Lock the browser
	__CFSpinLock(&browser->_lock);
	
	// If the browse canceled, don't need to do any of this.
	if (browser->_trigger) {
		
		// Save the callback if there is one at this time.
		cb = browser->_callback;
		
		// Save the error and client information for the callback
		memmove(&error, &(browser->_error), sizeof(error));
		info = browser->_client.info;
		
		// Remove the trigger from run loops and modes
		_CFTypeUnscheduleFromMultipleRunLoops(browser->_trigger, browser->_schedules);
		
		// Invalidate the run loop source that got here
		CFRunLoopSourceInvalidate((CFRunLoopSourceRef)(browser->_trigger));
		
		// Release the trigger now.
		CFRelease(browser->_trigger);
		browser->_trigger = NULL;
	}

	// Unlock the browser so the callback can be made safely.
	__CFSpinUnlock(&browser->_lock);
	
	// If there is a callback, inform the client of the finish.
	if (cb)
		cb((CFNetServiceBrowserRef)browser, 0, NULL, &error, info);
	
	// Go ahead and release now that the callback is done.
	CFRelease(browser);
}

the CFRunLoopSourceInvalidate causes the crash? There is a lock. But might be not correct?

Yes. using Multipeer Connectivity

OK. In that case my answer is that you should stop using Multipeer Connectivity. This is a long-standing bug and, while I can’t predict the future with 100% accuracy, I think it’s reasonable to infer future behaviour from past behaviour. In this case, you’re looking at a crashing bug that’s been around for at least 3 years old [1]. How long are you prepared to wait for a fix?

IMO Multipeer Connectivity should be officially deprecated in favour of Network framework [2]. If you’d like to make that transition:

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

[1] Based on the age of this thread. I suspect that this bug has been around for much longer than that.

[2] And, to be clear, this is a personal opinion. I don’t set official Apple policy for this stuff. The official policy is in TN3151 Choosing the right networking API, which has to walk a fine line because Multipeer Connectivity isn’t officially deprecated.

Network framework is also compatible with Nearby Interaction and background?

I’m not particularly au fait with NI, but as a general rule Network framework can do anything that Multipeer Connectivity can do (and more). It’s really a question of focus. Multipeer Connectivity expects you to use the network in a specific way, and provides a high-level API based on that. Network framework is very generic. That means that in some cases you have to do a little more work to achieve a specific goal with Network framework than with Multipeer Connectivity. But, on the upside:

  • It’s more reliable.

  • It lets you design on-the-wire architecture that matches your problem domain.

If you have questions about how to achieve a specific goal, I recommend that you put them in a new thread.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

iOS 14 CoreFoundation crash with EXC_BREAKPOINT
 
 
Q