wordpress-mobile / WordPress-iOS

WordPress for iOS - Official repository
http://ios.wordpress.org/
GNU General Public License v2.0
3.69k stars 1.12k forks source link

EXC_BAD_ACCESS: delegate > emptyViewControllerForMediaPickerController: > mediaPickerController:handleError: > re... #14958

Closed jkmassel closed 4 years ago

jkmassel commented 4 years ago

Sentry Url: https://sentry.io/share/issue/44064e4cd9964f09a5ff497b6a90970f/ User Count: 643 Count: 1347 First Release: 15.5.0.3 First Seen: 2020-08-13T12:01:15Z Last Seen: 2020-09-22T04:34:26Z 24 Hours: 81 30 Days: 1344 LogID: 7E14087A-C7D1-4093-BA54-E5EB92A62DDA

EXC_BAD_ACCESS: delegate > emptyViewControllerForMediaPickerController: > mediaPickerController:handleError: > re...
  File "MediaLibraryViewController.swift", line 600, in MediaLibraryViewController.mediaPickerController
  File "MediaLibraryViewController.swift", line 600, in MediaLibraryViewController.mediaPickerController
  File "<compiler-generated>", line null, in MediaLibraryViewController.mediaPickerController
  File "<compiler-generated>", line 599, in MediaLibraryViewController.mediaPickerController
  File "WPMediaPicker/Pod/Classes/WPNavigationMediaPickerViewController.m", line 221, in -[WPNavigationMediaPickerViewController mediaGroupPickerViewController:handleError:]
  File "WPMediaPicker/Pod/Classes/WPMediaGroupPickerViewController.m", line 88, in -[WPMediaGroupPickerViewController showError:]
  File "main.swift", line 7, in main
...
(11 additional frame(s) were not displayed)
bummytime commented 4 years ago

cc @diegoreymendez @guarani @frosty

bummytime commented 4 years ago

Pasting repro steps here from Slack...

First go to Settings.app → Privacy → Photos → WordPress and deselect any of the currently "allowed" photos. Then:

  1. Launch the app
  2. Go to the Media Lib
  3. Tap +
  4. Tap "Choose from my device"
  5. On the iOS 14 system alert, Tap "Select more photos..."
  6. Made sure no photos are selected
  7. Tap done (top right)
  8. 💣 App will crash 💣
bummytime commented 4 years ago

@frosty worth noting that Sentry is reporting this error occurring iOS 13 as well. (cc @designsimply )

designsimply commented 4 years ago

For reference, those testing steps sound similar to https://github.com/WordPress/gutenberg/issues/24989 but that report doesn't mention a crash 🤔 and I'm having trouble replicating the steps (I don't see the "Done" option at top right for step 7 when I have not selected any photos yet as noted in step 6).

designsimply commented 4 years ago

Tested and confirmed that WPiOS 15.8.0.0 TestFlight beta crashes for me on iOS 14 with the newly introduced photo privacy settings using slightly modified steps: I had to tap "Select more photo…" a 2nd time after step 7. (2m40s)

crashlog.log from the crash report sent to Apple for the 2nd test shown in the video ``` Incident Identifier: 4072ECC4-B2C1-45EE-A8A8-995FCEF45063 Hardware Model: iPhone12,1 Process: WordPress [871] Path: /private/var/containers/Bundle/Application/48B3B6AD-A177-4E14-AD99-737F6962F713/WordPress.app/WordPress Identifier: org.wordpress Version: 15.8.0.0 (15.8) AppStoreTools: 12A7207 AppVariant: 1:iPhone12,1:14 Beta: YES Code Type: ARM-64 (Native) Role: Foreground Parent Process: launchd [1] Coalition: org.wordpress [363] Date/Time: 2020-09-23 17:26:22.4717 -0600 Launch Time: 2020-09-23 17:25:28.8953 -0600 OS Version: iPhone OS 14.0 (18A373) Release Type: User Baseband Version: 2.00.01 Report Version: 104 Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Subtype: KERN_INVALID_ADDRESS at 0x0000000000000018 VM Region Info: 0x18 is not in any region. Bytes before following region: 4302536680 REGION TYPE START - END [ VSIZE] PRT/MAX SHRMOD REGION DETAIL UNUSED SPACE AT START ---> __TEXT 100738000-100840000 [ 1056K] r-x/r-x SM=COW ...app/WordPress Termination Signal: Segmentation fault: 11 Termination Reason: Namespace SIGNAL, Code 0xb Terminating Process: exc handler [871] Triggered by Thread: 0 Thread 0 name: Thread 0 Crashed: 0 libswiftCore.dylib 0x000000019d4b16b0 _swift_stdlib_bridgeErrorToNSError + 40 (atomic:970) 1 WordPress 0x0000000100f322a8 specialized MediaLibraryViewController.mediaPickerController(_:handleError:) + 40 (MediaLibraryViewController.swift:600) 2 WordPress 0x0000000100f322a8 specialized MediaLibraryViewController.mediaPickerController(_:handleError:) + 40 (MediaLibraryViewController.swift:600) 3 WordPress 0x0000000100f2fc00 MediaLibraryViewController.mediaPickerController(_:handleError:) + 12 (:0) 4 WordPress 0x0000000100f2fc00 @objc MediaLibraryViewController.mediaPickerController(_:handleError:) + 76 5 WordPress 0x000000010163db50 0x100738000 + 15752016 6 WordPress 0x00000001016306f4 -[WPMediaGroupPickerViewController showError:] + 248 (WPMediaGroupPickerViewController.m:88) 7 libdispatch.dylib 0x0000000199202fd0 _dispatch_call_block_and_release + 32 (init.c:1454) 8 libdispatch.dylib 0x0000000199204ac8 _dispatch_client_callout + 20 (object.m:559) 9 libdispatch.dylib 0x000000019921204c _dispatch_main_queue_callback_4CF + 836 (inline_internal.h:2548) 10 CoreFoundation 0x00000001995831e4 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 16 (CFRunLoop.c:1790) 11 CoreFoundation 0x000000019957d3b4 __CFRunLoopRun + 2508 (CFRunLoop.c:3118) 12 CoreFoundation 0x000000019957c4bc CFRunLoopRunSpecific + 600 (CFRunLoop.c:3242) 13 GraphicsServices 0x00000001b0001820 GSEventRunModal + 164 (GSEvent.c:2259) 14 UIKitCore 0x000000019bf20734 -[UIApplication _run] + 1072 (UIApplication.m:3270) 15 UIKitCore 0x000000019bf25e10 UIApplicationMain + 168 (UIApplication.m:4739) 16 WordPress 0x00000001008423f8 main + 240 (main.swift:7) 17 libdyld.dylib 0x0000000199243e60 start + 4 Thread 1: 0 libsystem_pthread.dylib 0x00000001e0b5f774 start_wqthread + 0 Thread 2 name: Thread 2: 0 libsystem_kernel.dylib 0x00000001c550bdd0 mach_msg_trap + 8 1 libsystem_kernel.dylib 0x00000001c550b184 mach_msg + 76 (mach_msg.c:103) 2 CoreFoundation 0x0000000199582cf8 __CFRunLoopServiceMachPort + 380 (CFRunLoop.c:2641) 3 CoreFoundation 0x000000019957cea8 __CFRunLoopRun + 1216 (CFRunLoop.c:2974) 4 CoreFoundation 0x000000019957c4bc CFRunLoopRunSpecific + 600 (CFRunLoop.c:3242) 5 Foundation 0x000000019a7f9e30 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 232 (NSRunLoop.m:374) 6 Foundation 0x000000019a7f9d08 -[NSRunLoop(NSRunLoop) runUntilDate:] + 92 (NSRunLoop.m:421) 7 UIKitCore 0x000000019bfd0e94 -[UIEventFetcher threadMain] + 516 (UIEventFetcher.m:834) 8 Foundation 0x000000019a9640f0 __NSThread__start__ + 864 (NSThread.m:724) 9 libsystem_pthread.dylib 0x00000001e0b56ca8 _pthread_start + 320 (pthread.c:880) 10 libsystem_pthread.dylib 0x00000001e0b5f788 thread_start + 8 Thread 3: 0 libsystem_kernel.dylib 0x00000001c552fd30 __semwait_signal + 8 1 libsystem_c.dylib 0x00000001a27057bc nanosleep + 216 (nanosleep.c:104) 2 libsystem_c.dylib 0x00000001a27055ac sleep + 48 (sleep.c:62) 3 Sentry 0x000000010247e2e8 monitorCachedData + 632 (SentryCrashCachedData.c:151) 4 libsystem_pthread.dylib 0x00000001e0b56ca8 _pthread_start + 320 (pthread.c:880) 5 libsystem_pthread.dylib 0x00000001e0b5f788 thread_start + 8 Thread 4 name: Thread 4: 0 libsystem_kernel.dylib 0x00000001c552e494 __bsdthread_terminate + 8 1 libsystem_pthread.dylib 0x00000001e0b59464 _pthread_terminate + 540 (pthread.c:830) Thread 5 name: Thread 5: 0 libsystem_kernel.dylib 0x00000001c552f75c __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x00000001e0b5a550 _pthread_cond_wait + 1192 (pthread_cond.c:636) 2 libc++.1.dylib 0x00000001ad71ec8c std::__1::condition_variable::wait(std::__1::unique_lock&) + 28 (__threading_support:390) 3 JavaScriptCore 0x00000001a3626188 void std::__1::condition_variable_any::wait >(std::__1::unique_lock&) + 108 (condition_variable:203) 4 JavaScriptCore 0x00000001a362a728 bmalloc::Scavenger::threadRunLoop() + 196 (condition_variable:212) 5 JavaScriptCore 0x00000001a362a364 bmalloc::Scavenger::threadEntryPoint(bmalloc::Scavenger*) + 16 (Scavenger.cpp:395) 6 JavaScriptCore 0x00000001a362b828 void* std::__1::__thread_proxy >, void (*)(bmalloc::Scavenger*), bmalloc::Scaveng... + 48 (type_traits:3545) 7 libsystem_pthread.dylib 0x00000001e0b56ca8 _pthread_start + 320 (pthread.c:880) 8 libsystem_pthread.dylib 0x00000001e0b5f788 thread_start + 8 Thread 6 name: Thread 6: 0 libsystem_kernel.dylib 0x00000001c550bdd0 mach_msg_trap + 8 1 libsystem_kernel.dylib 0x00000001c550b184 mach_msg + 76 (mach_msg.c:103) 2 CoreFoundation 0x0000000199582cf8 __CFRunLoopServiceMachPort + 380 (CFRunLoop.c:2641) 3 CoreFoundation 0x000000019957cea8 __CFRunLoopRun + 1216 (CFRunLoop.c:2974) 4 CoreFoundation 0x000000019957c4bc CFRunLoopRunSpecific + 600 (CFRunLoop.c:3242) 5 CFNetwork 0x0000000199e35050 +[__CFN_CoreSchedulingSetRunnable _run:] + 572 (CoreSchedulingSet.mm:1374) 6 Foundation 0x000000019a9640f0 __NSThread__start__ + 864 (NSThread.m:724) 7 libsystem_pthread.dylib 0x00000001e0b56ca8 _pthread_start + 320 (pthread.c:880) 8 libsystem_pthread.dylib 0x00000001e0b5f788 thread_start + 8 Thread 7 name: Thread 7: 0 libsystem_kernel.dylib 0x00000001c550bdd0 mach_msg_trap + 8 1 libsystem_kernel.dylib 0x00000001c550b184 mach_msg + 76 (mach_msg.c:103) 2 CoreFoundation 0x0000000199582cf8 __CFRunLoopServiceMachPort + 380 (CFRunLoop.c:2641) 3 CoreFoundation 0x000000019957cea8 __CFRunLoopRun + 1216 (CFRunLoop.c:2974) 4 CoreFoundation 0x000000019957c4bc CFRunLoopRunSpecific + 600 (CFRunLoop.c:3242) 5 CoreFoundation 0x000000019959f9c0 _legacyStreamRunLoop_workThread + 280 (CFStream.c:1768) 6 libsystem_pthread.dylib 0x00000001e0b56ca8 _pthread_start + 320 (pthread.c:880) 7 libsystem_pthread.dylib 0x00000001e0b5f788 thread_start + 8 Thread 8 name: Thread 8: 0 libsystem_kernel.dylib 0x00000001c552fc40 select$DARWIN_EXTSN + 8 1 CoreFoundation 0x000000019958f688 __CFSocketManager + 636 (CFSocket.c:1343) 2 libsystem_pthread.dylib 0x00000001e0b56ca8 _pthread_start + 320 (pthread.c:880) 3 libsystem_pthread.dylib 0x00000001e0b5f788 thread_start + 8 Thread 9: 0 libsystem_pthread.dylib 0x00000001e0b5f774 start_wqthread + 0 Thread 10: 0 libsystem_pthread.dylib 0x00000001e0b5f774 start_wqthread + 0 Thread 11: 0 libsystem_pthread.dylib 0x00000001e0b5f774 start_wqthread + 0 Thread 12 name: Thread 12: 0 libsystem_kernel.dylib 0x00000001c550bdd0 mach_msg_trap + 8 1 libsystem_kernel.dylib 0x00000001c550b184 mach_msg + 76 (mach_msg.c:103) 2 CoreFoundation 0x0000000199582cf8 __CFRunLoopServiceMachPort + 380 (CFRunLoop.c:2641) 3 CoreFoundation 0x000000019957cea8 __CFRunLoopRun + 1216 (CFRunLoop.c:2974) 4 CoreFoundation 0x000000019957c4bc CFRunLoopRunSpecific + 600 (CFRunLoop.c:3242) 5 AudioSession 0x00000001a0e1e2ac GenericRunLoopThread::Entry(void*) + 164 (GenericRunLoopThread.h:91) 6 AudioSession 0x00000001a0e20390 CAPThread::Entry(CAPThread*) + 92 (CAPThread.cpp:321) 7 libsystem_pthread.dylib 0x00000001e0b56ca8 _pthread_start + 320 (pthread.c:880) 8 libsystem_pthread.dylib 0x00000001e0b5f788 thread_start + 8 Thread 0 crashed with ARM Thread State (64-bit): x0: 0x0000000000000000 x1: 0x00000001e3a6079f x2: 0x00000001090bfe00 x3: 0x0000000000000000 x4: 0x0000000101915af8 x5: 0x0000000000000010 x6: 0x0000000000000000 x7: 0x00000002820d4680 x8: 0x0000000000000018 x9: 0x0000000000000002 x10: 0x00000001e5ddb6cf x11: 0x001f00010783eaa0 x12: 0x0000000000000010 x13: 0x000000010783eb90 x14: 0x0000000000000018 x15: 0x0000000101f85bf0 x16: 0x00000001ad69e000 x17: 0x0d5333819b8541e8 x18: 0x00000001151bffc0 x19: 0x0000000000000000 x20: 0x0000000106890400 x21: 0x0000000000000000 x22: 0x0000000106890400 x23: 0x00000001090bfe00 x24: 0x0000000000000000 x25: 0x00000001025eb9a0 x26: 0x00000000000020ff x27: 0x0000000000000114 x28: 0x0000000280ee5b40 fp: 0x000000016f6c6910 lr: 0x4819530100f322a8 sp: 0x000000016f6c68d0 pc: 0x000000019d4b16b0 cpsr: 0x80000000 esr: 0x92000006 (Data Abort) byte read Translation fault Binary Images: 0x100738000 - 0x101c13fff WordPress arm64 <8b96c3435e6b36f0ada1cb09eb3c908a> /var/containers/Bundle/Application/48B3B6AD-A177-4E14-AD99-737F6962F713/WordPress.app/WordPress 0x102310000 - 0x102397fff CommonUISDK arm64 <740ae66b997f3f7b98cd42050a8e0c64> /var/containers/Bundle/Application/48B3B6AD-A177-4E14-AD99-737F6962F713/WordPress.app/Frameworks/CommonUISDK.framework/CommonUISDK 0x1023e0000 - 0x1023fffff MessagingAPI arm64 <461de1c18a6835dab708ac37b0b17bbc> /var/containers/Bundle/Application/48B3B6AD-A177-4E14-AD99-737F6962F713/WordPress.app/Frameworks/MessagingAPI.framework/MessagingAPI 0x102414000 - 0x10243bfff MessagingSDK arm64 <8a630ce307c332ac87c8ecf6193240fe> /var/containers/Bundle/Application/48B3B6AD-A177-4E14-AD99-737F6962F713/WordPress.app/Frameworks/MessagingSDK.framework/MessagingSDK 0x102454000 - 0x10245ffff SDKConfigurations arm64 /var/containers/Bundle/Application/48B3B6AD-A177-4E14-AD99-737F6962F713/WordPress.app/Frameworks/SDKConfigurations.framework/SDKConfigurations 0x102470000 - 0x1024b3fff Sentry arm64 <296c3b2f8e6c3c4a943e781c4a1fbbd4> /var/containers/Bundle/Application/48B3B6AD-A177-4E14-AD99-737F6962F713/WordPress.app/Frameworks/Sentry.framework/Sentry 0x102540000 - 0x1025affff dyld arm64e <0edb2835e9a8365187487d336708cfec> /usr/lib/dyld 0x102630000 - 0x102687fff SupportProvidersSDK arm64 <49961f8b1fbc315daf5f2172395073d1> /var/containers/Bundle/Application/48B3B6AD-A177-4E14-AD99-737F6962F713/WordPress.app/Frameworks/SupportProvidersSDK.framework/SupportProvidersSDK 0x1026d8000 - 0x10283ffff SupportSDK arm64 <873d5d3a19cb3fbf9514dfd63ecc1d0f> /var/containers/Bundle/Application/48B3B6AD-A177-4E14-AD99-737F6962F713/WordPress.app/Frameworks/SupportSDK.framework/SupportSDK 0x1028cc000 - 0x102943fff ZendeskCoreSDK arm64 <62f95294d40b39b8a520354251d5bff0> /var/containers/Bundle/Application/48B3B6AD-A177-4E14-AD99-737F6962F713/WordPress.app/Frameworks/ZendeskCoreSDK.framework/ZendeskCoreSDK 0x102988000 - 0x102997fff WordPressFlux arm64 <225718604b763288b3ff8966148904d6> /var/containers/Bundle/Application/48B3B6AD-A177-4E14-AD99-737F6962F713/WordPress.app/Frameworks/WordPressFlux.framework/WordPressFlux 0x102c74000 - 0x102c7ffff libobjc-trampolines.dylib arm64e <9c4daf11088c3f588effdd33ae00ee07> /usr/lib/libobjc-trampolines.dylib 0x199201000 - 0x199242fff libdispatch.dylib arm64e <8e662f82b1e43e7ea37618e9755a8f51> /usr/lib/system/libdispatch.dylib 0x199243000 - 0x19927cfff libdyld.dylib arm64e <90a4e82e250c35e38b2d51d6d8b1119b> /usr/lib/system/libdyld.dylib 0x19927d000 - 0x1994e4fff libicucore.A.dylib arm64e <9a22d83439b03852800b4f1c22d96f30> /usr/lib/libicucore.A.dylib 0x1994e5000 - 0x199898fff CoreFoundation arm64e <472c9193115d34cdad1d0e7e091c9432> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation 0x199899000 - 0x199a3dfff CoreServices arm64e /System/Library/Frameworks/CoreServices.framework/CoreServices 0x199a3e000 - 0x199a85fff WirelessDiagnostics arm64e /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/WirelessDiagnostics 0x199a86000 - 0x199afffff SystemConfiguration arm64e <560fcc9dd59f3fee9dbb26782474f21f> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration 0x199b00000 - 0x199bf1fff CoreTelephony arm64e <3b124b5cbc0e3191abecff20e050cb2c> /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony 0x199bf2000 - 0x19a07ffff CFNetwork arm64e <81f1c72300083684a8f93eac348cb8e6> /System/Library/Frameworks/CFNetwork.framework/CFNetwork 0x19a080000 - 0x19a77bfff libnetwork.dylib arm64e /usr/lib/libnetwork.dylib 0x19a77c000 - 0x19a7f1fff Accounts arm64e <21e6a82c35af37758738eb166d2516f9> /System/Library/Frameworks/Accounts.framework/Accounts 0x19a7f2000 - 0x19aaa0fff Foundation arm64e <095c09dd64363270b062a150203fdeed> /System/Library/Frameworks/Foundation.framework/Foundation 0x19aaa1000 - 0x19adfafff ImageIO arm64e <251bb16754253a5f81d10c6d99c8078e> /System/Library/Frameworks/ImageIO.framework/ImageIO 0x19adfb000 - 0x19ae13fff libCGInterfaces.dylib arm64e <23f8849201973c1c8079ebd10361cc21> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/Libraries/libCGInterfaces.dylib 0x19ae14000 - 0x19b3a2fff CoreGraphics arm64e /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics 0x19b3a3000 - 0x19c7ddfff UIKitCore arm64e <47154c6d47df3abba15256b159b014e4> /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore 0x19c7de000 - 0x19c7fbfff libAccessibility.dylib arm64e /usr/lib/libAccessibility.dylib 0x19c7fc000 - 0x19ca7afff QuartzCore arm64e /System/Library/Frameworks/QuartzCore.framework/QuartzCore 0x19ca7b000 - 0x19cae3fff BackBoardServices arm64e /System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices 0x19cae4000 - 0x19cb6efff TextInput arm64e <4bc672f98006355594a3d0436e8d25c8> /System/Library/PrivateFrameworks/TextInput.framework/TextInput 0x19cb6f000 - 0x19cbd6fff libusrtcp.dylib arm64e <88fb5994222e34218e552fe1ca1df6ca> /usr/lib/libusrtcp.dylib 0x19cbd7000 - 0x19cf79fff AppleMediaServices arm64e /System/Library/PrivateFrameworks/AppleMediaServices.framework/AppleMediaServices 0x19cf7a000 - 0x19d0f3fff libswiftFoundation.dylib arm64e /usr/lib/swift/libswiftFoundation.dylib 0x19d0f4000 - 0x19d51ffff libswiftCore.dylib arm64e /usr/lib/swift/libswiftCore.dylib 0x19d520000 - 0x19d535fff UIKitServices arm64e <86d736e120cd3cdca8ff5414bba3d5cc> /System/Library/PrivateFrameworks/UIKitServices.framework/UIKitServices 0x19d536000 - 0x19d687fff Preferences arm64e /System/Library/PrivateFrameworks/Preferences.framework/Preferences 0x19d688000 - 0x19d8a4fff ContactsUI arm64e <54cae8b0503737df96c492a8c6cf0c4c> /System/Library/Frameworks/ContactsUI.framework/ContactsUI 0x19d8a5000 - 0x19da59fff CoreText arm64e <050bdd2cb8ed38e38eaa0594fa8240f2> /System/Library/Frameworks/CoreText.framework/CoreText 0x19da5a000 - 0x19da73fff ExtensionKit arm64e /System/Library/PrivateFrameworks/ExtensionKit.framework/ExtensionKit 0x19da89000 - 0x19db0afff BaseBoard arm64e <7a9aa681f37b360cb4acd2d6b4749c66> /System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard 0x19db0b000 - 0x19dd2ffff CoreDuet arm64e /System/Library/PrivateFrameworks/CoreDuet.framework/CoreDuet 0x19dd30000 - 0x19de85fff Contacts arm64e <67cc4cbb4d7c3ca59a85123d2988fc02> /System/Library/Frameworks/Contacts.framework/Contacts 0x19de86000 - 0x19f35efff GeoServices arm64e <5e5eb6645dac3f2198854bc3f4dce643> /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices 0x19f35f000 - 0x19f3e6fff CoreLocation arm64e /System/Library/Frameworks/CoreLocation.framework/CoreLocation 0x19f3e7000 - 0x19f58ffff CloudKit arm64e /System/Library/Frameworks/CloudKit.framework/CloudKit 0x19f590000 - 0x19f901fff CoreData arm64e /System/Library/Frameworks/CoreData.framework/CoreData 0x1a05d9000 - 0x1a05e3fff libswiftCoreGraphics.dylib arm64e <54b9c52778203cb08af0d248ec6e8159> /usr/lib/swift/libswiftCoreGraphics.dylib 0x1a05e4000 - 0x1a0623fff AppSupport arm64e <3ea1df04e23535a08e8829059dd0bb0b> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport 0x1a0624000 - 0x1a0747fff ManagedConfiguration arm64e /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration 0x1a0748000 - 0x1a07b7fff IMFoundation arm64e <728dee4ab148368287fb3f76241610d6> /System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation 0x1a07b8000 - 0x1a08c4fff IDS arm64e <10b4c03229b4345692797d5ecacf266c> /System/Library/PrivateFrameworks/IDS.framework/IDS 0x1a08c5000 - 0x1a0a0cfff Security arm64e <561035ebc71638dcb8704157d8e33a12> /System/Library/Frameworks/Security.framework/Security 0x1a0a0d000 - 0x1a0e10fff MediaPlayer arm64e <43df3aba8f853d89841eda9b1f9655fe> /System/Library/Frameworks/MediaPlayer.framework/MediaPlayer 0x1a0e11000 - 0x1a0e29fff AudioSession arm64e /System/Library/PrivateFrameworks/AudioSession.framework/AudioSession 0x1a0e2a000 - 0x1a0fc2fff AVFCore arm64e /System/Library/PrivateFrameworks/AVFCore.framework/AVFCore 0x1a0fc3000 - 0x1a1533fff Intents arm64e /System/Library/Frameworks/Intents.framework/Intents 0x1a1534000 - 0x1a1580fff TextInputUI arm64e /System/Library/PrivateFrameworks/TextInputUI.framework/TextInputUI 0x1a1581000 - 0x1a188bfff CoreImage arm64e <05532db016c13c7ea972fe487d012de4> /System/Library/Frameworks/CoreImage.framework/CoreImage 0x1a188c000 - 0x1a1948fff ColorSync arm64e /System/Library/PrivateFrameworks/ColorSync.framework/ColorSync 0x1a1949000 - 0x1a1983fff CoreVideo arm64e /System/Library/Frameworks/CoreVideo.framework/CoreVideo 0x1a1984000 - 0x1a213ffff MediaToolbox arm64e <1db71a5dd37f39309b78459d935170f5> /System/Library/Frameworks/MediaToolbox.framework/MediaToolbox 0x1a2140000 - 0x1a2236fff CoreMedia arm64e /System/Library/Frameworks/CoreMedia.framework/CoreMedia 0x1a2237000 - 0x1a249efff AudioToolbox arm64e /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox 0x1a249f000 - 0x1a24effff CoreHaptics arm64e <722e975225f23e749a39407011251d96> /System/Library/Frameworks/CoreHaptics.framework/CoreHaptics 0x1a24f0000 - 0x1a254efff UserActivity arm64e <4bdc0d49c9fc31f5b6f26a7e1ac7a33a> /System/Library/PrivateFrameworks/UserActivity.framework/UserActivity 0x1a254f000 - 0x1a2652fff UIFoundation arm64e /System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation 0x1a2653000 - 0x1a2691fff libsystem_info.dylib arm64e <745a30449c5b3b0c8befb0ef20946543> /usr/lib/system/libsystem_info.dylib 0x1a2692000 - 0x1a2710fff libsystem_c.dylib arm64e <556a84c292fc3808b22531980a063367> /usr/lib/system/libsystem_c.dylib 0x1a2711000 - 0x1a275bfff RunningBoardServices arm64e <25ba98bf3dcd3c0aa0b668338627cc67> /System/Library/PrivateFrameworks/RunningBoardServices.framework/RunningBoardServices 0x1a275c000 - 0x1a372bfff JavaScriptCore arm64e /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore 0x1a3cca000 - 0x1a3d57fff ContactsFoundation arm64e <6d4810bc14833d2780e811f4d59b9c2e> /System/Library/PrivateFrameworks/ContactsFoundation.framework/ContactsFoundation 0x1a3d58000 - 0x1a3f91fff HealthKit arm64e <816b34a492963b538b3429df3f9ac290> /System/Library/Frameworks/HealthKit.framework/HealthKit 0x1a3f92000 - 0x1a3fb4fff ProactiveEventTracker arm64e /System/Library/PrivateFrameworks/ProactiveEventTracker.framework/ProactiveEventTracker 0x1a3fb5000 - 0x1a3ffefff Lexicon arm64e <69ef17c2e407356da99fec9f301d3889> /System/Library/PrivateFrameworks/Lexicon.framework/Lexicon 0x1a3fff000 - 0x1a406afff PersonalizationPortrait arm64e <5ecb7348835730bc88534ccd9a8e1879> /System/Library/PrivateFrameworks/PersonalizationPortrait.framework/PersonalizationPortrait 0x1a406b000 - 0x1a40bafff CoreDuetContext arm64e <7411a7097f8039aebb969dd711ba46ea> /System/Library/PrivateFrameworks/CoreDuetContext.framework/CoreDuetContext 0x1a40bb000 - 0x1a4164fff IOKit arm64e <937fc8dffa133ec39f27653439df070f> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x1a4165000 - 0x1a4175fff DataMigration arm64e /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration 0x1a4176000 - 0x1a41d1fff SpringBoardServices arm64e <31be00340ef33e4d8514b5d10c84f63a> /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices 0x1a41d2000 - 0x1a41e3fff ContextKit arm64e <665d84d6f2753b43a95a43839bbf19d9> /System/Library/PrivateFrameworks/ContextKit.framework/ContextKit 0x1a41e4000 - 0x1a4443fff CoreMotion arm64e <6577524450723c8795579f82c2cd925a> /System/Library/Frameworks/CoreMotion.framework/CoreMotion 0x1a4444000 - 0x1a4583fff EventKit arm64e <64fa133c69e23281a47469c92894d670> /System/Library/Frameworks/EventKit.framework/EventKit 0x1a4acc000 - 0x1a4d33fff MediaRemote arm64e <7c84d798236231d09aab437599305b73> /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote 0x1a4d34000 - 0x1a4ed7fff CoreUtils arm64e <4c48b88e47e833b7bd3dc24f44bba99a> /System/Library/PrivateFrameworks/CoreUtils.framework/CoreUtils 0x1a4ed8000 - 0x1a4eeefff FamilyCircle arm64e <8f912ab46995329d83e96cdeb22072d0> /System/Library/PrivateFrameworks/FamilyCircle.framework/FamilyCircle 0x1a4eef000 - 0x1a4f5dfff CoreSpotlight arm64e /System/Library/Frameworks/CoreSpotlight.framework/CoreSpotlight 0x1a5350000 - 0x1a54e0fff AssistantServices arm64e <6050b44da72d3f2b9e262efb43085c8e> /System/Library/PrivateFrameworks/AssistantServices.framework/AssistantServices 0x1a54e1000 - 0x1a55a5fff CoreUI arm64e <0178bb0828b43a5691715df7ecbea490> /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI 0x1a55a6000 - 0x1a55f0fff SafariSafeBrowsing arm64e /System/Library/PrivateFrameworks/SafariSafeBrowsing.framework/SafariSafeBrowsing 0x1a55f1000 - 0x1a5d49fff WebKit arm64e <124bfdb64282342392a89b5762b5d1f4> /System/Library/Frameworks/WebKit.framework/WebKit 0x1a5d4a000 - 0x1a8151fff WebCore arm64e <3df1722a76393fdbb84268e29b58f600> /System/Library/PrivateFrameworks/WebCore.framework/WebCore 0x1a8152000 - 0x1a81affff libMobileGestalt.dylib arm64e /usr/lib/libMobileGestalt.dylib 0x1a81b0000 - 0x1a81cbfff CommonUtilities arm64e <7e975a3917393d88b53aad8d94812157> /System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities 0x1a81cc000 - 0x1a8336fff IDSFoundation arm64e /System/Library/PrivateFrameworks/IDSFoundation.framework/IDSFoundation 0x1a8337000 - 0x1a8437fff IMSharedUtilities arm64e <93847627150c31f785a1cdcb37408663> /System/Library/PrivateFrameworks/IMSharedUtilities.framework/IMSharedUtilities 0x1a8438000 - 0x1a84defff CoreSuggestions arm64e /System/Library/PrivateFrameworks/CoreSuggestions.framework/CoreSuggestions 0x1a84df000 - 0x1a857bfff AddressBookLegacy arm64e /System/Library/PrivateFrameworks/AddressBookLegacy.framework/AddressBookLegacy 0x1a857c000 - 0x1a85aefff UserNotifications arm64e <3f4e582924c534c2a3b431b6f1f04418> /System/Library/Frameworks/UserNotifications.framework/UserNotifications 0x1a85af000 - 0x1a8637fff FrontBoardServices arm64e /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices 0x1a8638000 - 0x1a865bfff libsystem_malloc.dylib arm64e /usr/lib/system/libsystem_malloc.dylib 0x1a865c000 - 0x1a8926fff MapKit arm64e <3d6925ce55ce3d6db6ee278734203094> /System/Library/Frameworks/MapKit.framework/MapKit 0x1a8927000 - 0x1a90e0fff VectorKit arm64e /System/Library/PrivateFrameworks/VectorKit.framework/VectorKit 0x1a90e1000 - 0x1a9171fff AuthKit arm64e /System/Library/PrivateFrameworks/AuthKit.framework/AuthKit 0x1a9172000 - 0x1a9204fff AppleAccount arm64e <8ea3e70807be3da79a380cf92e3d94f8> /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount 0x1a9205000 - 0x1a9306fff AVFAudio arm64e <11042ffbf8b03e708f3546e0c1baa07f> /System/Library/Frameworks/AVFoundation.framework/Frameworks/AVFAudio.framework/AVFAudio 0x1a9307000 - 0x1a9566fff AudioToolboxCore arm64e <1b7dafad450c35a9bc30602b1c6e525c> /System/Library/PrivateFrameworks/AudioToolboxCore.framework/AudioToolboxCore 0x1a9598000 - 0x1a9842fff StoreServices arm64e /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices 0x1a9843000 - 0x1a99c4fff Sharing arm64e <1b512cdaaef4364188ff25781b35365d> /System/Library/PrivateFrameworks/Sharing.framework/Sharing 0x1a99c5000 - 0x1a9a68fff ShareSheet arm64e /System/Library/PrivateFrameworks/ShareSheet.framework/ShareSheet 0x1a9a69000 - 0x1a9b55fff CoreParsec arm64e <48207e8a698d38e488ebd6fc7649e809> /System/Library/PrivateFrameworks/CoreParsec.framework/CoreParsec 0x1a9b56000 - 0x1a9b9efff PhotoFoundation arm64e <089cb5ef04433a389c03caea7a53c755> /System/Library/PrivateFrameworks/PhotoFoundation.framework/PhotoFoundation 0x1a9b9f000 - 0x1a9de0fff Photos arm64e <66b5a881546d34578f18a6d35a497ad7> /System/Library/Frameworks/Photos.framework/Photos 0x1a9de1000 - 0x1aa4e3fff PhotoLibraryServices arm64e /System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices 0x1aa4e4000 - 0x1aa5a0fff AssetsLibraryServices arm64e <5c612a0c331239c5a18c335f4cbfaf73> /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices 0x1aa5a1000 - 0x1aa5f1fff MobileBackup arm64e <35e53ecd422a366badf0453898108655> /System/Library/PrivateFrameworks/MobileBackup.framework/MobileBackup 0x1aa5f2000 - 0x1aa605fff MSUDataAccessor arm64e <83cd2d8ea6b239deb131cd31e47a436d> /System/Library/PrivateFrameworks/MSUDataAccessor.framework/MSUDataAccessor 0x1aa606000 - 0x1aa62cfff MobileAsset arm64e <1109eb95a87f3c66b6f8c47102115ae7> /System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset 0x1aa62d000 - 0x1aa63cfff libsystem_networkextension.dylib arm64e <524ca3579f993ac6aa8da1b82fb18d81> /usr/lib/system/libsystem_networkextension.dylib 0x1aa63d000 - 0x1aa887fff NetworkExtension arm64e <4ae568b16a653ce7b612dcb51e39a291> /System/Library/Frameworks/NetworkExtension.framework/NetworkExtension 0x1aa8b4000 - 0x1aac77fff CoreML arm64e <27a97a764ef432f7bf7d0b5d002ce550> /System/Library/Frameworks/CoreML.framework/CoreML 0x1aac78000 - 0x1ab3e3fff Espresso arm64e /System/Library/PrivateFrameworks/Espresso.framework/Espresso 0x1ab3e4000 - 0x1ab4d4fff VideoToolbox arm64e <6c6ca0b4f4ca366191a8cc3f67d3ab54> /System/Library/Frameworks/VideoToolbox.framework/VideoToolbox 0x1ab4d5000 - 0x1ab51efff OnBoardingKit arm64e <88056458f0af387ab15f77973e12ffba> /System/Library/PrivateFrameworks/OnBoardingKit.framework/OnBoardingKit 0x1ab51f000 - 0x1ab616fff AccessibilityUtilities arm64e /System/Library/PrivateFrameworks/AccessibilityUtilities.framework/AccessibilityUtilities 0x1ab617000 - 0x1ab627fff AXCoreUtilities arm64e <7e285398d1533a0da6182e3be8bf1f4b> /System/Library/PrivateFrameworks/AXCoreUtilities.framework/AXCoreUtilities 0x1ab628000 - 0x1abbd3fff PhotosUI arm64e /System/Library/Frameworks/PhotosUI.framework/PhotosUI 0x1abbd4000 - 0x1ac4c4fff PhotosUICore arm64e /System/Library/PrivateFrameworks/PhotosUICore.framework/PhotosUICore 0x1ac4c5000 - 0x1ac639fff Montreal arm64e <4b2fba64633a33c1b05f1b46006724fd> /System/Library/PrivateFrameworks/Montreal.framework/Montreal 0x1ac63a000 - 0x1ac74dfff LanguageModeling arm64e <4fb1688d2a093eb6877dc312e21eec8c> /System/Library/PrivateFrameworks/LanguageModeling.framework/LanguageModeling 0x1ac74e000 - 0x1ac756fff InternationalSupport arm64e <00948173af7e31799e0e376e140898d6> /System/Library/PrivateFrameworks/InternationalSupport.framework/InternationalSupport 0x1ac757000 - 0x1ac9a1fff iTunesCloud arm64e <6fbd557a0d5c3db39f0e6a7d744e6ce3> /System/Library/PrivateFrameworks/iTunesCloud.framework/iTunesCloud 0x1ac9a2000 - 0x1ac9e3fff libswiftUIKit.dylib arm64e <38cd415cdea239bd90792716a2b7d95b> /usr/lib/swift/libswiftUIKit.dylib 0x1ac9e4000 - 0x1aca65fff UIAccessibility arm64e <376fe33c96213c46b6411cf757c866db> /System/Library/PrivateFrameworks/UIAccessibility.framework/UIAccessibility 0x1acafa000 - 0x1acba0fff CalendarDatabase arm64e /System/Library/PrivateFrameworks/CalendarDatabase.framework/CalendarDatabase 0x1acba1000 - 0x1acbebfff Notes arm64e <99bf17890c9a3d6a949106cb413b47a0> /System/Library/PrivateFrameworks/Notes.framework/Notes 0x1acbec000 - 0x1accc7fff LinkPresentation arm64e <02df5a479786392dbe8fe679a2f314ce> /System/Library/Frameworks/LinkPresentation.framework/LinkPresentation 0x1accc8000 - 0x1acde9fff Combine arm64e <43c88ca34f2a3dc5960fba7f4bc9cc46> /System/Library/Frameworks/Combine.framework/Combine 0x1ace75000 - 0x1ace85fff UniformTypeIdentifiers arm64e <7db4098ee20a319a8b79accd1af517b8> /System/Library/Frameworks/UniformTypeIdentifiers.framework/UniformTypeIdentifiers 0x1ace86000 - 0x1acf06fff CloudDocs arm64e /System/Library/PrivateFrameworks/CloudDocs.framework/CloudDocs 0x1acf07000 - 0x1ad0fffff Message arm64e /System/Library/PrivateFrameworks/Message.framework/Message 0x1ad100000 - 0x1ad17bfff EmailFoundation arm64e /System/Library/PrivateFrameworks/EmailFoundation.framework/EmailFoundation 0x1ad3f7000 - 0x1ad432fff MediaServices arm64e <2a54adad283a37c494a63993ef368061> /System/Library/PrivateFrameworks/MediaServices.framework/MediaServices 0x1ad433000 - 0x1ad59bfff SearchFoundation arm64e <372cbc777f95331891df8f06f18f74b0> /System/Library/PrivateFrameworks/SearchFoundation.framework/SearchFoundation 0x1ad59c000 - 0x1ad5f6fff WebBookmarks arm64e <3cbf26d5519d3414a6437f091d4ce204> /System/Library/PrivateFrameworks/WebBookmarks.framework/WebBookmarks 0x1ad676000 - 0x1ad6affff libobjc.A.dylib arm64e <49c230fd98e13a5c9c797e5b42c612bb> /usr/lib/libobjc.A.dylib 0x1ad6b0000 - 0x1ad711fff LoggingSupport arm64e <100ef23c1fff3e79943046eb6ab726f2> /System/Library/PrivateFrameworks/LoggingSupport.framework/LoggingSupport 0x1ad712000 - 0x1ad76ffff libc++.1.dylib arm64e /usr/lib/libc++.1.dylib 0x1ad770000 - 0x1ad785fff libc++abi.dylib arm64e /usr/lib/libc++abi.dylib 0x1ad786000 - 0x1ad7c7fff SetupAssistant arm64e /System/Library/PrivateFrameworks/SetupAssistant.framework/SetupAssistant 0x1ad7c8000 - 0x1ad7e2fff OctagonTrust arm64e /System/Library/PrivateFrameworks/OctagonTrust.framework/OctagonTrust 0x1ad8f7000 - 0x1ad939fff CoreAutoLayout arm64e <2f390e306e7e3643ac2db9e7f1fdee2a> /System/Library/PrivateFrameworks/CoreAutoLayout.framework/CoreAutoLayout 0x1ad93a000 - 0x1ada92fff Network arm64e /System/Library/Frameworks/Network.framework/Network 0x1ada93000 - 0x1adac8fff MobileKeyBag arm64e <82742edb59233214935eb7b77df8aec5> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag 0x1adcf6000 - 0x1add0afff BaseBoardUI arm64e /System/Library/PrivateFrameworks/BaseBoardUI.framework/BaseBoardUI 0x1add0b000 - 0x1addb3fff libvDSP.dylib arm64e <1fc99350d2c2349eb42e15812a38f723> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib 0x1addb4000 - 0x1adde6fff libAudioToolboxUtility.dylib arm64e <7547f6f30cd4334dbea4a05ecad3eac2> /usr/lib/libAudioToolboxUtility.dylib 0x1adf9a000 - 0x1ae025fff CoreNLP arm64e <82afed5623763629b594aca66c2ff6f2> /System/Library/PrivateFrameworks/CoreNLP.framework/CoreNLP 0x1ae026000 - 0x1ae13cfff FileProvider arm64e <13f53bcd1b54331e838986a6a86462a3> /System/Library/Frameworks/FileProvider.framework/FileProvider 0x1ae13d000 - 0x1ae14dfff BiomeStorage arm64e <02b6165739be3a0ab96c1c955a0b7b1d> /System/Library/PrivateFrameworks/BiomeStorage.framework/BiomeStorage 0x1ae14e000 - 0x1ae165fff libswiftDispatch.dylib arm64e <0d10042e115b30e3b8e70c4e0eaf28e7> /usr/lib/swift/libswiftDispatch.dylib 0x1ae166000 - 0x1ae19cfff DataDetectorsCore arm64e <3b65646ea664373daace198c53ce9f42> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/DataDetectorsCore 0x1ae19d000 - 0x1ae22afff Symbolication arm64e <78286f5e305c30109783b4339a49bb2b> /System/Library/PrivateFrameworks/Symbolication.framework/Symbolication 0x1ae22b000 - 0x1ae248fff CrashReporterSupport arm64e /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport 0x1ae28b000 - 0x1ae359fff TelephonyUtilities arm64e /System/Library/PrivateFrameworks/TelephonyUtilities.framework/TelephonyUtilities 0x1ae392000 - 0x1ae57ffff MPSNeuralNetwork arm64e /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/MPSNeuralNetwork 0x1ae580000 - 0x1ae5d4fff MPSCore arm64e /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/MPSCore 0x1ae72d000 - 0x1ae798fff CalendarFoundation arm64e /System/Library/PrivateFrameworks/CalendarFoundation.framework/CalendarFoundation 0x1ae7fa000 - 0x1ae8e4fff NLP arm64e <3ed97bdb4bd2343db04eba1c628ac617> /System/Library/PrivateFrameworks/NLP.framework/NLP 0x1ae8e5000 - 0x1ae90dfff AppSupportUI arm64e <153fe82684b63862b4ea9a3a87a9228d> /System/Library/PrivateFrameworks/AppSupportUI.framework/AppSupportUI 0x1ae917000 - 0x1ae96bfff FTServices arm64e /System/Library/PrivateFrameworks/FTServices.framework/FTServices 0x1ae96c000 - 0x1aea1cfff libboringssl.dylib arm64e /usr/lib/libboringssl.dylib 0x1aea1d000 - 0x1aea34fff ProtocolBuffer arm64e <7d2d98a511873f8a9a5976fd20ae893d> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer 0x1aea35000 - 0x1aeb3bfff AVKit arm64e <19f1562fe1c9396ebfa02151e41f0a89> /System/Library/Frameworks/AVKit.framework/AVKit 0x1aeca9000 - 0x1aecb8fff AssertionServices arm64e /System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices 0x1aecb9000 - 0x1aece1fff CloudServices arm64e <4ff5b75b72663199a1e5d46b956b3a02> /System/Library/PrivateFrameworks/CloudServices.framework/CloudServices 0x1aed34000 - 0x1aee13fff Metal arm64e /System/Library/Frameworks/Metal.framework/Metal 0x1aee14000 - 0x1aef58fff MediaExperience arm64e <818c58f791fa3106bd8f387d27def499> /System/Library/PrivateFrameworks/MediaExperience.framework/MediaExperience 0x1aef59000 - 0x1af30ffff VideoProcessing arm64e <5a84db3652223d4ea8c6f4a501dc4685> /System/Library/PrivateFrameworks/VideoProcessing.framework/VideoProcessing 0x1af310000 - 0x1af326fff libsystem_trace.dylib arm64e /usr/lib/system/libsystem_trace.dylib 0x1af327000 - 0x1af358fff CoreServicesInternal arm64e <2f37665ef53b39bbb41bda1695dfc702> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesInternal 0x1af359000 - 0x1af3befff SafariCore arm64e /System/Library/PrivateFrameworks/SafariCore.framework/SafariCore 0x1af3bf000 - 0x1af5ecfff SafariShared arm64e /System/Library/PrivateFrameworks/SafariShared.framework/SafariShared 0x1af5ed000 - 0x1af685fff AppStoreDaemon arm64e <5ee83bf80a21356baf4666c596c9ed28> /System/Library/PrivateFrameworks/AppStoreDaemon.framework/AppStoreDaemon 0x1af9e3000 - 0x1afa81fff AXMediaUtilities arm64e <626786aa3bb83ef9ac0820856d637888> /System/Library/PrivateFrameworks/AXMediaUtilities.framework/AXMediaUtilities 0x1afa82000 - 0x1afac8fff ContactsAutocompleteUI arm64e /System/Library/PrivateFrameworks/ContactsAutocompleteUI.framework/ContactsAutocompleteUI 0x1afac9000 - 0x1afc02fff MessageUI arm64e /System/Library/Frameworks/MessageUI.framework/MessageUI 0x1aff1b000 - 0x1affb8fff SAObjects arm64e <0b13e28deb963561a03e290ff0e35804> /System/Library/PrivateFrameworks/SAObjects.framework/SAObjects 0x1affb9000 - 0x1afffdfff VoiceServices arm64e /System/Library/PrivateFrameworks/VoiceServices.framework/VoiceServices 0x1afffe000 - 0x1b0006fff GraphicsServices arm64e <7bd8d66c9d7c307b8d0f47dac469dd30> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices 0x1b0007000 - 0x1b005cfff DeviceManagement arm64e <58a2e081aef73156aa50f626f668527c> /System/Library/PrivateFrameworks/DeviceManagement.framework/DeviceManagement 0x1b005d000 - 0x1b01cafff Translation arm64e <6137fa23a18d300f8694a49a66d58fd1> /System/Library/PrivateFrameworks/Translation.framework/Translation 0x1b01cb000 - 0x1b01e0fff PowerLog arm64e /System/Library/PrivateFrameworks/PowerLog.framework/PowerLog 0x1b01e1000 - 0x1b0209fff DuetActivityScheduler arm64e /System/Library/PrivateFrameworks/DuetActivityScheduler.framework/DuetActivityScheduler 0x1b18f7000 - 0x1b1b8efff Vision arm64e /System/Library/Frameworks/Vision.framework/Vision 0x1b1b8f000 - 0x1b1beafff DataAccess arm64e <529729a6ff6c32f193dc302de88652bd> /System/Library/PrivateFrameworks/DataAccess.framework/DataAccess 0x1b1beb000 - 0x1b1c58fff ProactiveSupport arm64e /System/Library/PrivateFrameworks/ProactiveSupport.framework/ProactiveSupport 0x1b1c85000 - 0x1b1ca4fff ApplePushService arm64e <1f6296dbaa96375e8327c4ec0e2036e2> /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService 0x1b1ca5000 - 0x1b1ccdfff BoardServices arm64e <703c40ff2eee3a2b95c919f64f2bc8b9> /System/Library/PrivateFrameworks/BoardServices.framework/BoardServices 0x1b1cce000 - 0x1b1cdafff libswiftCloudKit.dylib arm64e /usr/lib/swift/libswiftCloudKit.dylib 0x1b1e38000 - 0x1b1e67fff libncurses.5.4.dylib arm64e <49a66a9d7afd34c8bc59a2edf024a33b> /usr/lib/libncurses.5.4.dylib 0x1b1e68000 - 0x1b1eb4fff OSAnalytics arm64e /System/Library/PrivateFrameworks/OSAnalytics.framework/OSAnalytics 0x1b1eb5000 - 0x1b1f39fff CoreBluetooth arm64e /System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth 0x1b211e000 - 0x1b2161fff TemplateKit arm64e /System/Library/PrivateFrameworks/TemplateKit.framework/TemplateKit 0x1b2162000 - 0x1b2196fff MobileInstallation arm64e <113635d9113d308ebfed8b431e1c56ab> /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation 0x1b2197000 - 0x1b2224fff libTelephonyUtilDynamic.dylib arm64e <3eecaff2d5ba32a186383ab1be55ec62> /usr/lib/libTelephonyUtilDynamic.dylib 0x1b2225000 - 0x1b2292fff NanoRegistry arm64e <36f0f237d3c53cb091bea46bd390308e> /System/Library/PrivateFrameworks/NanoRegistry.framework/NanoRegistry 0x1b2293000 - 0x1b2368fff SpringBoardFoundation arm64e /System/Library/PrivateFrameworks/SpringBoardFoundation.framework/SpringBoardFoundation 0x1b2369000 - 0x1b2386fff CoreMaterial arm64e <982b31809ff6307794e69a9e7aed6a5b> /System/Library/PrivateFrameworks/CoreMaterial.framework/CoreMaterial 0x1b2387000 - 0x1b23f8fff SpringBoardUIServices arm64e /System/Library/PrivateFrameworks/SpringBoardUIServices.framework/SpringBoardUIServices 0x1b23f9000 - 0x1b2581fff libsqlite3.dylib arm64e <05638db7ffe03218aef9c7dfabc96c6c> /usr/lib/libsqlite3.dylib 0x1b2582000 - 0x1b2643fff AVFCapture arm64e <3bc82fbd04663a22904093bce04d30bb> /System/Library/PrivateFrameworks/AVFCapture.framework/AVFCapture 0x1b2644000 - 0x1b2974fff CMCapture arm64e <5be4e9f7935536309143c1c1b5543769> /System/Library/PrivateFrameworks/CMCapture.framework/CMCapture 0x1b2ad0000 - 0x1b2d26fff MobileSpotlightIndex arm64e <98e4c398bf293ee796b8197af4e13b82> /System/Library/PrivateFrameworks/MobileSpotlightIndex.framework/MobileSpotlightIndex 0x1b2d27000 - 0x1b2dcdfff Email arm64e <638e1f85e1b7301ea1a0612c594d3fd8> /System/Library/PrivateFrameworks/Email.framework/Email 0x1b2deb000 - 0x1b2e30fff AccessibilityUIUtilities arm64e <234b3ef1c79b3641abf9fa3f1a99c279> /System/Library/PrivateFrameworks/AccessibilityUIUtilities.framework/AccessibilityUIUtilities 0x1b2e31000 - 0x1b300dfff EventKitUI arm64e <3ca59e381a4a373a9928865ff889b69c> /System/Library/Frameworks/EventKitUI.framework/EventKitUI 0x1b313e000 - 0x1b3148fff libsystem_notify.dylib arm64e <66e6c05f812a30d39f4c76c900058cf3> /usr/lib/system/libsystem_notify.dylib 0x1b3149000 - 0x1b318dfff CryptoTokenKit arm64e <9db89610eaf432fea4aaf7fd5f9491d9> /System/Library/Frameworks/CryptoTokenKit.framework/CryptoTokenKit 0x1b31f9000 - 0x1b326bfff libcorecrypto.dylib arm64e <582e301e65713ea8b14dadb6e1f0090d> /usr/lib/system/libcorecrypto.dylib 0x1b326c000 - 0x1b328ffff UserManagement arm64e /System/Library/PrivateFrameworks/UserManagement.framework/UserManagement 0x1b3368000 - 0x1b337efff libsystem_asl.dylib arm64e <413dd64c8fbb335594156b9a7c558917> /usr/lib/system/libsystem_asl.dylib 0x1b337f000 - 0x1b33a2fff AppSSO arm64e <0797e3f2a0833fe8a62f28b8f3d0d640> /System/Library/PrivateFrameworks/AppSSO.framework/AppSSO 0x1b33a3000 - 0x1b33c0fff SharedWebCredentials arm64e <1e6586541d8230e3985c3cac8b43804c> /System/Library/PrivateFrameworks/SharedWebCredentials.framework/SharedWebCredentials 0x1b33c1000 - 0x1b35a3fff SafariServices arm64e <4e826e79f75238eeb9a0b48770412ba6> /System/Library/Frameworks/SafariServices.framework/SafariServices 0x1b35f9000 - 0x1b3630fff DataAccessExpress arm64e <031f9f9a28a439a9bae1fae55490168d> /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress 0x1b3631000 - 0x1b3668fff CoreServicesStore arm64e <4de4fd05d9ae3288a70a0f977b97156a> /System/Library/PrivateFrameworks/CoreServicesStore.framework/CoreServicesStore 0x1b3669000 - 0x1b368efff CoreAnalytics arm64e <5e1eb2047e10305c901481bc6bd254dd> /System/Library/PrivateFrameworks/CoreAnalytics.framework/CoreAnalytics 0x1b368f000 - 0x1b369afff SymptomAnalytics arm64e <60a0fe2efa1b34658e7191a25c1778fa> /System/Library/PrivateFrameworks/Symptoms.framework/Frameworks/SymptomAnalytics.framework/SymptomAnalytics 0x1b3886000 - 0x1b3895fff NanoPreferencesSync arm64e /System/Library/PrivateFrameworks/NanoPreferencesSync.framework/NanoPreferencesSync 0x1b4094000 - 0x1b40bffff IconServices arm64e /System/Library/PrivateFrameworks/IconServices.framework/IconServices 0x1b414e000 - 0x1b4209fff QuickLook arm64e <5bfb4cbfb43a3c95879bcbb649f3b1e6> /System/Library/Frameworks/QuickLook.framework/QuickLook 0x1b4ad5000 - 0x1b4d9afff vImage arm64e <496bad9adc8f3d4cb488fb7c5076c657> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage 0x1b59bb000 - 0x1b5b93fff IMCore arm64e <85c39acb3e183b1abbff2f693c0e5e57> /System/Library/PrivateFrameworks/IMCore.framework/IMCore 0x1b5c8b000 - 0x1b5ca2fff IAP arm64e /System/Library/PrivateFrameworks/IAP.framework/IAP 0x1b5ca3000 - 0x1b5cfbfff ktrace arm64e <97e14fe7264d3870badd820c7823159e> /System/Library/PrivateFrameworks/ktrace.framework/ktrace 0x1b5cfc000 - 0x1b5cfefff libAXSafeCategoryBundle.dylib arm64e <1d24024736383e0fbf9ae3f1115fc35c> /usr/lib/libAXSafeCategoryBundle.dylib 0x1b6010000 - 0x1b601efff Celestial arm64e <9b32310ef4603bb584c872d68d50f91a> /System/Library/PrivateFrameworks/Celestial.framework/Celestial 0x1b608e000 - 0x1b60c6fff TelephonyUI arm64e <89cae40a340c33cf90c7fed00f8df28b> /System/Library/PrivateFrameworks/TelephonyUI.framework/TelephonyUI 0x1b60c7000 - 0x1b610dfff Pegasus arm64e /System/Library/PrivateFrameworks/Pegasus.framework/Pegasus 0x1b610e000 - 0x1b626efff WebKitLegacy arm64e <3e92ffdfae9a3e3a9a0b6092f319f2b7> /System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy 0x1b62dd000 - 0x1b6350fff ClassKit arm64e <53ff02923cae30ffae546ffb11a0eac1> /System/Library/Frameworks/ClassKit.framework/ClassKit 0x1b6351000 - 0x1b6395fff StoreKit arm64e /System/Library/Frameworks/StoreKit.framework/StoreKit 0x1b70d6000 - 0x1b70e0fff IOMobileFramebuffer arm64e <4ec6bd022e3f3add864231dc1745a09e> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer 0x1b70e1000 - 0x1b7159fff ScreenTimeCore arm64e /System/Library/PrivateFrameworks/ScreenTimeCore.framework/ScreenTimeCore 0x1b7206000 - 0x1b7389fff CloudPhotoLibrary arm64e <279ae5e080a4384c97ba70640ff0bb44> /System/Library/PrivateFrameworks/CloudPhotoLibrary.framework/CloudPhotoLibrary 0x1b738a000 - 0x1b7655fff MusicLibrary arm64e /System/Library/PrivateFrameworks/MusicLibrary.framework/MusicLibrary 0x1b7656000 - 0x1b76befff CallKit arm64e /System/Library/Frameworks/CallKit.framework/CallKit 0x1b76f8000 - 0x1b7760fff AXRuntime arm64e /System/Library/PrivateFrameworks/AXRuntime.framework/AXRuntime 0x1b7761000 - 0x1b7780fff PrototypeTools arm64e <14499686d8cc30658c4abd74f0d6b520> /System/Library/PrivateFrameworks/PrototypeTools.framework/PrototypeTools 0x1b7781000 - 0x1b77adfff PersistentConnection arm64e <6dfa9026254e3be4bf1636a9a878ea9d> /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection 0x1b788b000 - 0x1b78aafff BiomeStreams arm64e <86fce763d2b53cbcbf924b508cf4f2e2> /System/Library/PrivateFrameworks/BiomeStreams.framework/BiomeStreams 0x1b78c6000 - 0x1b7b79fff PencilKit arm64e <2a241c7eb2193949b6a778e68cf61f55> /System/Library/Frameworks/PencilKit.framework/PencilKit 0x1b7c35000 - 0x1b7db0fff CoreSpeech arm64e <93f28eb2bec131228d64e0fb586ed943> /System/Library/PrivateFrameworks/CoreSpeech.framework/CoreSpeech 0x1b7db1000 - 0x1b7f05fff IMDPersistence arm64e <1ef0a2419ac13a859b11e442aea939ab> /System/Library/PrivateFrameworks/IMDPersistence.framework/IMDPersistence 0x1b8167000 - 0x1b821ffff SafariSharedUI arm64e /System/Library/PrivateFrameworks/SafariSharedUI.framework/SafariSharedUI 0x1b8220000 - 0x1b823bfff TextToSpeech arm64e <41c3883f80523724a8aaf2aca4a28016> /System/Library/PrivateFrameworks/TextToSpeech.framework/TextToSpeech 0x1b823c000 - 0x1b8251fff AppSSOCore arm64e /System/Library/PrivateFrameworks/AppSSOCore.framework/AppSSOCore 0x1b8252000 - 0x1b825ffff libMobileGestaltExtensions.dylib arm64e /usr/lib/libMobileGestaltExtensions.dylib 0x1b8260000 - 0x1b8277fff CoreFollowUp arm64e <72f18a19c03037609dfe9b85ced1df11> /System/Library/PrivateFrameworks/CoreFollowUp.framework/CoreFollowUp 0x1b8278000 - 0x1b82effff Rapport arm64e <6dc22f8509063fd68da3d27d50e36999> /System/Library/PrivateFrameworks/Rapport.framework/Rapport 0x1b8391000 - 0x1b83a3fff Categories arm64e <28ac707af4eb3483b47c9bba42c5484a> /System/Library/PrivateFrameworks/Categories.framework/Categories 0x1b864d000 - 0x1b8673fff LocationSupport arm64e /System/Library/PrivateFrameworks/LocationSupport.framework/LocationSupport 0x1b8674000 - 0x1b86a7fff iCalendar arm64e <27271cca8dc539a39b90753c9be2f06e> /System/Library/PrivateFrameworks/iCalendar.framework/iCalendar 0x1b86d4000 - 0x1b87dcfff ConfigurationEngineModel arm64e <5a582888511c353491f7a331457cdfb6> /System/Library/PrivateFrameworks/ConfigurationEngineModel.framework/ConfigurationEngineModel 0x1b87dd000 - 0x1b8806fff CacheDelete arm64e <08efb3bff53d3371a90481ac9cd13207> /System/Library/PrivateFrameworks/CacheDelete.framework/CacheDelete 0x1b8807000 - 0x1b8883fff CVNLP arm64e /System/Library/PrivateFrameworks/CVNLP.framework/CVNLP 0x1b8884000 - 0x1b88c5fff AdCore arm64e <16dba63cf0e33a8ea64929a4b3247c81> /System/Library/PrivateFrameworks/AdCore.framework/AdCore 0x1b89c7000 - 0x1b89c9fff OSAServicesClient arm64e <6a38abbab843345db9de833d5fb875a2> /System/Library/PrivateFrameworks/OSAServicesClient.framework/OSAServicesClient 0x1b89ca000 - 0x1b89ccfff BiomeFoundation arm64e <33c51ad79b5e393e805b7c4cc02e03ac> /System/Library/PrivateFrameworks/BiomeFoundation.framework/BiomeFoundation 0x1b89cd000 - 0x1b8a26fff ProtectedCloudStorage arm64e /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/ProtectedCloudStorage 0x1b8a27000 - 0x1b8a5efff C2 arm64e <9843a52420e63aa99fd2644e252e2d5d> /System/Library/PrivateFrameworks/C2.framework/C2 0x1b8a5f000 - 0x1b8ab3fff DifferentialPrivacy arm64e <24f67e53d4f230cdb4215872f60a5d0c> /System/Library/PrivateFrameworks/DifferentialPrivacy.framework/DifferentialPrivacy 0x1b8c93000 - 0x1b946afff EmbeddedAcousticRecognition arm64e /System/Library/PrivateFrameworks/EmbeddedAcousticRecognition.framework/EmbeddedAcousticRecognition 0x1b946b000 - 0x1b94e0fff SiriInstrumentation arm64e <7e62bde78c5f3fd4a7815078e0c7361a> /System/Library/PrivateFrameworks/SiriInstrumentation.framework/SiriInstrumentation 0x1b94e1000 - 0x1b9525fff BiometricKit arm64e <28c610ac83c032fd8f1dd4e5d7777b20> /System/Library/PrivateFrameworks/BiometricKit.framework/BiometricKit 0x1b955f000 - 0x1b9613fff CoreSymbolication arm64e <94a6d09d304e3288a6212fbd12db8069> /System/Library/PrivateFrameworks/CoreSymbolication.framework/CoreSymbolication 0x1b968a000 - 0x1b9738fff SpeakerRecognition arm64e <03f7a4c40d7a3aae9df7fdaf7e01ceec> /System/Library/PrivateFrameworks/SpeakerRecognition.framework/SpeakerRecognition 0x1b9d4d000 - 0x1b9d4efff MessageSupport arm64e /System/Library/PrivateFrameworks/MessageSupport.framework/MessageSupport 0x1b9d4f000 - 0x1b9d61fff IOSurface arm64e /System/Library/Frameworks/IOSurface.framework/IOSurface 0x1b9d62000 - 0x1b9dc2fff MobileWiFi arm64e /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi 0x1b9dc7000 - 0x1b9de7fff DataDeliveryServices arm64e /System/Library/PrivateFrameworks/DataDeliveryServices.framework/DataDeliveryServices 0x1ba17e000 - 0x1ba19afff DoNotDisturb arm64e /System/Library/PrivateFrameworks/DoNotDisturb.framework/DoNotDisturb 0x1ba205000 - 0x1ba2adfff MMCS arm64e <6137689c0baf3037b16d88f501a7777d> /System/Library/PrivateFrameworks/MMCS.framework/MMCS 0x1ba317000 - 0x1ba352fff libGLImage.dylib arm64e <277ecc94ade23fb093a222d67e3be679> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib 0x1ba353000 - 0x1ba35afff libsystem_symptoms.dylib arm64e /usr/lib/system/libsystem_symptoms.dylib 0x1ba39e000 - 0x1ba8f5fff CoreAudio arm64e <58e2a85948e13f09b813f64f14f8db15> /System/Library/Frameworks/CoreAudio.framework/CoreAudio 0x1ba8f6000 - 0x1ba90dfff ContactsDonation arm64e /System/Library/PrivateFrameworks/ContactsDonation.framework/ContactsDonation 0x1ba90e000 - 0x1ba92cfff IntentsCore arm64e /System/Library/PrivateFrameworks/IntentsCore.framework/IntentsCore 0x1ba9cf000 - 0x1baa07fff ImageCaptureCore arm64e /System/Library/Frameworks/ImageCaptureCore.framework/ImageCaptureCore 0x1bab62000 - 0x1baca9fff Navigation arm64e <14b5eaf68e8a3022bcc5918ebd8c63dd> /System/Library/PrivateFrameworks/Navigation.framework/Navigation 0x1bacaa000 - 0x1bacc6fff SafariFoundation arm64e <77e54e15bf0b314eb70a54a0bd7fecbd> /System/Library/PrivateFrameworks/SafariFoundation.framework/SafariFoundation 0x1bae42000 - 0x1bae55fff MaterialKit arm64e <864965e701e33800ad13a0b8b5d872e7> /System/Library/PrivateFrameworks/MaterialKit.framework/MaterialKit 0x1baf69000 - 0x1baf79fff CoreAUC arm64e /System/Library/PrivateFrameworks/CoreAUC.framework/CoreAUC 0x1bb78b000 - 0x1bb79bfff SettingsFoundation arm64e <1f28dd82fe9337b9a071c481b7ed3cbb> /System/Library/PrivateFrameworks/SettingsFoundation.framework/SettingsFoundation 0x1bbeeb000 - 0x1bc108fff RawCamera arm64e /System/Library/CoreServices/RawCamera.bundle/RawCamera 0x1bc175000 - 0x1bc1d4fff ToneLibrary arm64e <19651f3625d33c959ec948e2b49537fd> /System/Library/PrivateFrameworks/ToneLibrary.framework/ToneLibrary 0x1bc23f000 - 0x1bc2a5fff iAd arm64e <2a96a933280c38a38ee9ae559d958ac6> /System/Library/Frameworks/iAd.framework/iAd 0x1bca04000 - 0x1bca11fff MediaSafetyNet arm64e /System/Library/PrivateFrameworks/MediaSafetyNet.framework/MediaSafetyNet 0x1bca12000 - 0x1bca4efff TimeSync arm64e <19f8eec2d1af366ca9252f22796a40da> /System/Library/PrivateFrameworks/TimeSync.framework/TimeSync 0x1bcae5000 - 0x1bcb22fff ExposureNotification arm64e /System/Library/Frameworks/ExposureNotification.framework/ExposureNotification 0x1bd196000 - 0x1bd19ffff CoreTime arm64e <508feef2bbef3240b3f23f8d81ce3817> /System/Library/PrivateFrameworks/CoreTime.framework/CoreTime 0x1bd930000 - 0x1bdb2afff NeutrinoCore arm64e <00fda401d5af39c8beb5f1be20869b31> /System/Library/PrivateFrameworks/NeutrinoCore.framework/NeutrinoCore 0x1bdb3a000 - 0x1bdc39fff TextRecognition arm64e <6a045081f85b3a10b75de1d82fe57d54> /System/Library/PrivateFrameworks/TextRecognition.framework/TextRecognition 0x1bdd4a000 - 0x1bdd53fff ContextKitExtraction arm64e <4d84eb7b84ad33b6ad6ad5750d0d67eb> /System/Library/PrivateFrameworks/ContextKitExtraction.framework/ContextKitExtraction 0x1bde2b000 - 0x1bde2dfff libswiftObjectiveC.dylib arm64e <7cddbcc344c93dc7acf92a0cdf2c9a6d> /usr/lib/swift/libswiftObjectiveC.dylib 0x1bde2e000 - 0x1be075fff libmorphun.dylib arm64e <49c99e35c6a934159f36aab71535758d> /usr/lib/libmorphun.dylib 0x1be685000 - 0x1be6eefff EmailCore arm64e <336959a4816332b4b15c77101bda052e> /System/Library/PrivateFrameworks/EmailCore.framework/EmailCore 0x1bf018000 - 0x1bf063fff MIME arm64e /System/Library/PrivateFrameworks/MIME.framework/MIME 0x1bf33e000 - 0x1bf354fff MailServices arm64e <2e4f46f077623d9db0418ceb2fa7932e> /System/Library/PrivateFrameworks/MailServices.framework/MailServices 0x1bf355000 - 0x1bf391fff PhotosPlayer arm64e <46ca23bde4ff3048a561b306713d05f8> /System/Library/PrivateFrameworks/PhotosPlayer.framework/PhotosPlayer 0x1bf3d5000 - 0x1bf458fff CoreDAV arm64e <6e51f31851ff33c3a3ee9e522ea1c489> /System/Library/PrivateFrameworks/CoreDAV.framework/CoreDAV 0x1bf459000 - 0x1bf46afff AXAssetLoader arm64e /System/Library/PrivateFrameworks/AXAssetLoader.framework/AXAssetLoader 0x1bf5f5000 - 0x1bf630fff CalendarUIKit arm64e <3bb87c8bf46b3ee28281a5ec930e416c> /System/Library/PrivateFrameworks/CalendarUIKit.framework/CalendarUIKit 0x1bf631000 - 0x1bf640fff MobileIcons arm64e /System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons 0x1bfa24000 - 0x1bfaf7fff ProofReader arm64e <36979c6d6b5a3a1da0bc9da1958528ec> /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader 0x1c0c5d000 - 0x1c0cb6fff AccessibilitySharedSupport arm64e <45c86ebd8a3c39e8bac8f8a13141d7b6> /System/Library/PrivateFrameworks/AccessibilitySharedSupport.framework/AccessibilitySharedSupport 0x1c0cb7000 - 0x1c0cc1fff MallocStackLogging arm64e <959cea429c8c3774b7bb57d923931b0b> /System/Library/PrivateFrameworks/MallocStackLogging.framework/MallocStackLogging 0x1c0d27000 - 0x1c0ef1fff EmailDaemon arm64e <8714dd0b466136c7995540fb668727ca> /System/Library/PrivateFrameworks/EmailDaemon.framework/EmailDaemon 0x1c0ef2000 - 0x1c0f3cfff MetadataUtilities arm64e /System/Library/PrivateFrameworks/MetadataUtilities.framework/MetadataUtilities 0x1c146e000 - 0x1c149cfff MailSupport arm64e <3d2c32cee3f83eaa9eeb9f2f6ee631bf> /System/Library/PrivateFrameworks/MailSupport.framework/MailSupport 0x1c161c000 - 0x1c1675fff CoreLocationProtobuf arm64e <27e49b2a45aa39a894b2d4e28f3134e8> /System/Library/PrivateFrameworks/CoreLocationProtobuf.framework/CoreLocationProtobuf 0x1c1885000 - 0x1c18b7fff Bom arm64e <382a2327bcdb39d9888fe0673a00ca5f> /System/Library/PrivateFrameworks/Bom.framework/Bom 0x1c18e7000 - 0x1c18edfff PushKit arm64e <0d192f987bea31e89dc0ef63c8cd08d7> /System/Library/Frameworks/PushKit.framework/PushKit 0x1c18ee000 - 0x1c1955fff PhotosFormats arm64e /System/Library/PrivateFrameworks/PhotosFormats.framework/PhotosFormats 0x1c1aae000 - 0x1c1b3efff Quagga arm64e /System/Library/PrivateFrameworks/Quagga.framework/Quagga 0x1c1b3f000 - 0x1c1b47fff StudyLog arm64e <71fe9a0a1b1f329cbb25c1c52747e435> /System/Library/PrivateFrameworks/StudyLog.framework/StudyLog 0x1c1d76000 - 0x1c1fdcfff CameraUI arm64e /System/Library/PrivateFrameworks/CameraUI.framework/CameraUI 0x1c2adf000 - 0x1c2b1ffff NaturalLanguage arm64e /System/Library/Frameworks/NaturalLanguage.framework/NaturalLanguage 0x1c358f000 - 0x1c35aefff MediaStream arm64e <6180d4e3beb832b58cca4fd2e1753656> /System/Library/PrivateFrameworks/MediaStream.framework/MediaStream 0x1c3cff000 - 0x1c3d0dfff libAXSpeechManager.dylib arm64e <6decbe6826fe333084a26a630f4c9d3a> /usr/lib/libAXSpeechManager.dylib 0x1c4212000 - 0x1c423afff MediaConversionService arm64e /System/Library/PrivateFrameworks/MediaConversionService.framework/MediaConversionService 0x1c438e000 - 0x1c44cffff CoreHandwriting arm64e <10004e9de5233dfdb39f62caeca5d173> /System/Library/PrivateFrameworks/CoreHandwriting.framework/CoreHandwriting 0x1c4c69000 - 0x1c4c74fff AppleIDAuthSupport arm64e /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/AppleIDAuthSupport 0x1c4c84000 - 0x1c4c9bfff LocalAuthentication arm64e <2df06d19191a3b3da0c9c38e99b5650f> /System/Library/Frameworks/LocalAuthentication.framework/LocalAuthentication 0x1c4c9c000 - 0x1c4ca2fff IOAccelerator arm64e <9f737432cca632d8b3b156520aac7328> /System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator 0x1c5080000 - 0x1c5089fff CloudPhotoServices arm64e <17272464fb05323f93bd72a43dcf6c5b> /System/Library/PrivateFrameworks/CloudPhotoServices.framework/CloudPhotoServices 0x1c50cd000 - 0x1c5164fff iTunesStore arm64e <33f53e138a2b367daf7cd68fc0e1001c> /System/Library/PrivateFrameworks/iTunesStore.framework/iTunesStore 0x1c5508000 - 0x1c5538fff libsystem_kernel.dylib arm64e <59731692aa323825a88458acb9737644> /usr/lib/system/libsystem_kernel.dylib 0x1c5768000 - 0x1c5871fff ResponseKit arm64e <8b609dd06e7c36b681a50ca245cc84df> /System/Library/PrivateFrameworks/ResponseKit.framework/ResponseKit 0x1c5872000 - 0x1c58abfff EmojiFoundation arm64e <4baee4b33d3e3503b7d1ddc0f3e3c286> /System/Library/PrivateFrameworks/EmojiFoundation.framework/EmojiFoundation 0x1c5ec9000 - 0x1c5ed6fff FontServices arm64e /System/Library/PrivateFrameworks/FontServices.framework/FontServices 0x1c6080000 - 0x1c608cfff MediaAccessibility arm64e <6f83133dcaf0367ab79cd70dd5637062> /System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility 0x1c60ce000 - 0x1c6682fff SiriTTS arm64e <6997ede7e38030a387c02588cf873a7a> /System/Library/PrivateFrameworks/SiriTTS.framework/SiriTTS 0x1c6683000 - 0x1c6691fff SetupAssistantSupport arm64e <1a1005cba2863572a26d543c2c0af041> /System/Library/PrivateFrameworks/SetupAssistantSupport.framework/SetupAssistantSupport 0x1c6699000 - 0x1c66f9fff Social arm64e <82b75e2e4c64362f9c9de166e52e9181> /System/Library/Frameworks/Social.framework/Social 0x1c6791000 - 0x1c67c2fff VirtualGarage arm64e <2433c2a542b336ff8a5b2eae80d4b458> /System/Library/PrivateFrameworks/VirtualGarage.framework/VirtualGarage 0x1c67c3000 - 0x1c67e8fff NetAppsUtilities arm64e /System/Library/PrivateFrameworks/NetAppsUtilities.framework/NetAppsUtilities 0x1c67e9000 - 0x1c684cfff Osprey arm64e <81b4b745ff26352fb4bd8c54815beb53> /System/Library/PrivateFrameworks/Osprey.framework/Osprey 0x1c7a0e000 - 0x1c7a1afff libdscsym.dylib arm64e /usr/lib/libdscsym.dylib 0x1c7a1b000 - 0x1c7a2cfff HangTracer arm64e /System/Library/PrivateFrameworks/HangTracer.framework/HangTracer 0x1c7be1000 - 0x1c7c9dfff SampleAnalysis arm64e <7c5c8f9abf37383d92aa83168b2925f8> /System/Library/PrivateFrameworks/SampleAnalysis.framework/SampleAnalysis 0x1c7c9e000 - 0x1c7ccdfff PlugInKit arm64e <34335d227c0c3128bff34927098a0866> /System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit 0x1c7d6b000 - 0x1c7d6cfff libSystem.B.dylib arm64e <12f5f00125353bddb9fa5dc321f01eb7> /usr/lib/libSystem.B.dylib 0x1c8067000 - 0x1c8070fff MobileActivation arm64e /System/Library/PrivateFrameworks/MobileActivation.framework/MobileActivation 0x1c8071000 - 0x1c80c8fff CalendarDaemon arm64e <9835803ab644372fb610bc41f501cafb> /System/Library/PrivateFrameworks/CalendarDaemon.framework/CalendarDaemon 0x1c81c3000 - 0x1c8233fff libarchive.2.dylib arm64e <37f4e6c029323a7481f4ccd0f1db138e> /usr/lib/libarchive.2.dylib 0x1c8234000 - 0x1c8258fff libtailspin.dylib arm64e <0344c70574ca3e4f90ea0e8ee615ec96> /usr/lib/libtailspin.dylib 0x1c8259000 - 0x1c86bffff libBNNS.dylib arm64e /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBNNS.dylib 0x1c86c0000 - 0x1c8700fff SharedUtils arm64e <8ee5c78b4b573df0bf314ced50fbaa1a> /System/Library/Frameworks/LocalAuthentication.framework/Support/SharedUtils.framework/SharedUtils 0x1c8720000 - 0x1c88eefff iAdCore arm64e /System/Library/PrivateFrameworks/iAdCore.framework/iAdCore 0x1c89ac000 - 0x1c89b1fff libsysdiagnose.dylib arm64e <48cffb82d25638e780ff9feb0553486d> /usr/lib/libsysdiagnose.dylib 0x1c89e5000 - 0x1c8aeffff CoreMediaStream arm64e /System/Library/PrivateFrameworks/CoreMediaStream.framework/CoreMediaStream 0x1c8cfb000 - 0x1c8cfbfff AVFoundation arm64e /System/Library/Frameworks/AVFoundation.framework/AVFoundation 0x1c8cfc000 - 0x1c8cfcfff Accelerate arm64e <71a558df7b393393beefc18b64eb40a7> /System/Library/Frameworks/Accelerate.framework/Accelerate 0x1c8cfd000 - 0x1c8dd5fff libBLAS.dylib arm64e <6bef995904f13c9891ae412fdf0c9db2> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib 0x1c8dd6000 - 0x1c911cfff libLAPACK.dylib arm64e <5803bdd9057f3e0a9c31cf4db037dc40> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib 0x1c911d000 - 0x1c9131fff libLinearAlgebra.dylib arm64e <0b423d8f83e23cd0b3d429eda539639f> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLinearAlgebra.dylib 0x1c9132000 - 0x1c9136fff libQuadrature.dylib arm64e /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libQuadrature.dylib 0x1c9137000 - 0x1c9199fff libSparse.dylib arm64e /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparse.dylib 0x1c919a000 - 0x1c91abfff libSparseBLAS.dylib arm64e <7a692f9682283ead89e86a176c808b0b> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparseBLAS.dylib 0x1c91ac000 - 0x1c9204fff libvMisc.dylib arm64e <9e3ea0f2f393334ba92af2ba54050d32> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib 0x1c9205000 - 0x1c9205fff vecLib arm64e <61e4ca844c0a30b4a5041e6984896542> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib 0x1c9206000 - 0x1c9209fff Accessibility arm64e <3c394fd5fc523232b0a6dfc50bb38295> /System/Library/Frameworks/Accessibility.framework/Accessibility 0x1c920a000 - 0x1c920afff AdSupport arm64e /System/Library/Frameworks/AdSupport.framework/AdSupport 0x1c9240000 - 0x1c9251fff AssetsLibrary arm64e /System/Library/Frameworks/AssetsLibrary.framework/AssetsLibrary 0x1c9365000 - 0x1c9381fff AuthenticationServices arm64e <532aeb1ba2f8390e9957afa9eea8129e> /System/Library/Frameworks/AuthenticationServices.framework/AuthenticationServices 0x1c9473000 - 0x1c94dbfff CoreMIDI arm64e <1f98c3d9fb96322a99bd419790a1b867> /System/Library/Frameworks/CoreMIDI.framework/CoreMIDI 0x1c99d3000 - 0x1c99e9fff ExternalAccessory arm64e <7daa96c3c38a303d9cf827a9365d43de> /System/Library/Frameworks/ExternalAccessory.framework/ExternalAccessory 0x1c9a28000 - 0x1c9a54fff GSS arm64e <32402c29e4393b14ae1e02712956edcb> /System/Library/Frameworks/GSS.framework/GSS 0x1c9bb9000 - 0x1c9d05fff MLCompute arm64e <51ab5e00439a3949bd9c97706f5ea552> /System/Library/Frameworks/MLCompute.framework/MLCompute 0x1c9d2c000 - 0x1c9d45fff MetalKit arm64e <7ce8e8daa13235de9c17754b2bddd627> /System/Library/Frameworks/MetalKit.framework/MetalKit 0x1c9d46000 - 0x1c9dccfff MPSImage arm64e <80a3847aa14b3f64aab52965835329c8> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/MPSImage 0x1c9dcd000 - 0x1c9df3fff MPSMatrix arm64e <6d1aaa500fd132ed8ee3ccf7f590d638> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/MPSMatrix 0x1c9df4000 - 0x1c9e2dfff MPSNDArray arm64e <5ea55ce05bcb33529df58b5816e8b8bb> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNDArray.framework/MPSNDArray 0x1c9e2e000 - 0x1c9e76fff MPSRayIntersector arm64e <3e2fe3d98e6c351581493775f2df6398> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/MPSRayIntersector 0x1c9e77000 - 0x1c9e77fff MetalPerformanceShaders arm64e <32d7001d8c533f5bbf94315fe80201fe> /System/Library/Frameworks/MetalPerformanceShaders.framework/MetalPerformanceShaders 0x1ca209000 - 0x1ca209fff MobileCoreServices arm64e <25d940e867e338d0a93c89a179651529> /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices 0x1cacd9000 - 0x1cace6fff NotificationCenter arm64e <74cb4409253a38ec9ebeebf8fabc23ca> /System/Library/Frameworks/NotificationCenter.framework/NotificationCenter 0x1cadf2000 - 0x1cadfafff OpenGLES arm64e <6f9a3cfa3d753a9bb1065625c68ef776> /System/Library/Frameworks/OpenGLES.framework/OpenGLES 0x1cadfb000 - 0x1cadfcfff libCVMSPluginSupport.dylib arm64e <4fd23cd5650c385da948abaf81ea94e9> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib 0x1cadfd000 - 0x1cae03fff libCoreFSCache.dylib arm64e <3b665ba3bc10354095b4e533c6aefa73> /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib 0x1cae04000 - 0x1cae09fff libCoreVMClient.dylib arm64e <2e1d4f49a6ea3a4ab3f3308134c89b68> /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib 0x1cae0a000 - 0x1cae13fff libGFXShared.dylib arm64e /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib 0x1cafcc000 - 0x1cb08ffff PDFKit arm64e /System/Library/Frameworks/PDFKit.framework/PDFKit 0x1cb09f000 - 0x1cb0dcfff QuickLookThumbnailing arm64e /System/Library/Frameworks/QuickLookThumbnailing.framework/QuickLookThumbnailing 0x1cb79e000 - 0x1cb8e9fff SoundAnalysis arm64e <85291be31c9938a09ffcd4ca2350931b> /System/Library/Frameworks/SoundAnalysis.framework/SoundAnalysis 0x1cb8ea000 - 0x1cb8fafff Speech arm64e <77e99e4d67c23fea8e386c390ab5a674> /System/Library/Frameworks/Speech.framework/Speech 0x1cba1a000 - 0x1cba1afff UIKit arm64e <3ee15b63cf6131a0899017c8a85f8794> /System/Library/Frameworks/UIKit.framework/UIKit 0x1cba24000 - 0x1cbaebfff VideoSubscriberAccount arm64e /System/Library/Frameworks/VideoSubscriberAccount.framework/VideoSubscriberAccount 0x1cbaec000 - 0x1cc6c3fff libfaceCore.dylib arm64e /System/Library/Frameworks/Vision.framework/libfaceCore.dylib 0x1cc6de000 - 0x1cc6defff VisionKit arm64e /System/Library/Frameworks/VisionKit.framework/VisionKit 0x1cc6df000 - 0x1cc71afff WatchConnectivity arm64e <3aeb379784353f94b52d306efde03844> /System/Library/Frameworks/WatchConnectivity.framework/WatchConnectivity 0x1ccbdd000 - 0x1ccc10fff ACTFramework arm64e <35f988c5a7c0350e9f29ff72d6306666> /System/Library/PrivateFrameworks/ACTFramework.framework/ACTFramework 0x1ccc11000 - 0x1ccc14fff AFKUser arm64e <69baf598bdf233f79fde7342fb9e6298> /System/Library/PrivateFrameworks/AFKUser.framework/AFKUser 0x1cccd8000 - 0x1ccf58fff ANECompiler arm64e <5c5b1d3c8a333c60ab33d22abd85d1ce> /System/Library/PrivateFrameworks/ANECompiler.framework/ANECompiler 0x1ccf59000 - 0x1ccf6dfff ANEServices arm64e /System/Library/PrivateFrameworks/ANEServices.framework/ANEServices 0x1ccf72000 - 0x1cd02bfff APFS arm64e /System/Library/PrivateFrameworks/APFS.framework/APFS 0x1cd02c000 - 0x1cd035fff ASEProcessing arm64e <6dfb1d2d0c193f718c22ec0559693c40> /System/Library/PrivateFrameworks/ASEProcessing.framework/ASEProcessing 0x1cd831000 - 0x1cd833fff AdAnalytics arm64e <707731b818a93376af72e1f406d6c238> /System/Library/PrivateFrameworks/AdAnalytics.framework/AdAnalytics 0x1cd834000 - 0x1cd838fff AdPlatforms arm64e /System/Library/PrivateFrameworks/AdPlatforms.framework/AdPlatforms 0x1cd844000 - 0x1cd849fff AggregateDictionary arm64e <0ed6d5b178af3f7bb772fe8ea7dc93f3> /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary 0x1cd9cf000 - 0x1cdaa6fff AirPlaySync arm64e /System/Library/PrivateFrameworks/AirPlaySync.framework/AirPlaySync 0x1cdbb0000 - 0x1cdbccfff AlgosScoreFramework arm64e <622fef6e95753f29ba6dccf5a4644e28> /System/Library/PrivateFrameworks/AlgosScoreFramework.framework/AlgosScoreFramework 0x1cdcf9000 - 0x1cdd1bfff AppConduit arm64e /System/Library/PrivateFrameworks/AppConduit.framework/AppConduit 0x1cddf6000 - 0x1cde00fff AppStoreOverlays arm64e /System/Library/PrivateFrameworks/AppStoreOverlays.framework/AppStoreOverlays 0x1ced2d000 - 0x1ceec7fff AppleCVA arm64e <2bb91856c9fb3df1b55dcf66d27aed51> /System/Library/PrivateFrameworks/AppleCVA.framework/AppleCVA 0x1cef06000 - 0x1cef15fff AppleFSCompression arm64e /System/Library/PrivateFrameworks/AppleFSCompression.framework/AppleFSCompression 0x1cef22000 - 0x1cef30fff AppleIDSSOAuthentication arm64e <76b54b6615f73d83ae3aa1b087259035> /System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/AppleIDSSOAuthentication 0x1cef31000 - 0x1cef76fff AppleJPEG arm64e /System/Library/PrivateFrameworks/AppleJPEG.framework/AppleJPEG 0x1ceffa000 - 0x1cf00efff AppleNeuralEngine arm64e <40a9ed3076be39198720c123e19ab166> /System/Library/PrivateFrameworks/AppleNeuralEngine.framework/AppleNeuralEngine 0x1cf018000 - 0x1cf03cfff AppleSauce arm64e <4596e400b5f0314690f0ee115466df28> /System/Library/PrivateFrameworks/AppleSauce.framework/AppleSauce 0x1cf06d000 - 0x1cf08bfff AssetCacheServices arm64e <8c2482c6df103cc7a9c4f9b8699563c3> /System/Library/PrivateFrameworks/AssetCacheServices.framework/AssetCacheServices 0x1cf1ef000 - 0x1cf24dfff AuthKitUI arm64e /System/Library/PrivateFrameworks/AuthKitUI.framework/AuthKitUI 0x1cf24e000 - 0x1cf2a3fff AutoLoop arm64e <5fed3f07e58b3aaf90dfc01f99c3f51e> /System/Library/PrivateFrameworks/AutoLoop.framework/AutoLoop 0x1cf2b9000 - 0x1cf2bafff BackgroundTaskAgent arm64e <808d55120fb938a6b570f188c0e4ba5d> /System/Library/PrivateFrameworks/BackgroundTaskAgent.framework/BackgroundTaskAgent 0x1cf2de000 - 0x1cf2f6fff BiomePubSub arm64e <2595b9dc1ef13f3ba703cd59c2bc2dbe> /System/Library/PrivateFrameworks/BiomePubSub.framework/BiomePubSub 0x1cf5df000 - 0x1cf5eefff BluetoothManager arm64e <8289edb5dad23fd1ad1fec0d44a73ab3> /System/Library/PrivateFrameworks/BluetoothManager.framework/BluetoothManager 0x1cf68a000 - 0x1cf69bfff BrailleTranslation arm64e <924c606ec442366a8e06b25013c3d850> /System/Library/PrivateFrameworks/BrailleTranslation.framework/BrailleTranslation 0x1cf889000 - 0x1cf893fff CMCaptureCore arm64e <853ffa5c9be13ff69e5e38ef564ccf37> /System/Library/PrivateFrameworks/CMCaptureCore.framework/CMCaptureCore 0x1cf894000 - 0x1cf8abfff CPAnalytics arm64e /System/Library/PrivateFrameworks/CPAnalytics.framework/CPAnalytics 0x1cf8ae000 - 0x1cf8bdfff CPMS arm64e /System/Library/PrivateFrameworks/CPMS.framework/CPMS 0x1cf8be000 - 0x1cf8cefff CTCarrierSpace arm64e /System/Library/PrivateFrameworks/CTCarrierSpace.framework/CTCarrierSpace 0x1cfa3a000 - 0x1cfa66fff CameraEditKit arm64e <62c10ddac8ea3693bb4ce9b26c8a920c> /System/Library/PrivateFrameworks/CameraEditKit.framework/CameraEditKit 0x1cfbde000 - 0x1cfbe9fff CaptiveNetwork arm64e <856d72f92c2a3ad2bdc9bfa8a1064fd1> /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork 0x1cfd0c000 - 0x1cfd48fff Catalyst arm64e <60a0bb38d04e321ca4f3988e0aac6e25> /System/Library/PrivateFrameworks/Catalyst.framework/Catalyst 0x1cfd6e000 - 0x1cfd92fff CellularPlanManager arm64e <707ed92bfa2e3df5b84315982294a272> /System/Library/PrivateFrameworks/CellularPlanManager.framework/CellularPlanManager 0x1cfdab000 - 0x1cfdb3fff CertUI arm64e <5b7bdf2207793b1bbb593827569c0825> /System/Library/PrivateFrameworks/CertUI.framework/CertUI 0x1cfdbc000 - 0x1cfe0bfff ChunkingLibrary arm64e <5d9ede62bc2a31009a31a91c50c20a2d> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/ChunkingLibrary 0x1d022a000 - 0x1d0231fff CommonAuth arm64e <2a0eefeee53f3882a2fe8e76d5b20a13> /System/Library/PrivateFrameworks/CommonAuth.framework/CommonAuth 0x1d0232000 - 0x1d0236fff CommunicationsFilter arm64e /System/Library/PrivateFrameworks/CommunicationsFilter.framework/CommunicationsFilter 0x1d0309000 - 0x1d030cfff ConstantClasses arm64e <7f95443740b33a08868e9c9f01ee5c0e> /System/Library/PrivateFrameworks/ConstantClasses.framework/ConstantClasses 0x1d0316000 - 0x1d0354fff ContactsAutocomplete arm64e <8ff09ce031e830c691442c5d472c42d4> /System/Library/PrivateFrameworks/ContactsAutocomplete.framework/ContactsAutocomplete 0x1d035a000 - 0x1d03d0fff ContactsUICore arm64e /System/Library/PrivateFrameworks/ContactsUICore.framework/ContactsUICore 0x1d040d000 - 0x1d0551fff CoreAppleCVA arm64e <201a95eae4a436098f3e9e3ec831c6c7> /System/Library/PrivateFrameworks/CoreAppleCVA.framework/CoreAppleCVA 0x1d0552000 - 0x1d0646fff CoreBrightness arm64e <65d7c6b213d13912a9435a77c73f1cc2> /System/Library/PrivateFrameworks/CoreBrightness.framework/CoreBrightness 0x1d06b3000 - 0x1d06c2fff CoreDuetDaemonProtocol arm64e /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/CoreDuetDaemonProtocol 0x1d06c5000 - 0x1d06c7fff CoreDuetDebugLogging arm64e /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/CoreDuetDebugLogging 0x1d06d6000 - 0x1d06e8fff CoreEmoji arm64e /System/Library/PrivateFrameworks/CoreEmoji.framework/CoreEmoji 0x1d0c2c000 - 0x1d0c30fff CoreOptimization arm64e /System/Library/PrivateFrameworks/CoreOptimization.framework/CoreOptimization 0x1d0c31000 - 0x1d0cedfff CorePDF arm64e /System/Library/PrivateFrameworks/CorePDF.framework/CorePDF 0x1d0cee000 - 0x1d0cf6fff CorePhoneNumbers arm64e /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/CorePhoneNumbers 0x1d0cf7000 - 0x1d0d4dfff CorePrediction arm64e /System/Library/PrivateFrameworks/CorePrediction.framework/CorePrediction 0x1d1682000 - 0x1d168dfff CoreRecents arm64e <3001273673d33b8e99c3b81cb551378b> /System/Library/PrivateFrameworks/CoreRecents.framework/CoreRecents 0x1d168e000 - 0x1d16f6fff CoreRecognition arm64e <2e48f388d99b3681a2dcc8730025ce65> /System/Library/PrivateFrameworks/CoreRecognition.framework/CoreRecognition 0x1d16f7000 - 0x1d170ffff CoreSDB arm64e <1bb6f44936473df0977aaa6925c132b5> /System/Library/PrivateFrameworks/CoreSDB.framework/CoreSDB 0x1d1710000 - 0x1d173afff CoreSVG arm64e /System/Library/PrivateFrameworks/CoreSVG.framework/CoreSVG 0x1d18ef000 - 0x1d18f3fff DAAPKit arm64e <3e139e5c2a8d30ef8f899f7451f4cee1> /System/Library/PrivateFrameworks/DAAPKit.framework/DAAPKit 0x1d1911000 - 0x1d191efff DCIMServices arm64e <7399535f6f2135418f50b0ac7b9249fa> /System/Library/PrivateFrameworks/DCIMServices.framework/DCIMServices 0x1d1935000 - 0x1d1972fff DataDetectorsNaturalLanguage arm64e <914953aa2f0b33d4858dec501d342a47> /System/Library/PrivateFrameworks/DataDetectorsNaturalLanguage.framework/DataDetectorsNaturalLanguage 0x1d19d3000 - 0x1d19e2fff DeviceIdentity arm64e <18765398850c3a4cac3935b5b85c8c13> /System/Library/PrivateFrameworks/DeviceIdentity.framework/DeviceIdentity 0x1d1b11000 - 0x1d1b48fff DistributedEvaluation arm64e /System/Library/PrivateFrameworks/DistributedEvaluation.framework/DistributedEvaluation 0x1d1b96000 - 0x1d1c65fff DocumentCamera arm64e <5f609f12378132cbb5675841b044e8fb> /System/Library/PrivateFrameworks/DocumentCamera.framework/DocumentCamera 0x1d1c66000 - 0x1d1ca1fff DocumentManager arm64e /System/Library/PrivateFrameworks/DocumentManager.framework/DocumentManager 0x1d1ca2000 - 0x1d1cc1fff DocumentManagerCore arm64e <0e09b139d55f3f3080eb10d7cdd0acef> /System/Library/PrivateFrameworks/DocumentManagerCore.framework/DocumentManagerCore 0x1d1d4c000 - 0x1d1d4efff DragUI arm64e <04a685e2c8e6333bb4adc3e6ca208560> /System/Library/PrivateFrameworks/DragUI.framework/DragUI 0x1d1d7e000 - 0x1d1daefff EAP8021X arm64e /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X 0x1d1dc5000 - 0x1d1dcffff EmailAddressing arm64e /System/Library/PrivateFrameworks/EmailAddressing.framework/EmailAddressing 0x1d1dde000 - 0x1d1df3fff Engram arm64e <01329b9b6b843b9985b38e04e5185f09> /System/Library/PrivateFrameworks/Engram.framework/Engram 0x1d1f30000 - 0x1d1f37fff ExtensionFoundation arm64e <01dc50fd8a5a3fdb93cbf788c90ae44c> /System/Library/PrivateFrameworks/ExtensionFoundation.framework/ExtensionFoundation 0x1d20c9000 - 0x1d20d1fff FSEvents arm64e /System/Library/PrivateFrameworks/FSEvents.framework/FSEvents 0x1d20d2000 - 0x1d20f1fff FTAWD arm64e <0260eb5e663b32909124240f18a96046> /System/Library/PrivateFrameworks/FTAWD.framework/FTAWD 0x1d20f2000 - 0x1d20f5fff FTClientServices arm64e /System/Library/PrivateFrameworks/FTClientServices.framework/FTClientServices 0x1d20f6000 - 0x1d2509fff FaceCore arm64e <0727bfb81f7335d4a62b373407e20cb2> /System/Library/PrivateFrameworks/FaceCore.framework/FaceCore 0x1d2512000 - 0x1d2517fff FeatureFlagsSupport arm64e <5494fff67c0435a09d6add38315ea46b> /System/Library/PrivateFrameworks/FeatureFlagsSupport.framework/FeatureFlagsSupport 0x1d2518000 - 0x1d2521fff FeedbackLogger arm64e /System/Library/PrivateFrameworks/FeedbackLogger.framework/FeedbackLogger 0x1d26b7000 - 0x1d27f7fff libFontParser.dylib arm64e <3f478f21fa2a3b549c4b54be73367ca8> /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib 0x1d27f8000 - 0x1d2800fff libGSFont.dylib arm64e <4750d311567633aea079f6f4f6755024> /System/Library/PrivateFrameworks/FontServices.framework/libGSFont.dylib 0x1d2801000 - 0x1d283efff libGSFontCache.dylib arm64e /System/Library/PrivateFrameworks/FontServices.framework/libGSFontCache.dylib 0x1d28a5000 - 0x1d28b2fff libhvf.dylib arm64e /System/Library/PrivateFrameworks/FontServices.framework/libhvf.dylib 0x1d28d9000 - 0x1d28f1fff Futhark arm64e <9993d9f7f1cf36958ac3e6e4da335d23> /System/Library/PrivateFrameworks/Futhark.framework/Futhark 0x1d355b000 - 0x1d357afff GenerationalStorage arm64e <817fbc94f28c31cf8431be86c54611fb> /System/Library/PrivateFrameworks/GenerationalStorage.framework/GenerationalStorage 0x1d357b000 - 0x1d3588fff GraphVisualizer arm64e /System/Library/PrivateFrameworks/GraphVisualizer.framework/GraphVisualizer 0x1d35b3000 - 0x1d35bffff HID arm64e <61a4dbd08ef534d6a5903629da0388a7> /System/Library/PrivateFrameworks/HID.framework/HID 0x1d3816000 - 0x1d3887fff Heimdal arm64e /System/Library/PrivateFrameworks/Heimdal.framework/Heimdal 0x1d3a94000 - 0x1d3b0dfff HomeSharing arm64e /System/Library/PrivateFrameworks/HomeSharing.framework/HomeSharing 0x1d3b67000 - 0x1d3b6cfff IDSKVStore arm64e <24ef0b8ff4983f76b3c62da12c2bc5ba> /System/Library/PrivateFrameworks/IDSKVStore.framework/IDSKVStore 0x1d3e92000 - 0x1d3e9bfff IOKitten arm64e <2e57a1528ebe3c648c4e6a4524415a22> /System/Library/PrivateFrameworks/IOKitten.framework/IOKitten 0x1d3e9c000 - 0x1d3e9efff IOSurfaceAccelerator arm64e <0a2b5c3a75293458b9774a97d262ed34> /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/IOSurfaceAccelerator 0x1d3ec2000 - 0x1d3ec9fff IdleTimerServices arm64e <9ec1bef963ab30f2af168c36daa05e2b> /System/Library/PrivateFrameworks/IdleTimerServices.framework/IdleTimerServices 0x1d3ed2000 - 0x1d3ed7fff IncomingCallFilter arm64e /System/Library/PrivateFrameworks/IncomingCallFilter.framework/IncomingCallFilter 0x1d3ed8000 - 0x1d3f54fff InertiaCam arm64e <8a0d897be1e5376690ff99ad196616d0> /System/Library/PrivateFrameworks/InertiaCam.framework/InertiaCam 0x1d3f98000 - 0x1d3fa5fff IntentsFoundation arm64e <8ce4773609ab3fedb58e54a2269d1c64> /System/Library/PrivateFrameworks/IntentsFoundation.framework/IntentsFoundation 0x1d3fc0000 - 0x1d3fc2fff InternationalTextSearch arm64e <504e36028c7b36ed842e02795827dfd1> /System/Library/PrivateFrameworks/InternationalTextSearch.framework/InternationalTextSearch 0x1d3fc3000 - 0x1d3fdffff IntlPreferences arm64e <670f5159e1983a3a9d3699f373f432ec> /System/Library/PrivateFrameworks/IntlPreferences.framework/IntlPreferences 0x1d424b000 - 0x1d424dfff LimitAdTracking arm64e /System/Library/PrivateFrameworks/LimitAdTracking.framework/LimitAdTracking 0x1d424e000 - 0x1d4254fff LinguisticData arm64e /System/Library/PrivateFrameworks/LinguisticData.framework/LinguisticData 0x1d42a5000 - 0x1d42defff LocalAuthenticationPrivateUI arm64e /System/Library/PrivateFrameworks/LocalAuthenticationPrivateUI.framework/LocalAuthenticationPrivateUI 0x1d449c000 - 0x1d449cfff Marco arm64e <95d392e6232330a3a9dc4b10c9d8a45e> /System/Library/PrivateFrameworks/Marco.framework/Marco 0x1d4714000 - 0x1d49defff MediaLibraryCore arm64e <59ac73f9e097348a80617e940212ea5f> /System/Library/PrivateFrameworks/MediaLibraryCore.framework/MediaLibraryCore 0x1d49df000 - 0x1d4a6afff MediaPlatform arm64e /System/Library/PrivateFrameworks/MediaPlatform.framework/MediaPlatform 0x1d4e66000 - 0x1d4f33fff MetalTools arm64e <61b68ff6c532307298feed668d9d7364> /System/Library/PrivateFrameworks/MetalTools.framework/MetalTools 0x1d4f55000 - 0x1d4fa2fff MetricsKit arm64e /System/Library/PrivateFrameworks/MetricsKit.framework/MetricsKit 0x1d4fb3000 - 0x1d4fc7fff MobileBluetooth arm64e <3db1cb197b0837ae85dc9fff4aebff4c> /System/Library/PrivateFrameworks/MobileBluetooth.framework/MobileBluetooth 0x1d4fe7000 - 0x1d4fe9fff MobileObliteration arm64e /System/Library/PrivateFrameworks/MobileObliteration.framework/MobileObliteration 0x1d5048000 - 0x1d504efff MobileSystemServices arm64e /System/Library/PrivateFrameworks/MobileSystemServices.framework/MobileSystemServices 0x1d53f8000 - 0x1d53fefff Netrb arm64e <0d9dcb7385523eb6861032c57fc19614> /System/Library/PrivateFrameworks/Netrb.framework/Netrb 0x1d54bd000 - 0x1d54d6fff NetworkStatistics arm64e /System/Library/PrivateFrameworks/NetworkStatistics.framework/NetworkStatistics 0x1d54d7000 - 0x1d54f5fff NeutrinoKit arm64e <9ff139eb5026378e9806ebe137c14c8d> /System/Library/PrivateFrameworks/NeutrinoKit.framework/NeutrinoKit 0x1d558e000 - 0x1d5590fff OAuth arm64e <63c278e681243cbabbbeab5bbd0478c3> /System/Library/PrivateFrameworks/OAuth.framework/OAuth 0x1d55af000 - 0x1d55effff OTSVG arm64e <26399cb07c713c468c2275f6855f72ef> /System/Library/PrivateFrameworks/OTSVG.framework/OTSVG 0x1d5c24000 - 0x1d5c26fff ParsecSubscriptionServiceSupport arm64e <632a5c22c07738d4a3fb79038d90c79a> /System/Library/PrivateFrameworks/ParsecSubscriptionServiceSupport.framework/ParsecSubscriptionServiceSupport 0x1d5c2b000 - 0x1d5c56fff Pasteboard arm64e <3974423edbb83ff7ac4acefa25539be6> /System/Library/PrivateFrameworks/Pasteboard.framework/Pasteboard 0x1d5c87000 - 0x1d5c92fff PersonaKit arm64e /System/Library/PrivateFrameworks/PersonaKit.framework/PersonaKit 0x1d5c93000 - 0x1d5ca0fff PersonaUI arm64e <9824a9e2c101384b97307d821210caee> /System/Library/PrivateFrameworks/PersonaUI.framework/PersonaUI 0x1d5cc3000 - 0x1d5cc3fff PhoneNumbers arm64e <8068b1103b73301ca2cc7133762da46b> /System/Library/PrivateFrameworks/PhoneNumbers.framework/PhoneNumbers 0x1d5ccc000 - 0x1d5dccfff PhotoImaging arm64e <43f62860123637f89ab80226943ff10d> /System/Library/PrivateFrameworks/PhotoImaging.framework/PhotoImaging 0x1d5dcd000 - 0x1d5e2bfff PhotoLibrary arm64e <41bd0a5c6c3b3b76bf0ce7b7b6b18c82> /System/Library/PrivateFrameworks/PhotoLibrary.framework/PhotoLibrary 0x1d5e75000 - 0x1d5eb2fff PhotosImagingFoundation arm64e /System/Library/PrivateFrameworks/PhotosImagingFoundation.framework/PhotosImagingFoundation 0x1d5eb3000 - 0x1d5efefff PhysicsKit arm64e /System/Library/PrivateFrameworks/PhysicsKit.framework/PhysicsKit 0x1d5fb9000 - 0x1d5fc4fff PointerUIServices arm64e <54cd47d70df63bfa9b18ee642bc0137e> /System/Library/PrivateFrameworks/PointerUIServices.framework/PointerUIServices 0x1d73fd000 - 0x1d7405fff ProgressUI arm64e /System/Library/PrivateFrameworks/ProgressUI.framework/ProgressUI 0x1d7406000 - 0x1d7413fff PrototypeToolsUI arm64e <7ce82c3c83773765bec396d7649ccaf9> /System/Library/PrivateFrameworks/PrototypeToolsUI.framework/PrototypeToolsUI 0x1d7480000 - 0x1d7496fff QuickLookSupport arm64e /System/Library/PrivateFrameworks/QuickLookSupport.framework/QuickLookSupport 0x1d749b000 - 0x1d74a5fff RTCReporting arm64e <0eabf81df93e3c4ab8b6700ea19a8ef0> /System/Library/PrivateFrameworks/RTCReporting.framework/RTCReporting 0x1d77e7000 - 0x1d77f8fff RemoteTextInput arm64e <3d60f26d14cf344788bd7209e3accfe4> /System/Library/PrivateFrameworks/RemoteTextInput.framework/RemoteTextInput 0x1d77f9000 - 0x1d7861fff RemoteUI arm64e /System/Library/PrivateFrameworks/RemoteUI.framework/RemoteUI 0x1d7899000 - 0x1d789dfff RevealCore arm64e /System/Library/PrivateFrameworks/RevealCore.framework/RevealCore 0x1d78b4000 - 0x1d7c3cfff SDAPI arm64e /System/Library/PrivateFrameworks/SDAPI.framework/SDAPI 0x1d7db3000 - 0x1d7de7fff ScreenReaderCore arm64e <9a39de976cfc3b4783134e2ea226c5a2> /System/Library/PrivateFrameworks/ScreenReaderCore.framework/ScreenReaderCore 0x1d7de8000 - 0x1d7e2efff ScreenReaderOutput arm64e <53decdea1a4c3539801a38bd13ae9b32> /System/Library/PrivateFrameworks/ScreenReaderOutput.framework/ScreenReaderOutput 0x1d818e000 - 0x1d8198fff SignpostCollection arm64e /System/Library/PrivateFrameworks/SignpostCollection.framework/SignpostCollection 0x1d8199000 - 0x1d8199fff SignpostMetrics arm64e /System/Library/PrivateFrameworks/SignpostMetrics.framework/SignpostMetrics 0x1d819b000 - 0x1d81dafff SignpostSupport arm64e <76ad0b61b05f33b088a76ca72677f7ae> /System/Library/PrivateFrameworks/SignpostSupport.framework/SignpostSupport 0x1d8aa7000 - 0x1d8aa7fff SoftLinking arm64e <2b1bcbbfba023f4eaa4cabb4737441e5> /System/Library/PrivateFrameworks/SoftLinking.framework/SoftLinking 0x1d8fc3000 - 0x1d9001fff StreamingZip arm64e <75492329a22430229e9e0b5b568d9b56> /System/Library/PrivateFrameworks/StreamingZip.framework/StreamingZip 0x1d9009000 - 0x1d9013fff SymptomDiagnosticReporter arm64e /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/SymptomDiagnosticReporter 0x1d9046000 - 0x1d9062fff SymptomPresentationFeed arm64e <2b43dd82ef8c3b89a5273f3f97c0d7f8> /System/Library/PrivateFrameworks/Symptoms.framework/Frameworks/SymptomPresentationFeed.framework/SymptomPresentationFeed 0x1d90a1000 - 0x1d90b1fff TCC arm64e <503be2baf75c3d9083a63a941d77c334> /System/Library/PrivateFrameworks/TCC.framework/TCC 0x1d99ae000 - 0x1d9a62fff TextureIO arm64e <9a26c192560335b98d3253266c86d1c7> /System/Library/PrivateFrameworks/TextureIO.framework/TextureIO 0x1d9c67000 - 0x1d9c73fff TransparencyDetailsView arm64e <4e1df853018e3eefbf18322cb18c6682> /System/Library/PrivateFrameworks/TransparencyDetailsView.framework/TransparencyDetailsView 0x1d9c87000 - 0x1d9c8efff URLFormatting arm64e /System/Library/PrivateFrameworks/URLFormatting.framework/URLFormatting 0x1da263000 - 0x1da28dfff UsageTracking arm64e <476f7de536103bc6abb8f54eaee4c64d> /System/Library/PrivateFrameworks/UsageTracking.framework/UsageTracking 0x1dad45000 - 0x1dad80fff VoiceOverServices arm64e <588040bafa733586900e56a0e5020afd> /System/Library/PrivateFrameworks/VoiceOverServices.framework/VoiceOverServices 0x1dad8a000 - 0x1dae51fff VoiceTrigger arm64e <7381287d7e5b333fa24c5dcd5e4b6c5a> /System/Library/PrivateFrameworks/VoiceTrigger.framework/VoiceTrigger 0x1daf17000 - 0x1daf18fff WatchdogClient arm64e <7fd564a2b2163e16b064b8a515c81918> /System/Library/PrivateFrameworks/WatchdogClient.framework/WatchdogClient 0x1db1ee000 - 0x1db923fff libwebrtc.dylib arm64e /System/Library/PrivateFrameworks/WebCore.framework/Frameworks/libwebrtc.dylib 0x1db9a1000 - 0x1db9b7fff WebUI arm64e /System/Library/PrivateFrameworks/WebUI.framework/WebUI 0x1dbee1000 - 0x1dbee4fff XCTTargetBootstrap arm64e <8c0bf42cfdfa36fcbf0fe6953940e166> /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/XCTTargetBootstrap 0x1dbf46000 - 0x1dbf65fff caulk arm64e /System/Library/PrivateFrameworks/caulk.framework/caulk 0x1dbf79000 - 0x1dbf86fff iAdServices arm64e /System/Library/PrivateFrameworks/iAdServices.framework/iAdServices 0x1de467000 - 0x1de46cfff kperf arm64e <69f57dd2db363a8587da7b4a473f7647> /System/Library/PrivateFrameworks/kperf.framework/kperf 0x1de46d000 - 0x1de475fff kperfdata arm64e <40c3ffb08469369db26f9ea14c4a79a2> /System/Library/PrivateFrameworks/kperfdata.framework/kperfdata 0x1de476000 - 0x1de48bfff libEDR arm64e <7ac1666003cc31c891c1c18dc211d196> /System/Library/PrivateFrameworks/libEDR.framework/libEDR 0x1de4a4000 - 0x1de4b4fff perfdata arm64e <75fc57c4594538ea8e5f4ea212f43bb8> /System/Library/PrivateFrameworks/perfdata.framework/perfdata 0x1de4b5000 - 0x1de4e5fff vCard arm64e /System/Library/PrivateFrameworks/vCard.framework/vCard 0x1dedff000 - 0x1dee3bfff libAWDSupport.dylib arm64e <882c3f98283b35f3a92b45ae54f62a9c> /usr/lib/libAWDSupport.dylib 0x1dee3c000 - 0x1df1f5fff libAWDSupportFramework.dylib arm64e <86c60ec311753e37bd5cafb6454bcb06> /usr/lib/libAWDSupportFramework.dylib 0x1df372000 - 0x1df381fff libAudioStatistics.dylib arm64e <0adba9bdaa7935aba4954dfaf26f44df> /usr/lib/libAudioStatistics.dylib 0x1df51e000 - 0x1df551fff libCRFSuite.dylib arm64e /usr/lib/libCRFSuite.dylib 0x1df552000 - 0x1df553fff libCTGreenTeaLogger.dylib arm64e <812b8ea956463b5ba463de20b69173de> /usr/lib/libCTGreenTeaLogger.dylib 0x1df554000 - 0x1df55efff libChineseTokenizer.dylib arm64e <2d6c38c1531b3d01b720a44f93cef323> /usr/lib/libChineseTokenizer.dylib 0x1df806000 - 0x1df80dfff libIOReport.dylib arm64e <6149fe3ea1bb31a188a5cb4cc6f0fd78> /usr/lib/libIOReport.dylib 0x1df883000 - 0x1df88afff libMatch.1.dylib arm64e /usr/lib/libMatch.1.dylib 0x1df99b000 - 0x1df99cfff libThaiTokenizer.dylib arm64e <519b9a347abd3e7a8fdf2499bdd9e352> /usr/lib/libThaiTokenizer.dylib 0x1dfad2000 - 0x1dfad4fff libapp_launch_measurement.dylib arm64e /usr/lib/libapp_launch_measurement.dylib 0x1dfad5000 - 0x1dfaebfff libapple_nghttp2.dylib arm64e /usr/lib/libapple_nghttp2.dylib 0x1dfaec000 - 0x1dfb7dfff libate.dylib arm64e /usr/lib/libate.dylib 0x1dfc0d000 - 0x1dfc1dfff libbsm.0.dylib arm64e <70d5b0c38155321f88c29ee18dcc372a> /usr/lib/libbsm.0.dylib 0x1dfc1e000 - 0x1dfc2afff libbz2.1.0.dylib arm64e <84538f4d009d3ee3ab069741061656a1> /usr/lib/libbz2.1.0.dylib 0x1dfc2b000 - 0x1dfc2bfff libcharset.1.dylib arm64e /usr/lib/libcharset.1.dylib 0x1dfc2c000 - 0x1dfc3dfff libcmph.dylib arm64e /usr/lib/libcmph.dylib 0x1dfc3e000 - 0x1dfc55fff libcompression.dylib arm64e <79a34b951ccf3d96bd90641e70705229> /usr/lib/libcompression.dylib 0x1dfc56000 - 0x1dfc6cfff libcoretls.dylib arm64e <8f025f8d28d133bfb7bffcd76119362b> /usr/lib/libcoretls.dylib 0x1dfc6d000 - 0x1dfc6efff libcoretls_cfhelpers.dylib arm64e <85351a7650543f129a91c5cd35ce3606> /usr/lib/libcoretls_cfhelpers.dylib 0x1dfc91000 - 0x1dfc98fff libcupolicy.dylib arm64e <18a72ff08fd13e63ab82eba5dcb4f1be> /usr/lib/libcupolicy.dylib 0x1dfc99000 - 0x1dfca0fff libdns_services.dylib arm64e /usr/lib/libdns_services.dylib 0x1dfca1000 - 0x1dfcbefff libedit.3.dylib arm64e <53feb927ae203e6d94c558b65be676c5> /usr/lib/libedit.3.dylib 0x1dfcbf000 - 0x1dfcbffff libenergytrace.dylib arm64e <93fd96bb029834ba8a176281feb50f0b> /usr/lib/libenergytrace.dylib 0x1dfcc0000 - 0x1dfcd9fff libexpat.1.dylib arm64e <305600b63bdb32c7bf53ab8c921320b4> /usr/lib/libexpat.1.dylib 0x1dfd03000 - 0x1dfd07fff libgermantok.dylib arm64e <8eab8d0dc47e37029ffd10f4dcbb40d4> /usr/lib/libgermantok.dylib 0x1dfd08000 - 0x1dfd0dfff libheimdal-asn1.dylib arm64e <96f2b2bce19f3c6998c15db0090065f6> /usr/lib/libheimdal-asn1.dylib 0x1dfd0e000 - 0x1dfe03fff libiconv.2.dylib arm64e <63eb338b33383476948a14f27e40f8f9> /usr/lib/libiconv.2.dylib 0x1dfe27000 - 0x1dfe28fff liblangid.dylib arm64e <45895c3083db3526820b741ac048d164> /usr/lib/liblangid.dylib 0x1dfe29000 - 0x1dfe34fff liblockdown.dylib arm64e /usr/lib/liblockdown.dylib 0x1dfe35000 - 0x1dfe4dfff liblzma.5.dylib arm64e <43065732fada371b992ab2b2c4624eba> /usr/lib/liblzma.5.dylib 0x1dfe7b000 - 0x1dfecffff libmecab.dylib arm64e /usr/lib/libmecab.dylib 0x1dfed0000 - 0x1e0103fff libmecabra.dylib arm64e <1d5bb1cb6f05364095b28aaba1b8a100> /usr/lib/libmecabra.dylib 0x1e0104000 - 0x1e0116fff libmis.dylib arm64e /usr/lib/libmis.dylib 0x1e0117000 - 0x1e012cfff libnetworkextension.dylib arm64e <9c7e4d27ae4733fbb423150cb215b2df> /usr/lib/libnetworkextension.dylib 0x1e04c9000 - 0x1e0503fff libpcap.A.dylib arm64e <52d89a2c60443daa899c4841a4b7abc9> /usr/lib/libpcap.A.dylib 0x1e0504000 - 0x1e0512fff libperfcheck.dylib arm64e /usr/lib/libperfcheck.dylib 0x1e051a000 - 0x1e052cfff libprequelite.dylib arm64e <8a648e7d14293623ba1291e60bfd320d> /usr/lib/libprequelite.dylib 0x1e052d000 - 0x1e053ffff libprotobuf-lite.dylib arm64e <15b98382f29730fabb9af7e250292143> /usr/lib/libprotobuf-lite.dylib 0x1e0540000 - 0x1e05a1fff libprotobuf.dylib arm64e <88a91562fc1134f4855dfe5eb4d0e91b> /usr/lib/libprotobuf.dylib 0x1e05a2000 - 0x1e0600fff libquic.dylib arm64e <9f2baec3d26e3ae1ae9a169e9ba1f3ca> /usr/lib/libquic.dylib 0x1e0601000 - 0x1e0618fff libresolv.9.dylib arm64e <7db9e99ca409335e90f7af85b71e1414> /usr/lib/libresolv.9.dylib 0x1e0619000 - 0x1e061bfff libsandbox.1.dylib arm64e /usr/lib/libsandbox.1.dylib 0x1e0664000 - 0x1e0667fff libutil.dylib arm64e <91876979deaa3f53b03a2f67f175a381> /usr/lib/libutil.dylib 0x1e0668000 - 0x1e0751fff libxml2.2.dylib arm64e <7f6c0ab2b6a13186b4ccbfd1b763748b> /usr/lib/libxml2.2.dylib 0x1e0756000 - 0x1e077efff libxslt.1.dylib arm64e <2501045ac8243911b2157e48906bd7e7> /usr/lib/libxslt.1.dylib 0x1e077f000 - 0x1e0790fff libz.1.dylib arm64e <5de4ab9f462e32af96561b6abf953192> /usr/lib/libz.1.dylib 0x1e07ca000 - 0x1e07ccfff liblog_network.dylib arm64e <7c0472c7691b37d88b954d04b4130c48> /usr/lib/log/liblog_network.dylib 0x1e0871000 - 0x1e0879fff libswiftCoreAudio.dylib arm64e <382b16c43113378496d24c455d8a5f9a> /usr/lib/swift/libswiftCoreAudio.dylib 0x1e087a000 - 0x1e087efff libswiftCoreData.dylib arm64e <173e7dc4756b36a6a419fa4d8b68c5de> /usr/lib/swift/libswiftCoreData.dylib 0x1e087f000 - 0x1e087ffff libswiftCoreFoundation.dylib arm64e /usr/lib/swift/libswiftCoreFoundation.dylib 0x1e0880000 - 0x1e0880fff libswiftCoreImage.dylib arm64e /usr/lib/swift/libswiftCoreImage.dylib 0x1e0881000 - 0x1e0883fff libswiftCoreLocation.dylib arm64e <49fb07a6bad830ae996fce52c4e5b4f6> /usr/lib/swift/libswiftCoreLocation.dylib 0x1e0892000 - 0x1e08ccfff libswiftCoreMedia.dylib arm64e <29ca6152bb9a349da7f662af092e0763> /usr/lib/swift/libswiftCoreMedia.dylib 0x1e08d9000 - 0x1e08e2fff libswiftDarwin.dylib arm64e <6d267560e5013f3ca97961792d7089d0> /usr/lib/swift/libswiftDarwin.dylib 0x1e0901000 - 0x1e0905fff libswiftMetal.dylib arm64e <593c9fccfa5f31b899ebfd021c651c12> /usr/lib/swift/libswiftMetal.dylib 0x1e0967000 - 0x1e0971fff libswiftPencilKit.dylib arm64e /usr/lib/swift/libswiftPencilKit.dylib 0x1e0978000 - 0x1e0979fff libswiftQuartzCore.dylib arm64e <7fb2d6fdac7239caa8036e41e823ead5> /usr/lib/swift/libswiftQuartzCore.dylib 0x1e09b8000 - 0x1e09cafff libswiftos.dylib arm64e <93f9d1769bd030a8bdede1db8f550614> /usr/lib/swift/libswiftos.dylib 0x1e09df000 - 0x1e09e4fff libcache.dylib arm64e /usr/lib/system/libcache.dylib 0x1e09e5000 - 0x1e09f1fff libcommonCrypto.dylib arm64e <2129f1afe12c32b6adbe25db7bb800f3> /usr/lib/system/libcommonCrypto.dylib 0x1e09f2000 - 0x1e09f5fff libcompiler_rt.dylib arm64e <971aa349c5953cdb92e17ecc1eff874d> /usr/lib/system/libcompiler_rt.dylib 0x1e09f6000 - 0x1e09fefff libcopyfile.dylib arm64e <31a6be830fb33743bef715636d8ee7a2> /usr/lib/system/libcopyfile.dylib 0x1e0ae1000 - 0x1e0ae1fff liblaunch.dylib arm64e <2a8dc138bf1d387b8505c0600ac11829> /usr/lib/system/liblaunch.dylib 0x1e0ae2000 - 0x1e0ae7fff libmacho.dylib arm64e <39844434902132eab1c5a247ca4e6284> /usr/lib/system/libmacho.dylib 0x1e0ae8000 - 0x1e0aeafff libremovefile.dylib arm64e <43ab9de9d434362d9bcb3a75cfd4e594> /usr/lib/system/libremovefile.dylib 0x1e0aeb000 - 0x1e0aecfff libsystem_blocks.dylib arm64e /usr/lib/system/libsystem_blocks.dylib 0x1e0aed000 - 0x1e0aeffff libsystem_collections.dylib arm64e <6a492ae6ed763562a79028c334f80003> /usr/lib/system/libsystem_collections.dylib 0x1e0af0000 - 0x1e0af4fff libsystem_configuration.dylib arm64e /usr/lib/system/libsystem_configuration.dylib 0x1e0af5000 - 0x1e0b06fff libsystem_containermanager.dylib arm64e /usr/lib/system/libsystem_containermanager.dylib 0x1e0b07000 - 0x1e0b08fff libsystem_coreservices.dylib arm64e <7f053a54bc9935e8b6ac7654320dc19c> /usr/lib/system/libsystem_coreservices.dylib 0x1e0b09000 - 0x1e0b12fff libsystem_darwin.dylib arm64e <64e0b8bebbc135f19d36ac9a7ecb4771> /usr/lib/system/libsystem_darwin.dylib 0x1e0b13000 - 0x1e0b1bfff libsystem_dnssd.dylib arm64e <27f1f7ddb2593dfd9656bc8611e3e6e7> /usr/lib/system/libsystem_dnssd.dylib 0x1e0b1c000 - 0x1e0b1efff libsystem_featureflags.dylib arm64e /usr/lib/system/libsystem_featureflags.dylib 0x1e0b1f000 - 0x1e0b4cfff libsystem_m.dylib arm64e <159d362ad8fc3aa0926623dea4f7e179> /usr/lib/system/libsystem_m.dylib 0x1e0b4d000 - 0x1e0b53fff libsystem_platform.dylib arm64e /usr/lib/system/libsystem_platform.dylib 0x1e0b54000 - 0x1e0b54fff libsystem_product_info_filter.dylib arm64e /usr/lib/system/libsystem_product_info_filter.dylib 0x1e0b55000 - 0x1e0b60fff libsystem_pthread.dylib arm64e <36e670e74b8835d488f1ad2ebcfc7b09> /usr/lib/system/libsystem_pthread.dylib 0x1e0b61000 - 0x1e0b64fff libsystem_sandbox.dylib arm64e /usr/lib/system/libsystem_sandbox.dylib 0x1e0b65000 - 0x1e0b6ffff libunwind.dylib arm64e <1110d417a1d9353ca13a27257c9c3e34> /usr/lib/system/libunwind.dylib 0x1e0b70000 - 0x1e0ba4fff libxpc.dylib arm64e <71e5302f09be31168d43ec2d4c27be10> /usr/lib/system/libxpc.dylib 0x1e0c3c000 - 0x1e0c57fff AccessibilitySettingsLoader arm64e /System/Library/AccessibilityBundles/AccessibilitySettingsLoader.bundle/AccessibilitySettingsLoader 0x1e0d22000 - 0x1e0d34fff QuickSpeak arm64e <3d33c678de5a3a0fa3be2363072f1da1> /System/Library/AccessibilityBundles/QuickSpeak.bundle/QuickSpeak 0x1e236a000 - 0x1e237cfff SpotlightLinguistics arm64e <23bb2f7be89536a59afa3eef16e4edb0> /System/Library/PrivateFrameworks/SpotlightLinguistics.framework/SpotlightLinguistics EOF ```

I could use some help checking whether this crashlog matches with the Sentry issue at https://sentry.io/share/issue/44064e4cd9964f09a5ff497b6a90970f/.

guarani commented 4 years ago

Tested and confirmed that WPiOS 15.8.0.0 TestFlight beta crashes for me on iOS 14 with the newly introduced photo privacy settings using slightly modified steps: I had to tap "Select more photo…" a 2nd time after step 7. (2m40s)

I also had to tap "Select more photos" a second time (like @designsimply above) to reproduce this crash on a fresh install.

After the crash, I reopened the app, went to the Media Lib, tapped +, tapped "Choose from my device" and the app crash 💣.

I could use some help checking whether this crashlog matches with the Sentry issue at https://sentry.io/share/issue/44064e4cd9964f09a5ff497b6a90970f/.

Yes, I think it matches. The log you provided is of an EXC_BAD_ACCESS (which is normally a memory issue) and it's in MediaLibraryViewController. Looking at the grouping method used on that Sentry issue (under the "Event Grouping Information" section), it is "custom-fingerprint" of type "memory-corruption". So I would say that Sentry would add your crash as a new event to the issue you referenced.

(I had a look on Sentry for this exact crash but couldn't locate it using is:unresolved release:15.8.0.0 user.email:design5279+190313_1141@gmail.com though 🤔 — not sure why Sentry didn't pick it up.)

guarani commented 2 years ago

The Sentry issue referenced above, https://sentry.io/share/issue/44064e4cd9964f09a5ff497b6a90970f, is causing a lot of crashes again. The actual crash may be different this time, but Sentry's "server side fingerprinting" may be grouping any and all "memory corruption" crashes together under the one Sentry issue.


I noticed this Sentry issue happens weekly, primarily on Mon, Tue, and Wed:

Screen Shot 2022-02-15 at 09 33 47

The crash stack trace references "Weekly Roundup" which may explain why we see this crashes happen on a weekly schedule:

6   WordPress                       0x204db80e0         Blog.title.getter (Blog+Title.swift:7)
7   WordPress                       0x204664cbc         [inlined] WeeklyRoundupNotificationScheduler.scheduleDynamicNotification (WeeklyRoundupBackgroundTask.swift:537)
8   WordPress                       0x204664cbc         WeeklyRoundupNotificationScheduler.scheduleDynamicNotification (WeeklyRoundupBackgroundTask.swift:536)
9   WordPress                       0x2046645f4         WeeklyRoundupBackgroundTask.run (WeeklyRoundupBackgroundTask.swift:420)

👋 @frosty, given this relates to the Weekly Roundup code (which I think is also known as Blogging Reminders, correct me if I'm wrong), would you know who could look into this further?

guarani commented 2 years ago

I created a new issue for the crash mentioned in the above comment: https://github.com/wordpress-mobile/WordPress-iOS/issues/17956 cc @frosty