firebase / firebase-ios-sdk

Firebase SDK for Apple App Development
https://firebase.google.com
Apache License 2.0
5.55k stars 1.45k forks source link

[Firestore] Crash EXC_BAD_ACCESS (SIGSEGV) #8607

Closed tzvc closed 3 years ago

tzvc commented 3 years ago

[REQUIRED] Step 1: Describe your environment

When running our app on IOS devices in production we get crash reports that seem to indicate a segmentation fault in the Firestore thread.

Example of such crash report (Click To Expand): ``` Incident Identifier: A1FDE1F5-24C0-4A8E-9997-349194DA2922 Hardware Model: iPhone11,2 Process: Runner [43579] Path: /private/var/containers/Bundle/Application/D21E47C9-8B1D-488D-88C4-14C10BE0172E/Runner.app/Runner Identifier: app.zag.prod Version: 30 (1.0.16) AppStoreTools: 12E506 AppVariant: 1:iPhone11,2:14 Beta: YES Code Type: ARM-64 (Native) Role: Foreground Parent Process: launchd [1] Coalition: app.zag.prod [3644] Date/Time: 2021-08-21 11:43:04.0939 +0200 Launch Time: 2021-08-21 11:42:54.2703 +0200 OS Version: iPhone OS 14.7.1 (18G82) Release Type: User Baseband Version: 3.04.01 Report Version: 104 Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Subtype: KERN_INVALID_ADDRESS at 0x6c62616e45656385 -> 0x0000006e45656385 (possible pointer authentication failure) VM Region Info: 0x6e45656385 is in 0x1000000000-0x7000000000; bytes after start: 404891198341 bytes before end: 7425662074 REGION TYPE START - END [ VSIZE] PRT/MAX SHRMOD REGION DETAIL commpage (reserved) fc0000000-1000000000 [ 1.0G] ---/--- SM=NUL ...(unallocated) ---> GPU Carveout (reserved) 1000000000-7000000000 [384.0G] ---/--- SM=NUL ...(unallocated) UNUSED SPACE AT END Termination Signal: Segmentation fault: 11 Termination Reason: Namespace SIGNAL, Code 0xb Terminating Process: exc handler [43579] Triggered by Thread: 28 Thread 0 name: Thread 0: 0 libsystem_kernel.dylib 0x00000001bceb84fc mach_msg_trap + 8 1 libsystem_kernel.dylib 0x00000001bceb7884 mach_msg + 76 (mach_msg.c:103) 2 CoreFoundation 0x000000018ec6be58 __CFRunLoopServiceMachPort + 372 (CFRunLoop.c:2641) 3 CoreFoundation 0x000000018ec65cf8 __CFRunLoopRun + 1212 (CFRunLoop.c:2974) 4 CoreFoundation 0x000000018ec65308 CFRunLoopRunSpecific + 600 (CFRunLoop.c:3242) 5 GraphicsServices 0x00000001a62e8734 GSEventRunModal + 164 (GSEvent.c:2259) 6 UIKitCore 0x00000001916e375c -[UIApplication _run] + 1072 (UIApplication.m:3269) 7 UIKitCore 0x00000001916e8fcc UIApplicationMain + 168 (UIApplication.m:4740) 8 Runner 0x00000001029fc450 main + 64 (AppDelegate.swift:6) 9 libdyld.dylib 0x000000018e921cf8 start + 4 Thread 1 name: Thread 1: 0 libsystem_pthread.dylib 0x00000001da96651c _pthread_mutex_lock_init_slow + 188 (pthread_mutex.c:1537) 1 Runner 0x0000000102c156c8 0x1029f4000 + 2234056 2 Runner 0x0000000102cd50d0 0x1029f4000 + 3018960 3 Runner 0x0000000102c6ea40 0x1029f4000 + 2599488 4 Runner 0x0000000102c6ee88 0x1029f4000 + 2600584 5 Runner 0x0000000102c6d0e4 0x1029f4000 + 2592996 6 Runner 0x0000000102c6b3cc 0x1029f4000 + 2585548 7 Runner 0x0000000102c69fc0 0x1029f4000 + 2580416 8 Runner 0x0000000102c69d94 0x1029f4000 + 2579860 9 Runner 0x0000000102cb3784 0x1029f4000 + 2881412 10 Runner 0x0000000102cb0ba8 0x1029f4000 + 2870184 11 Runner 0x0000000102cb07e4 0x1029f4000 + 2869220 12 Runner 0x0000000102cb0220 0x1029f4000 + 2867744 13 Runner 0x0000000102c99390 0x1029f4000 + 2773904 14 Runner 0x0000000102c99264 0x1029f4000 + 2773604 15 Runner 0x0000000102c990f4 0x1029f4000 + 2773236 16 libdispatch.dylib 0x000000018e8dda84 _dispatch_call_block_and_release + 32 (init.c:1466) 17 libdispatch.dylib 0x000000018e8df81c _dispatch_client_callout + 20 (object.m:559) 18 libdispatch.dylib 0x000000018e8e2cf4 _dispatch_continuation_pop + 448 (inline_internal.h:2557) 19 libdispatch.dylib 0x000000018e8e2384 _dispatch_async_redirect_invoke + 592 (queue.c:805) 20 libdispatch.dylib 0x000000018e8f0fe0 _dispatch_root_queue_drain + 388 (inline_internal.h:2598) 21 libdispatch.dylib 0x000000018e8f17d8 _dispatch_worker_thread2 + 112 (queue.c:6765) 22 libsystem_pthread.dylib 0x00000001da962768 _pthread_wqthread + 216 (pthread.c:2453) 23 libsystem_pthread.dylib 0x00000001da96974c start_wqthread + 8 Thread 2: 0 libsystem_pthread.dylib 0x00000001da969744 start_wqthread + 0 Thread 3 name: Thread 3: 0 libsystem_malloc.dylib 0x000000019e35f4ec set_tiny_meta_header_in_use + 244 (magazine_tiny.c:146) 1 libsystem_malloc.dylib 0x000000019e360af4 tiny_malloc_from_free_list + 556 (magazine_tiny.c:2197) 2 libsystem_malloc.dylib 0x000000019e35edb0 tiny_malloc_should_clear + 224 (magazine_tiny.c:2250) 3 libsystem_malloc.dylib 0x000000019e34811c szone_malloc_should_clear + 80 (magazine_malloc.c:232) 4 libsystem_malloc.dylib 0x000000019e3569a0 _malloc_zone_malloc + 152 (malloc.c:1572) 5 libc++abi.dylib 0x00000001a38df894 operator new(unsigned long) + 32 (stdlib_new_delete.cpp:31) 6 Runner 0x0000000102c71acc 0x1029f4000 + 2611916 7 Runner 0x0000000102c719a8 0x1029f4000 + 2611624 8 Runner 0x0000000102c6c9bc 0x1029f4000 + 2591164 9 Runner 0x0000000102c6b3cc 0x1029f4000 + 2585548 10 Runner 0x0000000102c69fc0 0x1029f4000 + 2580416 11 Runner 0x0000000102c69d94 0x1029f4000 + 2579860 12 Runner 0x0000000102cb3784 0x1029f4000 + 2881412 13 Runner 0x0000000102cb0ba8 0x1029f4000 + 2870184 14 Runner 0x0000000102cb07e4 0x1029f4000 + 2869220 15 Runner 0x0000000102cb0220 0x1029f4000 + 2867744 16 Runner 0x0000000102c99390 0x1029f4000 + 2773904 17 Runner 0x0000000102c99264 0x1029f4000 + 2773604 18 Runner 0x0000000102c990f4 0x1029f4000 + 2773236 19 libdispatch.dylib 0x000000018e8dda84 _dispatch_call_block_and_release + 32 (init.c:1466) 20 libdispatch.dylib 0x000000018e8df81c _dispatch_client_callout + 20 (object.m:559) 21 libdispatch.dylib 0x000000018e8e2cf4 _dispatch_continuation_pop + 448 (inline_internal.h:2557) 22 libdispatch.dylib 0x000000018e8e2384 _dispatch_async_redirect_invoke + 592 (queue.c:805) 23 libdispatch.dylib 0x000000018e8f0fe0 _dispatch_root_queue_drain + 388 (inline_internal.h:2598) 24 libdispatch.dylib 0x000000018e8f17d8 _dispatch_worker_thread2 + 112 (queue.c:6765) 25 libsystem_pthread.dylib 0x00000001da962768 _pthread_wqthread + 216 (pthread.c:2453) 26 libsystem_pthread.dylib 0x00000001da96974c start_wqthread + 8 Thread 4 name: Thread 4: 0 libsystem_kernel.dylib 0x00000001bceb84fc mach_msg_trap + 8 1 libsystem_kernel.dylib 0x00000001bceb7884 mach_msg + 76 (mach_msg.c:103) 2 CoreFoundation 0x000000018ec6be58 __CFRunLoopServiceMachPort + 372 (CFRunLoop.c:2641) 3 CoreFoundation 0x000000018ec65cf8 __CFRunLoopRun + 1212 (CFRunLoop.c:2974) 4 CoreFoundation 0x000000018ec65308 CFRunLoopRunSpecific + 600 (CFRunLoop.c:3242) 5 Foundation 0x000000018ff54d8c -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 232 (NSRunLoop.m:377) 6 Foundation 0x000000018ff54c58 -[NSRunLoop(NSRunLoop) runUntilDate:] + 92 (NSRunLoop.m:424) 7 UIKitCore 0x0000000191798304 -[UIEventFetcher threadMain] + 516 (UIEventFetcher.m:929) 8 Foundation 0x00000001900c630c __NSThread__start__ + 864 (NSThread.m:724) 9 libsystem_pthread.dylib 0x00000001da960bfc _pthread_start + 320 (pthread.c:887) 10 libsystem_pthread.dylib 0x00000001da969758 thread_start + 8 Thread 5: 0 libsystem_pthread.dylib 0x00000001da969744 start_wqthread + 0 Thread 6 name: Thread 6: 0 libsystem_kernel.dylib 0x00000001bcedf9bc poll + 8 1 grpc 0x0000000103fb3980 pollset_work(grpc_pollset*, grpc_pollset_worker**, long long) + 1152 (ev_poll_posix.cc:1024) 2 grpc 0x0000000103fb5840 pollset_work(grpc_pollset*, grpc_pollset_worker**, long long) + 72 (ev_posix.cc:324) 3 grpc 0x0000000103fa7b60 cq_next(grpc_completion_queue*, gpr_timespec, void*) + 516 (completion_queue.cc:1059) 4 grpcpp 0x00000001043252c8 grpc_impl::CompletionQueue::AsyncNextInternal(void**, bool*, gpr_timespec) + 60 (completion_queue_cc.cc:54) 5 FirebaseFirestore 0x0000000103629524 grpc_impl::CompletionQueue::Next(void**, bool*) + 52 (completion_queue_impl.h:179) 6 FirebaseFirestore 0x0000000103629524 firebase::firestore::remote::Datastore::PollGrpcQueue() + 104 (datastore.cc:137) 7 FirebaseFirestore 0x000000010371450c std::__1::__function::__value_func::operator()() const + 20 (functional:1880) 8 FirebaseFirestore 0x000000010371450c std::__1::function::operator()() const + 20 (functional:2555) 9 FirebaseFirestore 0x000000010371450c firebase::firestore::util::Task::ExecuteAndRelease() + 184 (task.cc:102) 10 libdispatch.dylib 0x000000018e8df81c _dispatch_client_callout + 20 (object.m:559) 11 libdispatch.dylib 0x000000018e8e7004 _dispatch_lane_serial_drain + 620 (inline_internal.h:2557) 12 libdispatch.dylib 0x000000018e8e7c00 _dispatch_lane_invoke + 404 (queue.c:3862) 13 libdispatch.dylib 0x000000018e8f24bc _dispatch_workloop_worker_thread + 764 (queue.c:6589) 14 libsystem_pthread.dylib 0x00000001da9627a4 _pthread_wqthread + 276 (pthread.c:2437) 15 libsystem_pthread.dylib 0x00000001da96974c start_wqthread + 8 Thread 7 name: Thread 7: 0 App 0x000000010b55e724 Precompiled_FirestoreMessageCodec_writeValue_21282 + 2100 1 App 0x000000010b55e710 Precompiled_FirestoreMessageCodec_writeValue_21282 + 2080 2 App 0x000000010b55eeb8 Precompiled_StandardMessageCodec_writeValue__anonymous_closure__21284 + 76 3 App 0x000000010b5482c0 Precompiled___InternalLinkedHashMap__HashVMBase_MapMixin__LinkedHashMapMixin_3220832_forEach_20775 + 204 4 App 0x000000010b55ee20 Precompiled_StandardMessageCodec_writeValue_21283 + 1648 5 App 0x000000010b55e75c Precompiled_FirestoreMessageCodec_writeValue_21282 + 2156 6 App 0x000000010b55e628 Precompiled_FirestoreMessageCodec_writeValue_21282 + 1848 7 App 0x000000010b55e458 Precompiled_FirestoreMessageCodec_writeValue_21282 + 1384 8 App 0x000000010b55eee4 Precompiled_StandardMessageCodec_writeValue__anonymous_closure__21284 + 120 9 App 0x000000010b5482c0 Precompiled___InternalLinkedHashMap__HashVMBase_MapMixin__LinkedHashMapMixin_3220832_forEach_20775 + 204 10 App 0x000000010b55ee20 Precompiled_StandardMessageCodec_writeValue_21283 + 1648 11 App 0x000000010b55e75c Precompiled_FirestoreMessageCodec_writeValue_21282 + 2156 12 App 0x000000010b55e5d0 Precompiled_FirestoreMessageCodec_writeValue_21282 + 1760 13 App 0x000000010b55eee4 Precompiled_StandardMessageCodec_writeValue__anonymous_closure__21284 + 120 14 App 0x000000010b5482c0 Precompiled___InternalLinkedHashMap__HashVMBase_MapMixin__LinkedHashMapMixin_3220832_forEach_20775 + 204 15 App 0x000000010b55ee20 Precompiled_StandardMessageCodec_writeValue_21283 + 1648 16 App 0x000000010b55e75c Precompiled_FirestoreMessageCodec_writeValue_21282 + 2156 17 App 0x000000010b579cf0 Precompiled_StandardMethodCodec_encodeMethodCall_21815 + 144 18 App 0x000000010b1aba74 Precompiled_MethodChannel__invokeMethod_695480135__async_op_7351 + 288 19 App 0x000000010b1ab928 Precompiled_MethodChannel__invokeMethod_695480135_7350 + 452 20 App 0x000000010b57b5c8 Precompiled_MethodChannel_invokeMethod_21829 + 128 21 App 0x000000010b1ac580 Precompiled_EventChannel_receiveBroadcastStream__anonymous_closure___async_op_7358 + 304 22 App 0x000000010b1ac424 Precompiled_EventChannel_receiveBroadcastStream__anonymous_closure__7357 + 332 23 App 0x000000010b0343a8 Precompiled_____runGuarded_4048458_714 + 80 24 App 0x000000010b51b408 Precompiled__BroadcastStreamController_4048458__subscribe_4048458_19969 + 276 25 App 0x000000010b547c70 Precompiled__ControllerStream_4048458__createSubscription_4048458_20768 + 72 26 App 0x000000010b52bf98 Precompiled__StreamImpl_4048458_listen_20281 + 300 27 App 0x000000010b292414 Precompiled_MethodChannelQuery_snapshots__anonymous_closure___async_op_10005 + 532 28 App 0x000000010b034da8 Precompiled_____rootRunUnary_4048458_733 + 104 29 App 0x000000010b034f10 Precompiled_____rootRunUnary_4048458__rootRunUnary_4048458_734 + 128 30 App 0x000000010b553220 Precompiled__CustomZone_4048458_runUnary_20988 + 196 31 App 0x000000010b032db0 Precompiled__FutureListener_4048458_handleValue_678 + 208 32 App 0x000000010b0330cc Precompiled__Future_4048458__propagateToListeners_4048458_handleValueCallback_684 + 52 33 App 0x000000010b0318e8 Precompiled__Future_4048458__propagateToListeners_4048458_655 + 1124 34 App 0x000000010b031468 Precompiled__Future_4048458__completeWithValue_4048458_654 + 124 35 App 0x000000010b0313c8 Precompiled_____completeOnAsyncReturn_4048458_653 + 244 36 App 0x000000010b1abba0 Precompiled_MethodChannel__invokeMethod_695480135__async_op_7351 + 588 37 App 0x000000010b034da8 Precompiled_____rootRunUnary_4048458_733 + 104 38 App 0x000000010b034f10 Precompiled_____rootRunUnary_4048458__rootRunUnary_4048458_734 + 128 39 App 0x000000010b553220 Precompiled__CustomZone_4048458_runUnary_20988 + 196 40 App 0x000000010b032db0 Precompiled__FutureListener_4048458_handleValue_678 + 208 41 App 0x000000010b0330cc Precompiled__Future_4048458__propagateToListeners_4048458_handleValueCallback_684 + 52 42 App 0x000000010b0318e8 Precompiled__Future_4048458__propagateToListeners_4048458_655 + 1124 43 App 0x000000010b031468 Precompiled__Future_4048458__completeWithValue_4048458_654 + 124 44 App 0x000000010b03f618 Precompiled__Future_4048458__asyncCompleteWithValue_4048458__anonymous_closure__936 + 44 45 App 0x000000010b033700 Precompiled_____rootRun_4048458_689 + 208 46 App 0x000000010b0337f4 Precompiled_____rootRun_4048458__rootRun_4048458_690 + 124 47 App 0x000000010b54e7cc Precompiled__CustomZone_4048458_run_20878 + 184 48 App 0x000000010b553588 Precompiled__CustomZone_4048458_runGuarded_20994 + 52 49 App 0x000000010b54e2d8 Precompiled__CustomZone_4048458_bindCallbackGuarded__anonymous_closure__20873 + 44 50 App 0x000000010b034c60 Precompiled_____microtaskLoop_4048458_730 + 120 51 App 0x000000010b0365cc Precompiled_____startMicrotaskLoop_4048458_765 + 40 52 App 0x000000010b036688 Precompiled_____startMicrotaskLoop_4048458__startMicrotaskLoop_4048458_766 + 24 53 App 0x000000010b007284 Precompiled_Stub_InvokeDartCode + 268 54 Flutter 0x0000000104d50f24 dart::DartEntry::InvokeCode(dart::Code const&, dart::Array const&, dart::Array const&, dart::Thread*) + 200 (dart_entry.cc:181) 55 Flutter 0x0000000104d50f24 dart::DartEntry::InvokeFunction(dart::Function const&, dart::Array const&, dart::Array const&, unsigned long) + 440 (dart_entry.cc:147) 56 Flutter 0x0000000104d51a34 dart::DartEntry::InvokeCallable(dart::Thread*, dart::Function const&, dart::Array const&, dart::Array const&) + 412 (dart_entry.cc:282) 57 Flutter 0x0000000104e31b3c Dart_InvokeClosure + 1300 (dart_api_impl.cc:4721) 58 Flutter 0x0000000104b8cabc tonic::DartMicrotaskQueue::RunMicrotasks() + 136 (dart_microtask_queue.cc:77) 59 Flutter 0x0000000104b12140 std::__1::__function::__value_func::operator()() const + 20 (functional:1860) 60 Flutter 0x0000000104b12140 std::__1::function::operator()() const + 20 (functional:2419) 61 Flutter 0x0000000104b12140 fml::MessageLoopImpl::FlushTasks(fml::FlushType) + 1900 (message_loop_impl.cc:134) 62 Flutter 0x0000000104b13df8 fml::MessageLoopImpl::RunExpiredTasksNow() + 8 (message_loop_impl.cc:143) 63 Flutter 0x0000000104b13df8 fml::MessageLoopDarwin::OnTimerFire(__CFRunLoopTimer*, fml::MessageLoopDarwin*) + 32 (message_loop_darwin.mm:75) 64 CoreFoundation 0x000000018ec6d1d4 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 32 (CFRunLoop.c:1807) 65 CoreFoundation 0x000000018ec6cdd0 __CFRunLoopDoTimer + 1076 (CFRunLoop.c:2415) 66 CoreFoundation 0x000000018ec6c220 __CFRunLoopDoTimers + 328 (CFRunLoop.c:2575) 67 CoreFoundation 0x000000018ec65fd4 __CFRunLoopRun + 1944 (CFRunLoop.c:3090) 68 CoreFoundation 0x000000018ec65308 CFRunLoopRunSpecific + 600 (CFRunLoop.c:3242) 69 Flutter 0x0000000104b13cd4 fml::MessageLoopDarwin::Run() + 88 (message_loop_darwin.mm:46) 70 Flutter 0x0000000104b136d8 fml::MessageLoopImpl::DoRun() + 28 (message_loop_impl.cc:96) 71 Flutter 0x0000000104b136d8 fml::MessageLoop::Run() + 32 (message_loop.cc:49) 72 Flutter 0x0000000104b136d8 fml::Thread::Thread(std::__1::basic_string, std::__1::allocator > const&)::$_0::operator()() const + 144 (thread.cc:35) 73 Flutter 0x0000000104b136d8 decltype(std::__1::forward, std::__1::allocator > const&)::$_0>(fp)()) std::__1::__invoke >, fml::Thread::Thread(std::__1::basic_string >, fml::Thread::Thread(std::__1::basic_string, std::__1::allocator > const&)::$_0::operator()() const + 144 (thread.cc:35) 9 Flutter 0x0000000104b136d8 decltype(std::__1::forward, std::__1::allocator > const&)::$_0>(fp)()) std::__1::__invoke >, fml::Thread::Thread(std::__1::basic_string >, fml::Thread::Thread(std::__1::basic_string, std::__1::allocator > const&)::$_0::operator()() const + 144 (thread.cc:35) 9 Flutter 0x0000000104b136d8 decltype(std::__1::forward, std::__1::allocator > const&)::$_0>(fp)()) std::__1::__invoke >, fml::Thread::Thread(std::__1::basic_string >, fml::Thread::Thread(std::__1::basic_string&) + 28 (__threading_support:428) 3 Flutter 0x0000000104b0edc0 void std::__1::condition_variable::wait(std::__1::unique_lock&, fml::ConcurrentMessageLoop::WorkerMain()::$_1) + 40 (__mutex_base:374) 4 Flutter 0x0000000104b0edc0 fml::ConcurrentMessageLoop::WorkerMain() + 80 (concurrent_message_loop.cc:80) 5 Flutter 0x0000000104b0edc0 fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0::operator()() const + 184 (concurrent_message_loop.cc:26) 6 Flutter 0x0000000104b0edc0 decltype(std::__1::forward(fp)()) std::__1::__invoke(fm... + 184 (type_traits:4425) 7 Flutter 0x0000000104b0edc0 void std::__1::__thread_execute >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned lon... + 184 (thread:341) 8 Flutter 0x0000000104b0edc0 void* std::__1::__thread_proxy >, fml::ConcurrentMessageLoop::ConcurrentMessageLo... + 256 (thread:351) 9 libsystem_pthread.dylib 0x00000001da960bfc _pthread_start + 320 (pthread.c:887) 10 libsystem_pthread.dylib 0x00000001da969758 thread_start + 8 Thread 11 name: Thread 11: 0 libsystem_kernel.dylib 0x00000001bcedd0cc __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x00000001da964434 _pthread_cond_wait + 1248 (pthread_cond.c:636) 2 libc++.1.dylib 0x00000001a3877efc std::__1::condition_variable::wait(std::__1::unique_lock&) + 28 (__threading_support:428) 3 Flutter 0x0000000104b0edc0 void std::__1::condition_variable::wait(std::__1::unique_lock&, fml::ConcurrentMessageLoop::WorkerMain()::$_1) + 40 (__mutex_base:374) 4 Flutter 0x0000000104b0edc0 fml::ConcurrentMessageLoop::WorkerMain() + 80 (concurrent_message_loop.cc:80) 5 Flutter 0x0000000104b0edc0 fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0::operator()() const + 184 (concurrent_message_loop.cc:26) 6 Flutter 0x0000000104b0edc0 decltype(std::__1::forward(fp)()) std::__1::__invoke(fm... + 184 (type_traits:4425) 7 Flutter 0x0000000104b0edc0 void std::__1::__thread_execute >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned lon... + 184 (thread:341) 8 Flutter 0x0000000104b0edc0 void* std::__1::__thread_proxy >, fml::ConcurrentMessageLoop::ConcurrentMessageLo... + 256 (thread:351) 9 libsystem_pthread.dylib 0x00000001da960bfc _pthread_start + 320 (pthread.c:887) 10 libsystem_pthread.dylib 0x00000001da969758 thread_start + 8 Thread 12 name: Thread 12: 0 libsystem_kernel.dylib 0x00000001bcedd0cc __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x00000001da964434 _pthread_cond_wait + 1248 (pthread_cond.c:636) 2 libc++.1.dylib 0x00000001a3877efc std::__1::condition_variable::wait(std::__1::unique_lock&) + 28 (__threading_support:428) 3 Flutter 0x0000000104b0edc0 void std::__1::condition_variable::wait(std::__1::unique_lock&, fml::ConcurrentMessageLoop::WorkerMain()::$_1) + 40 (__mutex_base:374) 4 Flutter 0x0000000104b0edc0 fml::ConcurrentMessageLoop::WorkerMain() + 80 (concurrent_message_loop.cc:80) 5 Flutter 0x0000000104b0edc0 fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0::operator()() const + 184 (concurrent_message_loop.cc:26) 6 Flutter 0x0000000104b0edc0 decltype(std::__1::forward(fp)()) std::__1::__invoke(fm... + 184 (type_traits:4425) 7 Flutter 0x0000000104b0edc0 void std::__1::__thread_execute >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned lon... + 184 (thread:341) 8 Flutter 0x0000000104b0edc0 void* std::__1::__thread_proxy >, fml::ConcurrentMessageLoop::ConcurrentMessageLo... + 256 (thread:351) 9 libsystem_pthread.dylib 0x00000001da960bfc _pthread_start + 320 (pthread.c:887) 10 libsystem_pthread.dylib 0x00000001da969758 thread_start + 8 Thread 13 name: Thread 13: 0 libsystem_kernel.dylib 0x00000001bcedd0cc __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x00000001da964434 _pthread_cond_wait + 1248 (pthread_cond.c:636) 2 libc++.1.dylib 0x00000001a3877efc std::__1::condition_variable::wait(std::__1::unique_lock&) + 28 (__threading_support:428) 3 Flutter 0x0000000104b0edc0 void std::__1::condition_variable::wait(std::__1::unique_lock&, fml::ConcurrentMessageLoop::WorkerMain()::$_1) + 40 (__mutex_base:374) 4 Flutter 0x0000000104b0edc0 fml::ConcurrentMessageLoop::WorkerMain() + 80 (concurrent_message_loop.cc:80) 5 Flutter 0x0000000104b0edc0 fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0::operator()() const + 184 (concurrent_message_loop.cc:26) 6 Flutter 0x0000000104b0edc0 decltype(std::__1::forward(fp)()) std::__1::__invoke(fm... + 184 (type_traits:4425) 7 Flutter 0x0000000104b0edc0 void std::__1::__thread_execute >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned lon... + 184 (thread:341) 8 Flutter 0x0000000104b0edc0 void* std::__1::__thread_proxy >, fml::ConcurrentMessageLoop::ConcurrentMessageLo... + 256 (thread:351) 9 libsystem_pthread.dylib 0x00000001da960bfc _pthread_start + 320 (pthread.c:887) 10 libsystem_pthread.dylib 0x00000001da969758 thread_start + 8 Thread 14 name: Thread 14: 0 libsystem_kernel.dylib 0x00000001bcedd0cc __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x00000001da964434 _pthread_cond_wait + 1248 (pthread_cond.c:636) 2 libc++.1.dylib 0x00000001a3877efc std::__1::condition_variable::wait(std::__1::unique_lock&) + 28 (__threading_support:428) 3 Flutter 0x0000000104b0edc0 void std::__1::condition_variable::wait(std::__1::unique_lock&, fml::ConcurrentMessageLoop::WorkerMain()::$_1) + 40 (__mutex_base:374) 4 Flutter 0x0000000104b0edc0 fml::ConcurrentMessageLoop::WorkerMain() + 80 (concurrent_message_loop.cc:80) 5 Flutter 0x0000000104b0edc0 fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0::operator()() const + 184 (concurrent_message_loop.cc:26) 6 Flutter 0x0000000104b0edc0 decltype(std::__1::forward(fp)()) std::__1::__invoke(fm... + 184 (type_traits:4425) 7 Flutter 0x0000000104b0edc0 void std::__1::__thread_execute >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned lon... + 184 (thread:341) 8 Flutter 0x0000000104b0edc0 void* std::__1::__thread_proxy >, fml::ConcurrentMessageLoop::ConcurrentMessageLo... + 256 (thread:351) 9 libsystem_pthread.dylib 0x00000001da960bfc _pthread_start + 320 (pthread.c:887) 10 libsystem_pthread.dylib 0x00000001da969758 thread_start + 8 Thread 15 name: Thread 15: 0 libsystem_kernel.dylib 0x00000001bcedd0cc __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x00000001da964434 _pthread_cond_wait + 1248 (pthread_cond.c:636) 2 libc++.1.dylib 0x00000001a3877efc std::__1::condition_variable::wait(std::__1::unique_lock&) + 28 (__threading_support:428) 3 Flutter 0x0000000104b0edc0 void std::__1::condition_variable::wait(std::__1::unique_lock&, fml::ConcurrentMessageLoop::WorkerMain()::$_1) + 40 (__mutex_base:374) 4 Flutter 0x0000000104b0edc0 fml::ConcurrentMessageLoop::WorkerMain() + 80 (concurrent_message_loop.cc:80) 5 Flutter 0x0000000104b0edc0 fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0::operator()() const + 184 (concurrent_message_loop.cc:26) 6 Flutter 0x0000000104b0edc0 decltype(std::__1::forward(fp)()) std::__1::__invoke(fm... + 184 (type_traits:4425) 7 Flutter 0x0000000104b0edc0 void std::__1::__thread_execute >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned lon... + 184 (thread:341) 8 Flutter 0x0000000104b0edc0 void* std::__1::__thread_proxy >, fml::ConcurrentMessageLoop::ConcurrentMessageLo... + 256 (thread:351) 9 libsystem_pthread.dylib 0x00000001da960bfc _pthread_start + 320 (pthread.c:887) 10 libsystem_pthread.dylib 0x00000001da969758 thread_start + 8 Thread 16 name: Thread 16: 0 libsystem_kernel.dylib 0x00000001bcedf150 kevent + 8 1 Flutter 0x0000000104c51fa8 dart::bin::EventHandlerImplementation::EventHandlerEntry(unsigned long) + 360 (eventhandler_macos.cc:451) 2 Flutter 0x0000000104c80e24 dart::bin::ThreadStart(void*) + 48 (thread_macos.cc:87) 3 libsystem_pthread.dylib 0x00000001da960bfc _pthread_start + 320 (pthread.c:887) 4 libsystem_pthread.dylib 0x00000001da969758 thread_start + 8 Thread 17 name: Thread 17: 0 libsystem_kernel.dylib 0x00000001bcedd0cc __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x00000001da964460 _pthread_cond_wait + 1292 (pthread_cond.c:640) 2 Flutter 0x0000000104da2aa8 dart::Monitor::WaitMicros(long long) + 128 (os_thread_macos.cc:430) 3 Flutter 0x0000000104dede58 dart::MonitorLocker::WaitMicros(long long) + 8 (lockers.h:181) 4 Flutter 0x0000000104dede58 dart::ThreadPool::WorkerLoop(dart::ThreadPool::Worker*) + 528 (thread_pool.cc:183) 5 Flutter 0x0000000104dede58 dart::ThreadPool::Worker::Main(unsigned long) + 640 (thread_pool.cc:323) 6 Flutter 0x0000000104da23d0 dart::ThreadStart(void*) + 260 (os_thread_macos.cc:132) 7 libsystem_pthread.dylib 0x00000001da960bfc _pthread_start + 320 (pthread.c:887) 8 libsystem_pthread.dylib 0x00000001da969758 thread_start + 8 Thread 18: 0 libsystem_kernel.dylib 0x00000001bcedd0cc __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x00000001da964434 _pthread_cond_wait + 1248 (pthread_cond.c:636) 2 libc++.1.dylib 0x00000001a3877efc std::__1::condition_variable::wait(std::__1::unique_lock&) + 28 (__threading_support:428) 3 leveldb 0x000000010445b510 leveldb::port::CondVar::Wait() + 24 (port_stdcxx.h:77) 4 leveldb 0x000000010445b510 leveldb::(anonymous namespace)::PosixEnv::BackgroundThreadMain() + 80 (env_posix.cc:785) 5 leveldb 0x000000010445b4c0 leveldb::(anonymous namespace)::PosixEnv::BackgroundThreadEntryPoint(leveldb::(anonymous namespace)::PosixEnv*) + 12 (env_posix.cc:700) 6 leveldb 0x000000010445b5a4 decltype(std::__1::forward(fp)(std::__1::forward(fp0))) std::__1::__invoke >, void (*)(leveldb::(anonymous namespace)::PosixEnv*), leveldb::... + 8 (thread:280) 8 leveldb 0x000000010445b5a4 void* std::__1::__thread_proxy >, void (*)(leveldb::(anonymous namespace)::PosixE... + 44 (thread:291) 9 libsystem_pthread.dylib 0x00000001da960bfc _pthread_start + 320 (pthread.c:887) 10 libsystem_pthread.dylib 0x00000001da969758 thread_start + 8 Thread 19: 0 libsystem_kernel.dylib 0x00000001bcedd0cc __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x00000001da964434 _pthread_cond_wait + 1248 (pthread_cond.c:636) 2 grpc 0x000000010401f8c4 gpr_cv_wait + 124 (sync_posix.cc:130) 3 grpc 0x0000000103fb7350 grpc_core::Executor::ThreadMain(void*) + 184 (executor.cc:231) 4 grpc 0x0000000104029584 grpc_core::(anonymous namespace)::ThreadInternalsPosix::ThreadInternalsPosix(char const*, void (*)(void*), void*, bool*, grpc_core::Thread::Options const&)::'lambda'(void*)::operator()(void*) const + 116 (thd_posix.cc:140) 5 grpc 0x0000000104029584 grpc_core::(anonymous namespace)::ThreadInternalsPosix::ThreadInternalsPosix(char const*, void (*)(void*), void*, bool*, grpc_core::Thread::Options const&)::'lambda'(void*)::__invoke(void*) + 140 (thd_posix.cc:110) 6 libsystem_pthread.dylib 0x00000001da960bfc _pthread_start + 320 (pthread.c:887) 7 libsystem_pthread.dylib 0x00000001da969758 thread_start + 8 Thread 20: 0 libsystem_kernel.dylib 0x00000001bcedd0cc __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x00000001da964434 _pthread_cond_wait + 1248 (pthread_cond.c:636) 2 grpc 0x000000010401f8c4 gpr_cv_wait + 124 (sync_posix.cc:130) 3 grpc 0x0000000103fb7350 grpc_core::Executor::ThreadMain(void*) + 184 (executor.cc:231) 4 grpc 0x0000000104029584 grpc_core::(anonymous namespace)::ThreadInternalsPosix::ThreadInternalsPosix(char const*, void (*)(void*), void*, bool*, grpc_core::Thread::Options const&)::'lambda'(void*)::operator()(void*) const + 116 (thd_posix.cc:140) 5 grpc 0x0000000104029584 grpc_core::(anonymous namespace)::ThreadInternalsPosix::ThreadInternalsPosix(char const*, void (*)(void*), void*, bool*, grpc_core::Thread::Options const&)::'lambda'(void*)::__invoke(void*) + 140 (thd_posix.cc:110) 6 libsystem_pthread.dylib 0x00000001da960bfc _pthread_start + 320 (pthread.c:887) 7 libsystem_pthread.dylib 0x00000001da969758 thread_start + 8 Thread 21: 0 libsystem_kernel.dylib 0x00000001bcedd0cc __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x00000001da964434 _pthread_cond_wait + 1248 (pthread_cond.c:636) 2 grpc 0x000000010401f8b4 gpr_cv_wait + 108 (sync_posix.cc:146) 3 grpc 0x000000010402c9f4 wait_until(long long) + 76 (timer_manager.cc:200) 4 grpc 0x000000010402c9f4 timer_main_loop() + 436 (timer_manager.cc:255) 5 grpc 0x000000010402c9f4 timer_thread(void*) + 532 (timer_manager.cc:284) 6 grpc 0x0000000104029584 grpc_core::(anonymous namespace)::ThreadInternalsPosix::ThreadInternalsPosix(char const*, void (*)(void*), void*, bool*, grpc_core::Thread::Options const&)::'lambda'(void*)::operator()(void*) const + 116 (thd_posix.cc:140) 7 grpc 0x0000000104029584 grpc_core::(anonymous namespace)::ThreadInternalsPosix::ThreadInternalsPosix(char const*, void (*)(void*), void*, bool*, grpc_core::Thread::Options const&)::'lambda'(void*)::__invoke(void*) + 140 (thd_posix.cc:110) 8 libsystem_pthread.dylib 0x00000001da960bfc _pthread_start + 320 (pthread.c:887) 9 libsystem_pthread.dylib 0x00000001da969758 thread_start + 8 Thread 22: 0 libsystem_pthread.dylib 0x00000001da969744 start_wqthread + 0 Thread 23: 0 libsystem_pthread.dylib 0x00000001da969744 start_wqthread + 0 Thread 24 name: Thread 24: 0 libsystem_kernel.dylib 0x00000001bcedd0cc __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x00000001da964460 _pthread_cond_wait + 1292 (pthread_cond.c:640) 2 Flutter 0x0000000104da2aa8 dart::Monitor::WaitMicros(long long) + 128 (os_thread_macos.cc:430) 3 Flutter 0x0000000104dede58 dart::MonitorLocker::WaitMicros(long long) + 8 (lockers.h:181) 4 Flutter 0x0000000104dede58 dart::ThreadPool::WorkerLoop(dart::ThreadPool::Worker*) + 528 (thread_pool.cc:183) 5 Flutter 0x0000000104dede58 dart::ThreadPool::Worker::Main(unsigned long) + 640 (thread_pool.cc:323) 6 Flutter 0x0000000104da23d0 dart::ThreadStart(void*) + 260 (os_thread_macos.cc:132) 7 libsystem_pthread.dylib 0x00000001da960bfc _pthread_start + 320 (pthread.c:887) 8 libsystem_pthread.dylib 0x00000001da969758 thread_start + 8 Thread 25 name: Thread 25: 0 libobjc.A.dylib 0x00000001a37f9dc0 objc_storeStrong + 104 (NSObject.mm:320) 1 Runner 0x0000000102be6d90 0x1029f4000 + 2043280 2 Runner 0x0000000102be74cc 0x1029f4000 + 2045132 3 Runner 0x0000000102be83d0 0x1029f4000 + 2048976 4 Runner 0x0000000102cb3bd8 0x1029f4000 + 2882520 5 Runner 0x0000000102cb35f4 0x1029f4000 + 2881012 6 Runner 0x0000000102cb0ba8 0x1029f4000 + 2870184 7 Runner 0x0000000102cb07e4 0x1029f4000 + 2869220 8 Runner 0x0000000102cb0220 0x1029f4000 + 2867744 9 Runner 0x0000000102c99390 0x1029f4000 + 2773904 10 Runner 0x0000000102c99264 0x1029f4000 + 2773604 11 Runner 0x0000000102c990f4 0x1029f4000 + 2773236 12 libdispatch.dylib 0x000000018e8dda84 _dispatch_call_block_and_release + 32 (init.c:1466) 13 libdispatch.dylib 0x000000018e8df81c _dispatch_client_callout + 20 (object.m:559) 14 libdispatch.dylib 0x000000018e8e2cf4 _dispatch_continuation_pop + 448 (inline_internal.h:2557) 15 libdispatch.dylib 0x000000018e8e2384 _dispatch_async_redirect_invoke + 592 (queue.c:805) 16 libdispatch.dylib 0x000000018e8f0fe0 _dispatch_root_queue_drain + 388 (inline_internal.h:2598) 17 libdispatch.dylib 0x000000018e8f17d8 _dispatch_worker_thread2 + 112 (queue.c:6765) 18 libsystem_pthread.dylib 0x00000001da962768 _pthread_wqthread + 216 (pthread.c:2453) 19 libsystem_pthread.dylib 0x00000001da96974c start_wqthread + 8 Thread 26 name: Thread 26: 0 libsystem_kernel.dylib 0x00000001bceb84fc mach_msg_trap + 8 1 libsystem_kernel.dylib 0x00000001bceb7884 mach_msg + 76 (mach_msg.c:103) 2 CoreFoundation 0x000000018ec6be58 __CFRunLoopServiceMachPort + 372 (CFRunLoop.c:2641) 3 CoreFoundation 0x000000018ec65cf8 __CFRunLoopRun + 1212 (CFRunLoop.c:2974) 4 CoreFoundation 0x000000018ec65308 CFRunLoopRunSpecific + 600 (CFRunLoop.c:3242) 5 Foundation 0x000000018ff54d8c -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 232 (NSRunLoop.m:377) 6 Runner 0x0000000102d44f84 0x1029f4000 + 3477380 7 Foundation 0x00000001900c630c __NSThread__start__ + 864 (NSThread.m:724) 8 libsystem_pthread.dylib 0x00000001da960bfc _pthread_start + 320 (pthread.c:887) 9 libsystem_pthread.dylib 0x00000001da969758 thread_start + 8 Thread 27 name: Thread 27: 0 libsystem_kernel.dylib 0x00000001bcedd0cc __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x00000001da964460 _pthread_cond_wait + 1292 (pthread_cond.c:640) 2 Flutter 0x0000000104da2aa8 dart::Monitor::WaitMicros(long long) + 128 (os_thread_macos.cc:430) 3 Flutter 0x0000000104dede58 dart::MonitorLocker::WaitMicros(long long) + 8 (lockers.h:181) 4 Flutter 0x0000000104dede58 dart::ThreadPool::WorkerLoop(dart::ThreadPool::Worker*) + 528 (thread_pool.cc:183) 5 Flutter 0x0000000104dede58 dart::ThreadPool::Worker::Main(unsigned long) + 640 (thread_pool.cc:323) 6 Flutter 0x0000000104da23d0 dart::ThreadStart(void*) + 260 (os_thread_macos.cc:132) 7 libsystem_pthread.dylib 0x00000001da960bfc _pthread_start + 320 (pthread.c:887) 8 libsystem_pthread.dylib 0x00000001da969758 thread_start + 8 Thread 28 name: Thread 28 Crashed: 0 FirebaseFirestore 0x00000001036276ac std::__1::basic_string, std::__1::allocator >::__is_long() const + 0 (string:1423) 1 FirebaseFirestore 0x00000001036276ac std::__1::basic_string, std::__1::allocator >::size() const + 0 (string:947) 2 FirebaseFirestore 0x00000001036276ac std::__1::_MetaBase<__can_be_converted_to_string_view, std::__1::basic_string_view > >::value>::_EnableIfImpl std::__1::basi... + 0 (string:3815) 3 FirebaseFirestore 0x00000001036276ac std::__1::basic_string, std::__1::allocator >::compare(std::__1::basic_string, std::__1::allocator > const&) const + 20 (string:3833) 4 FirebaseFirestore 0x00000001036276ac firebase::firestore::util::Comparator, std::__1::allocator > >::Compare(std::__1::basic_string, std:... + 32 (comparison.cc:39) 5 FirebaseFirestore 0x0000000103606d84 firebase::firestore::util::ComparisonResult firebase::firestore::util::Compare, std::__1::allocator >, firebase::firestore::util::Comp... + 16 (comparison.h:204) 6 FirebaseFirestore 0x0000000103606d84 firebase::firestore::util::ComparisonResult firebase::firestore::util::CompareContainer, std::__1::allocator >, std::... + 112 (comparison.h:295) 7 FirebaseFirestore 0x00000001036a5f24 firebase::firestore::util::ComparisonResult firebase::firestore::util::impl::CompareImpl(firebase::firestore::model::DocumentKey const&, firebase::fir... + 12 (comparison.h:247) 8 FirebaseFirestore 0x00000001036a5f24 firebase::firestore::util::Comparator::Compare(firebase::firestore::model::DocumentKey const&, firebase::firestore::model::DocumentKey const&) const + 12 (comparison.h:262) 9 FirebaseFirestore 0x00000001036a5f24 firebase::firestore::immutable::impl::ArraySortedMap const*, firebase::firestore::immutable... + 32 (algorithm:933) 11 FirebaseFirestore 0x00000001036a5f24 firebase::firestore::immutable::impl::ArraySortedMap::value), decltype(fp0())>::type firebase::firestore::local::Persistence::Run(fp)(std::__1::forward::__call::value), decltype(fp0())>::type firebase::firestore::local::Persistence::Run::value), decltype(fp0())>::type firebase::firestore::local::Persistence::Run::value), decltype(fp0())>::type firebase::firestore::local::Persistence::Run::operator()() const + 20 (functional:1880) 25 FirebaseFirestore 0x00000001036a23f8 std::__1::function::operator()() const + 20 (functional:2555) 26 FirebaseFirestore 0x00000001036a23f8 firebase::firestore::local::LevelDbPersistence::RunInternal(absl::lts_2020_02_25::string_view, std::__1::function) + 136 (leveldb_persistence.cc:264) 27 FirebaseFirestore 0x00000001036b5144 std::__1::enable_if::value), decltype(fp0())>::type firebase::firestore::local::Persistence::Run) + 1008 (event_manager.cc:60) 32 FirebaseFirestore 0x0000000103663a40 firebase::firestore::core::FirestoreClient::ListenToQuery(firebase::firestore::core::Query, firebase::firestore::core::ListenOptions, std::__1::shared_ptr::__call::operator()() const + 20 (functional:1880) 38 FirebaseFirestore 0x00000001036048dc std::__1::function::operator()() const + 20 (functional:2555) 39 FirebaseFirestore 0x00000001036048dc firebase::firestore::util::AsyncQueue::ExecuteBlocking(std::__1::function const&) + 68 (async_queue.cc:89) 40 FirebaseFirestore 0x000000010371450c std::__1::__function::__value_func::operator()() const + 20 (functional:1880) 41 FirebaseFirestore 0x000000010371450c std::__1::function::operator()() const + 20 (functional:2555) 42 FirebaseFirestore 0x000000010371450c firebase::firestore::util::Task::ExecuteAndRelease() + 184 (task.cc:102) 43 libdispatch.dylib 0x000000018e8df81c _dispatch_client_callout + 20 (object.m:559) 44 libdispatch.dylib 0x000000018e8e7004 _dispatch_lane_serial_drain + 620 (inline_internal.h:2557) 45 libdispatch.dylib 0x000000018e8e7c00 _dispatch_lane_invoke + 404 (queue.c:3862) 46 libdispatch.dylib 0x000000018e8f24bc _dispatch_workloop_worker_thread + 764 (queue.c:6589) 47 libsystem_pthread.dylib 0x00000001da9627a4 _pthread_wqthread + 276 (pthread.c:2437) 48 libsystem_pthread.dylib 0x00000001da96974c start_wqthread + 8 Thread 29 name: Thread 29: 0 libsystem_kernel.dylib 0x00000001bceb84fc mach_msg_trap + 8 1 libsystem_kernel.dylib 0x00000001bceb7884 mach_msg + 76 (mach_msg.c:103) 2 CoreFoundation 0x000000018ec6be58 __CFRunLoopServiceMachPort + 372 (CFRunLoop.c:2641) 3 CoreFoundation 0x000000018ec65cf8 __CFRunLoopRun + 1212 (CFRunLoop.c:2974) 4 CoreFoundation 0x000000018ec65308 CFRunLoopRunSpecific + 600 (CFRunLoop.c:3242) 5 CFNetwork 0x000000018f543b38 +[__CFN_CoreSchedulingSetRunnable _run:] + 568 (CoreSchedulingSet.mm:1374) 6 Foundation 0x00000001900c630c __NSThread__start__ + 864 (NSThread.m:724) 7 libsystem_pthread.dylib 0x00000001da960bfc _pthread_start + 320 (pthread.c:887) 8 libsystem_pthread.dylib 0x00000001da969758 thread_start + 8 Thread 30: 0 libsystem_pthread.dylib 0x00000001da969744 start_wqthread + 0 Thread 31: 0 libsystem_pthread.dylib 0x00000001da969744 start_wqthread + 0 Thread 32: 0 libsystem_kernel.dylib 0x00000001bcedd0cc __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x00000001da964434 _pthread_cond_wait + 1248 (pthread_cond.c:636) 2 grpc 0x000000010401f8c4 gpr_cv_wait + 124 (sync_posix.cc:130) 3 grpc 0x000000010402c9f4 wait_until(long long) + 76 (timer_manager.cc:200) 4 grpc 0x000000010402c9f4 timer_main_loop() + 436 (timer_manager.cc:255) 5 grpc 0x000000010402c9f4 timer_thread(void*) + 532 (timer_manager.cc:284) 6 grpc 0x0000000104029584 grpc_core::(anonymous namespace)::ThreadInternalsPosix::ThreadInternalsPosix(char const*, void (*)(void*), void*, bool*, grpc_core::Thread::Options const&)::'lambda'(void*)::operator()(void*) const + 116 (thd_posix.cc:140) 7 grpc 0x0000000104029584 grpc_core::(anonymous namespace)::ThreadInternalsPosix::ThreadInternalsPosix(char const*, void (*)(void*), void*, bool*, grpc_core::Thread::Options const&)::'lambda'(void*)::__invoke(void*) + 140 (thd_posix.cc:110) 8 libsystem_pthread.dylib 0x00000001da960bfc _pthread_start + 320 (pthread.c:887) 9 libsystem_pthread.dylib 0x00000001da969758 thread_start + 8 Thread 33 name: Thread 33: 0 libsystem_kernel.dylib 0x00000001bceb84fc mach_msg_trap + 8 1 libsystem_kernel.dylib 0x00000001bceb7884 mach_msg + 76 (mach_msg.c:103) 2 CoreFoundation 0x000000018ec6be58 __CFRunLoopServiceMachPort + 372 (CFRunLoop.c:2641) 3 CoreFoundation 0x000000018ec65cf8 __CFRunLoopRun + 1212 (CFRunLoop.c:2974) 4 CoreFoundation 0x000000018ec65308 CFRunLoopRunSpecific + 600 (CFRunLoop.c:3242) 5 AudioSession 0x0000000196714f20 GenericRunLoopThread::Entry(void*) + 164 (GenericRunLoopThread.h:91) 6 AudioSession 0x00000001967170d8 CAPThread::Entry(CAPThread*) + 92 (CAPThread.cpp:321) 7 libsystem_pthread.dylib 0x00000001da960bfc _pthread_start + 320 (pthread.c:887) 8 libsystem_pthread.dylib 0x00000001da969758 thread_start + 8 Thread 28 crashed with ARM Thread State (64-bit): x0: 0x000000016e66ca88 x1: 0x6c62616e4565636e x2: 0x0000000280bef600 x3: 0xffffffffffffff92 x4: 0x0000000000000002 x5: 0x0000000000000070 x6: 0x00000002806b4644 x7: 0x0000000000000001 x8: 0x000000000000000c x9: 0x000000000000000c x10: 0x00000000676e696c x11: 0x0000000000000000 x12: 0x000000000000002b x13: 0x0000000107000000 x14: 0x00000000d0602000 x15: 0x0000000000002000 x16: 0x00000001da95ca70 x17: 0x000000019e3599a0 x18: 0x0000000000000000 x19: 0x000000000000000c x20: 0x0000000280bef600 x21: 0x0000000280bef630 x22: 0x000000000000644d x23: 0x0000000280bef618 x24: 0x0000000000000005 x25: 0x0000000000000190 x26: 0x0000000280bef630 x27: 0x0000000000000003 x28: 0x0000000000000104 fp: 0x000000016e66ca70 lr: 0x0000000103606d84 sp: 0x000000016e66ca60 pc: 0x00000001036276ac cpsr: 0x20000000 esr: 0x92000004 (Data Abort) byte read Translation fault Binary Images: 0x1029f4000 - 0x102f77fff Runner arm64 <8e800cbebd6e3da68efc5bedbdf05382> /var/containers/Bundle/Application/D21E47C9-8B1D-488D-88C4-14C10BE0172E/Runner.app/Runner 0x103258000 - 0x10326ffff Amplitude_iOS arm64 <2462505d05e73d799fc5ab73f1b9c59a> /var/containers/Bundle/Application/D21E47C9-8B1D-488D-88C4-14C10BE0172E/Runner.app/Frameworks/Amplitude_iOS.framework/Amplitude_iOS 0x103298000 - 0x1032b7fff Analytics arm64 <1a31b8922d813857b5fe57c1fa18b8ef> /var/containers/Bundle/Application/D21E47C9-8B1D-488D-88C4-14C10BE0172E/Runner.app/Frameworks/Analytics.framework/Analytics 0x1032f4000 - 0x103303fff FBLPromises arm64 <164a70bd45103e5087ffce4b4b881249> /var/containers/Bundle/Application/D21E47C9-8B1D-488D-88C4-14C10BE0172E/Runner.app/Frameworks/FBLPromises.framework/FBLPromises 0x103324000 - 0x103333fff FMDB arm64 <9ce6b6e8d3ab38c79ecbea843ea96ade> /var/containers/Bundle/Application/D21E47C9-8B1D-488D-88C4-14C10BE0172E/Runner.app/Frameworks/FMDB.framework/FMDB 0x103354000 - 0x1033c7fff dyld arm64e /usr/lib/dyld 0x10344c000 - 0x10349bfff FirebaseAuth arm64 <062634380d38337fa9e4b4dc24342eb4> /var/containers/Bundle/Application/D21E47C9-8B1D-488D-88C4-14C10BE0172E/Runner.app/Frameworks/FirebaseAuth.framework/FirebaseAuth 0x10356c000 - 0x10357bfff FirebaseCore arm64 /var/containers/Bundle/Application/D21E47C9-8B1D-488D-88C4-14C10BE0172E/Runner.app/Frameworks/FirebaseCore.framework/FirebaseCore 0x1035a0000 - 0x1035a7fff FirebaseCoreDiagnostics arm64 <07ee27be28333b02a1933ba351210548> /var/containers/Bundle/Application/D21E47C9-8B1D-488D-88C4-14C10BE0172E/Runner.app/Frameworks/FirebaseCoreDiagnostics.framework/FirebaseCoreDiagnostics 0x1035b8000 - 0x1035cffff FirebaseDynamicLinks arm64 <1230639759e038b8839fa69521a7b814> /var/containers/Bundle/Application/D21E47C9-8B1D-488D-88C4-14C10BE0172E/Runner.app/Frameworks/FirebaseDynamicLinks.framework/FirebaseDynamicLinks 0x1035fc000 - 0x1037e3fff FirebaseFirestore arm64 <2cd1a8060e2730a5b592f8a7e863be9d> /var/containers/Bundle/Application/D21E47C9-8B1D-488D-88C4-14C10BE0172E/Runner.app/Frameworks/FirebaseFirestore.framework/FirebaseFirestore 0x103b64000 - 0x103b6ffff FirebaseFunctions arm64 <8389b4bde4f63d88bdb884aa17671264> /var/containers/Bundle/Application/D21E47C9-8B1D-488D-88C4-14C10BE0172E/Runner.app/Frameworks/FirebaseFunctions.framework/FirebaseFunctions 0x103b84000 - 0x103b9bfff FirebaseInstallations arm64 <56691872d8623dedaa5033f4789b9f38> /var/containers/Bundle/Application/D21E47C9-8B1D-488D-88C4-14C10BE0172E/Runner.app/Frameworks/FirebaseInstallations.framework/FirebaseInstallations 0x103bcc000 - 0x103bfffff FirebaseMessaging arm64 <93ce029aefa1319bbe35471e49768bbf> /var/containers/Bundle/Application/D21E47C9-8B1D-488D-88C4-14C10BE0172E/Runner.app/Frameworks/FirebaseMessaging.framework/FirebaseMessaging 0x103c54000 - 0x103c6ffff FirebaseStorage arm64 <12ecd9f9eeb237efbe405a8e26c33e4b> /var/containers/Bundle/Application/D21E47C9-8B1D-488D-88C4-14C10BE0172E/Runner.app/Frameworks/FirebaseStorage.framework/FirebaseStorage 0x103ca8000 - 0x103ccffff GTMSessionFetcher arm64 /var/containers/Bundle/Application/D21E47C9-8B1D-488D-88C4-14C10BE0172E/Runner.app/Frameworks/GTMSessionFetcher.framework/GTMSessionFetcher 0x103d10000 - 0x103d2ffff GoogleDataTransport arm64 <193e383c66b9317781627efb1926e9c2> /var/containers/Bundle/Application/D21E47C9-8B1D-488D-88C4-14C10BE0172E/Runner.app/Frameworks/GoogleDataTransport.framework/GoogleDataTransport 0x103d6c000 - 0x103d87fff GoogleUtilities arm64 <6bbf6a3f6ac03421b1cd939798d5454e> /var/containers/Bundle/Application/D21E47C9-8B1D-488D-88C4-14C10BE0172E/Runner.app/Frameworks/GoogleUtilities.framework/GoogleUtilities 0x103db8000 - 0x103dbffff Reachability arm64 <0bc409bf2db339f69744d604c088d155> /var/containers/Bundle/Application/D21E47C9-8B1D-488D-88C4-14C10BE0172E/Runner.app/Frameworks/Reachability.framework/Reachability 0x103dd0000 - 0x103dd7fff Segment_Amplitude arm64 <41c17838f42e30df839d161b2e44134e> /var/containers/Bundle/Application/D21E47C9-8B1D-488D-88C4-14C10BE0172E/Runner.app/Frameworks/Segment_Amplitude.framework/Segment_Amplitude 0x103de8000 - 0x103e2bfff absl arm64 /var/containers/Bundle/Application/D21E47C9-8B1D-488D-88C4-14C10BE0172E/Runner.app/Frameworks/absl.framework/absl 0x103eb4000 - 0x103ebbfff connectivity arm64 <176db209682a30f6999153069d35611a> /var/containers/Bundle/Application/D21E47C9-8B1D-488D-88C4-14C10BE0172E/Runner.app/Frameworks/connectivity.framework/connectivity 0x103ec8000 - 0x103ecffff flutter_keyboard_visibility arm64 <6e3078bcdf3d3d049e9930146bcc9c51> /var/containers/Bundle/Application/D21E47C9-8B1D-488D-88C4-14C10BE0172E/Runner.app/Frameworks/flutter_keyboard_visibility.framework/flutter_keyboard_visibility 0x103edc000 - 0x103ee3fff flutter_secure_storage arm64 <81f0a3e0a9053e0e99ee107d89d07a9b> /var/containers/Bundle/Application/D21E47C9-8B1D-488D-88C4-14C10BE0172E/Runner.app/Frameworks/flutter_secure_storage.framework/flutter_secure_storage 0x103ef0000 - 0x103efbfff flutter_segment arm64 <12c6311a311b3350bcbe211669c1ef07> /var/containers/Bundle/Application/D21E47C9-8B1D-488D-88C4-14C10BE0172E/Runner.app/Frameworks/flutter_segment.framework/flutter_segment 0x103f0c000 - 0x103f17fff flutter_webview_plugin arm64 <5489551895bd30abaf81bb84c8cc828c> /var/containers/Bundle/Application/D21E47C9-8B1D-488D-88C4-14C10BE0172E/Runner.app/Frameworks/flutter_webview_plugin.framework/flutter_webview_plugin 0x103f2c000 - 0x103f33fff geocoding arm64 <6163c4280b41387999392a6bf886355b> /var/containers/Bundle/Application/D21E47C9-8B1D-488D-88C4-14C10BE0172E/Runner.app/Frameworks/geocoding.framework/geocoding 0x103f44000 - 0x103f4ffff geolocator_apple arm64 <76b7bf9c015f3d7aa188823da2eaf325> /var/containers/Bundle/Application/D21E47C9-8B1D-488D-88C4-14C10BE0172E/Runner.app/Frameworks/geolocator_apple.framework/geolocator_apple 0x103f68000 - 0x1040abfff grpc arm64 <8fa16e4f693d3531a87434ed1a616418> /var/containers/Bundle/Application/D21E47C9-8B1D-488D-88C4-14C10BE0172E/Runner.app/Frameworks/grpc.framework/grpc 0x104318000 - 0x104353fff grpcpp arm64 <6b9a4c115ac63d57b376b461c92dbc34> /var/containers/Bundle/Application/D21E47C9-8B1D-488D-88C4-14C10BE0172E/Runner.app/Frameworks/grpcpp.framework/grpcpp 0x104408000 - 0x104413fff image_picker arm64 <333295ce5d563bd58c4d03f8f07e27c2> /var/containers/Bundle/Application/D21E47C9-8B1D-488D-88C4-14C10BE0172E/Runner.app/Frameworks/image_picker.framework/image_picker 0x10442c000 - 0x104433fff integration_test arm64 <59bfd3734e0032a38b5c7ff368794e82> /var/containers/Bundle/Application/D21E47C9-8B1D-488D-88C4-14C10BE0172E/Runner.app/Frameworks/integration_test.framework/integration_test 0x104444000 - 0x104477fff leveldb arm64 <132b4f2e22863a0bbd9da47b11192d76> /var/containers/Bundle/Application/D21E47C9-8B1D-488D-88C4-14C10BE0172E/Runner.app/Frameworks/leveldb.framework/leveldb 0x1044d0000 - 0x1044effff libPhoneNumber_iOS arm64 /var/containers/Bundle/Application/D21E47C9-8B1D-488D-88C4-14C10BE0172E/Runner.app/Frameworks/libPhoneNumber_iOS.framework/libPhoneNumber_iOS 0x104528000 - 0x10452ffff libphonenumber arm64 <69700e8c294c337697b9d1ea52e84c58> /var/containers/Bundle/Application/D21E47C9-8B1D-488D-88C4-14C10BE0172E/Runner.app/Frameworks/libphonenumber.framework/libphonenumber 0x10453c000 - 0x10454bfff libphonenumber_plugin arm64 <08b28febe9603b168e22bdaedb441237> /var/containers/Bundle/Application/D21E47C9-8B1D-488D-88C4-14C10BE0172E/Runner.app/Frameworks/libphonenumber_plugin.framework/libphonenumber_plugin 0x104560000 - 0x104567fff nanopb arm64 <593eab1b32fe38a3bb549ae058fa4e47> /var/containers/Bundle/Application/D21E47C9-8B1D-488D-88C4-14C10BE0172E/Runner.app/Frameworks/nanopb.framework/nanopb 0x104574000 - 0x10457ffff open_settings arm64 <2b31a4c547ee3813ab5516aba46e7202> /var/containers/Bundle/Application/D21E47C9-8B1D-488D-88C4-14C10BE0172E/Runner.app/Frameworks/open_settings.framework/open_settings 0x104598000 - 0x10467bfff openssl_grpc arm64 <0bf806573f4e39e183e0b0f917715fac> /var/containers/Bundle/Application/D21E47C9-8B1D-488D-88C4-14C10BE0172E/Runner.app/Frameworks/openssl_grpc.framework/openssl_grpc 0x1047ac000 - 0x1047b3fff package_info arm64 /var/containers/Bundle/Application/D21E47C9-8B1D-488D-88C4-14C10BE0172E/Runner.app/Frameworks/package_info.framework/package_info 0x1047c0000 - 0x1047c7fff path_provider arm64 <05317f6d2d773f14b5d5e11ff0f938fb> /var/containers/Bundle/Application/D21E47C9-8B1D-488D-88C4-14C10BE0172E/Runner.app/Frameworks/path_provider.framework/path_provider 0x1047d4000 - 0x1047dbfff share arm64 <102d6d160efe39d39ed97535da978953> /var/containers/Bundle/Application/D21E47C9-8B1D-488D-88C4-14C10BE0172E/Runner.app/Frameworks/share.framework/share 0x1047ec000 - 0x1047f3fff shared_preferences arm64 <33dc44c2267b3e23bc826c950f05fc65> /var/containers/Bundle/Application/D21E47C9-8B1D-488D-88C4-14C10BE0172E/Runner.app/Frameworks/shared_preferences.framework/shared_preferences 0x104800000 - 0x10480bfff sqflite arm64 /var/containers/Bundle/Application/D21E47C9-8B1D-488D-88C4-14C10BE0172E/Runner.app/Frameworks/sqflite.framework/sqflite 0x104820000 - 0x104827fff url_launcher arm64 <38870ed091003dc8a85917033a3fbe23> /var/containers/Bundle/Application/D21E47C9-8B1D-488D-88C4-14C10BE0172E/Runner.app/Frameworks/url_launcher.framework/url_launcher 0x104838000 - 0x104f3ffff Flutter arm64 <6fdbf1fb272b300991a460fb79b34abb> /var/containers/Bundle/Application/D21E47C9-8B1D-488D-88C4-14C10BE0172E/Runner.app/Frameworks/Flutter.framework/Flutter 0x105764000 - 0x10576ffff libobjc-trampolines.dylib arm64e /usr/lib/libobjc-trampolines.dylib 0x10b000000 - 0x10bacbfff App arm64 /var/containers/Bundle/Application/D21E47C9-8B1D-488D-88C4-14C10BE0172E/Runner.app/Frameworks/App.framework/App 0x18e8db000 - 0x18e91ffff libdispatch.dylib arm64e <9555d7d99c923af39837ae1f5aa7da44> /usr/lib/system/libdispatch.dylib 0x18e920000 - 0x18e95cfff libdyld.dylib arm64e /usr/lib/system/libdyld.dylib 0x18e95d000 - 0x18ebc8fff libicucore.A.dylib arm64e /usr/lib/libicucore.A.dylib 0x18ebc9000 - 0x18ef88fff CoreFoundation arm64e <338f58b19b7538a0b908e2574ab1d39a> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation 0x18ef89000 - 0x18f13cfff CoreServices arm64e <5f1040b9318a3bba867fdb4d9e5d2c66> /System/Library/Frameworks/CoreServices.framework/CoreServices 0x18f13d000 - 0x18f184fff WirelessDiagnostics arm64e <0d5d519880ac30648077397b52685b82> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/WirelessDiagnostics 0x18f185000 - 0x18f201fff SystemConfiguration arm64e <59324780a81c34a6b3658cb1727c59ed> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration 0x18f202000 - 0x18f2f7fff CoreTelephony arm64e /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony 0x18f2f8000 - 0x18f78afff CFNetwork arm64e /System/Library/Frameworks/CFNetwork.framework/CFNetwork 0x18f78b000 - 0x18fed6fff libnetwork.dylib arm64e <40081c9d213a3efc8e663fc0e3110449> /usr/lib/libnetwork.dylib 0x18fed7000 - 0x18ff4bfff Accounts arm64e <2e06b42e4982394c98355cb6e97a82f8> /System/Library/Frameworks/Accounts.framework/Accounts 0x18ff4c000 - 0x190202fff Foundation arm64e <4e7d1ff66b6438339e60cc662afe2647> /System/Library/Frameworks/Foundation.framework/Foundation 0x190203000 - 0x190566fff ImageIO arm64e <173940a995fb34b19254f4d3faeecdd3> /System/Library/Frameworks/ImageIO.framework/ImageIO 0x190567000 - 0x19057ffff libCGInterfaces.dylib arm64e <994c5bf078953a72b834f86819c20c1c> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/Libraries/libCGInterfaces.dylib 0x190580000 - 0x190b18fff CoreGraphics arm64e <994f6c83e2c83a4bbba7cde00bec90cf> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics 0x190b19000 - 0x191f24fff UIKitCore arm64e <41d9bf6284393b2199594e27e75c294e> /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore 0x191f25000 - 0x191f43fff libAccessibility.dylib arm64e /usr/lib/libAccessibility.dylib 0x191f44000 - 0x1921d8fff QuartzCore arm64e <03f2f6c89bec352581aa6125d428fbb7> /System/Library/Frameworks/QuartzCore.framework/QuartzCore 0x1921d9000 - 0x192243fff BackBoardServices arm64e /System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices 0x192244000 - 0x1922cbfff TextInput arm64e /System/Library/PrivateFrameworks/TextInput.framework/TextInput 0x1922cc000 - 0x192334fff libusrtcp.dylib arm64e <62f90a19a9633029acbb56b13a9caff8> /usr/lib/libusrtcp.dylib 0x192335000 - 0x1926f6fff AppleMediaServices arm64e <5a21d30773d43e70a002162e74daed93> /System/Library/PrivateFrameworks/AppleMediaServices.framework/AppleMediaServices 0x1926f7000 - 0x192859fff libswiftFoundation.dylib arm64e <363c3aa27ac3352fa0483690b8add7f7> /usr/lib/swift/libswiftFoundation.dylib 0x19285a000 - 0x192c9bfff libswiftCore.dylib arm64e <996c3dff305532b998ebe7a60a68ad2e> /usr/lib/swift/libswiftCore.dylib 0x192c9c000 - 0x192cb8fff UIKitServices arm64e <82390e3c3b393b968430c31b8e6134d5> /System/Library/PrivateFrameworks/UIKitServices.framework/UIKitServices 0x192cb9000 - 0x192e0ffff Preferences arm64e <8c061f594dad3bf5ae061c2b0c13d9b5> /System/Library/PrivateFrameworks/Preferences.framework/Preferences 0x192e10000 - 0x19301bfff ContactsUI arm64e <88eae52cb7a839ea9c688a67973d832e> /System/Library/Frameworks/ContactsUI.framework/ContactsUI 0x19301c000 - 0x1931d2fff CoreText arm64e <9b9f956532633b31a16aff71d30334e9> /System/Library/Frameworks/CoreText.framework/CoreText 0x1931d3000 - 0x1931ecfff ExtensionKit arm64e /System/Library/PrivateFrameworks/ExtensionKit.framework/ExtensionKit 0x193203000 - 0x193286fff BaseBoard arm64e <2576a52fc086389aad31cacc2c3b927d> /System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard 0x193287000 - 0x1934d2fff CoreDuet arm64e /System/Library/PrivateFrameworks/CoreDuet.framework/CoreDuet 0x1934d3000 - 0x19362cfff Contacts arm64e /System/Library/Frameworks/Contacts.framework/Contacts 0x19362d000 - 0x194b99fff GeoServices arm64e <27b60f17004f3d9394d8d1efb6a04663> /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices 0x194b9a000 - 0x194c30fff CoreLocation arm64e <8dfa627ed1ae304589d5dbcc54908a42> /System/Library/Frameworks/CoreLocation.framework/CoreLocation 0x194c31000 - 0x194dd2fff CloudKit arm64e <8e097f321a8731fdaaffd4bc49ff4b50> /System/Library/Frameworks/CloudKit.framework/CloudKit 0x194dd3000 - 0x195147fff CoreData arm64e /System/Library/Frameworks/CoreData.framework/CoreData 0x195ee3000 - 0x195eedfff libswiftCoreGraphics.dylib arm64e /usr/lib/swift/libswiftCoreGraphics.dylib 0x195eee000 - 0x195f2dfff AppSupport arm64e <49cf830632e83cb4943a76f9a07b7d6e> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport 0x195f2e000 - 0x196053fff ManagedConfiguration arm64e <3359c29220b93209818d83e97a246ec1> /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration 0x196054000 - 0x1960c2fff IMFoundation arm64e <664b35a2f2813089b10e3432cf139c5c> /System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation 0x1960c3000 - 0x1961d0fff IDS arm64e /System/Library/PrivateFrameworks/IDS.framework/IDS 0x1961d1000 - 0x196323fff Security arm64e <5a04c342004c3fe99ae6d2697f104f8e> /System/Library/Frameworks/Security.framework/Security 0x196324000 - 0x196707fff MediaPlayer arm64e /System/Library/Frameworks/MediaPlayer.framework/MediaPlayer 0x196708000 - 0x19671ffff AudioSession arm64e <1e000caa0b2034debab4ba6000e48199> /System/Library/PrivateFrameworks/AudioSession.framework/AudioSession 0x196720000 - 0x1968cafff AVFCore arm64e /System/Library/PrivateFrameworks/AVFCore.framework/AVFCore 0x1968cb000 - 0x196e67fff Intents arm64e <98c5307f54e83736a95c617b7e1fe5c3> /System/Library/Frameworks/Intents.framework/Intents 0x196eb7000 - 0x1971c8fff CoreImage arm64e <65317cebeaac31c9805e555fac7bf4ac> /System/Library/Frameworks/CoreImage.framework/CoreImage 0x1971c9000 - 0x197286fff ColorSync arm64e <09df4e1d3647372fab53fbe443c5d375> /System/Library/PrivateFrameworks/ColorSync.framework/ColorSync 0x197287000 - 0x1972c2fff CoreVideo arm64e <37aba14e82cb3064b2074580c7b6069f> /System/Library/Frameworks/CoreVideo.framework/CoreVideo 0x1972c3000 - 0x197aedfff MediaToolbox arm64e /System/Library/Frameworks/MediaToolbox.framework/MediaToolbox 0x197aee000 - 0x197beffff CoreMedia arm64e /System/Library/Frameworks/CoreMedia.framework/CoreMedia 0x197bf0000 - 0x197e60fff AudioToolbox arm64e <8a48ed6266f83001b0b20f2b2a1a1d24> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox 0x197e61000 - 0x197eb1fff CoreHaptics arm64e /System/Library/Frameworks/CoreHaptics.framework/CoreHaptics 0x197eb2000 - 0x197f11fff UserActivity arm64e /System/Library/PrivateFrameworks/UserActivity.framework/UserActivity 0x197f12000 - 0x19801bfff UIFoundation arm64e /System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation 0x19801c000 - 0x198041fff libsystem_info.dylib arm64e <88a748c2a30b37939d05920396cb95ef> /usr/lib/system/libsystem_info.dylib 0x198042000 - 0x1980c1fff libsystem_c.dylib arm64e <117637f82c663b93b239a0e23fc95d62> /usr/lib/system/libsystem_c.dylib 0x1980c2000 - 0x19810cfff RunningBoardServices arm64e <8c48e2cb14ac3119bf9771c88ef5583c> /System/Library/PrivateFrameworks/RunningBoardServices.framework/RunningBoardServices 0x19810d000 - 0x1991ddfff JavaScriptCore arm64e /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore 0x19978c000 - 0x19981afff ContactsFoundation arm64e /System/Library/PrivateFrameworks/ContactsFoundation.framework/ContactsFoundation 0x19981b000 - 0x199a5efff HealthKit arm64e <9664aeca7353371d8e3e581dd862f619> /System/Library/Frameworks/HealthKit.framework/HealthKit 0x199a5f000 - 0x199a81fff ProactiveEventTracker arm64e /System/Library/PrivateFrameworks/ProactiveEventTracker.framework/ProactiveEventTracker 0x199a82000 - 0x199accfff Lexicon arm64e <14c4dd5ad01f36739c8765249152d793> /System/Library/PrivateFrameworks/Lexicon.framework/Lexicon 0x199acd000 - 0x199b36fff PersonalizationPortrait arm64e <8725aee26e1033f39b7715c558606b8c> /System/Library/PrivateFrameworks/PersonalizationPortrait.framework/PersonalizationPortrait 0x199b37000 - 0x199b86fff CoreDuetContext arm64e <4424389341733712999fd3d440ee13ec> /System/Library/PrivateFrameworks/CoreDuetContext.framework/CoreDuetContext 0x199b87000 - 0x199c32fff IOKit arm64e <487705e7e59a3a4f9fb8fc4b590e6c13> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x199c33000 - 0x199c41fff DataMigration arm64e <791dbb6dc4a8393d8025de83778cdc11> /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration 0x199c42000 - 0x199c9dfff SpringBoardServices arm64e /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices 0x199c9e000 - 0x199caffff ContextKit arm64e <1719a5dda1643f21b71dd89ab61ef9ac> /System/Library/PrivateFrameworks/ContextKit.framework/ContextKit 0x199cb0000 - 0x199f23fff CoreMotion arm64e /System/Library/Frameworks/CoreMotion.framework/CoreMotion 0x199f24000 - 0x19a061fff EventKit arm64e <6ff87e2d980c34868db9ae92396336f2> /System/Library/Frameworks/EventKit.framework/EventKit 0x19a5b7000 - 0x19a86cfff MediaRemote arm64e <994bc2eaf95f37ecbc2454c7f17cbf96> /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote 0x19a86d000 - 0x19aa17fff CoreUtils arm64e <544564f1a71d30189d85369b23a838d9> /System/Library/PrivateFrameworks/CoreUtils.framework/CoreUtils 0x19aa18000 - 0x19aa2dfff FamilyCircle arm64e <9ea7dff31cdc3857ac0006f7bcbaf1ff> /System/Library/PrivateFrameworks/FamilyCircle.framework/FamilyCircle 0x19aa2e000 - 0x19aa9afff CoreSpotlight arm64e /System/Library/Frameworks/CoreSpotlight.framework/CoreSpotlight 0x19adea000 - 0x19afc8fff AssistantServices arm64e /System/Library/PrivateFrameworks/AssistantServices.framework/AssistantServices 0x19afc9000 - 0x19b08dfff CoreUI arm64e <0f677ec67f2e371b95fde29cdca240fc> /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI 0x19b08e000 - 0x19b0dbfff SafariSafeBrowsing arm64e <34646dbd57eb3e0ca16e5b917bb1954a> /System/Library/PrivateFrameworks/SafariSafeBrowsing.framework/SafariSafeBrowsing 0x19b0dc000 - 0x19b8b7fff WebKit arm64e /System/Library/Frameworks/WebKit.framework/WebKit 0x19b8b8000 - 0x19de5ffff WebCore arm64e /System/Library/PrivateFrameworks/WebCore.framework/WebCore 0x19de60000 - 0x19debefff libMobileGestalt.dylib arm64e <977041cadc333103abf4f0f4d82523e4> /usr/lib/libMobileGestalt.dylib 0x19debf000 - 0x19dedafff CommonUtilities arm64e <2c5097600e9c3db9becd919f8150a2b3> /System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities 0x19dedb000 - 0x19e040fff IDSFoundation arm64e /System/Library/PrivateFrameworks/IDSFoundation.framework/IDSFoundation 0x19e041000 - 0x19e141fff IMSharedUtilities arm64e <0a6d5e66c16630249f2a37930556c640> /System/Library/PrivateFrameworks/IMSharedUtilities.framework/IMSharedUtilities 0x19e142000 - 0x19e1eafff CoreSuggestions arm64e <37124856fcfe39d0bcaf443a8216ccc7> /System/Library/PrivateFrameworks/CoreSuggestions.framework/CoreSuggestions 0x19e1eb000 - 0x19e287fff AddressBookLegacy arm64e <1d6c24fdbc413b48b6e126adcf90ccf8> /System/Library/PrivateFrameworks/AddressBookLegacy.framework/AddressBookLegacy 0x19e288000 - 0x19e2b9fff UserNotifications arm64e /System/Library/Frameworks/UserNotifications.framework/UserNotifications 0x19e2ba000 - 0x19e343fff FrontBoardServices arm64e <7c0b0af0337138af85345e4bb65286f4> /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices 0x19e344000 - 0x19e367fff libsystem_malloc.dylib arm64e /usr/lib/system/libsystem_malloc.dylib 0x19e368000 - 0x19e62dfff MapKit arm64e /System/Library/Frameworks/MapKit.framework/MapKit 0x19e62e000 - 0x19edcdfff VectorKit arm64e /System/Library/PrivateFrameworks/VectorKit.framework/VectorKit 0x19edce000 - 0x19ee5cfff AuthKit arm64e /System/Library/PrivateFrameworks/AuthKit.framework/AuthKit 0x19ee5d000 - 0x19eeeefff AppleAccount arm64e <171be2bb9ac4369ab2c49478da7c65d9> /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount 0x19eeef000 - 0x19f156fff AudioToolboxCore arm64e <09c159e9359e3c1aafe71a5e8598bb46> /System/Library/PrivateFrameworks/AudioToolboxCore.framework/AudioToolboxCore 0x19f18a000 - 0x19f45cfff StoreServices arm64e /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices 0x19f45d000 - 0x19f5ecfff Sharing arm64e <08b2818593843602997ba6dbb192aeaa> /System/Library/PrivateFrameworks/Sharing.framework/Sharing 0x19f5ed000 - 0x19f68dfff ShareSheet arm64e <87adc84746bd371c96457a364df64c6f> /System/Library/PrivateFrameworks/ShareSheet.framework/ShareSheet 0x19f68e000 - 0x19f751fff CoreParsec arm64e /System/Library/PrivateFrameworks/CoreParsec.framework/CoreParsec 0x19f752000 - 0x19f799fff PhotoFoundation arm64e <5ea789fdebe13a9597b6477bddd026b4> /System/Library/PrivateFrameworks/PhotoFoundation.framework/PhotoFoundation 0x19f79a000 - 0x19f9d8fff Photos arm64e /System/Library/Frameworks/Photos.framework/Photos 0x19f9d9000 - 0x1a00fafff PhotoLibraryServices arm64e <9e3c1e875d003dbf879288e6577b8ebf> /System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices 0x1a00fb000 - 0x1a01bafff AssetsLibraryServices arm64e <22d8e9b7f86132559a4bc8b2b22f0e3d> /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices 0x1a01bb000 - 0x1a020afff MobileBackup arm64e /System/Library/PrivateFrameworks/MobileBackup.framework/MobileBackup 0x1a020b000 - 0x1a021efff MSUDataAccessor arm64e /System/Library/PrivateFrameworks/MSUDataAccessor.framework/MSUDataAccessor 0x1a021f000 - 0x1a0246fff MobileAsset arm64e <6f6749a46fad326fb5f39917c1e1a35c> /System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset 0x1a0247000 - 0x1a0256fff libsystem_networkextension.dylib arm64e /usr/lib/system/libsystem_networkextension.dylib 0x1a0257000 - 0x1a049efff NetworkExtension arm64e <4774c6e3f1a8394f8319cfe7243ead4d> /System/Library/Frameworks/NetworkExtension.framework/NetworkExtension 0x1a049f000 - 0x1a04d5fff Trial arm64e <0d0a36b0cf9a3c4b97fb2c49eb67bf6e> /System/Library/PrivateFrameworks/Trial.framework/Trial 0x1a04d6000 - 0x1a0d55fff CoreML arm64e /System/Library/Frameworks/CoreML.framework/CoreML 0x1a0d56000 - 0x1a14c9fff Espresso arm64e <41b443219ae93c9484209d2c5f269f9d> /System/Library/PrivateFrameworks/Espresso.framework/Espresso 0x1a14ca000 - 0x1a15d2fff VideoToolbox arm64e <04e35822ce173a5d81c70f5ee40e209f> /System/Library/Frameworks/VideoToolbox.framework/VideoToolbox 0x1a15d3000 - 0x1a161bfff OnBoardingKit arm64e /System/Library/PrivateFrameworks/OnBoardingKit.framework/OnBoardingKit 0x1a161c000 - 0x1a1710fff AccessibilityUtilities arm64e /System/Library/PrivateFrameworks/AccessibilityUtilities.framework/AccessibilityUtilities 0x1a1711000 - 0x1a1722fff AXCoreUtilities arm64e /System/Library/PrivateFrameworks/AXCoreUtilities.framework/AXCoreUtilities 0x1a1723000 - 0x1a1ca3fff PhotosUI arm64e /System/Library/Frameworks/PhotosUI.framework/PhotosUI 0x1a1ca4000 - 0x1a256dfff PhotosUICore arm64e <7e92810424793154af69ad97bfd3c20e> /System/Library/PrivateFrameworks/PhotosUICore.framework/PhotosUICore 0x1a256e000 - 0x1a26e2fff Montreal arm64e /System/Library/PrivateFrameworks/Montreal.framework/Montreal 0x1a26e3000 - 0x1a27f6fff LanguageModeling arm64e <22f790363bae3637a5d0cf10b464699f> /System/Library/PrivateFrameworks/LanguageModeling.framework/LanguageModeling 0x1a27f7000 - 0x1a27fffff InternationalSupport arm64e <5eed74842485336fb15cca607baebbf4> /System/Library/PrivateFrameworks/InternationalSupport.framework/InternationalSupport 0x1a2800000 - 0x1a2a52fff iTunesCloud arm64e <71634ec257a23de8903295793a42ee35> /System/Library/PrivateFrameworks/iTunesCloud.framework/iTunesCloud 0x1a2a53000 - 0x1a2a98fff libswiftUIKit.dylib arm64e <13261e1bc1243cec950aaecb54477e6a> /usr/lib/swift/libswiftUIKit.dylib 0x1a2baf000 - 0x1a2c58fff CalendarDatabase arm64e /System/Library/PrivateFrameworks/CalendarDatabase.framework/CalendarDatabase 0x1a2ca7000 - 0x1a2d8afff LinkPresentation arm64e <3358ceff90533809be88f573f52e3b29> /System/Library/Frameworks/LinkPresentation.framework/LinkPresentation 0x1a2d8b000 - 0x1a2eccfff Combine arm64e /System/Library/Frameworks/Combine.framework/Combine 0x1a2f59000 - 0x1a2f6afff UniformTypeIdentifiers arm64e /System/Library/Frameworks/UniformTypeIdentifiers.framework/UniformTypeIdentifiers 0x1a2f6b000 - 0x1a2fecfff CloudDocs arm64e /System/Library/PrivateFrameworks/CloudDocs.framework/CloudDocs 0x1a352b000 - 0x1a356ffff MediaServices arm64e <4c92e4901b113c4a9bc7906bdc1a35fa> /System/Library/PrivateFrameworks/MediaServices.framework/MediaServices 0x1a3570000 - 0x1a36fafff SearchFoundation arm64e /System/Library/PrivateFrameworks/SearchFoundation.framework/SearchFoundation 0x1a36fb000 - 0x1a3755fff WebBookmarks arm64e <734627aa7d703653805e0a86b668cc07> /System/Library/PrivateFrameworks/WebBookmarks.framework/WebBookmarks 0x1a37d4000 - 0x1a380bfff libobjc.A.dylib arm64e /usr/lib/libobjc.A.dylib 0x1a380c000 - 0x1a386dfff LoggingSupport arm64e <8686893472a53ce1aaf82c807f562b11> /System/Library/PrivateFrameworks/LoggingSupport.framework/LoggingSupport 0x1a386e000 - 0x1a38c9fff libc++.1.dylib arm64e /usr/lib/libc++.1.dylib 0x1a38ca000 - 0x1a38e3fff libc++abi.dylib arm64e <712b3f6e7bf03b8088b959f12b1a8a6d> /usr/lib/libc++abi.dylib 0x1a38e4000 - 0x1a3925fff SetupAssistant arm64e <73e49cf9dbe53a85a331fa61fe1736a0> /System/Library/PrivateFrameworks/SetupAssistant.framework/SetupAssistant 0x1a3a77000 - 0x1a3ab9fff CoreAutoLayout arm64e /System/Library/PrivateFrameworks/CoreAutoLayout.framework/CoreAutoLayout 0x1a3aba000 - 0x1a3c17fff Network arm64e <79399cc5b7a5378a9bab30e12eb4b93e> /System/Library/Frameworks/Network.framework/Network 0x1a3c18000 - 0x1a3c4efff MobileKeyBag arm64e <8a685026a3f735ea90f29f8255ad52a8> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag 0x1a3e7f000 - 0x1a3e91fff BaseBoardUI arm64e /System/Library/PrivateFrameworks/BaseBoardUI.framework/BaseBoardUI 0x1a3e92000 - 0x1a3f40fff libvDSP.dylib arm64e <2c073a65ade63986998d51a526f1a811> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib 0x1a3f41000 - 0x1a3f74fff libAudioToolboxUtility.dylib arm64e <2cb3c5e75c133e8fb6f26d58ba4a6110> /usr/lib/libAudioToolboxUtility.dylib 0x1a4148000 - 0x1a41d3fff CoreNLP arm64e <4d6787dcb1c636938fa3464e6f28d399> /System/Library/PrivateFrameworks/CoreNLP.framework/CoreNLP 0x1a41d4000 - 0x1a42e9fff FileProvider arm64e <45641630628234cc8d62138cc58b7fa3> /System/Library/Frameworks/FileProvider.framework/FileProvider 0x1a42ea000 - 0x1a42fbfff BiomeStorage arm64e /System/Library/PrivateFrameworks/BiomeStorage.framework/BiomeStorage 0x1a42fc000 - 0x1a4314fff libswiftDispatch.dylib arm64e /usr/lib/swift/libswiftDispatch.dylib 0x1a4315000 - 0x1a434afff DataDetectorsCore arm64e <8359f93a730a3e6685e96c692422e767> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/DataDetectorsCore 0x1a434b000 - 0x1a43e7fff Symbolication arm64e /System/Library/PrivateFrameworks/Symbolication.framework/Symbolication 0x1a43e8000 - 0x1a43f6fff CrashReporterSupport arm64e <9428f7403aea3e4a96f5080822f8bdab> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport 0x1a4458000 - 0x1a452afff TelephonyUtilities arm64e /System/Library/PrivateFrameworks/TelephonyUtilities.framework/TelephonyUtilities 0x1a4562000 - 0x1a474ffff MPSNeuralNetwork arm64e <0ad5ffa811e331e0bee976c4f0993dff> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/MPSNeuralNetwork 0x1a4750000 - 0x1a47a5fff MPSCore arm64e <57fc1f9af0fa331a82cca4767c040624> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/MPSCore 0x1a4900000 - 0x1a4969fff CalendarFoundation arm64e /System/Library/PrivateFrameworks/CalendarFoundation.framework/CalendarFoundation 0x1a49ca000 - 0x1a4ab3fff NLP arm64e /System/Library/PrivateFrameworks/NLP.framework/NLP 0x1a4ab4000 - 0x1a4adbfff AppSupportUI arm64e <916f613595dd303294a34d9e31435d86> /System/Library/PrivateFrameworks/AppSupportUI.framework/AppSupportUI 0x1a4ae5000 - 0x1a4b38fff FTServices arm64e /System/Library/PrivateFrameworks/FTServices.framework/FTServices 0x1a4b39000 - 0x1a4bebfff libboringssl.dylib arm64e <5fded51c72fa3fbf8cb0ae75caeca5a3> /usr/lib/libboringssl.dylib 0x1a4bec000 - 0x1a4c02fff ProtocolBuffer arm64e <4bcbb3fa7c113df888a2d1487c011947> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer 0x1a4c03000 - 0x1a4d03fff AVKit arm64e <7177cc95e7c53b589e28acadfd218f54> /System/Library/Frameworks/AVKit.framework/AVKit 0x1a4e71000 - 0x1a4e80fff AssertionServices arm64e <2d51f10029b73f42a5ac0e6b4c18a3c7> /System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices 0x1a4efe000 - 0x1a4fd9fff Metal arm64e /System/Library/Frameworks/Metal.framework/Metal 0x1a4fda000 - 0x1a5130fff MediaExperience arm64e <4f75381e301c38d4a229c8cea4230896> /System/Library/PrivateFrameworks/MediaExperience.framework/MediaExperience 0x1a5131000 - 0x1a5539fff VideoProcessing arm64e /System/Library/PrivateFrameworks/VideoProcessing.framework/VideoProcessing 0x1a553a000 - 0x1a5550fff libsystem_trace.dylib arm64e /usr/lib/system/libsystem_trace.dylib 0x1a5551000 - 0x1a5582fff CoreServicesInternal arm64e /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesInternal 0x1a5583000 - 0x1a55f2fff SafariCore arm64e <966e34a035ac340389e93bc27e17c351> /System/Library/PrivateFrameworks/SafariCore.framework/SafariCore 0x1a55f3000 - 0x1a5827fff SafariShared arm64e <1a1cf0b87b013123a1bbf7580c66f0bb> /System/Library/PrivateFrameworks/SafariShared.framework/SafariShared 0x1a5828000 - 0x1a58b9fff AppStoreDaemon arm64e <1fdf7a2499a436cf8e16ccc9c5637f46> /System/Library/PrivateFrameworks/AppStoreDaemon.framework/AppStoreDaemon 0x1a6221000 - 0x1a6299fff SAObjects arm64e <46ddea443a6438c8bdf77ab95f21520b> /System/Library/PrivateFrameworks/SAObjects.framework/SAObjects 0x1a629a000 - 0x1a62e4fff VoiceServices arm64e <224e5068b3443cd4943e4c242d1f031b> /System/Library/PrivateFrameworks/VoiceServices.framework/VoiceServices 0x1a62e5000 - 0x1a62edfff GraphicsServices arm64e <04a3f8ac0afa3689ab0c613cf170255a> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices 0x1a62ee000 - 0x1a6340fff DeviceManagement arm64e /System/Library/PrivateFrameworks/DeviceManagement.framework/DeviceManagement 0x1a6341000 - 0x1a64bafff Translation arm64e <7929f3140fdd3077bfa08a7c8f8de152> /System/Library/PrivateFrameworks/Translation.framework/Translation 0x1a64bb000 - 0x1a64cffff PowerLog arm64e <18ef23ae31a33f988a46e8c3517491a0> /System/Library/PrivateFrameworks/PowerLog.framework/PowerLog 0x1a64d0000 - 0x1a64f7fff DuetActivityScheduler arm64e <3a829c01687b3f06b95064468e63e68a> /System/Library/PrivateFrameworks/DuetActivityScheduler.framework/DuetActivityScheduler 0x1a7f93000 - 0x1a8238fff Vision arm64e <927eddc1d7563784b369f1f60489aa1d> /System/Library/Frameworks/Vision.framework/Vision 0x1a8293000 - 0x1a82fdfff ProactiveSupport arm64e /System/Library/PrivateFrameworks/ProactiveSupport.framework/ProactiveSupport 0x1a8329000 - 0x1a8348fff ApplePushService arm64e /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService 0x1a8349000 - 0x1a8372fff BoardServices arm64e <2a94faa805c037e28781bfb3628ca1d3> /System/Library/PrivateFrameworks/BoardServices.framework/BoardServices 0x1a84e7000 - 0x1a8517fff libncurses.5.4.dylib arm64e /usr/lib/libncurses.5.4.dylib 0x1a8518000 - 0x1a8557fff OSAnalytics arm64e /System/Library/PrivateFrameworks/OSAnalytics.framework/OSAnalytics 0x1a8558000 - 0x1a85b3fff CoreBluetooth arm64e <954c24de0a88325a9366e237ab23c67c> /System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth 0x1a87a7000 - 0x1a87eafff TemplateKit arm64e <65e1b70808fe34e3855b8320b911d033> /System/Library/PrivateFrameworks/TemplateKit.framework/TemplateKit 0x1a87eb000 - 0x1a8829fff MobileInstallation arm64e <3df06093e4ad3fdda2ce90ace4692ed1> /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation 0x1a882a000 - 0x1a88b7fff libTelephonyUtilDynamic.dylib arm64e /usr/lib/libTelephonyUtilDynamic.dylib 0x1a88b8000 - 0x1a8925fff NanoRegistry arm64e /System/Library/PrivateFrameworks/NanoRegistry.framework/NanoRegistry 0x1a8a05000 - 0x1a8a21fff CoreMaterial arm64e <974bb16908e23cda9afac527bba1651f> /System/Library/PrivateFrameworks/CoreMaterial.framework/CoreMaterial 0x1a8a98000 - 0x1a8c1dfff libsqlite3.dylib arm64e <22b645b3986a3fda8b67ae12277fa7df> /usr/lib/libsqlite3.dylib 0x1a8c1e000 - 0x1a8ce3fff AVFCapture arm64e <300150623eef390d9acf6bbd98f618bd> /System/Library/PrivateFrameworks/AVFCapture.framework/AVFCapture 0x1a8ce4000 - 0x1a9030fff CMCapture arm64e <94dc60d6941b32018cfc61f4efad079b> /System/Library/PrivateFrameworks/CMCapture.framework/CMCapture 0x1a91eb000 - 0x1a9460fff MobileSpotlightIndex arm64e /System/Library/PrivateFrameworks/MobileSpotlightIndex.framework/MobileSpotlightIndex 0x1a9890000 - 0x1a989afff libsystem_notify.dylib arm64e <48c4f208b169312c89383730d38c242b> /usr/lib/system/libsystem_notify.dylib 0x1a989b000 - 0x1a98defff CryptoTokenKit arm64e <3a57219302a6349f87f71ec6286e0867> /System/Library/Frameworks/CryptoTokenKit.framework/CryptoTokenKit 0x1a9949000 - 0x1a99bcfff libcorecrypto.dylib arm64e /usr/lib/system/libcorecrypto.dylib 0x1a99bd000 - 0x1a99e0fff UserManagement arm64e <6e9b787ecb203c3c8b204439740518dc> /System/Library/PrivateFrameworks/UserManagement.framework/UserManagement 0x1a9ab8000 - 0x1a9ad2fff libsystem_asl.dylib arm64e <5f1e3b9d53a533e5b7c06e8c23773c0d> /usr/lib/system/libsystem_asl.dylib 0x1a9ad3000 - 0x1a9af8fff AppSSO arm64e /System/Library/PrivateFrameworks/AppSSO.framework/AppSSO 0x1a9af9000 - 0x1a9b19fff SharedWebCredentials arm64e <50c861a051ff3533ab323f922462c99e> /System/Library/PrivateFrameworks/SharedWebCredentials.framework/SharedWebCredentials 0x1a9b1a000 - 0x1a9cebfff SafariServices arm64e <1fb024d8b34d33cea12179ac52b5c1c8> /System/Library/Frameworks/SafariServices.framework/SafariServices 0x1a9d40000 - 0x1a9d76fff DataAccessExpress arm64e /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress 0x1a9d77000 - 0x1a9daefff CoreServicesStore arm64e /System/Library/PrivateFrameworks/CoreServicesStore.framework/CoreServicesStore 0x1a9daf000 - 0x1a9de1fff CoreAnalytics arm64e <45fa3c7a8d5038608100f73fb9394cb9> /System/Library/PrivateFrameworks/CoreAnalytics.framework/CoreAnalytics 0x1a9de2000 - 0x1a9dedfff SymptomAnalytics arm64e <206bcbf604c93a59bf123645851297c8> /System/Library/PrivateFrameworks/Symptoms.framework/Frameworks/SymptomAnalytics.framework/SymptomAnalytics 0x1a9fe7000 - 0x1a9ff6fff NanoPreferencesSync arm64e /System/Library/PrivateFrameworks/NanoPreferencesSync.framework/NanoPreferencesSync 0x1aa86b000 - 0x1aa895fff IconServices arm64e /System/Library/PrivateFrameworks/IconServices.framework/IconServices 0x1ab33f000 - 0x1ab5fcfff vImage arm64e <3b3b8bb116d3361abe521d2d7d89a33e> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage 0x1ac40e000 - 0x1ac5d5fff IMCore arm64e <4f14cab2e1ef30ffbabc461a6a93e324> /System/Library/PrivateFrameworks/IMCore.framework/IMCore 0x1ac6ca000 - 0x1ac6e1fff IAP arm64e /System/Library/PrivateFrameworks/IAP.framework/IAP 0x1ac6e2000 - 0x1ac73dfff ktrace arm64e <55d42674286139e19e09648d2bcbd9d3> /System/Library/PrivateFrameworks/ktrace.framework/ktrace 0x1ac73e000 - 0x1ac740fff libAXSafeCategoryBundle.dylib arm64e <266e6ae74c8632f0ad8c6d0c513463ed> /usr/lib/libAXSafeCategoryBundle.dylib 0x1aca60000 - 0x1aca6efff Celestial arm64e /System/Library/PrivateFrameworks/Celestial.framework/Celestial 0x1acb15000 - 0x1acb5cfff Pegasus arm64e <9136d70dbee9376788625e79018c5836> /System/Library/PrivateFrameworks/Pegasus.framework/Pegasus 0x1acb5d000 - 0x1accc3fff WebKitLegacy arm64e <56c0080b20f23ce1b32e108d46f79cec> /System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy 0x1acd3b000 - 0x1acdbafff ClassKit arm64e /System/Library/Frameworks/ClassKit.framework/ClassKit 0x1acdbb000 - 0x1ace01fff StoreKit arm64e <244f4a293b533fc1a59c6995f05321f2> /System/Library/Frameworks/StoreKit.framework/StoreKit 0x1adf40000 - 0x1adf4afff IOMobileFramebuffer arm64e /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer 0x1adf4b000 - 0x1adfbffff ScreenTimeCore arm64e /System/Library/PrivateFrameworks/ScreenTimeCore.framework/ScreenTimeCore 0x1ae06b000 - 0x1ae1edfff CloudPhotoLibrary arm64e /System/Library/PrivateFrameworks/CloudPhotoLibrary.framework/CloudPhotoLibrary 0x1ae1ee000 - 0x1ae4b7fff MusicLibrary arm64e /System/Library/PrivateFrameworks/MusicLibrary.framework/MusicLibrary 0x1ae4b8000 - 0x1ae520fff CallKit arm64e /System/Library/Frameworks/CallKit.framework/CallKit 0x1ae55b000 - 0x1ae5c3fff AXRuntime arm64e <53efc8bf14613e08bd2ea128bf1d174a> /System/Library/PrivateFrameworks/AXRuntime.framework/AXRuntime 0x1ae5c4000 - 0x1ae5e3fff PrototypeTools arm64e <1362e70f843c34e5b7a1752ace01db21> /System/Library/PrivateFrameworks/PrototypeTools.framework/PrototypeTools 0x1ae5e4000 - 0x1ae60ffff PersistentConnection arm64e /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection 0x1ae6ef000 - 0x1ae731fff BiomeStreams arm64e /System/Library/PrivateFrameworks/BiomeStreams.framework/BiomeStreams 0x1ae74c000 - 0x1ae9fafff PencilKit arm64e /System/Library/Frameworks/PencilKit.framework/PencilKit 0x1aeab9000 - 0x1aec29fff CoreSpeech arm64e /System/Library/PrivateFrameworks/CoreSpeech.framework/CoreSpeech 0x1aec2a000 - 0x1aed83fff IMDPersistence arm64e /System/Library/PrivateFrameworks/IMDPersistence.framework/IMDPersistence 0x1af022000 - 0x1af0e7fff SafariSharedUI arm64e <2c18ac7147b5344887fcb75740e9c2bf> /System/Library/PrivateFrameworks/SafariSharedUI.framework/SafariSharedUI 0x1af0e8000 - 0x1af103fff TextToSpeech arm64e /System/Library/PrivateFrameworks/TextToSpeech.framework/TextToSpeech 0x1af104000 - 0x1af11afff AppSSOCore arm64e /System/Library/PrivateFrameworks/AppSSOCore.framework/AppSSOCore 0x1af126000 - 0x1af13cfff CoreFollowUp arm64e /System/Library/PrivateFrameworks/CoreFollowUp.framework/CoreFollowUp 0x1af13d000 - 0x1af1b5fff Rapport arm64e <956eb9e9d0c830e8b7836154dee5daf1> /System/Library/PrivateFrameworks/Rapport.framework/Rapport 0x1af298000 - 0x1af2a9fff Categories arm64e <92ea9868f15b3380b18874994a6e6faa> /System/Library/PrivateFrameworks/Categories.framework/Categories 0x1af576000 - 0x1af59dfff LocationSupport arm64e <59eb54e6f24d3ffbb8016c14e3b1f9dc> /System/Library/PrivateFrameworks/LocationSupport.framework/LocationSupport 0x1af59e000 - 0x1af5d1fff iCalendar arm64e <68ee87122fcf3f1388d37b9aebfe1182> /System/Library/PrivateFrameworks/iCalendar.framework/iCalendar 0x1af5d2000 - 0x1af601fff CoreAccessories arm64e /System/Library/PrivateFrameworks/CoreAccessories.framework/CoreAccessories 0x1af602000 - 0x1af700fff ConfigurationEngineModel arm64e /System/Library/PrivateFrameworks/ConfigurationEngineModel.framework/ConfigurationEngineModel 0x1af701000 - 0x1af72bfff CacheDelete arm64e <47501643d50e3e5d9c6a70853cd502bd> /System/Library/PrivateFrameworks/CacheDelete.framework/CacheDelete 0x1af72c000 - 0x1af7a6fff CVNLP arm64e /System/Library/PrivateFrameworks/CVNLP.framework/CVNLP 0x1af916000 - 0x1af918fff OSAServicesClient arm64e /System/Library/PrivateFrameworks/OSAServicesClient.framework/OSAServicesClient 0x1af919000 - 0x1af91bfff BiomeFoundation arm64e <8e32cf95420b316383fd10aea4e12686> /System/Library/PrivateFrameworks/BiomeFoundation.framework/BiomeFoundation 0x1af91c000 - 0x1af975fff ProtectedCloudStorage arm64e /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/ProtectedCloudStorage 0x1af976000 - 0x1af9abfff C2 arm64e <1d97dacf8eb93175b8988a78aae0c333> /System/Library/PrivateFrameworks/C2.framework/C2 0x1af9ac000 - 0x1afc1efff DifferentialPrivacy arm64e <776b37d5d4023bcf8dca26361d3fc2ec> /System/Library/PrivateFrameworks/DifferentialPrivacy.framework/DifferentialPrivacy 0x1afe51000 - 0x1b06cffff EmbeddedAcousticRecognition arm64e <743956dbd2083e3b8e93dceebfec41e6> /System/Library/PrivateFrameworks/EmbeddedAcousticRecognition.framework/EmbeddedAcousticRecognition 0x1b06d0000 - 0x1b078efff SiriInstrumentation arm64e /System/Library/PrivateFrameworks/SiriInstrumentation.framework/SiriInstrumentation 0x1b078f000 - 0x1b07d2fff BiometricKit arm64e <9c104ced92f937e69f0040e0d0ba62ef> /System/Library/PrivateFrameworks/BiometricKit.framework/BiometricKit 0x1b082b000 - 0x1b08dafff CoreSymbolication arm64e <2dc2e5ce5e5a3ef499d3908d93aa9d5e> /System/Library/PrivateFrameworks/CoreSymbolication.framework/CoreSymbolication 0x1b0953000 - 0x1b09e4fff SpeakerRecognition arm64e /System/Library/PrivateFrameworks/SpeakerRecognition.framework/SpeakerRecognition 0x1b10a9000 - 0x1b10bbfff IOSurface arm64e <4ddb38c56319327d8671613f2d5b2812> /System/Library/Frameworks/IOSurface.framework/IOSurface 0x1b10bc000 - 0x1b111ffff MobileWiFi arm64e /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi 0x1b1607000 - 0x1b16affff MMCS arm64e /System/Library/PrivateFrameworks/MMCS.framework/MMCS 0x1b1726000 - 0x1b1761fff libGLImage.dylib arm64e <854edc0597163823bb9096370225b427> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib 0x1b1762000 - 0x1b1769fff libsystem_symptoms.dylib arm64e <2f500492952831b4a9fca8bb8c3be1c1> /usr/lib/system/libsystem_symptoms.dylib 0x1b17b8000 - 0x1b1d0ffff CoreAudio arm64e /System/Library/Frameworks/CoreAudio.framework/CoreAudio 0x1b1d10000 - 0x1b1d27fff ContactsDonation arm64e <0985d18d4c6a3281a48dd70b26a4546d> /System/Library/PrivateFrameworks/ContactsDonation.framework/ContactsDonation 0x1b1d28000 - 0x1b1d45fff IntentsCore arm64e /System/Library/PrivateFrameworks/IntentsCore.framework/IntentsCore 0x1b1dea000 - 0x1b1e20fff ImageCaptureCore arm64e <45eb095b354d31c48df3c826c2c8bcf0> /System/Library/Frameworks/ImageCaptureCore.framework/ImageCaptureCore 0x1b1f8f000 - 0x1b20d5fff Navigation arm64e /System/Library/PrivateFrameworks/Navigation.framework/Navigation 0x1b20d6000 - 0x1b20f2fff SafariFoundation arm64e <53acd078712e319b82d68c682c3b9eb3> /System/Library/PrivateFrameworks/SafariFoundation.framework/SafariFoundation 0x1b227d000 - 0x1b2290fff MaterialKit arm64e /System/Library/PrivateFrameworks/MaterialKit.framework/MaterialKit 0x1b243b000 - 0x1b244bfff CoreAUC arm64e <78224760b0df3b8dbbf6acbd2fac0da9> /System/Library/PrivateFrameworks/CoreAUC.framework/CoreAUC 0x1b2cb2000 - 0x1b2cc8fff SettingsFoundation arm64e /System/Library/PrivateFrameworks/SettingsFoundation.framework/SettingsFoundation 0x1b340e000 - 0x1b3629fff RawCamera arm64e <6cf1672c65aa3414b8918431336a67c9> /System/Library/CoreServices/RawCamera.bundle/RawCamera 0x1b3694000 - 0x1b36f4fff ToneLibrary arm64e <6dbd830a0f293015ae9541cf5e9791b3> /System/Library/PrivateFrameworks/ToneLibrary.framework/ToneLibrary 0x1b36f5000 - 0x1b375ffff TrialProto arm64e <00ecf279e8f033d6bfc6f14378850bba> /System/Library/PrivateFrameworks/TrialProto.framework/TrialProto 0x1b3f33000 - 0x1b3f40fff MediaSafetyNet arm64e <2711359778163045a3ca40dcea99b8f9> /System/Library/PrivateFrameworks/MediaSafetyNet.framework/MediaSafetyNet 0x1b3f41000 - 0x1b3f7cfff TimeSync arm64e /System/Library/PrivateFrameworks/TimeSync.framework/TimeSync 0x1b4014000 - 0x1b405afff ExposureNotification arm64e /System/Library/Frameworks/ExposureNotification.framework/ExposureNotification 0x1b46ea000 - 0x1b46f3fff CoreTime arm64e <62b3a7df9e363e19a5a084f3d3377786> /System/Library/PrivateFrameworks/CoreTime.framework/CoreTime 0x1b4e84000 - 0x1b5080fff NeutrinoCore arm64e <318ff609dc143ea9a622472079841307> /System/Library/PrivateFrameworks/NeutrinoCore.framework/NeutrinoCore 0x1b5090000 - 0x1b518dfff TextRecognition arm64e /System/Library/PrivateFrameworks/TextRecognition.framework/TextRecognition 0x1b518e000 - 0x1b5197fff ContextKitExtraction arm64e /System/Library/PrivateFrameworks/ContextKitExtraction.framework/ContextKitExtraction 0x1b526c000 - 0x1b526efff libswiftObjectiveC.dylib arm64e /usr/lib/swift/libswiftObjectiveC.dylib 0x1b526f000 - 0x1b54befff libmorphun.dylib arm64e <2a2f04771fad340e8cd1ec050995d7a8> /usr/lib/libmorphun.dylib 0x1b6838000 - 0x1b6871fff PhotosPlayer arm64e /System/Library/PrivateFrameworks/PhotosPlayer.framework/PhotosPlayer 0x1b68b6000 - 0x1b6939fff CoreDAV arm64e <76d9c32df678385795e2e05a252b1258> /System/Library/PrivateFrameworks/CoreDAV.framework/CoreDAV 0x1b6b17000 - 0x1b6b26fff MobileIcons arm64e <68be3efc05883049a6788a6463838cb9> /System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons 0x1b6ef8000 - 0x1b6fccfff ProofReader arm64e /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader 0x1b81ff000 - 0x1b8256fff AccessibilitySharedSupport arm64e <122f7aa0c2c1387e88cef9aa87525080> /System/Library/PrivateFrameworks/AccessibilitySharedSupport.framework/AccessibilitySharedSupport 0x1b8257000 - 0x1b8261fff MallocStackLogging arm64e /System/Library/PrivateFrameworks/MallocStackLogging.framework/MallocStackLogging 0x1b849a000 - 0x1b84e5fff MetadataUtilities arm64e <9a448430309d33ebb4ae5c0ae15525f5> /System/Library/PrivateFrameworks/MetadataUtilities.framework/MetadataUtilities 0x1b8c92000 - 0x1b8cf0fff CoreLocationProtobuf arm64e <3ad840012108312b85b7f48d116d3beb> /System/Library/PrivateFrameworks/CoreLocationProtobuf.framework/CoreLocationProtobuf 0x1b8f0d000 - 0x1b8f3ffff Bom arm64e /System/Library/PrivateFrameworks/Bom.framework/Bom 0x1b8f73000 - 0x1b8f79fff PushKit arm64e <1e0eb78e5e9635cf96d6ee78b6130be7> /System/Library/Frameworks/PushKit.framework/PushKit 0x1b8f7a000 - 0x1b8fe3fff PhotosFormats arm64e <47abd127ef27308a80d311a4a7175a14> /System/Library/PrivateFrameworks/PhotosFormats.framework/PhotosFormats 0x1b9187000 - 0x1b9217fff Quagga arm64e <29ee378cd6d03a63977f71a6f770f5cb> /System/Library/PrivateFrameworks/Quagga.framework/Quagga 0x1b9218000 - 0x1b9220fff StudyLog arm64e <11fa3acdb33c3811b0fb9ff6f15e6283> /System/Library/PrivateFrameworks/StudyLog.framework/StudyLog 0x1ba1d7000 - 0x1ba218fff NaturalLanguage arm64e /System/Library/Frameworks/NaturalLanguage.framework/NaturalLanguage 0x1bacd6000 - 0x1bacf5fff MediaStream arm64e <13aab4ebd29f3416ac9227ffa81e5a93> /System/Library/PrivateFrameworks/MediaStream.framework/MediaStream 0x1bb504000 - 0x1bb513fff libAXSpeechManager.dylib arm64e /usr/lib/libAXSpeechManager.dylib 0x1bb854000 - 0x1bb981fff InternalSwiftProtobuf arm64e <577ed3894ad43f6398fdff9b047bc86f> /System/Library/PrivateFrameworks/InternalSwiftProtobuf.framework/InternalSwiftProtobuf 0x1bbac9000 - 0x1bbaf2fff MediaConversionService arm64e <46ac88ca994033ebb8a41fb961d3949f> /System/Library/PrivateFrameworks/MediaConversionService.framework/MediaConversionService 0x1bbc48000 - 0x1bbd8bfff CoreHandwriting arm64e <375e07d21cd635219c454d1ca35e40e2> /System/Library/PrivateFrameworks/CoreHandwriting.framework/CoreHandwriting 0x1bc5be000 - 0x1bc5c9fff AppleIDAuthSupport arm64e /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/AppleIDAuthSupport 0x1bc5d9000 - 0x1bc5f0fff LocalAuthentication arm64e <6e887ee18c1835c7ab76ebad5cdb022c> /System/Library/Frameworks/LocalAuthentication.framework/LocalAuthentication 0x1bc5f1000 - 0x1bc5f7fff IOAccelerator arm64e <74bb685835363c99a156a023217151cf> /System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator 0x1bc9e2000 - 0x1bc9ecfff CloudPhotoServices arm64e <91eea0974775344cb9b51f5267af4e2d> /System/Library/PrivateFrameworks/CloudPhotoServices.framework/CloudPhotoServices 0x1bca34000 - 0x1bcadffff iTunesStore arm64e <2a47ab93e237337580f84f5017d1733c> /System/Library/PrivateFrameworks/iTunesStore.framework/iTunesStore 0x1bceb4000 - 0x1bcee6fff libsystem_kernel.dylib arm64e /usr/lib/system/libsystem_kernel.dylib 0x1bd1f2000 - 0x1bd2fcfff ResponseKit arm64e <0a71f12347513c2e8c3edd135b953f14> /System/Library/PrivateFrameworks/ResponseKit.framework/ResponseKit 0x1bd2fd000 - 0x1bd337fff EmojiFoundation arm64e <5761d00ffaee32368ecc4cbba09d21b8> /System/Library/PrivateFrameworks/EmojiFoundation.framework/EmojiFoundation 0x1bd96c000 - 0x1bd979fff FontServices arm64e <0e03d60cce3d33248095b5e60bb88530> /System/Library/PrivateFrameworks/FontServices.framework/FontServices 0x1bdb33000 - 0x1bdb3ffff MediaAccessibility arm64e <5bf0ba8f1a953a91bb2a4a45bb9da44d> /System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility 0x1bdb80000 - 0x1be15cfff SiriTTS arm64e <8ce90de153523a5cafc832e9ea498969> /System/Library/PrivateFrameworks/SiriTTS.framework/SiriTTS 0x1be15d000 - 0x1be16bfff SetupAssistantSupport arm64e <2fe08e9e80083d59a886e637a7b9c74a> /System/Library/PrivateFrameworks/SetupAssistantSupport.framework/SetupAssistantSupport 0x1be174000 - 0x1be1d4fff Social arm64e <25b2053354ac3d52acea0458be70bfc7> /System/Library/Frameworks/Social.framework/Social 0x1be2b2000 - 0x1be2e3fff VirtualGarage arm64e <0fe09817a127334d8209921d5810fc6e> /System/Library/PrivateFrameworks/VirtualGarage.framework/VirtualGarage 0x1be2e4000 - 0x1be309fff NetAppsUtilities arm64e <56f6a94badda3338a7e3e2741a57343b> /System/Library/PrivateFrameworks/NetAppsUtilities.framework/NetAppsUtilities 0x1be30a000 - 0x1be36bfff Osprey arm64e <87e1470134c9344a9aafd5fdb5703e27> /System/Library/PrivateFrameworks/Osprey.framework/Osprey 0x1bf528000 - 0x1bf535fff libdscsym.dylib arm64e <267ab6d21b03306cb6c1288b432e58c7> /usr/lib/libdscsym.dylib 0x1bf536000 - 0x1bf546fff HangTracer arm64e <56b032f723bf36bf81bab40674db07c6> /System/Library/PrivateFrameworks/HangTracer.framework/HangTracer 0x1bf702000 - 0x1bf7bdfff SampleAnalysis arm64e /System/Library/PrivateFrameworks/SampleAnalysis.framework/SampleAnalysis 0x1bf7be000 - 0x1bf7eefff PlugInKit arm64e <038a371d664d38e1a8d367709b7412cf> /System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit 0x1bf8a4000 - 0x1bf8a5fff libSystem.B.dylib arm64e <5929c340b3113f1492aa1639b9558c49> /usr/lib/libSystem.B.dylib 0x1bfbb7000 - 0x1bfbc4fff MobileActivation arm64e <8b3e8efb37953102ae5ac66be1fe522c> /System/Library/PrivateFrameworks/MobileActivation.framework/MobileActivation 0x1bfbc5000 - 0x1bfc1dfff CalendarDaemon arm64e <278d9b9333883574a517f3bdcdd78e69> /System/Library/PrivateFrameworks/CalendarDaemon.framework/CalendarDaemon 0x1bfd13000 - 0x1bfd83fff libarchive.2.dylib arm64e <9bb4fe57ded132c197a967ea381b50f3> /usr/lib/libarchive.2.dylib 0x1bfd84000 - 0x1bfda8fff libtailspin.dylib arm64e <30cc74bba607313baca711fccef4dca5> /usr/lib/libtailspin.dylib 0x1bfda9000 - 0x1c0266fff libBNNS.dylib arm64e <637110448324325f8f87955e8e599a40> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBNNS.dylib 0x1c0267000 - 0x1c02aafff SharedUtils arm64e <82e6fdfa6650304e9f6fd09382659a72> /System/Library/Frameworks/LocalAuthentication.framework/Support/SharedUtils.framework/SharedUtils 0x1c0561000 - 0x1c0566fff libsysdiagnose.dylib arm64e /usr/lib/libsysdiagnose.dylib 0x1c05a3000 - 0x1c06aefff CoreMediaStream arm64e /System/Library/PrivateFrameworks/CoreMediaStream.framework/CoreMediaStream 0x1c08c0000 - 0x1c08c0fff AVFoundation arm64e /System/Library/Frameworks/AVFoundation.framework/AVFoundation 0x1c08c1000 - 0x1c08c1fff Accelerate arm64e <226d1977e7e63b129cd80c25774f52f4> /System/Library/Frameworks/Accelerate.framework/Accelerate 0x1c08c2000 - 0x1c0b2cfff libBLAS.dylib arm64e <4484edb04bab39f6b778380f81f263bd> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib 0x1c0b2d000 - 0x1c0fe9fff libLAPACK.dylib arm64e <271aeb78ac5434659bce4968e0857fb3> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib 0x1c0fea000 - 0x1c0ffefff libLinearAlgebra.dylib arm64e <36eeded9196f32d7be5b99d3cfcc9aa2> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLinearAlgebra.dylib 0x1c0fff000 - 0x1c1003fff libQuadrature.dylib arm64e /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libQuadrature.dylib 0x1c1004000 - 0x1c1066fff libSparse.dylib arm64e <2ca4c8e7acd035af9187dea4bb377f5b> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparse.dylib 0x1c1067000 - 0x1c1079fff libSparseBLAS.dylib arm64e <21b901e556ab35a886fcb306c55692f1> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparseBLAS.dylib 0x1c107a000 - 0x1c10cdfff libvMisc.dylib arm64e <1337a0a0f50c3646bce6d704e9631f39> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib 0x1c10ce000 - 0x1c10cefff vecLib arm64e <6ba023482f75346fbc6b25e568dbd866> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib 0x1c10d5000 - 0x1c10fcfff AddressBook arm64e /System/Library/Frameworks/AddressBook.framework/AddressBook 0x1c1106000 - 0x1c1109fff AppTrackingTransparency arm64e /System/Library/Frameworks/AppTrackingTransparency.framework/AppTrackingTransparency 0x1c110a000 - 0x1c111bfff AssetsLibrary arm64e <1a536f4368293cd49115a60c7c7a1053> /System/Library/Frameworks/AssetsLibrary.framework/AssetsLibrary 0x1c1231000 - 0x1c124efff AuthenticationServices arm64e <5b71de4ee0973fc3855c16a2f23bb1c6> /System/Library/Frameworks/AuthenticationServices.framework/AuthenticationServices 0x1c133d000 - 0x1c13a6fff CoreMIDI arm64e <49d90d20b1b33af9b8eab44b3c214106> /System/Library/Frameworks/CoreMIDI.framework/CoreMIDI 0x1c18d2000 - 0x1c18e9fff ExternalAccessory arm64e /System/Library/Frameworks/ExternalAccessory.framework/ExternalAccessory 0x1c18fd000 - 0x1c1923fff GLKit arm64e /System/Library/Frameworks/GLKit.framework/GLKit 0x1c1acb000 - 0x1c1c4ffff MLCompute arm64e <2e869391e8263b0e82637e8075e9ef50> /System/Library/Frameworks/MLCompute.framework/MLCompute 0x1c1c76000 - 0x1c1c8efff MetalKit arm64e /System/Library/Frameworks/MetalKit.framework/MetalKit 0x1c1c8f000 - 0x1c1d15fff MPSImage arm64e <176d30ce1405315aaa7d12abedadacbe> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/MPSImage 0x1c1d16000 - 0x1c1d3cfff MPSMatrix arm64e <7e92845419493732b15ab829c1446b7a> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/MPSMatrix 0x1c1d3d000 - 0x1c1d77fff MPSNDArray arm64e <708dd022b6223cc5b77be4492673c79b> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNDArray.framework/MPSNDArray 0x1c1d78000 - 0x1c1dc0fff MPSRayIntersector arm64e <264410eab2783663bd5c2d5c10993c0a> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/MPSRayIntersector 0x1c1dc1000 - 0x1c1dc1fff MetalPerformanceShaders arm64e /System/Library/Frameworks/MetalPerformanceShaders.framework/MetalPerformanceShaders 0x1c215e000 - 0x1c215efff MobileCoreServices arm64e /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices 0x1c2c78000 - 0x1c2d47fff GLEngine arm64e /System/Library/Frameworks/OpenGLES.framework/GLEngine.bundle/GLEngine 0x1c2d48000 - 0x1c2d50fff OpenGLES arm64e <45a3fcebebdb3251af0503b73ddfc0de> /System/Library/Frameworks/OpenGLES.framework/OpenGLES 0x1c2d51000 - 0x1c2d52fff libCVMSPluginSupport.dylib arm64e <7415b456c06c3b4e91bd903bfad4d100> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib 0x1c2d53000 - 0x1c2d59fff libCoreFSCache.dylib arm64e <7c0e241b91f23bde98ac9efba809c31e> /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib 0x1c2d5a000 - 0x1c2d5ffff libCoreVMClient.dylib arm64e /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib 0x1c2d60000 - 0x1c2d69fff libGFXShared.dylib arm64e <7ea2566d104736848ec98e25183d77a0> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib 0x1c2d6a000 - 0x1c2ed3fff libGLProgrammability.dylib arm64e <6f2f39df925b3d1ca40c401a828ee19b> /System/Library/Frameworks/OpenGLES.framework/libGLProgrammability.dylib 0x1c2f22000 - 0x1c2fe8fff PDFKit arm64e <65facea6c8c636d5908a7cc3755fa9ad> /System/Library/Frameworks/PDFKit.framework/PDFKit 0x1c2ff7000 - 0x1c3032fff QuickLookThumbnailing arm64e <263e7f1ab67f3142ad27b908f5eeb7cb> /System/Library/Frameworks/QuickLookThumbnailing.framework/QuickLookThumbnailing 0x1c3704000 - 0x1c3848fff SoundAnalysis arm64e <32eaf1fe9c4035bdaf6d80431e48571a> /System/Library/Frameworks/SoundAnalysis.framework/SoundAnalysis 0x1c3849000 - 0x1c385afff Speech arm64e /System/Library/Frameworks/Speech.framework/Speech 0x1c3977000 - 0x1c3977fff UIKit arm64e /System/Library/Frameworks/UIKit.framework/UIKit 0x1c3981000 - 0x1c3a4afff VideoSubscriberAccount arm64e /System/Library/Frameworks/VideoSubscriberAccount.framework/VideoSubscriberAccount 0x1c3a4b000 - 0x1c4635fff libfaceCore.dylib arm64e <84c10d65825a3f4687eade4f7e34df6e> /System/Library/Frameworks/Vision.framework/libfaceCore.dylib 0x1c4b79000 - 0x1c4b7cfff AFKUser arm64e <34b47e32995a33f296e4a8631c1f72ec> /System/Library/PrivateFrameworks/AFKUser.framework/AFKUser 0x1c4c41000 - 0x1c4ec7fff ANECompiler arm64e <5e172334317f314eb4262c4789bab9c2> /System/Library/PrivateFrameworks/ANECompiler.framework/ANECompiler 0x1c4ec8000 - 0x1c4edcfff ANEServices arm64e <592c6deb0c8e3eca9134bb110d946589> /System/Library/PrivateFrameworks/ANEServices.framework/ANEServices 0x1c4ee1000 - 0x1c4fa0fff APFS arm64e <3fd76ccf66f93cb2bfce2c114ef9343d> /System/Library/PrivateFrameworks/APFS.framework/APFS 0x1c4fa1000 - 0x1c4fa7fff ASEProcessing arm64e <0e418f7911ef36cb8f5a2ffaa0c60396> /System/Library/PrivateFrameworks/ASEProcessing.framework/ASEProcessing 0x1c57c9000 - 0x1c57cefff AggregateDictionary arm64e /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary 0x1c5963000 - 0x1c5a39fff AirPlaySync arm64e /System/Library/PrivateFrameworks/AirPlaySync.framework/AirPlaySync 0x1c5b42000 - 0x1c5b5efff AlgosScoreFramework arm64e <0ab0d37972133f8b9712f049f332c58b> /System/Library/PrivateFrameworks/AlgosScoreFramework.framework/AlgosScoreFramework 0x1c5c88000 - 0x1c5e11fff AppC3D arm64e <32097972462b3ffab6e1f967c6404c6b> /System/Library/PrivateFrameworks/AppC3D.framework/AppC3D 0x1c5e12000 - 0x1c5e34fff AppConduit arm64e <1a51612c88c13cd685666bd16e81e477> /System/Library/PrivateFrameworks/AppConduit.framework/AppConduit 0x1c5f3d000 - 0x1c5f47fff AppStoreOverlays arm64e <8b33cd01e9e23a3a80708e601006a734> /System/Library/PrivateFrameworks/AppStoreOverlays.framework/AppStoreOverlays 0x1c707a000 - 0x1c721bfff AppleCVA arm64e <26d9e069f2b03053a3dc5065838f713f> /System/Library/PrivateFrameworks/AppleCVA.framework/AppleCVA 0x1c726c000 - 0x1c727bfff AppleFSCompression arm64e <68da865b4bb431e9a7b633c77123b332> /System/Library/PrivateFrameworks/AppleFSCompression.framework/AppleFSCompression 0x1c7289000 - 0x1c72adfff AppleIDSSOAuthentication arm64e <83c51b5d1bef3d54b73ae00add21286a> /System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/AppleIDSSOAuthentication 0x1c72ae000 - 0x1c72f3fff AppleJPEG arm64e /System/Library/PrivateFrameworks/AppleJPEG.framework/AppleJPEG 0x1c7393000 - 0x1c73a6fff AppleNeuralEngine arm64e <560e6cad33fb35f782b93878f036f97b> /System/Library/PrivateFrameworks/AppleNeuralEngine.framework/AppleNeuralEngine 0x1c73b0000 - 0x1c73d4fff AppleSauce arm64e /System/Library/PrivateFrameworks/AppleSauce.framework/AppleSauce 0x1c7407000 - 0x1c7425fff AssetCacheServices arm64e /System/Library/PrivateFrameworks/AssetCacheServices.framework/AssetCacheServices 0x1c758c000 - 0x1c75e9fff AuthKitUI arm64e <701480c1a5b5373fb7f8038ff6f1f9b5> /System/Library/PrivateFrameworks/AuthKitUI.framework/AuthKitUI 0x1c75ea000 - 0x1c763dfff AutoLoop arm64e /System/Library/PrivateFrameworks/AutoLoop.framework/AutoLoop 0x1c7676000 - 0x1c768ffff BiomePubSub arm64e <437874a4a89a3f688c7aa709d451b573> /System/Library/PrivateFrameworks/BiomePubSub.framework/BiomePubSub 0x1c7990000 - 0x1c799ffff BluetoothManager arm64e <9f62861358da34679910b88898090ae8> /System/Library/PrivateFrameworks/BluetoothManager.framework/BluetoothManager 0x1c7c43000 - 0x1c7c4dfff CMCaptureCore arm64e <592f165f9aa63ea59425cd1d97cd1387> /System/Library/PrivateFrameworks/CMCaptureCore.framework/CMCaptureCore 0x1c7c4e000 - 0x1c7c64fff CPAnalytics arm64e <6c538bfd81a633f0b3f418793b5ae2e9> /System/Library/PrivateFrameworks/CPAnalytics.framework/CPAnalytics 0x1c7c67000 - 0x1c7c76fff CPMS arm64e <0461571d68453729a7268eefd16be318> /System/Library/PrivateFrameworks/CPMS.framework/CPMS 0x1c7c77000 - 0x1c7c86fff CTCarrierSpace arm64e /System/Library/PrivateFrameworks/CTCarrierSpace.framework/CTCarrierSpace 0x1c7df1000 - 0x1c7e1bfff CameraEditKit arm64e /System/Library/PrivateFrameworks/CameraEditKit.framework/CameraEditKit 0x1c7f8b000 - 0x1c7f96fff CaptiveNetwork arm64e /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork 0x1c80b5000 - 0x1c8106fff Catalyst arm64e /System/Library/PrivateFrameworks/Catalyst.framework/Catalyst 0x1c812b000 - 0x1c814ffff CellularPlanManager arm64e <906d176c46983d198b8a22abf6f5ccff> /System/Library/PrivateFrameworks/CellularPlanManager.framework/CellularPlanManager 0x1c8167000 - 0x1c816ffff CertUI arm64e <0f4e353ecb833bc08fca68165d2fe763> /System/Library/PrivateFrameworks/CertUI.framework/CertUI 0x1c8178000 - 0x1c81c7fff ChunkingLibrary arm64e <7cff37c338e63d349994df0a7022bde3> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/ChunkingLibrary 0x1c8631000 - 0x1c8635fff CommunicationsFilter arm64e <95237b31d71a3a6aa53996a8093832fd> /System/Library/PrivateFrameworks/CommunicationsFilter.framework/CommunicationsFilter 0x1c8708000 - 0x1c870bfff ConstantClasses arm64e <1910532cfdde3cf89babefe10a59c87a> /System/Library/PrivateFrameworks/ConstantClasses.framework/ConstantClasses 0x1c8715000 - 0x1c8753fff ContactsAutocomplete arm64e <31d33609ebd837d09550c3e60470c44e> /System/Library/PrivateFrameworks/ContactsAutocomplete.framework/ContactsAutocomplete 0x1c8759000 - 0x1c87d1fff ContactsUICore arm64e /System/Library/PrivateFrameworks/ContactsUICore.framework/ContactsUICore 0x1c880e000 - 0x1c8867fff CoreAppleCVA arm64e <23de2899e3383b4eb968e48808d5cd77> /System/Library/PrivateFrameworks/CoreAppleCVA.framework/CoreAppleCVA 0x1c8868000 - 0x1c8964fff CoreBrightness arm64e <8c58c1c68d803f8bab0797689e2ab1c2> /System/Library/PrivateFrameworks/CoreBrightness.framework/CoreBrightness 0x1c89d0000 - 0x1c89ddfff CoreDuetDaemonProtocol arm64e /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/CoreDuetDaemonProtocol 0x1c89e0000 - 0x1c89e2fff CoreDuetDebugLogging arm64e /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/CoreDuetDebugLogging 0x1c89f1000 - 0x1c8a03fff CoreEmoji arm64e <9786253ffee63713998735963bea5aaf> /System/Library/PrivateFrameworks/CoreEmoji.framework/CoreEmoji 0x1c902b000 - 0x1c902ffff CoreOptimization arm64e /System/Library/PrivateFrameworks/CoreOptimization.framework/CoreOptimization 0x1c9030000 - 0x1c90ecfff CorePDF arm64e /System/Library/PrivateFrameworks/CorePDF.framework/CorePDF 0x1c90ed000 - 0x1c90f5fff CorePhoneNumbers arm64e /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/CorePhoneNumbers 0x1c90f6000 - 0x1c914dfff CorePrediction arm64e /System/Library/PrivateFrameworks/CorePrediction.framework/CorePrediction 0x1c9a7a000 - 0x1c9a85fff CoreRecents arm64e /System/Library/PrivateFrameworks/CoreRecents.framework/CoreRecents 0x1c9a86000 - 0x1c9aedfff CoreRecognition arm64e /System/Library/PrivateFrameworks/CoreRecognition.framework/CoreRecognition 0x1c9aee000 - 0x1c9b04fff CoreSDB arm64e <4e80eb464f5f3f0aa7c7798afe11079d> /System/Library/PrivateFrameworks/CoreSDB.framework/CoreSDB 0x1c9b05000 - 0x1c9b2ffff CoreSVG arm64e <1d39f0149e553d6dab36c73240b1f2dd> /System/Library/PrivateFrameworks/CoreSVG.framework/CoreSVG 0x1c9d46000 - 0x1c9d4afff DAAPKit arm64e <2beee2a9606e3a0daf67be90ba52f620> /System/Library/PrivateFrameworks/DAAPKit.framework/DAAPKit 0x1c9d6c000 - 0x1c9d79fff DCIMServices arm64e <5cc179d1e949325a8becb3d747eb49e8> /System/Library/PrivateFrameworks/DCIMServices.framework/DCIMServices 0x1c9d90000 - 0x1c9dccfff DataDetectorsNaturalLanguage arm64e /System/Library/PrivateFrameworks/DataDetectorsNaturalLanguage.framework/DataDetectorsNaturalLanguage 0x1c9e2a000 - 0x1c9e5ffff DeviceIdentity arm64e /System/Library/PrivateFrameworks/DeviceIdentity.framework/DeviceIdentity 0x1c9f8f000 - 0x1c9fc6fff DistributedEvaluation arm64e /System/Library/PrivateFrameworks/DistributedEvaluation.framework/DistributedEvaluation 0x1ca0e6000 - 0x1ca120fff DocumentManager arm64e <0b1d9bef0bbd385d997e6730eb3d9590> /System/Library/PrivateFrameworks/DocumentManager.framework/DocumentManager 0x1ca121000 - 0x1ca13ffff DocumentManagerCore arm64e /System/Library/PrivateFrameworks/DocumentManagerCore.framework/DocumentManagerCore 0x1ca1c6000 - 0x1ca1c8fff DragUI arm64e /System/Library/PrivateFrameworks/DragUI.framework/DragUI 0x1ca1f9000 - 0x1ca22afff EAP8021X arm64e <51a7a228a2ad380fba29d2c5d4e09112> /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X 0x1ca25a000 - 0x1ca26ffff Engram arm64e <603d685a64f836bb843cfcd12db7fc39> /System/Library/PrivateFrameworks/Engram.framework/Engram 0x1ca3a8000 - 0x1ca3aefff ExtensionFoundation arm64e <75c6015b6652325db69d3c0dc0b1b13f> /System/Library/PrivateFrameworks/ExtensionFoundation.framework/ExtensionFoundation 0x1ca53e000 - 0x1ca54afff FSEvents arm64e <5d1ef59f3ae83fb48ad8593c6dc7ff10> /System/Library/PrivateFrameworks/FSEvents.framework/FSEvents 0x1ca54b000 - 0x1ca56afff FTAWD arm64e /System/Library/PrivateFrameworks/FTAWD.framework/FTAWD 0x1ca56b000 - 0x1ca56efff FTClientServices arm64e <18dc6cd515a6399b8d54c6b440bb969b> /System/Library/PrivateFrameworks/FTClientServices.framework/FTClientServices 0x1ca56f000 - 0x1ca982fff FaceCore arm64e <7cffd494745b331daed7a7fbd7e9ba5c> /System/Library/PrivateFrameworks/FaceCore.framework/FaceCore 0x1ca989000 - 0x1ca98efff FeatureFlagsSupport arm64e /System/Library/PrivateFrameworks/FeatureFlagsSupport.framework/FeatureFlagsSupport 0x1ca98f000 - 0x1ca99afff FeedbackLogger arm64e <8ad24129d58936778a45009930a94ebf> /System/Library/PrivateFrameworks/FeedbackLogger.framework/FeedbackLogger 0x1cab30000 - 0x1cac75fff libFontParser.dylib arm64e <544ded4e3a6e348bbba7ab546f6dd3d4> /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib 0x1cac76000 - 0x1cac7efff libGSFont.dylib arm64e <1c23cc78276538b8915148138d968712> /System/Library/PrivateFrameworks/FontServices.framework/libGSFont.dylib 0x1cac7f000 - 0x1cacbcfff libGSFontCache.dylib arm64e <4a101c76865d3fe8b13a5484f1f84964> /System/Library/PrivateFrameworks/FontServices.framework/libGSFontCache.dylib 0x1cad22000 - 0x1cad2ffff libhvf.dylib arm64e /System/Library/PrivateFrameworks/FontServices.framework/libhvf.dylib 0x1cad57000 - 0x1cad6efff Futhark arm64e <1d3c104515ec31a293f922d5a09716f3> /System/Library/PrivateFrameworks/Futhark.framework/Futhark 0x1cb901000 - 0x1cb901fff libmetal_timestamp.dylib arm64e <61d705b24d4130dea98c1169245c78de> /System/Library/PrivateFrameworks/GPUCompiler.framework/Libraries/libmetal_timestamp.dylib 0x1cb9e2000 - 0x1cba00fff GenerationalStorage arm64e <167e50b3f5cb315282ae98350dd17200> /System/Library/PrivateFrameworks/GenerationalStorage.framework/GenerationalStorage 0x1cba01000 - 0x1cba0efff GraphVisualizer arm64e <2bda27baab723051960337d997fb2be7> /System/Library/PrivateFrameworks/GraphVisualizer.framework/GraphVisualizer 0x1cba3c000 - 0x1cba48fff HID arm64e <77346600f49c379082ea72c093225a38> /System/Library/PrivateFrameworks/HID.framework/HID 0x1cc153000 - 0x1cc1c7fff HomeSharing arm64e <10979feedf973acab2c1a1d18c7ddfb5> /System/Library/PrivateFrameworks/HomeSharing.framework/HomeSharing 0x1cc221000 - 0x1cc227fff IDSKVStore arm64e /System/Library/PrivateFrameworks/IDSKVStore.framework/IDSKVStore 0x1cc520000 - 0x1cc53cfff IOGPU arm64e /System/Library/PrivateFrameworks/IOGPU.framework/IOGPU 0x1cc53e000 - 0x1cc547fff IOKitten arm64e <8178fa04e2b83ed2ad60d35caaafe529> /System/Library/PrivateFrameworks/IOKitten.framework/IOKitten 0x1cc548000 - 0x1cc54afff IOSurfaceAccelerator arm64e <94c25785ee14393c93e17b8823dbc3dd> /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/IOSurfaceAccelerator 0x1cc572000 - 0x1cc579fff IdleTimerServices arm64e /System/Library/PrivateFrameworks/IdleTimerServices.framework/IdleTimerServices 0x1cc582000 - 0x1cc588fff IncomingCallFilter arm64e <87e6bca18c843fc8a9234e2e1768d845> /System/Library/PrivateFrameworks/IncomingCallFilter.framework/IncomingCallFilter 0x1cc589000 - 0x1cc605fff InertiaCam arm64e <62d9f698de66335f8435b32fdba455dd> /System/Library/PrivateFrameworks/InertiaCam.framework/InertiaCam 0x1cc649000 - 0x1cc656fff IntentsFoundation arm64e <4749f8ec89fb3868ac4eb9a3cd14c784> /System/Library/PrivateFrameworks/IntentsFoundation.framework/IntentsFoundation 0x1cc670000 - 0x1cc672fff InternationalTextSearch arm64e /System/Library/PrivateFrameworks/InternationalTextSearch.framework/InternationalTextSearch 0x1cc673000 - 0x1cc68ffff IntlPreferences arm64e <288a58f06800341b80503b2c369b2166> /System/Library/PrivateFrameworks/IntlPreferences.framework/IntlPreferences 0x1cc8fa000 - 0x1cc900fff LinguisticData arm64e <97937392bc5e3280ae27a6324860c860> /System/Library/PrivateFrameworks/LinguisticData.framework/LinguisticData 0x1cc950000 - 0x1cc988fff LocalAuthenticationPrivateUI arm64e <05d0316f0c8434f0a44b11a12141c371> /System/Library/PrivateFrameworks/LocalAuthenticationPrivateUI.framework/LocalAuthenticationPrivateUI 0x1ccb51000 - 0x1ccb51fff Marco arm64e <0f577f1d7cee300aa253c252f6625d14> /System/Library/PrivateFrameworks/Marco.framework/Marco 0x1cce64000 - 0x1cd12afff MediaLibraryCore arm64e <862be4b224993de0ae8715453f4f17b4> /System/Library/PrivateFrameworks/MediaLibraryCore.framework/MediaLibraryCore 0x1cd12b000 - 0x1cd17dfff MediaPlatform arm64e /System/Library/PrivateFrameworks/MediaPlatform.framework/MediaPlatform 0x1cd56e000 - 0x1cd641fff MetalTools arm64e /System/Library/PrivateFrameworks/MetalTools.framework/MetalTools 0x1cd663000 - 0x1cd6bffff MetricsKit arm64e <32634a7199f8330094e35ec4e8cc2555> /System/Library/PrivateFrameworks/MetricsKit.framework/MetricsKit 0x1cd6d0000 - 0x1cd709fff MobileBluetooth arm64e <12cdb951311e33dc9e0c0b6fc4b94022> /System/Library/PrivateFrameworks/MobileBluetooth.framework/MobileBluetooth 0x1cd78a000 - 0x1cd790fff MobileSystemServices arm64e <71b638f4a4f1364ca9c993e57af26364> /System/Library/PrivateFrameworks/MobileSystemServices.framework/MobileSystemServices 0x1cdb3a000 - 0x1cdb40fff Netrb arm64e <64f8770c0e2938178cfbebac7c0dee05> /System/Library/PrivateFrameworks/Netrb.framework/Netrb 0x1cdc14000 - 0x1cdc32fff NeutrinoKit arm64e /System/Library/PrivateFrameworks/NeutrinoKit.framework/NeutrinoKit 0x1cdc70000 - 0x1cdc72fff OAuth arm64e <4ed5878480bc329da0882b3bd22a65e5> /System/Library/PrivateFrameworks/OAuth.framework/OAuth 0x1cdc90000 - 0x1cdccffff OTSVG arm64e /System/Library/PrivateFrameworks/OTSVG.framework/OTSVG 0x1ce30c000 - 0x1ce30efff ParsecSubscriptionServiceSupport arm64e <41f6c6e14aac35ec99daa561d1f4d7d0> /System/Library/PrivateFrameworks/ParsecSubscriptionServiceSupport.framework/ParsecSubscriptionServiceSupport 0x1ce313000 - 0x1ce33dfff Pasteboard arm64e <556237412daa30dc806a197bdf690976> /System/Library/PrivateFrameworks/Pasteboard.framework/Pasteboard 0x1ce36d000 - 0x1ce377fff PersonaKit arm64e <73f0347789e73587bed6b8fa94e2134a> /System/Library/PrivateFrameworks/PersonaKit.framework/PersonaKit 0x1ce378000 - 0x1ce384fff PersonaUI arm64e <617e252304823decb0231c08381c3d23> /System/Library/PrivateFrameworks/PersonaUI.framework/PersonaUI 0x1ce3be000 - 0x1ce3befff PhoneNumbers arm64e /System/Library/PrivateFrameworks/PhoneNumbers.framework/PhoneNumbers 0x1ce3c7000 - 0x1ce4defff PhotoImaging arm64e <423a0cfcf5d93985912e6b5bc436dd54> /System/Library/PrivateFrameworks/PhotoImaging.framework/PhotoImaging 0x1ce4df000 - 0x1ce53cfff PhotoLibrary arm64e <4978e80139043baba33d61c2978383f6> /System/Library/PrivateFrameworks/PhotoLibrary.framework/PhotoLibrary 0x1ce585000 - 0x1ce5c4fff PhotosImagingFoundation arm64e /System/Library/PrivateFrameworks/PhotosImagingFoundation.framework/PhotosImagingFoundation 0x1ce5c5000 - 0x1ce60ffff PhysicsKit arm64e /System/Library/PrivateFrameworks/PhysicsKit.framework/PhysicsKit 0x1ce6bd000 - 0x1ce6c8fff PointerUIServices arm64e <1079e90a3dcd3cd29dd7e9fb55214489> /System/Library/PrivateFrameworks/PointerUIServices.framework/PointerUIServices 0x1cfb14000 - 0x1cfb21fff PrototypeToolsUI arm64e <3ee46c75481c3e628655c7a3e0516a90> /System/Library/PrivateFrameworks/PrototypeToolsUI.framework/PrototypeToolsUI 0x1cfb9f000 - 0x1cfbaafff RTCReporting arm64e <2b1724eb6f5b3f959d5cd636bac2ce12> /System/Library/PrivateFrameworks/RTCReporting.framework/RTCReporting 0x1cfeea000 - 0x1cfefafff RemoteTextInput arm64e <8b954cf050a53985a40721ab2d4c237c> /System/Library/PrivateFrameworks/RemoteTextInput.framework/RemoteTextInput 0x1cfefb000 - 0x1cff62fff RemoteUI arm64e /System/Library/PrivateFrameworks/RemoteUI.framework/RemoteUI 0x1cff9a000 - 0x1cff9efff RevealCore arm64e /System/Library/PrivateFrameworks/RevealCore.framework/RevealCore 0x1cffb5000 - 0x1d033cfff SDAPI arm64e <9974f25802b03bc08eaf4023dc3be013> /System/Library/PrivateFrameworks/SDAPI.framework/SDAPI 0x1d1ab1000 - 0x1d1abbfff SignpostCollection arm64e <3f6101a4f7a03892a9aff2e35f17ec02> /System/Library/PrivateFrameworks/SignpostCollection.framework/SignpostCollection 0x1d1abc000 - 0x1d1abcfff SignpostMetrics arm64e <80274ec8a6f13897a8c7352218b61a06> /System/Library/PrivateFrameworks/SignpostMetrics.framework/SignpostMetrics 0x1d1abe000 - 0x1d1afbfff SignpostSupport arm64e /System/Library/PrivateFrameworks/SignpostSupport.framework/SignpostSupport 0x1d2094000 - 0x1d20aefff SiriObservation arm64e <45e6cbf48a7b3273b682f12289502d79> /System/Library/PrivateFrameworks/SiriObservation.framework/SiriObservation 0x1d26fd000 - 0x1d26fdfff SoftLinking arm64e <8fa815a857753bbdaa3b9752db4f1334> /System/Library/PrivateFrameworks/SoftLinking.framework/SoftLinking 0x1d2af9000 - 0x1d2b37fff StreamingZip arm64e <1d0aa40018f6301ea82b58764b34d375> /System/Library/PrivateFrameworks/StreamingZip.framework/StreamingZip 0x1d2b3f000 - 0x1d2b49fff SymptomDiagnosticReporter arm64e <46295ba45697346e922295492fdb0f9e> /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/SymptomDiagnosticReporter 0x1d2b7a000 - 0x1d2b96fff SymptomPresentationFeed arm64e /System/Library/PrivateFrameworks/Symptoms.framework/Frameworks/SymptomPresentationFeed.framework/SymptomPresentationFeed 0x1d2bd3000 - 0x1d2be3fff TCC arm64e <5fb7d77934a339fd84a03bf4c1fe5629> /System/Library/PrivateFrameworks/TCC.framework/TCC 0x1d34bb000 - 0x1d356efff TextureIO arm64e /System/Library/PrivateFrameworks/TextureIO.framework/TextureIO 0x1d37a0000 - 0x1d37a7fff URLFormatting arm64e <6d19c73ea360390b9babafbaa0dcfe2b> /System/Library/PrivateFrameworks/URLFormatting.framework/URLFormatting 0x1d3d8d000 - 0x1d3db6fff UsageTracking arm64e <747c87f7409c35c68317936ad4652a37> /System/Library/PrivateFrameworks/UsageTracking.framework/UsageTracking 0x1d48e5000 - 0x1d49aefff VoiceTrigger arm64e <9b9630dfd61e3455b5475aa764e7fe69> /System/Library/PrivateFrameworks/VoiceTrigger.framework/VoiceTrigger 0x1d4a7d000 - 0x1d4a7efff WatchdogClient arm64e /System/Library/PrivateFrameworks/WatchdogClient.framework/WatchdogClient 0x1d4de8000 - 0x1d5529fff libwebrtc.dylib arm64e <65923b23abd534f697aef715e78e0911> /System/Library/PrivateFrameworks/WebCore.framework/Frameworks/libwebrtc.dylib 0x1d55a8000 - 0x1d55bdfff WebUI arm64e /System/Library/PrivateFrameworks/WebUI.framework/WebUI 0x1d5ae2000 - 0x1d5ae5fff XCTTargetBootstrap arm64e /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/XCTTargetBootstrap 0x1d5b7d000 - 0x1d5b9cfff caulk arm64e /System/Library/PrivateFrameworks/caulk.framework/caulk 0x1d8174000 - 0x1d8179fff kperf arm64e <979504c563da3deaa5b81186257616f3> /System/Library/PrivateFrameworks/kperf.framework/kperf 0x1d817a000 - 0x1d8182fff kperfdata arm64e <285e0d44052d34fb8c0a1f3672a52adc> /System/Library/PrivateFrameworks/kperfdata.framework/kperfdata 0x1d8183000 - 0x1d8199fff libEDR arm64e <605c6f4feb4c3ef89976c731583fd26d> /System/Library/PrivateFrameworks/libEDR.framework/libEDR 0x1d81b2000 - 0x1d81c2fff perfdata arm64e <8b280efba5453d22a9895c89399b5f19> /System/Library/PrivateFrameworks/perfdata.framework/perfdata 0x1d81c3000 - 0x1d81f2fff vCard arm64e <0449c12df5c23e91a019cbb8353a07d9> /System/Library/PrivateFrameworks/vCard.framework/vCard 0x1d8a56000 - 0x1d8a95fff libAWDSupport.dylib arm64e <61ee0780e1af3e0cab62e10e03959a97> /usr/lib/libAWDSupport.dylib 0x1d8a96000 - 0x1d8e36fff libAWDSupportFramework.dylib arm64e <87a01e9a446e3ddabab8ebf1e3533512> /usr/lib/libAWDSupportFramework.dylib 0x1d8fc6000 - 0x1d8fd5fff libAudioStatistics.dylib arm64e <7cebe88c49a33b989b4f0902c5977b12> /usr/lib/libAudioStatistics.dylib 0x1d9179000 - 0x1d91abfff libCRFSuite.dylib arm64e <7367da2969f33d84ae66d043eb28f3b8> /usr/lib/libCRFSuite.dylib 0x1d91ac000 - 0x1d91adfff libCTGreenTeaLogger.dylib arm64e /usr/lib/libCTGreenTeaLogger.dylib 0x1d91ae000 - 0x1d91b8fff libChineseTokenizer.dylib arm64e /usr/lib/libChineseTokenizer.dylib 0x1d944f000 - 0x1d9456fff libIOReport.dylib arm64e <2448fcbea0ef30b58ec38b6339418d7f> /usr/lib/libIOReport.dylib 0x1d94d2000 - 0x1d94d9fff libMatch.1.dylib arm64e <356948b784cf31a09060533e54cb7cfc> /usr/lib/libMatch.1.dylib 0x1d95f5000 - 0x1d95f6fff libThaiTokenizer.dylib arm64e <191ca7c10e5e3329841294e748ef20d9> /usr/lib/libThaiTokenizer.dylib 0x1d9862000 - 0x1d9864fff libapp_launch_measurement.dylib arm64e <2872e92856cb3f8888ec8f3ef288395f> /usr/lib/libapp_launch_measurement.dylib 0x1d9865000 - 0x1d987bfff libapple_nghttp2.dylib arm64e /usr/lib/libapple_nghttp2.dylib 0x1d987c000 - 0x1d990dfff libate.dylib arm64e <988ce6e4a00f312997bb86e6be833d82> /usr/lib/libate.dylib 0x1d999f000 - 0x1d99affff libbsm.0.dylib arm64e <71440631b96e302d851c6938515e4e3e> /usr/lib/libbsm.0.dylib 0x1d99b0000 - 0x1d99bcfff libbz2.1.0.dylib arm64e /usr/lib/libbz2.1.0.dylib 0x1d99bd000 - 0x1d99bdfff libcharset.1.dylib arm64e <436a94ec1f9b33b29dbe3a36194a9767> /usr/lib/libcharset.1.dylib 0x1d99be000 - 0x1d99cffff libcmph.dylib arm64e /usr/lib/libcmph.dylib 0x1d99d0000 - 0x1d99eefff libcompression.dylib arm64e /usr/lib/libcompression.dylib 0x1d99ef000 - 0x1d9a05fff libcoretls.dylib arm64e /usr/lib/libcoretls.dylib 0x1d9a06000 - 0x1d9a07fff libcoretls_cfhelpers.dylib arm64e /usr/lib/libcoretls_cfhelpers.dylib 0x1d9a2d000 - 0x1d9a34fff libcupolicy.dylib arm64e <9c52c15cb31e305b9a1274a156beb759> /usr/lib/libcupolicy.dylib 0x1d9a35000 - 0x1d9a3cfff libdns_services.dylib arm64e /usr/lib/libdns_services.dylib 0x1d9a3d000 - 0x1d9a5afff libedit.3.dylib arm64e /usr/lib/libedit.3.dylib 0x1d9a5b000 - 0x1d9a5ffff libenergytrace.dylib arm64e <103ea3b8d7523ccdad1390e6aff3c4ca> /usr/lib/libenergytrace.dylib 0x1d9a60000 - 0x1d9a79fff libexpat.1.dylib arm64e <638f4e5a58013d7383bb9247f50275cd> /usr/lib/libexpat.1.dylib 0x1d9aa3000 - 0x1d9aa7fff libgermantok.dylib arm64e <3952a196328e369c9fe8e689e7f63c94> /usr/lib/libgermantok.dylib 0x1d9aa8000 - 0x1d9aadfff libheimdal-asn1.dylib arm64e /usr/lib/libheimdal-asn1.dylib 0x1d9aae000 - 0x1d9b9ffff libiconv.2.dylib arm64e /usr/lib/libiconv.2.dylib 0x1d9bbe000 - 0x1d9bbffff liblangid.dylib arm64e /usr/lib/liblangid.dylib 0x1d9bc0000 - 0x1d9bcbfff liblockdown.dylib arm64e /usr/lib/liblockdown.dylib 0x1d9bcc000 - 0x1d9be4fff liblzma.5.dylib arm64e <0c1719ea57be3c0d91fbc411a3abbcae> /usr/lib/liblzma.5.dylib 0x1d9c13000 - 0x1d9c69fff libmecab.dylib arm64e <7a626572279132208a377f4a1e75820b> /usr/lib/libmecab.dylib 0x1d9c6a000 - 0x1d9ea4fff libmecabra.dylib arm64e <2ffd10f0ba073280afe44365e09ab050> /usr/lib/libmecabra.dylib 0x1d9ea5000 - 0x1d9eb8fff libmis.dylib arm64e /usr/lib/libmis.dylib 0x1d9eb9000 - 0x1d9ecffff libnetworkextension.dylib arm64e <8c098be0aa003f1dab7227740883d3af> /usr/lib/libnetworkextension.dylib 0x1da27a000 - 0x1da2b5fff libpcap.A.dylib arm64e /usr/lib/libpcap.A.dylib 0x1da2b6000 - 0x1da2c3fff libperfcheck.dylib arm64e <57f4661a4b773540a6466d6b3e4f005c> /usr/lib/libperfcheck.dylib 0x1da2cb000 - 0x1da2ddfff libprequelite.dylib arm64e /usr/lib/libprequelite.dylib 0x1da2de000 - 0x1da2f0fff libprotobuf-lite.dylib arm64e <1affb66eded632d5aa4f0711d1e4a0e7> /usr/lib/libprotobuf-lite.dylib 0x1da2f1000 - 0x1da352fff libprotobuf.dylib arm64e /usr/lib/libprotobuf.dylib 0x1da353000 - 0x1da3f0fff libquic.dylib arm64e <038590952483375b80e5f5fbe19d2f60> /usr/lib/libquic.dylib 0x1da3f1000 - 0x1da409fff libresolv.9.dylib arm64e <70ce845009ca37bfae9498119fb3aa30> /usr/lib/libresolv.9.dylib 0x1da40a000 - 0x1da40cfff libsandbox.1.dylib arm64e /usr/lib/libsandbox.1.dylib 0x1da454000 - 0x1da457fff libutil.dylib arm64e <3b79863ac1c03789bf9caeb661178106> /usr/lib/libutil.dylib 0x1da458000 - 0x1da544fff libxml2.2.dylib arm64e /usr/lib/libxml2.2.dylib 0x1da549000 - 0x1da572fff libxslt.1.dylib arm64e <11cd4a1c06283233b6781fbf0f793e09> /usr/lib/libxslt.1.dylib 0x1da573000 - 0x1da584fff libz.1.dylib arm64e <90e30088819e32309e4c910ee27c2819> /usr/lib/libz.1.dylib 0x1da5c4000 - 0x1da5c6fff liblog_network.dylib arm64e <97817dbf16173b259457dad1b5534179> /usr/lib/log/liblog_network.dylib 0x1da66f000 - 0x1da677fff libswiftCoreAudio.dylib arm64e /usr/lib/swift/libswiftCoreAudio.dylib 0x1da67d000 - 0x1da67dfff libswiftCoreFoundation.dylib arm64e <85aab51ab79f32c4a32db8abc15f93ac> /usr/lib/swift/libswiftCoreFoundation.dylib 0x1da67e000 - 0x1da67efff libswiftCoreImage.dylib arm64e <38ccb6bdc32c3e449b16e389f2ce493e> /usr/lib/swift/libswiftCoreImage.dylib 0x1da67f000 - 0x1da681fff libswiftCoreLocation.dylib arm64e <4ea1f18bf1bd3377815477b09e70f8f2> /usr/lib/swift/libswiftCoreLocation.dylib 0x1da690000 - 0x1da6ccfff libswiftCoreMedia.dylib arm64e <86aa73632e1c3df08d98cc22c6f7a4e6> /usr/lib/swift/libswiftCoreMedia.dylib 0x1da6da000 - 0x1da6e3fff libswiftDarwin.dylib arm64e <86d7e5daecfe338a984095cf757a11e9> /usr/lib/swift/libswiftDarwin.dylib 0x1da703000 - 0x1da707fff libswiftMetal.dylib arm64e <474d4b27886d33bdb9e1dbdaf8344895> /usr/lib/swift/libswiftMetal.dylib 0x1da77c000 - 0x1da77dfff libswiftQuartzCore.dylib arm64e /usr/lib/swift/libswiftQuartzCore.dylib 0x1da7be000 - 0x1da7d0fff libswiftos.dylib arm64e /usr/lib/swift/libswiftos.dylib 0x1da7e4000 - 0x1da7e9fff libcache.dylib arm64e <4ebfeac2cce83be1ba2966f83009520d> /usr/lib/system/libcache.dylib 0x1da7ea000 - 0x1da7f7fff libcommonCrypto.dylib arm64e /usr/lib/system/libcommonCrypto.dylib 0x1da7f8000 - 0x1da7fbfff libcompiler_rt.dylib arm64e <2444b290f11337acadae6e17aad40caa> /usr/lib/system/libcompiler_rt.dylib 0x1da7fc000 - 0x1da804fff libcopyfile.dylib arm64e <1e47076b135d350e921b6be66f63e3ee> /usr/lib/system/libcopyfile.dylib 0x1da8ea000 - 0x1da8eafff liblaunch.dylib arm64e /usr/lib/system/liblaunch.dylib 0x1da8eb000 - 0x1da8f0fff libmacho.dylib arm64e <80dfaea5f566361793eb773c9a707451> /usr/lib/system/libmacho.dylib 0x1da8f1000 - 0x1da8f3fff libremovefile.dylib arm64e <8ab546bbf4c23e87b7d184c7462c8a86> /usr/lib/system/libremovefile.dylib 0x1da8f4000 - 0x1da8f5fff libsystem_blocks.dylib arm64e <995043539a163794b7b01869f2fb3610> /usr/lib/system/libsystem_blocks.dylib 0x1da8f6000 - 0x1da8f8fff libsystem_collections.dylib arm64e <4a005313615e3782965871798334a4fa> /usr/lib/system/libsystem_collections.dylib 0x1da8f9000 - 0x1da8fdfff libsystem_configuration.dylib arm64e /usr/lib/system/libsystem_configuration.dylib 0x1da8fe000 - 0x1da910fff libsystem_containermanager.dylib arm64e /usr/lib/system/libsystem_containermanager.dylib 0x1da911000 - 0x1da912fff libsystem_coreservices.dylib arm64e <13e1baaac63230a6b0f3803eabb610e1> /usr/lib/system/libsystem_coreservices.dylib 0x1da913000 - 0x1da91cfff libsystem_darwin.dylib arm64e /usr/lib/system/libsystem_darwin.dylib 0x1da91d000 - 0x1da925fff libsystem_dnssd.dylib arm64e <0eae751caa2c32248e40ed0393698626> /usr/lib/system/libsystem_dnssd.dylib 0x1da926000 - 0x1da928fff libsystem_featureflags.dylib arm64e /usr/lib/system/libsystem_featureflags.dylib 0x1da929000 - 0x1da956fff libsystem_m.dylib arm64e <1454dccc3f3e365ea26a6e0abc0a6c70> /usr/lib/system/libsystem_m.dylib 0x1da957000 - 0x1da95dfff libsystem_platform.dylib arm64e <987d48d53caa34d79141c0bd6e2351e8> /usr/lib/system/libsystem_platform.dylib 0x1da95e000 - 0x1da95efff libsystem_product_info_filter.dylib arm64e <71f4c0a002453bf29325dbd635e6be2b> /usr/lib/system/libsystem_product_info_filter.dylib 0x1da95f000 - 0x1da96afff libsystem_pthread.dylib arm64e <9f849e98f7423b3db01a61f75acf0540> /usr/lib/system/libsystem_pthread.dylib 0x1da96b000 - 0x1da96efff libsystem_sandbox.dylib arm64e <036b2dd46cc139018ebf02b9a62dd64f> /usr/lib/system/libsystem_sandbox.dylib 0x1da96f000 - 0x1da979fff libunwind.dylib arm64e /usr/lib/system/libunwind.dylib 0x1da97a000 - 0x1da9b0fff libxpc.dylib arm64e /usr/lib/system/libxpc.dylib 0x1daa54000 - 0x1daa6efff AccessibilitySettingsLoader arm64e /System/Library/AccessibilityBundles/AccessibilitySettingsLoader.bundle/AccessibilitySettingsLoader 0x1dae79000 - 0x1dae97fff AppleMetalGLRenderer arm64e <99f9e584574f34f59aee9dbac801cc0b> /System/Library/Extensions/AppleMetalGLRenderer.bundle/AppleMetalGLRenderer 0x1dba4c000 - 0x1dbd57fff AGXMetalA12 arm64e <9104f3dcbdde3c2582473d762a95112e> /System/Library/Extensions/AGXMetalA12.bundle/AGXMetalA12 0x1dc084000 - 0x1dc191fff AVFAudio arm64e <03bf8bea27953547ae7bcd4f4a95dbff> /System/Library/Frameworks/AVFAudio.framework/AVFAudio 0x1dc48b000 - 0x1dc491fff AuthenticationServicesCore arm64e /System/Library/PrivateFrameworks/AuthenticationServicesCore.framework/AuthenticationServicesCore 0x1dc492000 - 0x1dc49ffff CMImaging arm64e /System/Library/PrivateFrameworks/CMImaging.framework/CMImaging 0x1dc4a0000 - 0x1dc4b6fff CinematicFraming arm64e <1abbc1ea141d3d69baf0c72fef703b39> /System/Library/PrivateFrameworks/CinematicFraming.framework/CinematicFraming 0x1dc5c6000 - 0x1dc5defff CoreSpeechFoundation arm64e <8938a8e4ff863a9684a9e7963f55f65e> /System/Library/PrivateFrameworks/CoreSpeechFoundation.framework/CoreSpeechFoundation 0x1dc775000 - 0x1dc785fff MobileSafari arm64e <9f3ed9f37e1035679bf48772c64b44ed> /System/Library/PrivateFrameworks/MobileSafari.framework/MobileSafari 0x1dc7f3000 - 0x1dd0b0fff PegasusAPI arm64e <78584396817d35238ed0ff4919d760f4> /System/Library/PrivateFrameworks/PegasusAPI.framework/PegasusAPI 0x1dd1fc000 - 0x1dd200fff SiriLiminal arm64e <40f958fde4d93c29a82877ca46d31c40> /System/Library/PrivateFrameworks/SiriLiminal.framework/SiriLiminal 0x1dd389000 - 0x1dd39bfff SpotlightLinguistics arm64e <96cce5040a653c2fafc811f088e5b2ad> /System/Library/PrivateFrameworks/SpotlightLinguistics.framework/SpotlightLinguistics EOF ```

Steps to reproduce

Steps to reproduce the behavior:

Hard to reproduce, the crash seems to be happening randomly.

One thing to note thought, I am running geohash queries in my app, which means I'm sometimes opening 20 to 40 firestore snapshot listeners at once and the crash seems to be happening just after that, sometimes.

Expected behavior

The app doesn't crash.

Sample project

Could not reproduce. The crash seems to be happening randomly.

var-const commented 3 years ago

Sorry to hear you're experiencing crashes. We have seen some previous crash reports with a similar call stack (e.g. #6579 and to some extent #6844). Unfortunately, we could never reproduce this on our side, and previous reports were unable to create a repro case, so we couldn't get traction on these issues.

We'd be happy to work on this if you could provide a repro case. Another thing you could do would be to try running your app with Address Sanitizer enabled, and to do another run with Undefined Behavior Sanitizer (Thread Sanitizer could also be helpful) -- see if any of those tools finds any issues. This sounds like it could be a memory corruption issue.

var-const commented 3 years ago

Note: we recently submitted a fix to a bug that happens in the same call chain as the crash described in this issue and could plausibly be the reason for it (#8610). That fix will go out in the next release. There is a way to use an unreleased version of Firestore if you're using CocoaPods (or you could just manually patch it) -- please let us know if you'd like to try it out; on the other hand, I understand that you were unable to reproduce the issue, so you might prefer to wait for the release.

I'll tentatively close the issue now in the hope that it's addressed by the fix I mentioned. Please post back to let us know whether the crash has been resolved for you, and please don't hesitate to reopen if it hasn't. Thanks!