mozilla / application-services

Firefox Application Services
https://mozilla.github.io/application-services/
Other
611 stars 225 forks source link

beginOauthFlow - Lockwise iOS Crashes #2279

Closed kaylagalway closed 4 years ago

kaylagalway commented 4 years ago

There has been a large uptick in crash reports in the new version of Lockwise iOS (1.7.0) that seem to lead back to the beginOathFlow function. Within this update, the app was updated from Xcode 10 to Xcode 11.2.1. The application services framework was updated from v0.32.1 to v0.42.3.

The relevant portion of the crash logs are here:


CrashReporter Key:   5d58b0f26a009d004644ffd32b63bbe0af388ee9
Hardware Model:      iPhone11,8
Process:             Firefox Lockbox [23773]
Path:                /private/var/containers/Bundle/Application/7DB9E195-BD96-4D1B-8C51-49708761CBC6/Firefox Lockbox.app/Firefox Lockbox
Identifier:          org.mozilla.ios.Lockbox
Version:             3902 (1.7.0)
AppStoreTools:       11B48b
AppVariant:          1:iPhone11,8:13
Code Type:           ARM-64 (Native)
Role:                Foreground
Parent Process:      launchd [1]
Coalition:           org.mozilla.ios.Lockbox [1016]
Date/Time:           2019-11-25 14:58:48.1907 +0100
Launch Time:         2019-11-25 14:58:46.7381 +0100
OS Version:          iPhone OS 13.2.3 (17B111)
Release Type:        User
Baseband Version:    2.02.12
Report Version:      104
Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
Exception Subtype: KERN_INVALID_ADDRESS at 0x0000000000000000
VM Region Info: 0 is not in any region.  Bytes before following region: 4339351552
      REGION TYPE                      START - END             [ VSIZE] PRT/MAX SHRMOD  REGION DETAIL
      UNUSED SPACE AT START
--->  
      __TEXT                 0000000102a54000-0000000102a58000 [   16K] r-x/r-x SM=COW  ...refox Lockbox
Termination Signal: Segmentation fault: 11
Termination Reason: Namespace SIGNAL, Code 0xb
Terminating Process: exc handler [23773]
Triggered by Thread:  0
Thread 0 name:
Thread 0 Crashed:
0   WebKit                          0x0000000191fe2a58 WTF::Detail::CallableWrapper<WebKit::WebsiteDataStore::fetchDataAndApply(WTF::OptionSet<WebKit::W... + 48 (Function.h:79)
1   JavaScriptCore                  0x00000001996b13a8 WTF::RunLoop::performWork() + 356 (Function.h:79)
2   JavaScriptCore                  0x00000001996b13a8 WTF::RunLoop::performWork() + 356 (Function.h:79)
3   JavaScriptCore                  0x00000001996b1624 WTF::RunLoop::performWork(void*) + 40 (RunLoopCF.cpp:38)
4   CoreFoundation                  0x000000018a50724c __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 28 (CFRunLoop.c:1922)
5   CoreFoundation                  0x000000018a5071a0 __CFRunLoopDoSource0 + 84 (CFRunLoop.c:1956)
6   CoreFoundation                  0x000000018a50690c __CFRunLoopDoSources0 + 184 (CFRunLoop.c:1992)
7   CoreFoundation                  0x000000018a5017d8 __CFRunLoopRun + 1068 (CFRunLoop.c:2882)
8   CoreFoundation                  0x000000018a501084 CFRunLoopRunSpecific + 480 (CFRunLoop.c:3192)
9   GraphicsServices                0x000000019474f534 GSEventRunModal + 108 (GSEvent.c:2246)
10  UIKitCore                       0x000000018e671670 UIApplicationMain + 1940 (UIApplication.m:4758)
11  Firefox Lockbox                 0x0000000102a58504 main + 68 (AppDelegate.swift:12)
12  libdyld.dylib                   0x000000018a380e18 start + 4
Thread 1 name:
Thread 1:
0   libsystem_kernel.dylib          0x000000018a376ccc __psynch_cvwait + 8
1   libsystem_pthread.dylib         0x000000018a2994fc _pthread_cond_wait + 680 (pthread_cond.c:591)
2   Firefox Lockbox                 0x0000000102daff30 std::sys::unix::condvar::Condvar::wait_timeout::h08dabe209171db44 + 220 (condvar.rs:157)
3   Firefox Lockbox                 0x0000000102dafbe0 std::thread::park_timeout::h582ababe4c2f3f4c + 356 (condvar.rs:51)
4   Firefox Lockbox                 0x0000000102c312f0 viaduct::backend::send::hab9fc07cb658defb + 9952 (wait.rs:122)
5   Firefox Lockbox                 0x0000000102bb6774 fxa_client::config::Config::remote_config::h3a19bf2f71470689 + 544 (lib.rs:83)
6   Firefox Lockbox                 0x0000000102b93ba8 std::panicking::try::do_call::h26bddc28d50c3df3 + 340 (config.rs:185)
7   Firefox Lockbox                 0x0000000102db4768 __rust_maybe_catch_panic + 36 (lib.rs:80)
8   Firefox Lockbox                 0x0000000102b9a00c fxa_begin_oauth_flow + 188 (panicking.rs:275)
9   Firefox Lockbox                 0x0000000102aef020 closure #1 in FirefoxAccount.beginOAuthFlow(scopes:completionHandler:) + 604 (FirefoxAccount.swift:208)
10  Firefox Lockbox                 0x0000000102a76138 thunk for @escaping @callee_guaranteed () -> () + 28 (<compiler-generated>:0)
11  libdispatch.dylib               0x000000018a230b7c _dispatch_call_block_and_release + 32 (init.c:1408)
12  libdispatch.dylib               0x000000018a231fd8 _dispatch_client_callout + 20 (object.m:495)
13  libdispatch.dylib               0x000000018a238450 _dispatch_lane_serial_drain + 568 (inline_internal.h:2484)
14  libdispatch.dylib               0x000000018a238e7c _dispatch_lane_invoke + 368 (inline_internal.h:1851)
15  libdispatch.dylib               0x000000018a241f20 _dispatch_workloop_worker_thread + 580 (queue.c:6445)
16  libsystem_pthread.dylib         0x000000018a297a94 _pthread_wqthread + 280 (pthread.c:2323)
17  libsystem_pthread.dylib         0x000000018a29dc7c start_wqthread + 8```

┆Issue is synchronized with this [Jira Story](https://jira.mozilla.com/browse/SYNC-445)
┆Sprint: SYNC - end 2019-12-06
kaylagalway commented 4 years ago
Entire example crash log is below (CLICK TO EXPAND) ``` Incident Identifier: D9AC7585-3D2B-43EB-91EE-7CF70CC42BE2 CrashReporter Key: 5d58b0f26a009d004644ffd32b63bbe0af388ee9 Hardware Model: iPhone11,8 Process: Firefox Lockbox [23773] Path: /private/var/containers/Bundle/Application/7DB9E195-BD96-4D1B-8C51-49708761CBC6/Firefox Lockbox.app/Firefox Lockbox Identifier: org.mozilla.ios.Lockbox Version: 3902 (1.7.0) AppStoreTools: 11B48b AppVariant: 1:iPhone11,8:13 Code Type: ARM-64 (Native) Role: Foreground Parent Process: launchd [1] Coalition: org.mozilla.ios.Lockbox [1016] Date/Time: 2019-11-25 14:58:48.1907 +0100 Launch Time: 2019-11-25 14:58:46.7381 +0100 OS Version: iPhone OS 13.2.3 (17B111) Release Type: User Baseband Version: 2.02.12 Report Version: 104 Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Subtype: KERN_INVALID_ADDRESS at 0x0000000000000000 VM Region Info: 0 is not in any region. Bytes before following region: 4339351552 REGION TYPE START - END [ VSIZE] PRT/MAX SHRMOD REGION DETAIL UNUSED SPACE AT START ---> __TEXT 0000000102a54000-0000000102a58000 [ 16K] r-x/r-x SM=COW ...refox Lockbox Termination Signal: Segmentation fault: 11 Termination Reason: Namespace SIGNAL, Code 0xb Terminating Process: exc handler [23773] Triggered by Thread: 0 Thread 0 name: Thread 0 Crashed: 0 WebKit 0x0000000191fe2a58 WTF::Detail::CallableWrapper () + 28 (:0) 11 libdispatch.dylib 0x000000018a230b7c _dispatch_call_block_and_release + 32 (init.c:1408) 12 libdispatch.dylib 0x000000018a231fd8 _dispatch_client_callout + 20 (object.m:495) 13 libdispatch.dylib 0x000000018a238450 _dispatch_lane_serial_drain + 568 (inline_internal.h:2484) 14 libdispatch.dylib 0x000000018a238e7c _dispatch_lane_invoke + 368 (inline_internal.h:1851) 15 libdispatch.dylib 0x000000018a241f20 _dispatch_workloop_worker_thread + 580 (queue.c:6445) 16 libsystem_pthread.dylib 0x000000018a297a94 _pthread_wqthread + 280 (pthread.c:2323) 17 libsystem_pthread.dylib 0x000000018a29dc7c start_wqthread + 8 Thread 2: 0 libsystem_pthread.dylib 0x000000018a29dc74 start_wqthread + 0 Thread 3 name: Thread 3: 0 libsystem_kernel.dylib 0x000000018a378a2c kevent_id + 8 1 libdispatch.dylib 0x000000018a24ec74 _dispatch_kq_poll + 332 (event_kevent.c:750) 2 libdispatch.dylib 0x000000018a24f63c _dispatch_event_loop_wait_for_ownership + 416 (event_kevent.c:2222) 3 libdispatch.dylib 0x000000018a23ea90 __DISPATCH_WAIT_FOR_QUEUE__ + 308 (queue.c:1651) 4 libdispatch.dylib 0x000000018a23e698 _dispatch_sync_f_slow + 144 (queue.c:1732) 5 libswiftDispatch.dylib 0x00000001bf6a59c8 $sSo17OS_dispatch_queueC4sync7executeyyyXE_tFTO + 172 (:0) 6 libswiftDispatch.dylib 0x00000001bf6ab700 $sSo17OS_dispatch_queueC4sync7executeyyyXE_tFTOTA + 24 (:0) 7 libswiftDispatch.dylib 0x00000001bf6a5264 $sSo17OS_dispatch_queueC8DispatchE11_syncHelper33_F417D752D2C4E9330E1C700411CE0C6ALL2fn7execute6r... + 244 (Queue.swift:305) 8 libswiftDispatch.dylib 0x00000001bf6a58f4 $sSo17OS_dispatch_queueC8DispatchE4sync7executexxyKXE_tKlF + 136 (Queue.swift:355) 9 Firefox Lockbox 0x0000000102aec030 FirefoxAccount.__allocating_init(config:) + 156 (FirefoxAccount.swift:68) 10 Firefox Lockbox 0x0000000102ab0944 AccountStore.initFxa() + 432 (AccountStore.swift:123) 11 Firefox Lockbox 0x0000000102ab01cc AccountStore.clear() + 1180 (AccountStore.swift:157) 12 Firefox Lockbox 0x0000000102aaf80c closure #1 in AccountStore.initialized() + 164 (AccountStore.swift:88) 13 RxSwift 0x0000000103738ca4 closure #1 in ObservableType.subscribe(onNext:onError:onCompleted:onDisposed:) + 392 (ObservableType+Extensions.swift:65) 14 RxSwift 0x0000000103738ea4 partial apply for closure #1 in ObservableType.subscribe(onNext:onError:onCompleted:onDisposed:) + 44 (:0) 15 RxSwift 0x00000001037523e0 AnonymousObserver.onCore(_:) + 40 (AnonymousObserver.swift:22) 16 RxSwift 0x000000010373a6c4 ObserverBase.on(_:) + 192 (ObserverBase.swift:16) 17 RxSwift 0x000000010373a980 protocol witness for ObserverType.on(_:) in conformance ObserverBase + 28 (:0) 18 RxSwift 0x00000001037510a8 Sink.forwardOn(_:) + 112 (Sink.swift:34) 19 RxSwift 0x0000000103798668 MapSink.on(_:) + 628 (Map.swift:44) 20 RxSwift 0x00000001037987dc protocol witness for ObserverType.on(_:) in conformance MapSink + 20 (:0) 21 RxSwift 0x00000001037510a8 Sink.forwardOn(_:) + 112 (Sink.swift:34) 22 RxSwift 0x00000001037110ac FilterSink.on(_:) + 440 (Filter.swift:60) 23 RxSwift 0x000000010371120c protocol witness for ObserverType.on(_:) in conformance FilterSink + 20 (:0) 24 RxSwift 0x00000001037a8fa8 partial apply + 76 (:0) 25 RxSwift 0x000000010372a270 thunk for @escaping @callee_guaranteed (@in_guaranteed Event) -> () + 20 (:0) 26 RxSwift 0x0000000103752674 PublishSubject.on(_:) + 260 (Bag+Rx.swift:22) 27 RxSwift 0x0000000103753754 protocol witness for ObserverType.on(_:) in conformance PublishSubject + 20 (:0) 28 RxSwift 0x00000001037a8d3c ObserverType.onNext(_:) + 188 (ObserverType.swift:30) 29 Firefox Lockbox 0x0000000102aa68a8 BaseDataStore.pushError(_:) + 880 (Dispatcher.swift:24) 30 Firefox Lockbox 0x0000000102aa865c closure #1 in BaseDataStore.reset() + 468 (BaseDataStore.swift:408) 31 Firefox Lockbox 0x0000000102a76138 thunk for @escaping @callee_guaranteed () -> () + 28 (:0) 32 libdispatch.dylib 0x000000018a230b7c _dispatch_call_block_and_release + 32 (init.c:1408) 33 libdispatch.dylib 0x000000018a231fd8 _dispatch_client_callout + 20 (object.m:495) 34 libdispatch.dylib 0x000000018a238450 _dispatch_lane_serial_drain + 568 (inline_internal.h:2484) 35 libdispatch.dylib 0x000000018a238e7c _dispatch_lane_invoke + 368 (inline_internal.h:1851) 36 libdispatch.dylib 0x000000018a241f20 _dispatch_workloop_worker_thread + 580 (queue.c:6445) 37 libsystem_pthread.dylib 0x000000018a297a94 _pthread_wqthread + 280 (pthread.c:2323) 38 libsystem_pthread.dylib 0x000000018a29dc7c start_wqthread + 8 Thread 4 name: Thread 4: 0 libsystem_kernel.dylib 0x000000018a375b94 __channel_sync + 8 1 libnetwork.dylib 0x000000018c9bd288 nw_channel_add_input_frames + 4436 (channel.c:1133) 2 libnetwork.dylib 0x000000018c9bc0b8 nw_channel_update_input_source + 172 (channel.c:1195) 3 libnetwork.dylib 0x000000018c9bb8c8 __nw_channel_create_block_invoke.32 + 56 (channel.c:2056) 4 libdispatch.dylib 0x000000018a231fd8 _dispatch_client_callout + 20 (object.m:495) 5 libdispatch.dylib 0x000000018a234758 _dispatch_continuation_pop + 408 (inline_internal.h:2484) 6 libdispatch.dylib 0x000000018a244f18 _dispatch_source_invoke2 + 892 (source.c:568) 7 libdispatch.dylib 0x000000018a2448c4 _dispatch_source_invoke + 428 (inline_internal.h:1851) 8 libdispatch.dylib 0x000000018a239fd0 _dispatch_workloop_invoke2 + 572 (inline_internal.h:2525) 9 libdispatch.dylib 0x000000018a239aec _dispatch_workloop_invoke + 428 (inline_internal.h:1851) 10 libdispatch.dylib 0x000000018a241f20 _dispatch_workloop_worker_thread + 580 (queue.c:6445) 11 libsystem_pthread.dylib 0x000000018a297a94 _pthread_wqthread + 280 (pthread.c:2323) 12 libsystem_pthread.dylib 0x000000018a29dc7c start_wqthread + 8 Thread 5 name: Thread 5: 0 libsystem_kernel.dylib 0x000000018a354c04 mach_msg_trap + 8 1 libsystem_kernel.dylib 0x000000018a354020 mach_msg + 76 (mach_msg.c:103) 2 CoreFoundation 0x000000018a506aa8 __CFRunLoopServiceMachPort + 220 (CFRunLoop.c:2575) 3 CoreFoundation 0x000000018a501940 __CFRunLoopRun + 1428 (CFRunLoop.c:2931) 4 CoreFoundation 0x000000018a501084 CFRunLoopRunSpecific + 480 (CFRunLoop.c:3192) 5 Foundation 0x000000018a8463d0 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 232 (NSRunLoop.m:374) 6 Foundation 0x000000018a8462a8 -[NSRunLoop(NSRunLoop) runUntilDate:] + 92 (NSRunLoop.m:421) 7 UIKitCore 0x000000018e70d148 -[UIEventFetcher threadMain] + 156 (UIEventFetcher.m:637) 8 Foundation 0x000000018a845034 -[NSThread main] + 40 (NSThread.m:760) 9 Foundation 0x000000018a980a8c __NSThread__start__ + 852 (NSThread.m:724) 10 libsystem_pthread.dylib 0x000000018a295d50 _pthread_start + 128 (pthread.c:895) 11 libsystem_pthread.dylib 0x000000018a29dc88 thread_start + 8 Thread 6: 0 libsystem_pthread.dylib 0x000000018a29dc74 start_wqthread + 0 Thread 7: 0 libsystem_pthread.dylib 0x000000018a29dc74 start_wqthread + 0 Thread 8: 0 libsystem_pthread.dylib 0x000000018a29dc74 start_wqthread + 0 Thread 9 name: Thread 9: 0 libsystem_kernel.dylib 0x000000018a376ccc __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x000000018a2994fc _pthread_cond_wait + 680 (pthread_cond.c:591) 2 libc++.1.dylib 0x000000018a3cad04 std::__1::condition_variable::wait(std::__1::unique_lock&) + 28 (__threading_support:287) 3 JavaScriptCore 0x0000000199703dbc void std::__1::condition_variable_any::wait >(std::__1::uni... + 104 (condition_variable:204) 4 JavaScriptCore 0x0000000199707820 bmalloc::Scavenger::threadRunLoop() + 196 (condition_variable:213) 5 JavaScriptCore 0x0000000199707518 bmalloc::Scavenger::threadEntryPoint(bmalloc::Scavenger*) + 16 (Scavenger.cpp:384) 6 JavaScriptCore 0x000000019970885c void* std::__1::__thread_proxy /var/containers/Bundle/Application/7DB9E195-BD96-4D1B-8C51-49708761CBC6/Firefox Lockbox.app/Firefox Lockbox 0x1031f8000 - 0x103237fff AdjustSdk arm64 <3ebe9db1f5a33e898c9c935a92e2ce2f> /var/containers/Bundle/Application/7DB9E195-BD96-4D1B-8C51-49708761CBC6/Firefox Lockbox.app/Frameworks/AdjustSdk.framework/AdjustSdk 0x103278000 - 0x10328ffff Differentiator arm64 /var/containers/Bundle/Application/7DB9E195-BD96-4D1B-8C51-49708761CBC6/Firefox Lockbox.app/Frameworks/Differentiator.framework/Differentiator 0x1032c0000 - 0x1032cffff SwiftKeychainWrapper arm64 /var/containers/Bundle/Application/7DB9E195-BD96-4D1B-8C51-49708761CBC6/Firefox Lockbox.app/Frameworks/SwiftKeychainWrapper.framework/SwiftKeychainWrapper 0x1032f4000 - 0x10335bfff dyld arm64e /usr/lib/dyld 0x1033d8000 - 0x103463fff RxCocoa arm64 <2da62210a23639bda2f55c7dcb706169> /var/containers/Bundle/Application/7DB9E195-BD96-4D1B-8C51-49708761CBC6/Firefox Lockbox.app/Frameworks/RxCocoa.framework/RxCocoa 0x1035d0000 - 0x1035e7fff RxDataSources arm64 <88341b1e76e531fc9317274a05116372> /var/containers/Bundle/Application/7DB9E195-BD96-4D1B-8C51-49708761CBC6/Firefox Lockbox.app/Frameworks/RxDataSources.framework/RxDataSources 0x103638000 - 0x103667fff Telemetry arm64 <672e5cbf3e7f369494a4b3767b6edeb2> /var/containers/Bundle/Application/7DB9E195-BD96-4D1B-8C51-49708761CBC6/Firefox Lockbox.app/Frameworks/Telemetry.framework/Telemetry 0x1036c4000 - 0x1036cffff RxRelay arm64 /var/containers/Bundle/Application/7DB9E195-BD96-4D1B-8C51-49708761CBC6/Firefox Lockbox.app/Frameworks/RxRelay.framework/RxRelay 0x1036e4000 - 0x1036effff RxOptional arm64 <1e4cd7d72af7315fa5bf045179e39a05> /var/containers/Bundle/Application/7DB9E195-BD96-4D1B-8C51-49708761CBC6/Firefox Lockbox.app/Frameworks/RxOptional.framework/RxOptional 0x103708000 - 0x1037dbfff RxSwift arm64 /var/containers/Bundle/Application/7DB9E195-BD96-4D1B-8C51-49708761CBC6/Firefox Lockbox.app/Frameworks/RxSwift.framework/RxSwift 0x103a00000 - 0x103acffff SwiftProtobuf arm64 <3e28053f94a6378aad04a14e2f792587> /var/containers/Bundle/Application/7DB9E195-BD96-4D1B-8C51-49708761CBC6/Firefox Lockbox.app/Frameworks/SwiftProtobuf.framework/SwiftProtobuf 0x103ca8000 - 0x103cebfff Sentry arm64 <9a55d7908764340ea46a230e6594cae3> /var/containers/Bundle/Application/7DB9E195-BD96-4D1B-8C51-49708761CBC6/Firefox Lockbox.app/Frameworks/Sentry.framework/Sentry 0x103d60000 - 0x103d6bfff Reachability arm64 <486fe98fc8753f56ad21798f0c5e862f> /var/containers/Bundle/Application/7DB9E195-BD96-4D1B-8C51-49708761CBC6/Firefox Lockbox.app/Frameworks/Reachability.framework/Reachability 0x105b48000 - 0x105b53fff libobjc-trampolines.dylib arm64e <31d46b4d9de231598e87e313a1d483bf> /usr/lib/libobjc-trampolines.dylib 0x18a164000 - 0x18a17afff libsystem_trace.dylib arm64e <0a180b428ada35968b86432d24b45e23> /usr/lib/system/libsystem_trace.dylib 0x18a17b000 - 0x18a1aefff libxpc.dylib arm64e <30c739e9b96c3cbe9ed8db1bda3f804e> /usr/lib/system/libxpc.dylib 0x18a1af000 - 0x18a1affff libsystem_blocks.dylib arm64e /usr/lib/system/libsystem_blocks.dylib 0x18a1b0000 - 0x18a22efff libsystem_c.dylib arm64e <7915a50162793beb9eda380d001391f4> /usr/lib/system/libsystem_c.dylib 0x18a22f000 - 0x18a26bfff libdispatch.dylib arm64e /usr/lib/system/libdispatch.dylib 0x18a26c000 - 0x18a28cfff libsystem_malloc.dylib arm64e <4001cd16e1d13a03bda26cd62f2c20a3> /usr/lib/system/libsystem_malloc.dylib 0x18a28d000 - 0x18a293fff libsystem_platform.dylib arm64e <68c3ee8aba3632d788d9b4e2fcce7cf5> /usr/lib/system/libsystem_platform.dylib 0x18a294000 - 0x18a29efff libsystem_pthread.dylib arm64e /usr/lib/system/libsystem_pthread.dylib 0x18a29f000 - 0x18a2cffff libobjc.A.dylib arm64e <9e6ef7813ed73536ab5a2ceca74a129f> /usr/lib/libobjc.A.dylib 0x18a2d0000 - 0x18a33cfff libcorecrypto.dylib arm64e <3181fe49e5173af4918f2936dc9007e4> /usr/lib/system/libcorecrypto.dylib 0x18a33d000 - 0x18a350fff libc++abi.dylib arm64e /usr/lib/libc++abi.dylib 0x18a351000 - 0x18a37ffff libsystem_kernel.dylib arm64e /usr/lib/system/libsystem_kernel.dylib 0x18a380000 - 0x18a3b3fff libdyld.dylib arm64e <2de87b302cb130c29c0e4bb9022d71e8> /usr/lib/system/libdyld.dylib 0x18a3b4000 - 0x18a3bbfff libsystem_darwin.dylib arm64e <8d80cf5abc1f3137b27cd14b45d0f18e> /usr/lib/system/libsystem_darwin.dylib 0x18a3bc000 - 0x18a416fff libc++.1.dylib arm64e <3acc748cc38735f1999b2a02ac4063b9> /usr/lib/libc++.1.dylib 0x18a417000 - 0x18a458fff libsystem_info.dylib arm64e <11fe0a87e54239839a89d21b50139b3f> /usr/lib/system/libsystem_info.dylib 0x18a459000 - 0x18a7d6fff CoreFoundation arm64e <046f17df03a83d0399f5bd4cff8123c4> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation 0x18a7d7000 - 0x18a83dfff SystemConfiguration arm64e <6b2854d0c9403706a3aa94072832bcca> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration 0x18a83e000 - 0x18ab09fff Foundation arm64e /System/Library/Frameworks/Foundation.framework/Foundation 0x18ab0a000 - 0x18ab3cfff libCRFSuite.dylib arm64e <6cae8ba003de3597b87f393ab38b6340> /usr/lib/libCRFSuite.dylib 0x18ab3d000 - 0x18acbffff CoreServices arm64e <21793959de603a65bc5857bb2e3cc785> /System/Library/Frameworks/CoreServices.framework/CoreServices 0x18acc0000 - 0x18ad22fff libSparse.dylib arm64e <7676b663a67534179f805e5f5debda03> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparse.dylib 0x18ad23000 - 0x18b21efff ImageIO arm64e <0b88e99a3e113afaa507432fe2f4ac8e> /System/Library/Frameworks/ImageIO.framework/ImageIO 0x18b21f000 - 0x18b221fff ConstantClasses arm64e /System/Library/PrivateFrameworks/ConstantClasses.framework/ConstantClasses 0x18b222000 - 0x18b3bafff CoreText arm64e <76fbacb08c7a336eb31ee0d502c1afe6> /System/Library/Frameworks/CoreText.framework/CoreText 0x18b3bb000 - 0x18b4f0fff Security arm64e /System/Library/Frameworks/Security.framework/Security 0x18b4f1000 - 0x18b597fff IOKit arm64e /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x18b598000 - 0x18b5cffff libMobileGestalt.dylib arm64e /usr/lib/libMobileGestalt.dylib 0x18b5d0000 - 0x18b62efff libprotobuf.dylib arm64e <6fe35c29eb343d349832ec0a914b1c58> /usr/lib/libprotobuf.dylib 0x18b62f000 - 0x18b641fff libprotobuf-lite.dylib arm64e <541955e037ea393aa77930c0f31aa342> /usr/lib/libprotobuf-lite.dylib 0x18b642000 - 0x18b8a2fff libicucore.A.dylib arm64e <0a6d5b170c803985b529d5250b7e7f1c> /usr/lib/libicucore.A.dylib 0x18b8a3000 - 0x18b8ccfff CoreServicesInternal arm64e /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesInternal 0x18b8cd000 - 0x18b914fff WirelessDiagnostics arm64e <8080517b6073306aabc0a4271e6fc523> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/WirelessDiagnostics 0x18b915000 - 0x18b950fff libAWDSupport.dylib arm64e <91090a39c28f370581f3f4c26831b251> /usr/lib/libAWDSupport.dylib 0x18b951000 - 0x18bd99fff CoreAudio arm64e <7d43eea042bc30ed936f949a61aa31aa> /System/Library/Frameworks/CoreAudio.framework/CoreAudio 0x18bd9a000 - 0x18c072fff CoreImage arm64e /System/Library/Frameworks/CoreImage.framework/CoreImage 0x18c073000 - 0x18c166fff LanguageModeling arm64e /System/Library/PrivateFrameworks/LanguageModeling.framework/LanguageModeling 0x18c167000 - 0x18c1adfff Lexicon arm64e <5e1037ca316b3a3cbe6faa517d742044> /System/Library/PrivateFrameworks/Lexicon.framework/Lexicon 0x18c1ae000 - 0x18c334fff libsqlite3.dylib arm64e <6f443b783aea3326927def392fbf8d55> /usr/lib/libsqlite3.dylib 0x18c335000 - 0x18c367fff MobileKeyBag arm64e <0ed58e2520ae3b71ba83d52b5652ceda> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag 0x18c368000 - 0x18c371fff libsystem_notify.dylib arm64e /usr/lib/system/libsystem_notify.dylib 0x18c372000 - 0x18c547fff CoreDuet arm64e /System/Library/PrivateFrameworks/CoreDuet.framework/CoreDuet 0x18c548000 - 0x18c68efff Montreal arm64e <4321fdc4d0803526b0e460d0ba2864be> /System/Library/PrivateFrameworks/Montreal.framework/Montreal 0x18c68f000 - 0x18c774fff NLP arm64e <87ed7d311bdf3bf6a89f75b4a8dfbfa7> /System/Library/PrivateFrameworks/NLP.framework/NLP 0x18c775000 - 0x18c793fff CellularPlanManager arm64e /System/Library/PrivateFrameworks/CellularPlanManager.framework/CellularPlanManager 0x18c794000 - 0x18c7d1fff AppSupport arm64e /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport 0x18c7d2000 - 0x18cca7fff libnetwork.dylib arm64e /usr/lib/libnetwork.dylib 0x18cca8000 - 0x18cdb8fff ManagedConfiguration arm64e /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration 0x18cdb9000 - 0x18cde3fff CoreServicesStore arm64e <1fdcb47cb69b3a30bab3965acb24236a> /System/Library/PrivateFrameworks/CoreServicesStore.framework/CoreServicesStore 0x18cde4000 - 0x18ce05fff UserManagement arm64e <6facf1dd3d5b3e9bbb3678374f92da8a> /System/Library/PrivateFrameworks/UserManagement.framework/UserManagement 0x18ce06000 - 0x18d0bdfff CoreML arm64e /System/Library/Frameworks/CoreML.framework/CoreML 0x18d0be000 - 0x18d0d4fff ProtocolBuffer arm64e <1a70644e171d3bd39be565fb6cfa2666> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer 0x18d0d5000 - 0x18d0effff CommonUtilities arm64e <4ae1515b387a3301aa71d6e08d386ce5> /System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities 0x18d0f0000 - 0x18d0f0fff libenergytrace.dylib arm64e /usr/lib/libenergytrace.dylib 0x18d0f1000 - 0x18d129fff RunningBoardServices arm64e <37342ed2fad23631a72191dec449acf5> /System/Library/PrivateFrameworks/RunningBoardServices.framework/RunningBoardServices 0x18d12a000 - 0x18d1a2fff BaseBoard arm64e <525c9d18b5f63ecba1a3ea4727d7a5aa> /System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard 0x18d1a3000 - 0x18d716fff SiriTTS arm64e <02cefe2e6e8a3d16bd2bc179531b7669> /System/Library/PrivateFrameworks/SiriTTS.framework/SiriTTS 0x18d717000 - 0x18d789fff CoreLocation arm64e /System/Library/Frameworks/CoreLocation.framework/CoreLocation 0x18d797000 - 0x18d7edfff Accounts arm64e <6383d77e057a3043846fa9f41d0a2f4b> /System/Library/Frameworks/Accounts.framework/Accounts 0x18d7ee000 - 0x18d7fefff SharedWebCredentials arm64e /System/Library/PrivateFrameworks/SharedWebCredentials.framework/SharedWebCredentials 0x18d7ff000 - 0x18db4bfff CFNetwork arm64e /System/Library/Frameworks/CFNetwork.framework/CFNetwork 0x18db4c000 - 0x18dc2efff UIFoundation arm64e <601db17b4b1730a9962ad27a531f470c> /System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation 0x18dc2f000 - 0x18ed4ffff UIKitCore arm64e /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore 0x18ed50000 - 0x18ed5efff AssertionServices arm64e <5e4ca163a6e83795abf587da60bed4a2> /System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices 0x18ed5f000 - 0x18ee36fff CoreTelephony arm64e /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony 0x18ee37000 - 0x18ee3cfff AggregateDictionary arm64e <845377e457cc3940ae87893a4b0da061> /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary 0x18ee3d000 - 0x18ee53fff libsystem_asl.dylib arm64e <1f471e2643e531c6a20a72ca7a120419> /usr/lib/system/libsystem_asl.dylib 0x18ee54000 - 0x18eecefff CloudDocs arm64e /System/Library/PrivateFrameworks/CloudDocs.framework/CloudDocs 0x18eecf000 - 0x18f1fefff CoreData arm64e <07a6b8a081df3bb5a3c9f4d8abe0c486> /System/Library/Frameworks/CoreData.framework/CoreData 0x18f1ff000 - 0x18f42bfff Vision arm64e <8c3d770e4f663ea3896d262725042c74> /System/Library/Frameworks/Vision.framework/Vision 0x18f42c000 - 0x18f470fff PhotoFoundation arm64e <25fa6567168b3f139d3ff8d02140d87a> /System/Library/PrivateFrameworks/PhotoFoundation.framework/PhotoFoundation 0x18f471000 - 0x18f49cfff BoardServices arm64e <9258e27b9083347bb48c14490a5602dd> /System/Library/PrivateFrameworks/BoardServices.framework/BoardServices 0x18f49d000 - 0x18f54dfff libboringssl.dylib arm64e /usr/lib/libboringssl.dylib 0x18f54e000 - 0x18f55cfff libsystem_networkextension.dylib arm64e <8277a33ac5e73d5282865bdfadea167b> /usr/lib/system/libsystem_networkextension.dylib 0x18f55d000 - 0x18f57dfff CoreAnalytics arm64e <08d78113048a3a0fb2f8851156320b75> /System/Library/PrivateFrameworks/CoreAnalytics.framework/CoreAnalytics 0x18f57e000 - 0x18f6f8fff CloudKit arm64e /System/Library/Frameworks/CloudKit.framework/CloudKit 0x18f6f9000 - 0x18f748fff SpringBoardServices arm64e <2556f77a12523c9abb11dd9f8638319e> /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices 0x18f749000 - 0x18f7c0fff FrontBoardServices arm64e /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices 0x18f7c1000 - 0x18f8d9fff Network arm64e /System/Library/Frameworks/Network.framework/Network 0x18f8da000 - 0x18f936fff libusrtcp.dylib arm64e <615f320ed4b437d7a5e55f61996b0e9c> /usr/lib/libusrtcp.dylib 0x18f937000 - 0x18f93efff libsystem_symptoms.dylib arm64e <58b7628f6312359c93b723c16c56a394> /usr/lib/system/libsystem_symptoms.dylib 0x18f93f000 - 0x19088ffff GeoServices arm64e <7891922ef1bc3cb3a480f5dbfe72cb90> /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices 0x190890000 - 0x190898fff TCC arm64e <4601eadd6e493dd4b7f1dcfc51b2b11e> /System/Library/PrivateFrameworks/TCC.framework/TCC 0x190899000 - 0x1908f4fff IMFoundation arm64e <8f5d30d6b0ae3de49698865e033e10d5> /System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation 0x1908f5000 - 0x190a57fff CoreUtils arm64e <207e7c3a9d803983901e9901289820d2> /System/Library/PrivateFrameworks/CoreUtils.framework/CoreUtils 0x190b08000 - 0x190b35fff ImageCaptureCore arm64e /System/Library/Frameworks/ImageCaptureCore.framework/ImageCaptureCore 0x190b36000 - 0x190b3ffff libsystem_containermanager.dylib arm64e /usr/lib/system/libsystem_containermanager.dylib 0x190b40000 - 0x190bbefff AppleAccount arm64e <8ec42377a4ae3591bd5ff7dc6d4435b8> /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount 0x190bbf000 - 0x190bdafff ApplePushService arm64e <2b4ecda867fb32d2865ad7bc570d321c> /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService 0x190bdb000 - 0x190ccbfff IDS arm64e <5a11faa03d613426b308757ced46ab6e> /System/Library/PrivateFrameworks/IDS.framework/IDS 0x190ccc000 - 0x190dfdfff IDSFoundation arm64e <0677eb6e2bd33d928107aa2f27f51645> /System/Library/PrivateFrameworks/IDSFoundation.framework/IDSFoundation 0x190dfe000 - 0x190dfffff libCTGreenTeaLogger.dylib arm64e <599c36584b1e312fb55e519007b5b70d> /usr/lib/libCTGreenTeaLogger.dylib 0x190e65000 - 0x190f66fff CoreMedia arm64e <91604a216f2a3b50bda7c9f12bd3a07a> /System/Library/Frameworks/CoreMedia.framework/CoreMedia 0x190f67000 - 0x190f77fff UIKitServices arm64e <8ce7794f36c935619001483a53126fb1> /System/Library/PrivateFrameworks/UIKitServices.framework/UIKitServices 0x190f78000 - 0x190fccfff BackBoardServices arm64e /System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices 0x190fcd000 - 0x191224fff QuartzCore arm64e <8ebdc7d202de34bc893e0d593bfa4d26> /System/Library/Frameworks/QuartzCore.framework/QuartzCore 0x191225000 - 0x1913e2fff ColorSync arm64e /System/Library/PrivateFrameworks/ColorSync.framework/ColorSync 0x1913e3000 - 0x191956fff CoreGraphics arm64e <3817af679aca32888871c9cefde006a2> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics 0x191957000 - 0x191a92fff Contacts arm64e /System/Library/Frameworks/Contacts.framework/Contacts 0x191a93000 - 0x191ac3fff UserNotifications arm64e <6cffde90c4a33dd5a5702b8917d018dd> /System/Library/Frameworks/UserNotifications.framework/UserNotifications 0x191ac4000 - 0x191ae7fff LocationSupport arm64e <65fad4a898493a319e1274cf5bfc3d69> /System/Library/PrivateFrameworks/LocationSupport.framework/LocationSupport 0x191ae8000 - 0x191c4dfff Sharing arm64e /System/Library/PrivateFrameworks/Sharing.framework/Sharing 0x191c4e000 - 0x19225dfff WebKit arm64e <6c965eef8a483ef1b2a0f3bba6b0a38e> /System/Library/Frameworks/WebKit.framework/WebKit 0x19225e000 - 0x193f7bfff WebCore arm64e /System/Library/PrivateFrameworks/WebCore.framework/WebCore 0x193f7c000 - 0x193f94fff libAccessibility.dylib arm64e /usr/lib/libAccessibility.dylib 0x193f95000 - 0x193fa0fff AXCoreUtilities arm64e /System/Library/PrivateFrameworks/AXCoreUtilities.framework/AXCoreUtilities 0x193fa1000 - 0x19401bfff ContactsFoundation arm64e <1159a86967923ccdaf2fd8859eb3648f> /System/Library/PrivateFrameworks/ContactsFoundation.framework/ContactsFoundation 0x19401c000 - 0x194030fff PowerLog arm64e <2c4c07844e1e3260a0f3ec257972cf0b> /System/Library/PrivateFrameworks/PowerLog.framework/PowerLog 0x194031000 - 0x194042fff IOSurface arm64e <032f9c327c5e3e79bb1f438fd6075bab> /System/Library/Frameworks/IOSurface.framework/IOSurface 0x194043000 - 0x19474bfff MediaToolbox arm64e /System/Library/Frameworks/MediaToolbox.framework/MediaToolbox 0x19474c000 - 0x194754fff GraphicsServices arm64e <1289081a32d03f56ab2b1ca9a28c63bc> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices 0x194755000 - 0x19483bfff AccessibilityUtilities arm64e <5be70e28f05a3be3bfb60d41a5fdbee0> /System/Library/PrivateFrameworks/AccessibilityUtilities.framework/AccessibilityUtilities 0x19483c000 - 0x194a3afff AVFoundation arm64e /System/Library/Frameworks/AVFoundation.framework/AVFoundation 0x194a3b000 - 0x194a73fff OnBoardingKit arm64e <95c5247ecf8f3078b6754bf76c70dbc2> /System/Library/PrivateFrameworks/OnBoardingKit.framework/OnBoardingKit 0x194a74000 - 0x194ac3fff MobileWiFi arm64e <0d662868892332a1bd89c4f6a4425ef1> /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi 0x194ac4000 - 0x194adcfff MobileAsset arm64e <857af0240aa63b579d8864cf664f7252> /System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset 0x194add000 - 0x194aeafff libGSFont.dylib arm64e <0d28feb5a7603d4ea94ef942fdd98cda> /System/Library/PrivateFrameworks/FontServices.framework/libGSFont.dylib 0x194aeb000 - 0x194af4fff FontServices arm64e <11b05eccbfea3eca97dbcf906f58ab0d> /System/Library/PrivateFrameworks/FontServices.framework/FontServices 0x194af5000 - 0x194c43fff libFontParser.dylib arm64e <035fe6364a5c364bbe787a3dd1d9b8df> /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib 0x194c44000 - 0x194c8ffff AXRuntime arm64e /System/Library/PrivateFrameworks/AXRuntime.framework/AXRuntime 0x194c90000 - 0x194c92fff libAXSafeCategoryBundle.dylib arm64e /usr/lib/libAXSafeCategoryBundle.dylib 0x194c93000 - 0x194dd5fff SearchFoundation arm64e <10b39ecc85f63b62be98201fcf72f767> /System/Library/PrivateFrameworks/SearchFoundation.framework/SearchFoundation 0x194dd6000 - 0x194efcfff Preferences arm64e <5f635b5f5791350fa07f727dd1fd4074> /System/Library/PrivateFrameworks/Preferences.framework/Preferences 0x194efd000 - 0x19558bfff PhotoLibraryServices arm64e <6eb881b896f23d5e9637a978f1dc9265> /System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices 0x19558c000 - 0x195819fff vImage arm64e /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage 0x19581a000 - 0x195a47fff AudioToolbox arm64e /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox 0x195a48000 - 0x195a7dfff libAudioToolboxUtility.dylib arm64e <26f4b54e764230a59e8336c7960da710> /usr/lib/libAudioToolboxUtility.dylib 0x195c47000 - 0x195cb2fff UIAccessibility arm64e <5330d73544dc36b586ef8ba3ee23805a> /System/Library/PrivateFrameworks/UIAccessibility.framework/UIAccessibility 0x195cb3000 - 0x195ec1fff Photos arm64e <57019ccdd49032688cee7fc77d5bdca4> /System/Library/Frameworks/Photos.framework/Photos 0x195ec2000 - 0x195f59fff ShareSheet arm64e <8b68e8f11e643034a873656587494ad0> /System/Library/PrivateFrameworks/ShareSheet.framework/ShareSheet 0x195f5a000 - 0x195f6dfff BaseBoardUI arm64e /System/Library/PrivateFrameworks/BaseBoardUI.framework/BaseBoardUI 0x195f6e000 - 0x196024fff PDFKit arm64e /System/Library/Frameworks/PDFKit.framework/PDFKit 0x196025000 - 0x1960a6fff FrontBoard arm64e /System/Library/PrivateFrameworks/FrontBoard.framework/FrontBoard 0x1960a7000 - 0x1960d5fff DocumentManager arm64e <47c669c373143eba94f65ce73caeef90> /System/Library/PrivateFrameworks/DocumentManager.framework/DocumentManager 0x196338000 - 0x1963b1fff AuthKit arm64e <829e71008c5039b6a15838a62201b526> /System/Library/PrivateFrameworks/AuthKit.framework/AuthKit 0x1963b2000 - 0x1967e1fff Intents arm64e <8300f4caa47b322dac3ed015d3a3fb26> /System/Library/Frameworks/Intents.framework/Intents 0x1967e2000 - 0x1967f6fff libCGInterfaces.dylib arm64e <62f8e91a557332cab1a73535cea9d6a0> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/Libraries/libCGInterfaces.dylib 0x1967f7000 - 0x196946fff WebKitLegacy arm64e <33d105e202963253ae61c7046556b2ff> /System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy 0x196947000 - 0x1969b1fff TextInput arm64e <557485fe52963ddb96a2464ffad3ef28> /System/Library/PrivateFrameworks/TextInput.framework/TextInput 0x1969b2000 - 0x196a31fff AXMediaUtilities arm64e <87457ddc6d8f3c259d06317c52503dfe> /System/Library/PrivateFrameworks/AXMediaUtilities.framework/AXMediaUtilities 0x196a32000 - 0x196a35fff XCTTargetBootstrap arm64e <2aeb70989c33303d9d96ba4c526618ee> /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/XCTTargetBootstrap 0x196a36000 - 0x196aecfff CorePDF arm64e /System/Library/PrivateFrameworks/CorePDF.framework/CorePDF 0x196aed000 - 0x196b28fff AccessibilityUIUtilities arm64e <992d78ccfc913de2b6eec26c23c3f99f> /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AccessibilityUIUtilities.framework/AccessibilityUIUtilities 0x196eeb000 - 0x197201fff AppleMediaServices arm64e /System/Library/PrivateFrameworks/AppleMediaServices.framework/AppleMediaServices 0x197202000 - 0x197229fff CacheDelete arm64e <1af104d9395c3f83aa1303ad79bf9460> /System/Library/PrivateFrameworks/CacheDelete.framework/CacheDelete 0x19722a000 - 0x1973effff CoreMotion arm64e /System/Library/Frameworks/CoreMotion.framework/CoreMotion 0x1973f0000 - 0x1974dcfff AVFAudio arm64e /System/Library/Frameworks/AVFoundation.framework/Frameworks/AVFAudio.framework/AVFAudio 0x1976da000 - 0x197792fff CoreUI arm64e /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI 0x1977b8000 - 0x1977eefff CoreVideo arm64e <1b31096fb4ab3b48b368c1bff38251a2> /System/Library/Frameworks/CoreVideo.framework/CoreVideo 0x1977ef000 - 0x197a29fff AudioToolboxCore arm64e <006c91f6a83e3ec7bcaad6fee1386bea> /System/Library/PrivateFrameworks/AudioToolboxCore.framework/AudioToolboxCore 0x197a2a000 - 0x197a70fff CoreDuetContext arm64e <96cd9c477a3a3de48051feb152042b29> /System/Library/PrivateFrameworks/CoreDuetContext.framework/CoreDuetContext 0x197a71000 - 0x197aacfff SetupAssistant arm64e <2751eff8e50b3378bb4f155e772ebefe> /System/Library/PrivateFrameworks/SetupAssistant.framework/SetupAssistant 0x197aad000 - 0x197b6cfff TelephonyUtilities arm64e /System/Library/PrivateFrameworks/TelephonyUtilities.framework/TelephonyUtilities 0x197b6d000 - 0x197b97fff PlugInKit arm64e /System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit 0x197b98000 - 0x197f24fff libswiftCore.dylib arm64e /usr/lib/swift/libswiftCore.dylib 0x197f25000 - 0x198066fff AssistantServices arm64e /System/Library/PrivateFrameworks/AssistantServices.framework/AssistantServices 0x198067000 - 0x1980c8fff ProactiveSupport arm64e /System/Library/PrivateFrameworks/ProactiveSupport.framework/ProactiveSupport 0x198310000 - 0x198328fff PrototypeTools arm64e <70428e47909b3c26b8fa47f4f096f46b> /System/Library/PrivateFrameworks/PrototypeTools.framework/PrototypeTools 0x198329000 - 0x19841bfff MediaExperience arm64e <4cc63793e1cd36d9a900265b3bc5fd30> /System/Library/PrivateFrameworks/MediaExperience.framework/MediaExperience 0x19841c000 - 0x1986eafff Celestial arm64e <3ebbaaab4a653fd381ece955e28a2530> /System/Library/PrivateFrameworks/Celestial.framework/Celestial 0x19900e000 - 0x1990e2fff AVKit arm64e /System/Library/Frameworks/AVKit.framework/AVKit 0x1990e3000 - 0x199113fff Pegasus arm64e <350245cb66ad389492f95e710706f2cd> /System/Library/PrivateFrameworks/Pegasus.framework/Pegasus 0x199114000 - 0x199119fff libapp_launch_measurement.dylib arm64e <9a2dd123a2c231a18021fa4799a61bfd> /usr/lib/libapp_launch_measurement.dylib 0x1991f9000 - 0x19925dfff CoreSpotlight arm64e <59805c6965cc3eacb463e6568192dd72> /System/Library/Frameworks/CoreSpotlight.framework/CoreSpotlight 0x19925e000 - 0x1992f4fff AddressBookLegacy arm64e <0619e989f37238c6b0b29e3936d086a2> /System/Library/PrivateFrameworks/AddressBookLegacy.framework/AddressBookLegacy 0x1992f5000 - 0x199304fff CrashReporterSupport arm64e /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport 0x199305000 - 0x199317fff MobileBluetooth arm64e <72aa2b11ea3b35d799e9fd305d857430> /System/Library/PrivateFrameworks/MobileBluetooth.framework/MobileBluetooth 0x199318000 - 0x1993dafff LinkPresentation arm64e <6d2cf149960a3b5dbfc056d237c0a235> /System/Library/Frameworks/LinkPresentation.framework/LinkPresentation 0x199412000 - 0x199416fff libsystem_configuration.dylib arm64e <24cfd1ee96873f929b353b2514770736> /usr/lib/system/libsystem_configuration.dylib 0x199417000 - 0x199470fff RemoteUI arm64e /System/Library/PrivateFrameworks/RemoteUI.framework/RemoteUI 0x199471000 - 0x1994c0fff AuthKitUI arm64e <0f866fbb620536a4a770b6a179456621> /System/Library/PrivateFrameworks/AuthKitUI.framework/AuthKitUI 0x1995ff000 - 0x19960dfff HangTracer arm64e <64e20642eed237f08063b5226b45c69c> /System/Library/PrivateFrameworks/HangTracer.framework/HangTracer 0x19960e000 - 0x199676fff CoreNLP arm64e <2f87e77b81d6319fbe7c5d8b0210eb39> /System/Library/PrivateFrameworks/CoreNLP.framework/CoreNLP 0x199677000 - 0x199678fff liblangid.dylib arm64e <3fa912dbca993fcdbbfbed26b329250a> /usr/lib/liblangid.dylib 0x199679000 - 0x19a472fff JavaScriptCore arm64e /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore 0x19a473000 - 0x19a4fffff libTelephonyUtilDynamic.dylib arm64e <3c9c13a879ab3c0cbe7af9625f5c210a> /usr/lib/libTelephonyUtilDynamic.dylib 0x19a79e000 - 0x19a7a7fff IOMobileFramebuffer arm64e /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer 0x19ab12000 - 0x19ab2cfff CoreMaterial arm64e /System/Library/PrivateFrameworks/CoreMaterial.framework/CoreMaterial 0x19ab2d000 - 0x19ac17fff libxml2.2.dylib arm64e /usr/lib/libxml2.2.dylib 0x19c2fd000 - 0x19c307fff SymptomAnalytics arm64e /System/Library/PrivateFrameworks/Symptoms.framework/Frameworks/SymptomAnalytics.framework/SymptomAnalytics 0x19c308000 - 0x19c351fff MetadataUtilities arm64e <2c8e5d18a8243dfcaf0e500e49b04745> /System/Library/PrivateFrameworks/MetadataUtilities.framework/MetadataUtilities 0x19cd20000 - 0x19cf46fff NetworkExtension arm64e <073018cd485337adb2c7a6bd54317faf> /System/Library/Frameworks/NetworkExtension.framework/NetworkExtension 0x19cf47000 - 0x19cf7dfff DataDetectorsCore arm64e <7ec547aae9023fba930a57e59b2e712e> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/DataDetectorsCore 0x19cf7e000 - 0x19cfe0fff CalendarFoundation arm64e <0b77bf957b373c1caeac72b4d4581a85> /System/Library/PrivateFrameworks/CalendarFoundation.framework/CalendarFoundation 0x19cfe1000 - 0x19d0dafff EventKit arm64e <951e35286de23f529c30207dff00bbd2> /System/Library/Frameworks/EventKit.framework/EventKit 0x19d0db000 - 0x19d111fff MediaServices arm64e <865caa77d25434628cfa02e167eef7d5> /System/Library/PrivateFrameworks/MediaServices.framework/MediaServices 0x19d575000 - 0x19d5b6fff BiometricKit arm64e <04856fba9b3d3120a1522cf6816b4771> /System/Library/PrivateFrameworks/BiometricKit.framework/BiometricKit 0x19d5b7000 - 0x19d5e3fff PersistentConnection arm64e <9c54927793333bdd864beb16f67cbf31> /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection 0x19d5e4000 - 0x19d637fff CalendarDaemon arm64e /System/Library/PrivateFrameworks/CalendarDaemon.framework/CalendarDaemon 0x19d638000 - 0x19d6d5fff CalendarDatabase arm64e <77779e391ea83962bfad0ec0c88ebc07> /System/Library/PrivateFrameworks/CalendarDatabase.framework/CalendarDatabase 0x19d6d6000 - 0x19d8c6fff MediaRemote arm64e /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote 0x19d8c7000 - 0x19d8cffff CorePhoneNumbers arm64e <15d04091410a33248060f7063bd9a26b> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/CorePhoneNumbers 0x19d8e0000 - 0x19d907fff DuetActivityScheduler arm64e <58aa031265f0317bb2d1b478202347fa> /System/Library/PrivateFrameworks/DuetActivityScheduler.framework/DuetActivityScheduler 0x19da10000 - 0x19da33fff CoreSVG arm64e /System/Library/PrivateFrameworks/CoreSVG.framework/CoreSVG 0x19da34000 - 0x19da4efff SymptomPresentationFeed arm64e <9c6cf614230b3808a52c159f34c8c399> /System/Library/PrivateFrameworks/Symptoms.framework/Frameworks/SymptomPresentationFeed.framework/SymptomPresentationFeed 0x19da4f000 - 0x19da6cfff ProactiveEventTracker arm64e /System/Library/PrivateFrameworks/ProactiveEventTracker.framework/ProactiveEventTracker 0x19da6d000 - 0x19da77fff MallocStackLogging arm64e <6c8651c2d7423be4af2eeb956d6d9bec> /System/Library/PrivateFrameworks/MallocStackLogging.framework/MallocStackLogging 0x19da78000 - 0x19db11fff CoreSuggestions arm64e /System/Library/PrivateFrameworks/CoreSuggestions.framework/CoreSuggestions 0x19e547000 - 0x19e554fff BluetoothManager arm64e <46b680af0e113319a68aa9d981ed9fc7> /System/Library/PrivateFrameworks/BluetoothManager.framework/BluetoothManager 0x19e555000 - 0x19e58afff CoreBluetooth arm64e <49ad001947a03c6cbf9dd9a88417ee27> /System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth 0x19e58b000 - 0x19e58dfff libsystem_sandbox.dylib arm64e /usr/lib/system/libsystem_sandbox.dylib 0x19e6f7000 - 0x19e766fff Rapport arm64e <8b661482539a3f2e8f6a24a84a18340e> /System/Library/PrivateFrameworks/Rapport.framework/Rapport 0x19e767000 - 0x19e793fff OSAnalytics arm64e /System/Library/PrivateFrameworks/OSAnalytics.framework/OSAnalytics 0x19e794000 - 0x19e7c3fff MobileInstallation arm64e /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation 0x19e7c4000 - 0x19e862fff Metal arm64e /System/Library/Frameworks/Metal.framework/Metal 0x19e863000 - 0x19e868fff IOAccelerator arm64e <3e5de7db901f37b1a6b865f5f3a3abd4> /System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator 0x19e869000 - 0x19e874fff MediaAccessibility arm64e <253020839238300198e5a96c2bb56dd3> /System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility 0x19e896000 - 0x19e89dfff libsystem_dnssd.dylib arm64e /usr/lib/system/libsystem_dnssd.dylib 0x19e89e000 - 0x19e8a4fff PushKit arm64e /System/Library/Frameworks/PushKit.framework/PushKit 0x19e8a5000 - 0x19e9b3fff FileProvider arm64e <0e816e156643351fbed7a2ac92b6f683> /System/Library/Frameworks/FileProvider.framework/FileProvider 0x19e9c6000 - 0x19e9c7fff BackgroundTaskAgent arm64e <1326dfd215da38b3929d7b2ee1133e2c> /System/Library/PrivateFrameworks/BackgroundTaskAgent.framework/BackgroundTaskAgent 0x19e9c8000 - 0x19e9ccfff LinguisticData arm64e /System/Library/PrivateFrameworks/LinguisticData.framework/LinguisticData 0x19ea12000 - 0x19eacdfff VideoToolbox arm64e /System/Library/Frameworks/VideoToolbox.framework/VideoToolbox 0x19f047000 - 0x19f04ffff SymptomDiagnosticReporter arm64e /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/SymptomDiagnosticReporter 0x19f050000 - 0x19f052fff IOSurfaceAccelerator arm64e /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/IOSurfaceAccelerator 0x19f053000 - 0x19f104fff AssetsLibraryServices arm64e /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices 0x19f105000 - 0x19f134fff DataAccessExpress arm64e <4967d4110d7b3589a49738f057e2ae62> /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress 0x19f1a7000 - 0x19f1bcfff CoreFollowUp arm64e <309f310ab82239c294ba17fdeefcc388> /System/Library/PrivateFrameworks/CoreFollowUp.framework/CoreFollowUp 0x19f1c6000 - 0x19f1dcfff libcoretls.dylib arm64e <9fae696c02a83168a707ad46b0a528d3> /usr/lib/libcoretls.dylib 0x19f234000 - 0x19f2c7fff libate.dylib arm64e <108fdecd35283b6caa17a0843fd4419d> /usr/lib/libate.dylib 0x1a031d000 - 0x1a036cfff FTServices arm64e <7f3b05fd2aee329f87044b0fc5e0451e> /System/Library/PrivateFrameworks/FTServices.framework/FTServices 0x1a0425000 - 0x1a046bfff SAObjects arm64e <3aabac30429133e280bbaf1a5dc288d1> /System/Library/PrivateFrameworks/SAObjects.framework/SAObjects 0x1a0523000 - 0x1a0530fff DataMigration arm64e <12cbfef91c6c3c5e903d0e56e6dd2769> /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration 0x1a06ec000 - 0x1a0711fff IconServices arm64e <95da55a7572d397fb8ee50371a8714f5> /System/Library/PrivateFrameworks/IconServices.framework/IconServices 0x1a0b75000 - 0x1a0b76fff WatchdogClient arm64e <8dfda4d7ec5a36ffbad3348d5e93aa8c> /System/Library/PrivateFrameworks/WatchdogClient.framework/WatchdogClient 0x1a0b77000 - 0x1a0b88fff libprequelite.dylib arm64e /usr/lib/libprequelite.dylib 0x1a0bb1000 - 0x1a0bc1fff CoreEmoji arm64e <7594f97d2ad13f12b9ff68b340087109> /System/Library/PrivateFrameworks/CoreEmoji.framework/CoreEmoji 0x1a0c5b000 - 0x1a0cabfff ClassKit arm64e /System/Library/Frameworks/ClassKit.framework/ClassKit 0x1a0d19000 - 0x1a0d25fff CPMS arm64e /System/Library/PrivateFrameworks/CPMS.framework/CPMS 0x1a0d26000 - 0x1a0d2efff RTCReporting arm64e <488d6215b0a6362ba4e686a5fcffcbf4> /System/Library/PrivateFrameworks/RTCReporting.framework/RTCReporting 0x1a0e94000 - 0x1a0ee1fff MobileBackup arm64e <6020240b959832728e6d2b40beff693b> /System/Library/PrivateFrameworks/MobileBackup.framework/MobileBackup 0x1a0f95000 - 0x1a0f9cfff CoreTime arm64e <49fcd9195f483550b23e395de5f67928> /System/Library/PrivateFrameworks/CoreTime.framework/CoreTime 0x1a1196000 - 0x1a11c0fff DistributedEvaluation arm64e <64cb3d3ac11f31f98e9da2effa789b19> /System/Library/PrivateFrameworks/DistributedEvaluation.framework/DistributedEvaluation 0x1a155d000 - 0x1a15b3fff ToneLibrary arm64e <0b63c2c0ec553fc5a4cb682993ef2e77> /System/Library/PrivateFrameworks/ToneLibrary.framework/ToneLibrary 0x1a1898000 - 0x1a18b7fff AppConduit arm64e <1d501b16e39d30b4bc948bcdb8fe3c06> /System/Library/PrivateFrameworks/AppConduit.framework/AppConduit 0x1a18b8000 - 0x1a18d1fff IntlPreferences arm64e /System/Library/PrivateFrameworks/IntlPreferences.framework/IntlPreferences 0x1a1c64000 - 0x1a1d3afff CoreBrightness arm64e <0c67ce93fe4b3143b42f077f156dbb04> /System/Library/PrivateFrameworks/CoreBrightness.framework/CoreBrightness 0x1a1d3b000 - 0x1a1d42fff libIOReport.dylib arm64e /usr/lib/libIOReport.dylib 0x1a1edd000 - 0x1a20abfff libBNNS.dylib arm64e <95cb5c7546f23381acdaed7a08ad2d5b> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBNNS.dylib 0x1a20ac000 - 0x1a20b3fff StudyLog arm64e <8d2c0d43154636d1942c8d3425f1aa6b> /System/Library/PrivateFrameworks/StudyLog.framework/StudyLog 0x1a2c36000 - 0x1a2c90fff SafariCore arm64e /System/Library/PrivateFrameworks/SafariCore.framework/SafariCore 0x1a32ed000 - 0x1a3312fff RTTUtilities arm64e /System/Library/PrivateFrameworks/RTTUtilities.framework/RTTUtilities 0x1a3313000 - 0x1a331afff HearingCore arm64e <73c791bf304338f79b04a13d9589e18c> /System/Library/PrivateFrameworks/HearingCore.framework/HearingCore 0x1a331b000 - 0x1a332ffff LocalAuthentication arm64e <1bca907a46f73953b4afbfe23da1c4e9> /System/Library/Frameworks/LocalAuthentication.framework/LocalAuthentication 0x1a3330000 - 0x1a3334fff CommunicationsFilter arm64e <77d0e09c797138fbb0a6ae6cdce05f64> /System/Library/PrivateFrameworks/CommunicationsFilter.framework/CommunicationsFilter 0x1a3359000 - 0x1a3364fff CaptiveNetwork arm64e <39716f6e86ef369aaf0ffed08771b801> /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork 0x1a34b4000 - 0x1a358efff libBLAS.dylib arm64e <9f8e10b7336735b093d5414410e0d1ec> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib 0x1a358f000 - 0x1a359dfff CTCarrierSpace arm64e /System/Library/PrivateFrameworks/CTCarrierSpace.framework/CTCarrierSpace 0x1a3da8000 - 0x1a3e79fff CoreParsec arm64e /System/Library/PrivateFrameworks/CoreParsec.framework/CoreParsec 0x1a3e7a000 - 0x1a3ec9fff CallHistory arm64e /System/Library/PrivateFrameworks/CallHistory.framework/CallHistory 0x1a4077000 - 0x1a4091fff libtailspin.dylib arm64e <238db032c42e3b0c9fb88d59685a37b0> /usr/lib/libtailspin.dylib 0x1a4150000 - 0x1a4159fff MobileActivation arm64e <4b288b4b8ebd3facbaa15746821b0cbd> /System/Library/PrivateFrameworks/MobileActivation.framework/MobileActivation 0x1a415a000 - 0x1a415efff AccessibilityUIShared arm64e /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AccessibilityUIShared.framework/AccessibilityUIShared 0x1a415f000 - 0x1a41dcfff HearingUtilities arm64e /System/Library/PrivateFrameworks/HearingUtilities.framework/HearingUtilities 0x1a41dd000 - 0x1a41ecfff MobileIcons arm64e <04ba23d5b4b83fd4888a9b1bd1dde2a6> /System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons 0x1a41ed000 - 0x1a42eefff ResponseKit arm64e <733cfa2ff96f3f36acc14bfef5c7b4ae> /System/Library/PrivateFrameworks/ResponseKit.framework/ResponseKit 0x1a43ba000 - 0x1a4404fff CoreHaptics arm64e <44589b0414803b41b2a4e3aef8a6ad65> /System/Library/Frameworks/CoreHaptics.framework/CoreHaptics 0x1a4405000 - 0x1a44cffff ProofReader arm64e <18d37a88b96f37d095572744f9a56403> /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader 0x1a4543000 - 0x1a45c8fff CoreSymbolication arm64e <19219f5e25623142895af16a024bf332> /System/Library/PrivateFrameworks/CoreSymbolication.framework/CoreSymbolication 0x1a45c9000 - 0x1a45cffff IdleTimerServices arm64e <356ae23d3f083429b83715fd8d14462f> /System/Library/PrivateFrameworks/IdleTimerServices.framework/IdleTimerServices 0x1a4c88000 - 0x1a4cd0fff LoggingSupport arm64e /System/Library/PrivateFrameworks/LoggingSupport.framework/LoggingSupport 0x1a4dde000 - 0x1a4e39fff ProtectedCloudStorage arm64e <5ff5ee422a7c328abf776f18d2e3d0f8> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/ProtectedCloudStorage 0x1a4f28000 - 0x1a4f33fff OpenGLES arm64e <15b9d67ff369316888493c02f797bfac> /System/Library/Frameworks/OpenGLES.framework/OpenGLES 0x1a509d000 - 0x1a50a6fff libGFXShared.dylib arm64e /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib 0x1a50a7000 - 0x1a50dcfff SharedUtils arm64e <704c33a92f193b1f934d5c84488df905> /System/Library/Frameworks/LocalAuthentication.framework/Support/SharedUtils.framework/SharedUtils 0x1a50dd000 - 0x1a512bfff PhotosFormats arm64e /System/Library/PrivateFrameworks/PhotosFormats.framework/PhotosFormats 0x1a61da000 - 0x1a6217fff StreamingZip arm64e <1d2d6f34beaa3cd8ac0aa1e267ea70f6> /System/Library/PrivateFrameworks/StreamingZip.framework/StreamingZip 0x1a714f000 - 0x1a7151fff InternationalTextSearch arm64e /System/Library/PrivateFrameworks/InternationalTextSearch.framework/InternationalTextSearch 0x1a7170000 - 0x1a718dfff AssetCacheServices arm64e <9afae0f3897031999d395ff390c58270> /System/Library/PrivateFrameworks/AssetCacheServices.framework/AssetCacheServices 0x1a76d5000 - 0x1a7b20fff AVConference arm64e <925b4f839fe03ce18c69719d50493b97> /System/Library/PrivateFrameworks/AVConference.framework/AVConference 0x1a7b21000 - 0x1a7b26fff IncomingCallFilter arm64e /System/Library/PrivateFrameworks/IncomingCallFilter.framework/IncomingCallFilter 0x1a7b42000 - 0x1a7b5afff NetworkStatistics arm64e /System/Library/PrivateFrameworks/NetworkStatistics.framework/NetworkStatistics 0x1a7e70000 - 0x1a7e75fff AccessibilityUI arm64e /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AccessibilityUI.framework/AccessibilityUI 0x1a7fcb000 - 0x1a7fd1fff Netrb arm64e /System/Library/PrivateFrameworks/Netrb.framework/Netrb 0x1a7fd5000 - 0x1a8005fff EAP8021X arm64e <55700088ffb232939e22887f4025db99> /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X 0x1a8006000 - 0x1a8008fff OSAServicesClient arm64e <0b843370a4513a40bad6f4fad30286b7> /System/Library/PrivateFrameworks/OSAServicesClient.framework/OSAServicesClient 0x1a81b0000 - 0x1a81b4fff libgermantok.dylib arm64e <037999dd53733b1fa4aeb070071ca17b> /usr/lib/libgermantok.dylib 0x1a81b5000 - 0x1a8268fff libmecab.dylib arm64e <354ac951080f38af918221d53918c2dc> /usr/lib/libmecab.dylib 0x1a83fb000 - 0x1a8437fff VoiceServices arm64e /System/Library/PrivateFrameworks/VoiceServices.framework/VoiceServices 0x1a8875000 - 0x1a8883fff CoreDuetDaemonProtocol arm64e /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/CoreDuetDaemonProtocol 0x1a8884000 - 0x1a88a4fff FTAWD arm64e <5305d4ddd1e2376788eda1b2cb03990d> /System/Library/PrivateFrameworks/FTAWD.framework/FTAWD 0x1a98b4000 - 0x1a98b6fff OAuth arm64e <34dc00be3fd934c9b34f95a6493eddfe> /System/Library/PrivateFrameworks/OAuth.framework/OAuth 0x1a9b72000 - 0x1a9baffff DifferentialPrivacy arm64e /System/Library/PrivateFrameworks/DifferentialPrivacy.framework/DifferentialPrivacy 0x1aa391000 - 0x1aa401fff libarchive.2.dylib arm64e /usr/lib/libarchive.2.dylib 0x1aa402000 - 0x1aa433fff C2 arm64e <0432ddf3e3323f379550fafaf37055a3> /System/Library/PrivateFrameworks/C2.framework/C2 0x1aa434000 - 0x1aa468fff NaturalLanguage arm64e <91a7a806622f351cb81b5bc2e5eeae70> /System/Library/Frameworks/NaturalLanguage.framework/NaturalLanguage 0x1aa4fe000 - 0x1aa4fffff libsystem_coreservices.dylib arm64e <61f91275f9c83a2e99d8ad585d469212> /usr/lib/system/libsystem_coreservices.dylib 0x1aa511000 - 0x1aa522fff libmis.dylib arm64e /usr/lib/libmis.dylib 0x1aa57b000 - 0x1aa588fff DCIMServices arm64e <0c2b8cb807e23d26ba86dce4348740ae> /System/Library/PrivateFrameworks/DCIMServices.framework/DCIMServices 0x1aa589000 - 0x1aa6e5fff CloudPhotoLibrary arm64e <9977f280d0653b489097514b0fc944df> /System/Library/PrivateFrameworks/CloudPhotoLibrary.framework/CloudPhotoLibrary 0x1aa722000 - 0x1aa72afff libcopyfile.dylib arm64e /usr/lib/system/libcopyfile.dylib 0x1aaaa1000 - 0x1aab34fff AccountsDaemon arm64e <0394218a0a3235d8a41f561e5696c41c> /System/Library/PrivateFrameworks/AccountsDaemon.framework/AccountsDaemon 0x1aab35000 - 0x1aab40fff AppleIDSSOAuthentication arm64e <94225683a0203cfda96627f71b6f3282> /System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/AppleIDSSOAuthentication 0x1aab41000 - 0x1aab52fff SettingsFoundation arm64e <1a36279ce8b9309da469f3499ccb6bb4> /System/Library/PrivateFrameworks/SettingsFoundation.framework/SettingsFoundation 0x1aac89000 - 0x1aad07fff Symbolication arm64e /System/Library/PrivateFrameworks/Symbolication.framework/Symbolication 0x1aaecd000 - 0x1aaf1cfff ChunkingLibrary arm64e /System/Library/PrivateFrameworks/ChunkingLibrary.framework/ChunkingLibrary 0x1ab439000 - 0x1ab43bfff CoreDuetDebugLogging arm64e <119e1a969fa93ea2b09cf9dafe935a9c> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/CoreDuetDebugLogging 0x1abf6c000 - 0x1abfaafff SignpostSupport arm64e <216690b234593892b9099c419e549f78> /System/Library/PrivateFrameworks/SignpostSupport.framework/SignpostSupport 0x1ac1f8000 - 0x1ac201fff SignpostCollection arm64e /System/Library/PrivateFrameworks/SignpostCollection.framework/SignpostCollection 0x1ac958000 - 0x1ac95ffff URLFormatting arm64e /System/Library/PrivateFrameworks/URLFormatting.framework/URLFormatting 0x1ac974000 - 0x1aca1cfff MMCS arm64e <96df9540564337c2b0c7b432a3d25bf2> /System/Library/PrivateFrameworks/MMCS.framework/MMCS 0x1aca76000 - 0x1acca7fff MobileSpotlightIndex arm64e <3aa9394e4a3438c9bcbbefced502cb7e> /System/Library/PrivateFrameworks/MobileSpotlightIndex.framework/MobileSpotlightIndex 0x1ad090000 - 0x1ad0d7fff CoreLocationProtobuf arm64e <3d422a07bf4b339696a785bf2ad500e0> /System/Library/PrivateFrameworks/CoreLocationProtobuf.framework/CoreLocationProtobuf 0x1ad165000 - 0x1ad1e0fff Quagga arm64e <1666845dc4d13d6aaed47ba1bc4766b5> /System/Library/PrivateFrameworks/Quagga.framework/Quagga 0x1ad481000 - 0x1ad48efff libAXSpeechManager.dylib arm64e <64c4201ba949375c8eefe3d70291b372> /usr/lib/libAXSpeechManager.dylib 0x1ad4f5000 - 0x1ad509fff libEDR arm64e /System/Library/PrivateFrameworks/libEDR.framework/libEDR 0x1ade66000 - 0x1ae153fff VideoProcessing arm64e /System/Library/PrivateFrameworks/VideoProcessing.framework/VideoProcessing 0x1ae154000 - 0x1ae162fff libperfcheck.dylib arm64e <50071e8d6ba53e568abc45b36f2cab4e> /usr/lib/libperfcheck.dylib 0x1ae163000 - 0x1ae16efff libAudioStatistics.dylib arm64e /usr/lib/libAudioStatistics.dylib 0x1ae337000 - 0x1ae347fff caulk arm64e /System/Library/PrivateFrameworks/caulk.framework/caulk 0x1ae387000 - 0x1ae38dfff MobileSystemServices arm64e <72f862de263d3d6eb15c3930aec5e4ca> /System/Library/PrivateFrameworks/MobileSystemServices.framework/MobileSystemServices 0x1ae52c000 - 0x1ae545fff TextToSpeech arm64e /System/Library/PrivateFrameworks/TextToSpeech.framework/TextToSpeech 0x1ae54a000 - 0x1ae585fff ViceroyTrace arm64e <953c8aecddf73160ba9f30af1d0534db> /System/Library/PrivateFrameworks/AVConference.framework/Frameworks/ViceroyTrace.framework/ViceroyTrace 0x1af464000 - 0x1af4a0fff libGLImage.dylib arm64e <3290a3c609113f509279488e15ed2134> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib 0x1af8e1000 - 0x1af8f2fff libSparseBLAS.dylib arm64e /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparseBLAS.dylib 0x1af8f3000 - 0x1af907fff Engram arm64e <91e89fe7578b322c8aa38fc8e711988a> /System/Library/PrivateFrameworks/Engram.framework/Engram 0x1af982000 - 0x1af9bdfff DataDetectorsNaturalLanguage arm64e /System/Library/PrivateFrameworks/DataDetectorsNaturalLanguage.framework/DataDetectorsNaturalLanguage 0x1afcba000 - 0x1afcc2fff FSEvents arm64e <9d911e927e5a3b6a941e554079e994b8> /System/Library/PrivateFrameworks/FSEvents.framework/FSEvents 0x1afcd3000 - 0x1afd52fff CoreDAV arm64e <50cf07a2f961351da6247e86e01d1112> /System/Library/PrivateFrameworks/CoreDAV.framework/CoreDAV 0x1b0666000 - 0x1b0676fff RemoteTextInput arm64e /System/Library/PrivateFrameworks/RemoteTextInput.framework/RemoteTextInput 0x1b069f000 - 0x1b06cffff iCalendar arm64e <7bd77d1146f3391ea520dce7a4f6262b> /System/Library/PrivateFrameworks/iCalendar.framework/iCalendar 0x1b06ec000 - 0x1b06f5fff CloudPhotoServices arm64e <59981923ffbb39479def7da4741f148a> /System/Library/PrivateFrameworks/CloudPhotoServices.framework/CloudPhotoServices 0x1b0735000 - 0x1b0749fff libLinearAlgebra.dylib arm64e /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLinearAlgebra.dylib 0x1b09f8000 - 0x1b0a06fff CoreAUC arm64e <5abeb4c439713268903ecb3945f1f302> /System/Library/PrivateFrameworks/CoreAUC.framework/CoreAUC 0x1b1448000 - 0x1b148ffff PhysicsKit arm64e /System/Library/PrivateFrameworks/PhysicsKit.framework/PhysicsKit 0x1b1490000 - 0x1b14e2fff CorePrediction arm64e /System/Library/PrivateFrameworks/CorePrediction.framework/CorePrediction 0x1b1930000 - 0x1b1978fff SafariSafeBrowsing arm64e <72a071b8c70b37feb988beaaaf07917a> /System/Library/PrivateFrameworks/SafariSafeBrowsing.framework/SafariSafeBrowsing 0x1b1e40000 - 0x1b1e5efff GenerationalStorage arm64e <988b4c46939b3e0e992e36646da04dd0> /System/Library/PrivateFrameworks/GenerationalStorage.framework/GenerationalStorage 0x1b1ec4000 - 0x1b1ecffff PersonaKit arm64e <29c3948f4403359882c94bb7a739bb25> /System/Library/PrivateFrameworks/PersonaKit.framework/PersonaKit 0x1b22ee000 - 0x1b22f3fff kperf arm64e <476596da85ff3711a551a32f1232622c> /System/Library/PrivateFrameworks/kperf.framework/kperf 0x1b24d0000 - 0x1b2507fff libpcap.A.dylib arm64e /usr/lib/libpcap.A.dylib 0x1b27fb000 - 0x1b2812fff SafariFoundation arm64e <0e2bbaf166733ac1876831b99c54974b> /System/Library/PrivateFrameworks/SafariFoundation.framework/SafariFoundation 0x1b285f000 - 0x1b2905fff libvDSP.dylib arm64e /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib 0x1b2906000 - 0x1b2932fff vCard arm64e /System/Library/PrivateFrameworks/vCard.framework/vCard 0x1b297b000 - 0x1b2a08fff SampleAnalysis arm64e <5cb3d2e72a1631948da38bf377855c8c> /System/Library/PrivateFrameworks/SampleAnalysis.framework/SampleAnalysis 0x1b2a09000 - 0x1b2a14fff IntentsFoundation arm64e <1a15649caae337349c98766f0e0f4153> /System/Library/PrivateFrameworks/IntentsFoundation.framework/IntentsFoundation 0x1b2fc8000 - 0x1b3001fff PhotosImagingFoundation arm64e /System/Library/PrivateFrameworks/PhotosImagingFoundation.framework/PhotosImagingFoundation 0x1b3002000 - 0x1b3024fff MediaConversionService arm64e <735b3d50abef3c24a6f3ddb49a7c36d7> /System/Library/PrivateFrameworks/MediaConversionService.framework/MediaConversionService 0x1b3025000 - 0x1b3043fff MediaStream arm64e /System/Library/PrivateFrameworks/MediaStream.framework/MediaStream 0x1b3044000 - 0x1b3145fff CoreMediaStream arm64e /System/Library/PrivateFrameworks/CoreMediaStream.framework/CoreMediaStream 0x1b3260000 - 0x1b3260fff Accelerate arm64e <8245f27ca0d1323888d879fe15ec8a2d> /System/Library/Frameworks/Accelerate.framework/Accelerate 0x1b3262000 - 0x1b359ffff libLAPACK.dylib arm64e /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib 0x1b35a0000 - 0x1b35a4fff libQuadrature.dylib arm64e <6e8e0414c2a83578ab2a5ad6bb68bf90> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libQuadrature.dylib 0x1b35a5000 - 0x1b35fefff libvMisc.dylib arm64e <79924e4feed93d938142cad7dea871af> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib 0x1b35ff000 - 0x1b35fffff vecLib arm64e <864b784b26fa34f2a08e99d738f964ab> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib 0x1b3608000 - 0x1b3615fff AuthenticationServices arm64e <46013012097a3b8ebdd94c7690410c30> /System/Library/Frameworks/AuthenticationServices.framework/AuthenticationServices 0x1b3659000 - 0x1b3761fff Combine arm64e <545b56eaeb1d30c794f3fd680cd63db0> /System/Library/Frameworks/Combine.framework/Combine 0x1b3774000 - 0x1b37c4fff CoreMIDI arm64e <869ce1ccb5f237d0ace3483381e66ca1> /System/Library/Frameworks/CoreMIDI.framework/CoreMIDI 0x1b39b6000 - 0x1b39e3fff GSS arm64e <48114d8a8c8c3fa7aa28d9fc878de183> /System/Library/Frameworks/GSS.framework/GSS 0x1b39f7000 - 0x1b3a29fff MPSCore arm64e <0bc8022baf5c33d883fe454c953d6440> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/MPSCore 0x1b3a2a000 - 0x1b3aa3fff MPSImage arm64e <8359cc5f6ff03a58b6778842a81d0838> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/MPSImage 0x1b3aa4000 - 0x1b3ac6fff MPSMatrix arm64e /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/MPSMatrix 0x1b3ac7000 - 0x1b3adbfff MPSNDArray arm64e <40a573cecd0e3ce5b57cbe4a19cc7cd5> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNDArray.framework/MPSNDArray 0x1b3adc000 - 0x1b3c71fff MPSNeuralNetwork arm64e <4e1043f287933dcead8d8bbadb44c0cb> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/MPSNeuralNetwork 0x1b3c72000 - 0x1b3cb7fff MPSRayIntersector arm64e <4a3f3127c36e32128a48187957efcab9> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/MPSRayIntersector 0x1b3cb8000 - 0x1b3cb8fff MetalPerformanceShaders arm64e <4d01ba5cea823348a4e1c91c7397fe0d> /System/Library/Frameworks/MetalPerformanceShaders.framework/MetalPerformanceShaders 0x1b3cc5000 - 0x1b3cc5fff MobileCoreServices arm64e <21478280b58438c5899161cc9b6813d0> /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices 0x1b3cd0000 - 0x1b3cd1fff libCVMSPluginSupport.dylib arm64e <9c1709fba86a3e0d82dad377400f760e> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib 0x1b3cd2000 - 0x1b3cd8fff libCoreFSCache.dylib arm64e /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib 0x1b3cd9000 - 0x1b3cdefff libCoreVMClient.dylib arm64e /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib 0x1b3d13000 - 0x1b3d4bfff QuickLookThumbnailing arm64e <702cc4aade473591b3d77d9753c20bc1> /System/Library/Frameworks/QuickLookThumbnailing.framework/QuickLookThumbnailing 0x1b405f000 - 0x1b4160fff SoundAnalysis arm64e <1620fd9f836a377abf6e5f3ab124c611> /System/Library/Frameworks/SoundAnalysis.framework/SoundAnalysis 0x1b4163000 - 0x1b4163fff UIKit arm64e <557ceef20f00371e8064a3f058c83d53> /System/Library/Frameworks/UIKit.framework/UIKit 0x1b451e000 - 0x1b465efff ANECompiler arm64e /System/Library/PrivateFrameworks/ANECompiler.framework/ANECompiler 0x1b465f000 - 0x1b4670fff ANEServices arm64e <4ffc7685beab34b1985a6d354d154670> /System/Library/PrivateFrameworks/ANEServices.framework/ANEServices 0x1b4679000 - 0x1b470afff APFS arm64e <5837460c175f30499cb61ef4c02640d8> /System/Library/PrivateFrameworks/APFS.framework/APFS 0x1b470b000 - 0x1b470ffff ASEProcessing arm64e <965b0ab27973360c8a5a16cabfb59962> /System/Library/PrivateFrameworks/ASEProcessing.framework/ASEProcessing 0x1b4729000 - 0x1b478dfff ICE arm64e <88383d7f53293b4bb46f8dcc51be412b> /System/Library/PrivateFrameworks/AVConference.framework/Frameworks/ICE.framework/ICE 0x1b478e000 - 0x1b478efff LegacyHandle arm64e <093e5c86eadf308e8505869e8d8bb601> /System/Library/PrivateFrameworks/AVConference.framework/Frameworks/LegacyHandle.framework/LegacyHandle 0x1b478f000 - 0x1b4795fff SimpleKeyExchange arm64e <1bb156e2b9303be99b79180b80a139df> /System/Library/PrivateFrameworks/AVConference.framework/Frameworks/SimpleKeyExchange.framework/SimpleKeyExchange 0x1b4796000 - 0x1b4796fff snatmap arm64e <31b346e04f8c3660a8fd2979a65a947d> /System/Library/PrivateFrameworks/AVConference.framework/Frameworks/snatmap.framework/snatmap 0x1b479d000 - 0x1b47a4fff AXFrontBoardUtils arm64e /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AXFrontBoardUtils.framework/AXFrontBoardUtils 0x1b47bb000 - 0x1b47c1fff SpeakTypingServices arm64e /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/SpeakTypingServices.framework/SpeakTypingServices 0x1b4818000 - 0x1b4851fff AccessibilitySharedSupport arm64e <332e9452acac3433991223a3aaf9b5a4> /System/Library/PrivateFrameworks/AccessibilitySharedSupport.framework/AccessibilitySharedSupport 0x1b48af000 - 0x1b48bafff AccountSettings arm64e <62e1769021cf36d0acb8a58159ccdbce> /System/Library/PrivateFrameworks/AccountSettings.framework/AccountSettings 0x1b4fe1000 - 0x1b5196fff AppleCVA arm64e <95c335494a863bb5bd45141a412390f2> /System/Library/PrivateFrameworks/AppleCVA.framework/AppleCVA 0x1b5209000 - 0x1b5217fff AppleFSCompression arm64e /System/Library/PrivateFrameworks/AppleFSCompression.framework/AppleFSCompression 0x1b521e000 - 0x1b5228fff AppleIDAuthSupport arm64e <4e25d793c1893cde9db731e73992c56c> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/AppleIDAuthSupport 0x1b5229000 - 0x1b526bfff AppleJPEG arm64e <5bbfea50254e3b70a76849dab290e45a> /System/Library/PrivateFrameworks/AppleJPEG.framework/AppleJPEG 0x1b5287000 - 0x1b5298fff AppleNeuralEngine arm64e /System/Library/PrivateFrameworks/AppleNeuralEngine.framework/AppleNeuralEngine 0x1b529f000 - 0x1b52c2fff AppleSauce arm64e <1f4591e357c13553adb1c8b9b3b90fb7> /System/Library/PrivateFrameworks/AppleSauce.framework/AppleSauce 0x1b5403000 - 0x1b5457fff AutoLoop arm64e /System/Library/PrivateFrameworks/AutoLoop.framework/AutoLoop 0x1b54c7000 - 0x1b54f7fff Bom arm64e <88f30c126d8b3abaa60be633841bbfa6> /System/Library/PrivateFrameworks/Bom.framework/Bom 0x1b5f8e000 - 0x1b5f95fff CommonAuth arm64e /System/Library/PrivateFrameworks/CommonAuth.framework/CommonAuth 0x1b6145000 - 0x1b6234fff CoreAppleCVA arm64e /System/Library/PrivateFrameworks/CoreAppleCVA.framework/CoreAppleCVA 0x1b63cb000 - 0x1b63cefff CoreOptimization arm64e /System/Library/PrivateFrameworks/CoreOptimization.framework/CoreOptimization 0x1b64ea000 - 0x1b64f5fff DeviceIdentity arm64e <26d26381aecd35b8b349f7a9face380a> /System/Library/PrivateFrameworks/DeviceIdentity.framework/DeviceIdentity 0x1b6686000 - 0x1b66a2fff DocumentManagerCore arm64e /System/Library/PrivateFrameworks/DocumentManagerCore.framework/DocumentManagerCore 0x1b6764000 - 0x1b6d32fff Espresso arm64e <5f366ae6038a380db428ca08b94a47c9> /System/Library/PrivateFrameworks/Espresso.framework/Espresso 0x1b7006000 - 0x1b7419fff FaceCore arm64e /System/Library/PrivateFrameworks/FaceCore.framework/FaceCore 0x1b74ef000 - 0x1b7502fff libGSFontCache.dylib arm64e /System/Library/PrivateFrameworks/FontServices.framework/libGSFontCache.dylib 0x1b7569000 - 0x1b7575fff libhvf.dylib arm64e /System/Library/PrivateFrameworks/FontServices.framework/libhvf.dylib 0x1b7597000 - 0x1b75abfff Futhark arm64e <2c827a9d9ad035ca8a992cc5eb8722e3> /System/Library/PrivateFrameworks/Futhark.framework/Futhark 0x1b82b3000 - 0x1b82bffff GraphVisualizer arm64e <9c52f0ab6eb9385b911d0c50d5078edf> /System/Library/PrivateFrameworks/GraphVisualizer.framework/GraphVisualizer 0x1b8c4b000 - 0x1b8cbbfff Heimdal arm64e <1fd458fe55553df38a2b47eccbe9033a> /System/Library/PrivateFrameworks/Heimdal.framework/Heimdal 0x1b9165000 - 0x1b91cefff InertiaCam arm64e <6532597c83273cbcb26ec0808e97105e> /System/Library/PrivateFrameworks/InertiaCam.framework/InertiaCam 0x1b9217000 - 0x1b921dfff InternationalSupport arm64e <9dd0e792a2ac323ead30b6c0460559b2> /System/Library/PrivateFrameworks/InternationalSupport.framework/InternationalSupport 0x1b94e2000 - 0x1b94e2fff Marco arm64e <21b7aca56373380aa6f4e4ec34b96aee> /System/Library/PrivateFrameworks/Marco.framework/Marco 0x1b99e2000 - 0x1b99f5fff MobileDeviceLink arm64e <86450314acbf331cb7e20e223d3ccfe1> /System/Library/PrivateFrameworks/MobileDeviceLink.framework/MobileDeviceLink 0x1b9cad000 - 0x1b9cedfff OTSVG arm64e <7710fe3cb2b7303191d939bfdf547e4b> /System/Library/PrivateFrameworks/OTSVG.framework/OTSVG 0x1ba36c000 - 0x1ba36cfff PhoneNumbers arm64e <2349bcf38907304989f0e60eff5d3bdf> /System/Library/PrivateFrameworks/PhoneNumbers.framework/PhoneNumbers 0x1bbd28000 - 0x1bbd2cfff RevealCore arm64e /System/Library/PrivateFrameworks/RevealCore.framework/RevealCore 0x1bbe1e000 - 0x1bbe50fff ScreenReaderCore arm64e /System/Library/PrivateFrameworks/ScreenReaderCore.framework/ScreenReaderCore 0x1bbec6000 - 0x1bbed2fff SetupAssistantSupport arm64e /System/Library/PrivateFrameworks/SetupAssistantSupport.framework/SetupAssistantSupport 0x1bbef1000 - 0x1bbef1fff SignpostMetrics arm64e <1f8d109a61e2384db3604d604b274ec7> /System/Library/PrivateFrameworks/SignpostMetrics.framework/SignpostMetrics 0x1bbf20000 - 0x1bbf3ffff SiriInstrumentation arm64e <7ebbf20b5a973abf8a9be01e0664a0e9> /System/Library/PrivateFrameworks/SiriInstrumentation.framework/SiriInstrumentation 0x1bc6cd000 - 0x1bc7edfff TextRecognition arm64e <6344895a09e0318083fa4189080498bb> /System/Library/PrivateFrameworks/TextRecognition.framework/TextRecognition 0x1bc7ee000 - 0x1bc892fff TextureIO arm64e <726f75bdca4a3f57bc6b9c44fe61c89a> /System/Library/PrivateFrameworks/TextureIO.framework/TextureIO 0x1bd6df000 - 0x1bdbdcfff libwebrtc.dylib arm64e <6f408cf259eb368d940b9b0db5a4456a> /System/Library/PrivateFrameworks/WebCore.framework/Frameworks/libwebrtc.dylib 0x1bdcab000 - 0x1bdcbdfff WirelessCoexManager arm64e /System/Library/PrivateFrameworks/WirelessCoexManager.framework/WirelessCoexManager 0x1bdd76000 - 0x1bdd7efff kperfdata arm64e /System/Library/PrivateFrameworks/kperfdata.framework/kperfdata 0x1bdd7f000 - 0x1bddc8fff ktrace arm64e /System/Library/PrivateFrameworks/ktrace.framework/ktrace 0x1bdde1000 - 0x1bddedfff perfdata arm64e <10eb4069e6b53779a78d25622adf7419> /System/Library/PrivateFrameworks/perfdata.framework/perfdata 0x1bddee000 - 0x1bddfcfff zudp arm64e <2183c52728683b0aa793b9386d999ea3> /System/Library/PrivateFrameworks/zudp.framework/zudp 0x1be149000 - 0x1be149fff libAWDProtobufFacetimeiMessage.dylib arm64e <335f193b30153e3692e13d65f10d407f> /usr/lib/libAWDProtobufFacetimeiMessage.dylib 0x1be1c4000 - 0x1be4ccfff libAWDSupportFramework.dylib arm64e /usr/lib/libAWDSupportFramework.dylib 0x1be67f000 - 0x1be689fff libChineseTokenizer.dylib arm64e /usr/lib/libChineseTokenizer.dylib 0x1be6ae000 - 0x1be872fff libFosl_dynamic.dylib arm64e <745fe7aa4d66357b84df64a9a2711c3d> /usr/lib/libFosl_dynamic.dylib 0x1be8ef000 - 0x1be8f6fff libMatch.1.dylib arm64e /usr/lib/libMatch.1.dylib 0x1be9a8000 - 0x1be9a9fff libSystem.B.dylib arm64e /usr/lib/libSystem.B.dylib 0x1be9b2000 - 0x1be9b3fff libThaiTokenizer.dylib arm64e /usr/lib/libThaiTokenizer.dylib 0x1beab3000 - 0x1beac8fff libapple_nghttp2.dylib arm64e <3a3c76fc90283dc7840eccb3d9fe0baf> /usr/lib/libapple_nghttp2.dylib 0x1beb41000 - 0x1beb51fff libbsm.0.dylib arm64e <9d7d53cf1d3934d58950e1c338710183> /usr/lib/libbsm.0.dylib 0x1beb52000 - 0x1beb5efff libbz2.1.0.dylib arm64e <3f5a073db40e3aa4a78c23f6c0617505> /usr/lib/libbz2.1.0.dylib 0x1beb5f000 - 0x1beb5ffff libcharset.1.dylib arm64e <2f2f1fc975ad30d09fcc08f7895a2734> /usr/lib/libcharset.1.dylib 0x1beb60000 - 0x1beb71fff libcmph.dylib arm64e /usr/lib/libcmph.dylib 0x1beb72000 - 0x1beb89fff libcompression.dylib arm64e /usr/lib/libcompression.dylib 0x1beb8a000 - 0x1beb8bfff libcoretls_cfhelpers.dylib arm64e /usr/lib/libcoretls_cfhelpers.dylib 0x1beb8c000 - 0x1beb92fff libcupolicy.dylib arm64e /usr/lib/libcupolicy.dylib 0x1bebd3000 - 0x1bebdcfff libdscsym.dylib arm64e <8850adf529663722b843cce8b5b4819c> /usr/lib/libdscsym.dylib 0x1bebdd000 - 0x1bebfafff libedit.3.dylib arm64e /usr/lib/libedit.3.dylib 0x1bec14000 - 0x1bec19fff libheimdal-asn1.dylib arm64e <396e3fa19b75356e8ed0a6d5a99b0b33> /usr/lib/libheimdal-asn1.dylib 0x1bec1a000 - 0x1bed0cfff libiconv.2.dylib arm64e <428596a27c70349a97f2c26b7ed4fff3> /usr/lib/libiconv.2.dylib 0x1bed22000 - 0x1bed2dfff liblockdown.dylib arm64e /usr/lib/liblockdown.dylib 0x1bed47000 - 0x1bed5ffff liblzma.5.dylib arm64e <483dd3d265203a8b9fdbd1c834f0c133> /usr/lib/liblzma.5.dylib 0x1bf0e5000 - 0x1bf115fff libncurses.5.4.dylib arm64e <979bff2fd0163444a320b8b78c663d31> /usr/lib/libncurses.5.4.dylib 0x1bf116000 - 0x1bf12afff libnetworkextension.dylib arm64e <703dbe678ed53206b0e0ce024c619128> /usr/lib/libnetworkextension.dylib 0x1bf4b6000 - 0x1bf4cefff libresolv.9.dylib arm64e /usr/lib/libresolv.9.dylib 0x1bf4cf000 - 0x1bf4d1fff libsandbox.1.dylib arm64e <74ffe83caa6537b683254094106a8f38> /usr/lib/libsandbox.1.dylib 0x1bf4d8000 - 0x1bf509fff libtidy.A.dylib arm64e <8c2f1da574753b9389ab3dd3ecf5cfa2> /usr/lib/libtidy.A.dylib 0x1bf511000 - 0x1bf514fff libutil.dylib arm64e <6f4ea9a03dad3e4e9a2ef79309642653> /usr/lib/libutil.dylib 0x1bf542000 - 0x1bf553fff libz.1.dylib arm64e /usr/lib/libz.1.dylib 0x1bf620000 - 0x1bf624fff libswiftCoreFoundation.dylib arm64e <2185db0ddf8930a796f2e466fca96a4b> /usr/lib/swift/libswiftCoreFoundation.dylib 0x1bf625000 - 0x1bf633fff libswiftCoreGraphics.dylib arm64e <181474c891b931f1ad24e39cdbc619ae> /usr/lib/swift/libswiftCoreGraphics.dylib 0x1bf634000 - 0x1bf638fff libswiftCoreImage.dylib arm64e <5ef7647b547a3f428e4c9cd0972982d0> /usr/lib/swift/libswiftCoreImage.dylib 0x1bf68e000 - 0x1bf697fff libswiftDarwin.dylib arm64e /usr/lib/swift/libswiftDarwin.dylib 0x1bf698000 - 0x1bf6b4fff libswiftDispatch.dylib arm64e /usr/lib/swift/libswiftDispatch.dylib 0x1bf6b5000 - 0x1bf844fff libswiftFoundation.dylib arm64e <3ac8f7c0c94938dea6c88710a28bbe3c> /usr/lib/swift/libswiftFoundation.dylib 0x1bf87d000 - 0x1bf884fff libswiftMetal.dylib arm64e <8674010db9e43f209c6abb36a03bfb40> /usr/lib/swift/libswiftMetal.dylib 0x1bf8f9000 - 0x1bf8fffff libswiftObjectiveC.dylib arm64e <4b62e8bd978c359ba1b9b76a093cc7ea> /usr/lib/swift/libswiftObjectiveC.dylib 0x1bf909000 - 0x1bf90efff libswiftQuartzCore.dylib arm64e <150cf27f95563a4cb7f64b62c933f2b1> /usr/lib/swift/libswiftQuartzCore.dylib 0x1bf94b000 - 0x1bf95ffff libswiftUIKit.dylib arm64e <8e89b618057f39b68358528b9c67768a> /usr/lib/swift/libswiftUIKit.dylib 0x1bf970000 - 0x1bf978fff libswiftos.dylib arm64e /usr/lib/swift/libswiftos.dylib 0x1bf994000 - 0x1bf999fff libcache.dylib arm64e /usr/lib/system/libcache.dylib 0x1bf99a000 - 0x1bf9aafff libcommonCrypto.dylib arm64e <3a53630c7b253db180b3e610ef7812fa> /usr/lib/system/libcommonCrypto.dylib 0x1bf9ab000 - 0x1bf9aefff libcompiler_rt.dylib arm64e <793f1795c47c30c9b6c569755d927b7f> /usr/lib/system/libcompiler_rt.dylib 0x1bfa86000 - 0x1bfa86fff liblaunch.dylib arm64e /usr/lib/system/liblaunch.dylib 0x1bfa87000 - 0x1bfa8cfff libmacho.dylib arm64e /usr/lib/system/libmacho.dylib 0x1bfa8d000 - 0x1bfa8efff libremovefile.dylib arm64e /usr/lib/system/libremovefile.dylib 0x1bfa8f000 - 0x1bfa90fff libsystem_featureflags.dylib arm64e <2765c759ac033e71b75107d94c06ec01> /usr/lib/system/libsystem_featureflags.dylib 0x1bfa91000 - 0x1bfabefff libsystem_m.dylib arm64e <742ce2f0ac123c7e92228f4e85b24793> /usr/lib/system/libsystem_m.dylib 0x1bfabf000 - 0x1bfac4fff libunwind.dylib arm64e /usr/lib/system/libunwind.dylib 0x1bfb71000 - 0x1bfc5dfff UIKit arm64e <404a2362516a3217a08dff3c1104b7ed> /System/Library/AccessibilityBundles/UIKit.axbundle/UIKit 0x1bfc6c000 - 0x1bfc7efff AccessibilitySettingsLoader arm64e <3ac152f6e7553161a5142651827831ce> /System/Library/AccessibilityBundles/AccessibilitySettingsLoader.bundle/AccessibilitySettingsLoader 0x1bfdab000 - 0x1bfe17fff NanoRegistry arm64e /System/Library/PrivateFrameworks/NanoRegistry.framework/NanoRegistry 0x1bfe18000 - 0x1bfe25fff NanoPreferencesSync arm64e <1d224e280f773299a44b954bb357f9ba> /System/Library/PrivateFrameworks/NanoPreferencesSync.framework/NanoPreferencesSync 0x1c0a80000 - 0x1c0abbfff CryptoTokenKit arm64e <58dc47fd76e030f4a23c2f143fa714d9> /System/Library/Frameworks/CryptoTokenKit.framework/CryptoTokenKit 0x1c1ba0000 - 0x1c1bbefff AppSSO arm64e <439a359e55b03d67876d0a68ec7343a1> /System/Library/PrivateFrameworks/AppSSO.framework/AppSSO 0x1c1bbf000 - 0x1c1bd3fff AppSSOCore arm64e /System/Library/PrivateFrameworks/AppSSOCore.framework/AppSSOCore EOF ```
rfk commented 4 years ago

4 Firefox Lockbox 0x0000000102c312f0 viaduct::backend::send::hab9fc07cb658defb + 9952 (wait.rs:122) 5 Firefox Lockbox 0x0000000102bb6774 fxa_client::config::Config::remote_config::h3a19bf2f71470689 + 544 (lib.rs:83)

This is us trying to load the fxa client config over the network.

rfk commented 4 years ago

@eoger is this something you might be able to help us dig in to?

rfk commented 4 years ago

As a side note, I'm surprised by the number of threads here that seem to be parked inside rust code; perhaps this is a default threadpool being managed by the tokio executor, and we could consider reducing its size given we don't expect to be doing lots of concurrent I/O from rust.

rfk commented 4 years ago

In the meeting today @kaylagalway mentioned that when compiling the lockwise-ios app, it emits a swift warning about nullability on some code in the app-services framework. If it's easy to catch, could you please link it in this bug for reference?

rfk commented 4 years ago

One odd thing I noticed here is that Thread1 is blocked calling beginOAuthFlow:

9 Firefox Lockbox 0x0000000102aef020 closure #1 in FirefoxAccount.beginOAuthFlow(scopes:completionHandler:) + 604 (FirefoxAccount.swift:208)

While Thread3 is initializing the FxA rust component as a result of clearing the store:

10 Firefox Lockbox 0x0000000102ab0944 AccountStore.initFxa() + 432 (AccountStore.swift:123) 11 Firefox Lockbox 0x0000000102ab01cc AccountStore.clear() + 1180 (AccountStore.swift:157)

I'm surprised to see both of these in flight at the same time; does it mean the app is trying to create a new instance of FirefoxAccount at the same time as it's operating on an existing one? (Such an attempt shouldn't crash, it just seems unusual and might be a clue here).

mhammond commented 4 years ago

Also Thread3 seems to be blocked waiting for the FirefoxAccount queue to yield so it can initialize:

1-7 appear to be waiting for the queue to become available 8 libswiftDispatch.dylib 0x00000001bf6a58f4 $sSo17OS_dispatch_queueC8DispatchE4sync7executexxyKXE_tKlF + 136 (Queue.swift:355) 9 Firefox Lockbox 0x0000000102aec030 FirefoxAccount.__allocating_init(config:) + 156 (FirefoxAccount.swift:68)

whereas the thread 1 stack frame you referenced is an observable for the login URL changing - and that thread is already executing on the queue. Best I can tell, there's one shared queue regardless of how many FirefoxAccount objects exist - so it may be that an "old" FirefoxAccount object is in the process of dieing? If we look further down Thread3 we see:

29 Firefox Lockbox 0x0000000102aa68a8 BaseDataStore.pushError(_:) + 880 (Dispatcher.swift:24) 30 Firefox Lockbox 0x0000000102aa865c closure #1 in BaseDataStore.reset() + 468 (BaseDataStore.swift:408)

So an exception has been caught resetting the store - and pushError in BaseDataStore.kt will dispatch an AccountAction.clear action - so the above sounds plausible.

That itself might be a clue to reproducing though - is an auth error or similar needed?

That said though, and contrary to what I said in the meeting, none of those rust threads look like they are crashing - the might be racing, but there's no evidence that in itself is causing the crash.

mhammond commented 4 years ago

That itself might be a clue to reproducing though - is an auth error or similar needed?

Another possibility is that rather than an auth error, it's just a normal oauth-token expiry? There's an issue in the android version when they expire, and that's difficult to reproduce as a dev because they live a (relatively) long time.

rfk commented 4 years ago

I'm also copying garvan's comment from slack, to put all the context in one place:

The odd thing to me in that trace is the main-thread is running WebKit code! I was sure that only happened in worker threads.

eoger commented 4 years ago

It is not quite clear what's happening here, but I wonder if https://github.com/mozilla/application-services/issues/1326 might help?

thomcc commented 4 years ago

KERN_INVALID_ADDRESS at 0x0000000000000000 means that this is a null pointer dereference. The rust code is parked / waiting on a condition variable at this time, and webkit is calling out to native code as shown by __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__, Or I assume that's what that means.

rfk commented 4 years ago

The odd thing to me in that trace is the main-thread is running WebKit code! I was sure that only happened in worker threads.

I guess that this line:

0 WebKit 0x0000000191fe2a58 WTF::Detail::CallableWrapper<WebKit::WebsiteDataStore::fetchDataAndApply(WTF::OptionSet<WebKit::W... + 48 (Function.h:79)

Is the code in AccountStore.clear where it tries to wipe all the localStorage and cookie data from the webview used in the login flow.

This makes me wonder if you've got multiple concurrent attempts at tearing down this state, which are stepping on each other's toes.

Another possibility is that rather than an auth error, it's just a normal oauth-token expiry? There's an issue in the android version when they expire, and that's difficult to reproduce as a dev because they live a (relatively) long time.

This is a good option to try to reproduce. You may be able to simulate a token expiry by going into https://accounts.firefox.com/settings and revoking the Lockwise app from there, which destroys its active OAuth tokens.

rfk commented 4 years ago

@kaylagalway as discussed in slack, I made a branch of application-services that sets an artificially low oauth token duration, which can hopefully help ease testing of how to app responds to expired oauth tokens:

https://github.com/mozilla/application-services/compare/short-duration-tokens?expand=1

If we're able to incorporate this into a build of Lockwise for iOS, then it will need to fetch a new FxA OAuth token every 30 seconds. Combined with e.g. backgrounding or restarting the app, I'm hoping this may help us reproduce the crashy behaviour here.

kaylagalway commented 4 years ago

I used a build created from the branch @rfk posted above and was able to use the faster token expiration to reproduce the issue. A threading issue resulting in Webkit code being called off the main thread was causing our crash. It was on our end, not yours, but it was triggered by a chain of events after token expiration. This ticket can be closed and I will make the necessary changes on my end to resolve the issue.

Thank you all for your help!

rfk commented 4 years ago

I used a build created from the branch @rfk posted above and was able to use the faster token expiration to reproduce the issue.

@kaylagalway would it be worth us exposing some sort of API to let the app set the token expiration time, to make it easier to test/debug things like this in future?

kaylagalway commented 4 years ago

@rfk Yeah, that would actually be great!

rfk commented 4 years ago

👍 filed as https://github.com/mozilla/application-services/issues/2334