flutter-ml / google_ml_kit_flutter

A flutter plugin that implements Google's standalone ML Kit
MIT License
959 stars 738 forks source link

Crash on iPhone 6s with TextRecognizer #185

Closed saddy001 closed 2 years ago

saddy001 commented 2 years ago

I have it crashing on an iPhone 6s using the TextRecognizer. Here's the stacktrace:

iPhone 6s stacktrace Incident Identifier: xxxxx Hardware Model: iPhone8,1 Process: Runner [438] Path: /private/var/containers/Bundle/Application/xxxxx/Runner.app/Runner Identifier: xxxxx Version: 3.3.1 (38) AppStoreTools: 13C90b AppVariant: 1:iPhone8,1:15 Beta: YES Code Type: ARM-64 (Native) Role: Foreground Parent Process: launchd [1] Coalition: xxxxx [614] Date/Time: 2022-01-02 19:22:18.8185 +0100 Launch Time: 2022-01-02 19:22:14.6368 +0100 OS Version: iPhone OS 15.2 (19C56) Release Type: User Baseband Version: 9.01.00 Report Version: 104 Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x0000000000000000, 0x0000000000000000 Exception Note: EXC_CORPSE_NOTIFY Triggered by Thread: 0 Last Exception Backtrace: 0 CoreFoundation 0x183735d3c __exceptionPreprocess + 216 (NSException.m:200) 1 libobjc.A.dylib 0x19aa9a6a8 objc_exception_throw + 56 (objc-exception.mm:565) 2 CoreFoundation 0x183788da4 +[NSException raise:format:] + 108 (NSException.m:156) 3 Runner 0x1054b94e8 0x10436c000 + 18142440 4 Runner 0x1054bad5c 0x10436c000 + 18148700 5 Runner 0x1054bacdc 0x10436c000 + 18148572 6 Runner 0x1043735bc -[GULCCComponentContainer instantiateInstanceForProtocol:withBlock:] + 68 (GULCCComponentContainer.m:147) 7 Runner 0x104373774 -[GULCCComponentContainer instanceForProtocol:] + 224 (GULCCComponentContainer.m:181) 8 Runner 0x104373aa4 +[GULCCComponentType instanceForProtocol:inContainer:] + 48 (GULCCComponentType.m:25) 9 Runner 0x1044d7d74 0x10436c000 + 1490292 10 Runner 0x1044d720c 0x10436c000 + 1487372 11 Runner 0x1044d7464 0x10436c000 + 1487972 12 Runner 0x1044d58c8 0x10436c000 + 1480904 13 Runner 0x1044d576c 0x10436c000 + 1480556 14 Runner 0x105e0152c 0x10436c000 + 27874604 15 Runner 0x1082ebd40 -[TextRecognizer handleDetection:result:] + 204 (TextRecognizer.m:28) 16 Runner 0x1082ebbf0 -[TextRecognizer handleMethodCall:result:] + 152 (TextRecognizer.m:19) 17 Runner 0x1082e8148 -[GoogleMlKitPlugin handleMethodCall:result:] + 188 (GoogleMlKitPlugin.m:37) 18 Flutter 0x10aa7fc54 0x10a590000 + 5176404 19 Flutter 0x10a5cc664 0x10a590000 + 247396 20 Flutter 0x10a94c204 0x10a590000 + 3916292 21 Flutter 0x10a87b0d8 0x10a590000 + 3059928 22 Flutter 0x10a87e6a4 0x10a590000 + 3073700 23 CoreFoundation 0x18374a06c __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 28 (CFRunLoop.c:1812) 24 CoreFoundation 0x1836d43d8 __CFRunLoopDoTimer + 1016 (CFRunLoop.c:2420) 25 CoreFoundation 0x1836cf06c __CFRunLoopDoTimers + 324 (CFRunLoop.c:2580) 26 CoreFoundation 0x1836aef44 __CFRunLoopRun + 1948 (CFRunLoop.c:3116) 27 CoreFoundation 0x1836c1e1c CFRunLoopRunSpecific + 572 (CFRunLoop.c:3268) 28 GraphicsServices 0x1a3a1c9a0 GSEventRunModal + 160 (GSEvent.c:2200) 29 UIKitCore 0x185ef5600 -[UIApplication _run] + 1080 (UIApplication.m:3493) 30 UIKitCore 0x185c8ab08 UIApplicationMain + 2028 (UIApplication.m:5046) 31 Runner 0x1043726e4 main + 64 (AppDelegate.swift:5) 32 dyld 0x109664250 start + 444 (dyldMain.cpp:879) Kernel Triage: VM - Fault hit memory shortage VM - Fault hit memory shortage VM - Fault hit memory shortage VM - Fault hit memory shortage Thread 0 name: Thread 0 Crashed: 0 libsystem_kernel.dylib 0x00000001bd8099e8 __pthread_kill + 8 1 libsystem_pthread.dylib 0x00000001ddd8e824 pthread_kill + 208 (pthread.c:1668) 2 libsystem_c.dylib 0x000000018dc2d0b4 abort + 120 (abort.c:118) 3 libc++abi.dylib 0x000000019ab8fe1c abort_message + 128 (abort_message.cpp:78) 4 libc++abi.dylib 0x000000019ab81bec demangling_terminate_handler() + 296 (cxa_default_handlers.cpp:71) 5 libobjc.A.dylib 0x000000019aaa0018 _objc_terminate() + 124 (objc-exception.mm:701) 6 libc++abi.dylib 0x000000019ab8f2cc std::__terminate(void (*)()) + 16 (cxa_handlers.cpp:59) 7 libc++abi.dylib 0x000000019ab91e4c __cxa_rethrow + 144 (cxa_exception.cpp:616) 8 libobjc.A.dylib 0x000000019aa9c1e8 objc_exception_rethrow + 40 (objc-exception.mm:604) 9 CoreFoundation 0x00000001836c1f08 CFRunLoopRunSpecific + 808 (CFRunLoop.c:3283) 10 GraphicsServices 0x00000001a3a1c9a0 GSEventRunModal + 160 (GSEvent.c:2200) 11 UIKitCore 0x0000000185ef5600 -[UIApplication _run] + 1080 (UIApplication.m:3493) 12 UIKitCore 0x0000000185c8ab08 UIApplicationMain + 2028 (UIApplication.m:5046) 13 Runner 0x00000001043726e4 main + 64 (AppDelegate.swift:5) 14 dyld 0x0000000109664250 start + 444 (dyldMain.cpp:879) Thread 1 name: Thread 1: 0 libsystem_kernel.dylib 0x00000001bd8050ec __psynch_mutexdrop + 8 1 libsystem_pthread.dylib 0x00000001ddd85c5c _pthread_mutex_firstfit_wake + 24 (pthread_mutex.c:1317) 2 libsystem_pthread.dylib 0x00000001ddd8b830 _pthread_mutex_firstfit_unlock_slow$VARIANT$mp + 260 (pthread_mutex.c:1346) 3 libobjc.A.dylib 0x000000019aa92340 monitor_tt::leave() + 16 (objc-os.h:914) 4 libobjc.A.dylib 0x000000019aa8e270 initializeNonMetaClass + 780 (objc-initialize.mm:574) 5 libobjc.A.dylib 0x000000019aa921bc initializeAndMaybeRelock(objc_class*, objc_object*, mutex_tt&, bool) + 292 (objc-runtime-new.mm:2188) 6 libobjc.A.dylib 0x000000019aa8b7fc lookUpImpOrForward + 808 (objc-runtime-new.mm:2204) 7 libobjc.A.dylib 0x000000019aa87440 _objc_msgSend_uncached + 64 8 Protobuf 0x0000000109c77850 MergeSingleFieldFromCodedInputStream + 700 (GPBMessage.m:2214) 9 Protobuf 0x0000000109c77850 -[GPBMessage mergeFromCodedInputStream:extensionRegistry:] + 1468 (GPBMessage.m:2394) 10 Protobuf 0x0000000109c76be0 -[GPBMessage mergeFromData:extensionRegistry:] + 84 (GPBMessage.m:1978) 11 Protobuf 0x0000000109c74158 -[GPBMessage initWithData:extensionRegistry:error:] + 72 (GPBMessage.m:888) 12 Protobuf 0x0000000109c76cd4 +[GPBMessage parseFromData:extensionRegistry:error:] + 56 (GPBMessage.m:2008) 13 Runner 0x000000010450c21c 0x10436c000 + 1704476 14 Runner 0x000000010450b12c 0x10436c000 + 1700140 15 libdispatch.dylib 0x00000001834011a4 _dispatch_call_block_and_release + 24 (init.c:1517) 16 libdispatch.dylib 0x00000001834021a8 _dispatch_client_callout + 16 (object.m:560) 17 libdispatch.dylib 0x00000001833a80e4 _dispatch_lane_serial_drain$VARIANT$mp + 644 (inline_internal.h:2601) 18 libdispatch.dylib 0x00000001833a8b94 _dispatch_lane_invoke$VARIANT$mp + 408 (queue.c:3937) 19 libdispatch.dylib 0x00000001833b2760 _dispatch_workloop_worker_thread + 632 (queue.c:6727) 20 libsystem_pthread.dylib 0x00000001ddd82e84 _pthread_wqthread + 284 (pthread.c:2599) 21 libsystem_pthread.dylib 0x00000001ddd829f0 start_wqthread + 8 Thread 2 name: Thread 2: 0 libsystem_kernel.dylib 0x00000001bd8044f0 __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x00000001ddd8abfc _pthread_cond_wait$VARIANT$mp + 1216 (pthread_cond.c:636) 2 Runner 0x000000010450b270 0x10436c000 + 1700464 3 Runner 0x000000010450b654 0x10436c000 + 1701460 4 Runner 0x000000010450a4ec 0x10436c000 + 1697004 5 Runner 0x000000010450e65c 0x10436c000 + 1713756 6 libdispatch.dylib 0x00000001834011a4 _dispatch_call_block_and_release + 24 (init.c:1517) 7 libdispatch.dylib 0x00000001834021a8 _dispatch_client_callout + 16 (object.m:560) 8 libdispatch.dylib 0x00000001833a80e4 _dispatch_lane_serial_drain$VARIANT$mp + 644 (inline_internal.h:2601) 9 libdispatch.dylib 0x00000001833a8b94 _dispatch_lane_invoke$VARIANT$mp + 408 (queue.c:3937) 10 libdispatch.dylib 0x00000001833b2760 _dispatch_workloop_worker_thread + 632 (queue.c:6727) 11 libsystem_pthread.dylib 0x00000001ddd82e84 _pthread_wqthread + 284 (pthread.c:2599) 12 libsystem_pthread.dylib 0x00000001ddd829f0 start_wqthread + 8 Thread 3: 0 libsystem_pthread.dylib 0x00000001ddd829e8 start_wqthread + 0 Thread 4 name: Thread 4: 0 libsystem_kernel.dylib 0x00000001bd803b10 mach_msg_trap + 8 1 libsystem_kernel.dylib 0x00000001bd804134 mach_msg + 72 (mach_msg.c:119) 2 CoreFoundation 0x00000001836aab60 __CFRunLoopServiceMachPort + 368 (CFRunLoop.c:2646) 3 CoreFoundation 0x00000001836aec48 __CFRunLoopRun + 1184 (CFRunLoop.c:3000) 4 CoreFoundation 0x00000001836c1e1c CFRunLoopRunSpecific + 572 (CFRunLoop.c:3268) 5 Foundation 0x0000000184dfb3cc -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 232 (NSRunLoop.m:373) 6 Foundation 0x0000000184e39c3c -[NSRunLoop(NSRunLoop) runUntilDate:] + 88 (NSRunLoop.m:420) 7 UIKitCore 0x0000000185e73348 -[UIEventFetcher threadMain] + 512 (UIEventFetcher.m:1167) 8 Foundation 0x0000000184e478ac __NSThread__start__ + 792 (NSThread.m:972) 9 libsystem_pthread.dylib 0x00000001ddd843a4 _pthread_start + 116 (pthread.c:891) 10 libsystem_pthread.dylib 0x00000001ddd829fc thread_start + 8 Thread 5 name: Thread 5: 0 libsystem_kernel.dylib 0x00000001bd8044f0 __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x00000001ddd8abfc _pthread_cond_wait$VARIANT$mp + 1216 (pthread_cond.c:636) 2 Runner 0x00000001044f3938 0x10436c000 + 1603896 3 Runner 0x00000001044f42e4 0x10436c000 + 1606372 4 Runner 0x00000001044f0f24 0x10436c000 + 1593124 5 Runner 0x00000001044e5c40 0x10436c000 + 1547328 6 libdispatch.dylib 0x00000001834011a4 _dispatch_call_block_and_release + 24 (init.c:1517) 7 libdispatch.dylib 0x00000001834021a8 _dispatch_client_callout + 16 (object.m:560) 8 libdispatch.dylib 0x00000001833a80e4 _dispatch_lane_serial_drain$VARIANT$mp + 644 (inline_internal.h:2601) 9 libdispatch.dylib 0x00000001833a8b94 _dispatch_lane_invoke$VARIANT$mp + 408 (queue.c:3937) 10 libdispatch.dylib 0x00000001833b2760 _dispatch_workloop_worker_thread + 632 (queue.c:6727) 11 libsystem_pthread.dylib 0x00000001ddd82e84 _pthread_wqthread + 284 (pthread.c:2599) 12 libsystem_pthread.dylib 0x00000001ddd829f0 start_wqthread + 8 Thread 6 name: Thread 6: 0 libsystem_kernel.dylib 0x00000001bd804b5c __psynch_mutexwait + 8 1 libsystem_pthread.dylib 0x00000001ddd855b4 _pthread_mutex_firstfit_lock_wait + 80 (pthread_mutex.c:1414) 2 libsystem_pthread.dylib 0x00000001ddd8b97c _pthread_mutex_firstfit_lock_slow$VARIANT$mp + 304 (pthread_mutex.c:1490) 3 libsystem_pthread.dylib 0x00000001ddd8ac88 _pthread_cond_wait$VARIANT$mp + 1356 (pthread_cond.c:667) 4 libobjc.A.dylib 0x000000019aa9d96c _WAITING_FOR_ANOTHER_THREAD_TO_FINISH_CALLING_+initialize + 112 (objc-os.h:922) 5 libobjc.A.dylib 0x000000019aa8e284 initializeNonMetaClass + 800 (objc-initialize.mm:589) 6 libobjc.A.dylib 0x000000019aa921bc initializeAndMaybeRelock(objc_class*, objc_object*, mutex_tt&, bool) + 292 (objc-runtime-new.mm:2188) 7 libobjc.A.dylib 0x000000019aa8b7fc lookUpImpOrForward + 808 (objc-runtime-new.mm:2204) 8 libobjc.A.dylib 0x000000019aa87440 _objc_msgSend_uncached + 64 9 Protobuf 0x0000000109c77850 MergeSingleFieldFromCodedInputStream + 700 (GPBMessage.m:2214) 10 Protobuf 0x0000000109c77850 -[GPBMessage mergeFromCodedInputStream:extensionRegistry:] + 1468 (GPBMessage.m:2394) 11 Protobuf 0x0000000109c76be0 -[GPBMessage mergeFromData:extensionRegistry:] + 84 (GPBMessage.m:1978) 12 Protobuf 0x0000000109c74158 -[GPBMessage initWithData:extensionRegistry:error:] + 72 (GPBMessage.m:888) 13 Protobuf 0x0000000109c76cd4 +[GPBMessage parseFromData:extensionRegistry:error:] + 56 (GPBMessage.m:2008) 14 Runner 0x000000010450c21c 0x10436c000 + 1704476 15 Runner 0x00000001044fae80 0x10436c000 + 1633920 16 libdispatch.dylib 0x00000001834011a4 _dispatch_call_block_and_release + 24 (init.c:1517) 17 libdispatch.dylib 0x00000001834021a8 _dispatch_client_callout + 16 (object.m:560) 18 libdispatch.dylib 0x00000001833a80e4 _dispatch_lane_serial_drain$VARIANT$mp + 644 (inline_internal.h:2601) 19 libdispatch.dylib 0x00000001833a8b94 _dispatch_lane_invoke$VARIANT$mp + 408 (queue.c:3937) 20 libdispatch.dylib 0x00000001833b2760 _dispatch_workloop_worker_thread + 632 (queue.c:6727) 21 libsystem_pthread.dylib 0x00000001ddd82e84 _pthread_wqthread + 284 (pthread.c:2599) 22 libsystem_pthread.dylib 0x00000001ddd829f0 start_wqthread + 8 Thread 7: 0 libsystem_pthread.dylib 0x00000001ddd829e8 start_wqthread + 0 Thread 8 name: Thread 8: 0 libsystem_kernel.dylib 0x00000001bd803b10 mach_msg_trap + 8 1 libsystem_kernel.dylib 0x00000001bd804134 mach_msg + 72 (mach_msg.c:119) 2 CoreFoundation 0x00000001836aab60 __CFRunLoopServiceMachPort + 368 (CFRunLoop.c:2646) 3 CoreFoundation 0x00000001836aec48 __CFRunLoopRun + 1184 (CFRunLoop.c:3000) 4 CoreFoundation 0x00000001836c1e1c CFRunLoopRunSpecific + 572 (CFRunLoop.c:3268) 5 Flutter 0x000000010a87e570 0x10a590000 + 3073392 6 Flutter 0x000000010a87dd30 0x10a590000 + 3071280 7 libsystem_pthread.dylib 0x00000001ddd843a4 _pthread_start + 116 (pthread.c:891) 8 libsystem_pthread.dylib 0x00000001ddd829fc thread_start + 8 Thread 9 name: Thread 9: 0 libsystem_kernel.dylib 0x00000001bd803b10 mach_msg_trap + 8 1 libsystem_kernel.dylib 0x00000001bd804134 mach_msg + 72 (mach_msg.c:119) 2 CoreFoundation 0x00000001836aab60 __CFRunLoopServiceMachPort + 368 (CFRunLoop.c:2646) 3 CoreFoundation 0x00000001836aec48 __CFRunLoopRun + 1184 (CFRunLoop.c:3000) 4 CoreFoundation 0x00000001836c1e1c CFRunLoopRunSpecific + 572 (CFRunLoop.c:3268) 5 Flutter 0x000000010a87e570 0x10a590000 + 3073392 6 Flutter 0x000000010a87dd30 0x10a590000 + 3071280 7 libsystem_pthread.dylib 0x00000001ddd843a4 _pthread_start + 116 (pthread.c:891) 8 libsystem_pthread.dylib 0x00000001ddd829fc thread_start + 8 Thread 10 name: Thread 10: 0 libsystem_kernel.dylib 0x00000001bd803b10 mach_msg_trap + 8 1 libsystem_kernel.dylib 0x00000001bd804134 mach_msg + 72 (mach_msg.c:119) 2 CoreFoundation 0x00000001836aab60 __CFRunLoopServiceMachPort + 368 (CFRunLoop.c:2646) 3 CoreFoundation 0x00000001836aec48 __CFRunLoopRun + 1184 (CFRunLoop.c:3000) 4 CoreFoundation 0x00000001836c1e1c CFRunLoopRunSpecific + 572 (CFRunLoop.c:3268) 5 Flutter 0x000000010a87e570 0x10a590000 + 3073392 6 Flutter 0x000000010a87dd30 0x10a590000 + 3071280 7 libsystem_pthread.dylib 0x00000001ddd843a4 _pthread_start + 116 (pthread.c:891) 8 libsystem_pthread.dylib 0x00000001ddd829fc thread_start + 8 Thread 11 name: Thread 11: 0 libsystem_kernel.dylib 0x00000001bd8044f0 __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x00000001ddd8abfc _pthread_cond_wait$VARIANT$mp + 1216 (pthread_cond.c:636) 2 libc++.1.dylib 0x000000019ab2d2b8 std::__1::condition_variable::wait(std::__1::unique_lock&) + 24 (__threading_support:437) 3 Flutter 0x000000010a878928 0x10a590000 + 3049768 4 libsystem_pthread.dylib 0x00000001ddd843a4 _pthread_start + 116 (pthread.c:891) 5 libsystem_pthread.dylib 0x00000001ddd829fc thread_start + 8 Thread 12 name: Thread 12: 0 libsystem_kernel.dylib 0x00000001bd8044f0 __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x00000001ddd8abfc _pthread_cond_wait$VARIANT$mp + 1216 (pthread_cond.c:636) 2 libc++.1.dylib 0x000000019ab2d2b8 std::__1::condition_variable::wait(std::__1::unique_lock&) + 24 (__threading_support:437) 3 Flutter 0x000000010a878928 0x10a590000 + 3049768 4 libsystem_pthread.dylib 0x00000001ddd843a4 _pthread_start + 116 (pthread.c:891) 5 libsystem_pthread.dylib 0x00000001ddd829fc thread_start + 8 Thread 13 name: Thread 13: 0 libsystem_kernel.dylib 0x00000001bd8052f8 kevent + 8 1 Flutter 0x000000010aa414dc 0x10a590000 + 4920540 2 Flutter 0x000000010aa704e8 0x10a590000 + 5113064 3 libsystem_pthread.dylib 0x00000001ddd843a4 _pthread_start + 116 (pthread.c:891) 4 libsystem_pthread.dylib 0x00000001ddd829fc thread_start + 8 Thread 14 name: Thread 14: 0 libsystem_kernel.dylib 0x00000001bd8044f0 __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x00000001ddd8ac28 _pthread_cond_wait$VARIANT$mp + 1260 (pthread_cond.c:640) 2 Flutter 0x000000010ab3221c 0x10a590000 + 5906972 3 Flutter 0x000000010ab78634 0x10a590000 + 6194740 4 Flutter 0x000000010ab31b44 0x10a590000 + 5905220 5 libsystem_pthread.dylib 0x00000001ddd843a4 _pthread_start + 116 (pthread.c:891) 6 libsystem_pthread.dylib 0x00000001ddd829fc thread_start + 8 Thread 15 name: Thread 15: 0 libsystem_kernel.dylib 0x00000001bd803b10 mach_msg_trap + 8 1 libsystem_kernel.dylib 0x00000001bd804134 mach_msg + 72 (mach_msg.c:119) 2 CoreFoundation 0x00000001836aab60 __CFRunLoopServiceMachPort + 368 (CFRunLoop.c:2646) 3 CoreFoundation 0x00000001836aec48 __CFRunLoopRun + 1184 (CFRunLoop.c:3000) 4 CoreFoundation 0x00000001836c1e1c CFRunLoopRunSpecific + 572 (CFRunLoop.c:3268) 5 CoreFoundation 0x000000018373c300 CFRunLoopRun + 60 (CFRunLoop.c:3293) 6 CoreMotion 0x000000018fb58184 CLMotionCore::runMotionThread(void*) + 1332 (CLMotionCore.mm:370) 7 libsystem_pthread.dylib 0x00000001ddd843a4 _pthread_start + 116 (pthread.c:891) 8 libsystem_pthread.dylib 0x00000001ddd829fc thread_start + 8 Thread 16 name: Thread 16: 0 libsystem_kernel.dylib 0x00000001bd8044f0 __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x00000001ddd8ac28 _pthread_cond_wait$VARIANT$mp + 1260 (pthread_cond.c:640) 2 Flutter 0x000000010ab3221c 0x10a590000 + 5906972 3 Flutter 0x000000010ab78634 0x10a590000 + 6194740 4 Flutter 0x000000010ab31b44 0x10a590000 + 5905220 5 libsystem_pthread.dylib 0x00000001ddd843a4 _pthread_start + 116 (pthread.c:891) 6 libsystem_pthread.dylib 0x00000001ddd829fc thread_start + 8 Thread 17: 0 libsystem_pthread.dylib 0x00000001ddd829e8 start_wqthread + 0 Thread 18: 0 libsystem_pthread.dylib 0x00000001ddd829e8 start_wqthread + 0 Thread 0 crashed with ARM Thread State (64-bit): x0: 0x0000000000000000 x1: 0x0000000000000000 x2: 0x0000000000000000 x3: 0x0000000000000000 x4: 0x000000019ab92e55 x5: 0x000000016ba93200 x6: 0x000000000000006e x7: 0x0000000000000000 x8: 0x00000001096b4580 x9: 0xd3afbff06d4bd78c x10: 0x000000016ba92c60 x11: 0x000000000000000b x12: 0x0000000000000000 x13: 0x0000000000000000 x14: 0x0000000000000010 x15: 0x0000000000000001 x16: 0x0000000000000148 x17: 0x0000000000000000 x18: 0x0000000000000000 x19: 0x0000000000000006 x20: 0x0000000000000103 x21: 0x00000001096b4660 x22: 0x0000000000000001 x23: 0x00000002824ec280 x24: 0x0000000000000000 x25: 0x0000000000000001 x26: 0x0000000eb1e31100 x27: 0x00000001f4d4d000 x28: 0x0000000000000001 fp: 0x000000016ba93170 lr: 0x00000001ddd8e824 sp: 0x000000016ba93150 pc: 0x00000001bd8099e8 cpsr: 0x40000000 esr: 0x56000080 Address size fault Binary Images: 0x10436c000 - 0x108e17fff Runner arm64 /private/var/containers/Bundle/Application/F4250FA2-3D25-4BC7-84E5-6FD850752CE4/Runner.app/Runner 0x10964c000 - 0x10969ffff dyld arm64 <0b12aec1caef38ad8fb73cab3da30489> /usr/lib/dyld 0x109c3c000 - 0x109c8bfff Protobuf arm64 <34b686274f193380b3bc3d9a5e68ca27> /private/var/containers/Bundle/Application/F4250FA2-3D25-4BC7-84E5-6FD850752CE4/Runner.app/Frameworks/Protobuf.framework/Protobuf 0x10a590000 - 0x10acdffff Flutter arm64 /private/var/containers/Bundle/Application/F4250FA2-3D25-4BC7-84E5-6FD850752CE4/Runner.app/Frameworks/Flutter.framework/Flutter 0x18339e000 - 0x183420fff libdispatch.dylib arm64 /usr/lib/system/libdispatch.dylib 0x1836a4000 - 0x183adefff CoreFoundation arm64 <7a0c7b81a5b636a6b41cc7c790076454> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation 0x184de4000 - 0x1850c4fff Foundation arm64 <534d37b52b793993ab18822606b22abf> /System/Library/Frameworks/Foundation.framework/Foundation 0x185a09000 - 0x187198fff UIKitCore arm64 /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore 0x18dc0e000 - 0x18dc88fff libsystem_c.dylib arm64 /usr/lib/system/libsystem_c.dylib 0x18fb46000 - 0x18fe32fff CoreMotion arm64 /System/Library/Frameworks/CoreMotion.framework/CoreMotion 0x19aa86000 - 0x19aabbfff libobjc.A.dylib arm64 <2a7afec5b1823936990bf3134c7c0510> /usr/lib/libobjc.A.dylib 0x19ab24000 - 0x19ab7cfff libc++.1.dylib arm64 /usr/lib/libc++.1.dylib 0x19ab7d000 - 0x19ab95fff libc++abi.dylib arm64 /usr/lib/libc++abi.dylib 0x1a3a1b000 - 0x1a3a23fff GraphicsServices arm64 /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices 0x1bd803000 - 0x1bd834fff libsystem_kernel.dylib arm64 <8f5f208de1bd3eb2994023b6d21843c5> /usr/lib/system/libsystem_kernel.dylib 0x1ddd7e000 - 0x1ddd91fff libsystem_pthread.dylib arm64 <263a2eadc4f33ef5bc4b7a61e6698c8b> /usr/lib/system/libsystem_pthread.dylib EOF
saddy001 commented 2 years ago

Because the error above looked like an out of memory exception to me ("VM - Fault hit memory shortage"), I reduced the camera resolution for iOS and now I have a different stack trace for the iPhone 6s. On Android, it is working fine. I also tested on an iPhone 11 and it's also crashing.

new iPhone 6s stacktrace Incident Identifier: xxxxx Hardware Model: iPhone8,1 Process: Runner [255] Path: /private/var/containers/Bundle/Application/xxxxx/Runner.app/Runner Identifier: xxxxx Version: 3.3.1 (40) AppStoreTools: 13C90b AppVariant: 1:iPhone8,1:15 Beta: YES Code Type: ARM-64 (Native) Role: Foreground Parent Process: launchd [1] Coalition: xxxxx [404] Date/Time: 2022-01-04 10:07:39.5168 +0100 Launch Time: 2022-01-04 10:04:44.8979 +0100 OS Version: iPhone OS 15.2 (19C56) Release Type: User Baseband Version: 9.01.00 Report Version: 104 Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x0000000000000000, 0x0000000000000000 Exception Note: EXC_CORPSE_NOTIFY Triggered by Thread: 0 Last Exception Backtrace: 0 CoreFoundation 0x182641d3c __exceptionPreprocess + 216 (NSException.m:200) 1 libobjc.A.dylib 0x1999a66a8 objc_exception_throw + 56 (objc-exception.mm:565) 2 CoreFoundation 0x182694da4 +[NSException raise:format:] + 108 (NSException.m:156) 3 Runner 0x1037c14e8 0x102674000 + 18142440 4 Runner 0x1037c2d5c 0x102674000 + 18148700 5 Runner 0x1037c2cdc 0x102674000 + 18148572 6 Runner 0x10267b5bc -[GULCCComponentContainer instantiateInstanceForProtocol:withBlock:] + 68 (GULCCComponentContainer.m:147) 7 Runner 0x10267b774 -[GULCCComponentContainer instanceForProtocol:] + 224 (GULCCComponentContainer.m:181) 8 Runner 0x10267baa4 +[GULCCComponentType instanceForProtocol:inContainer:] + 48 (GULCCComponentType.m:25) 9 Runner 0x1027dfd74 0x102674000 + 1490292 10 Runner 0x1027df20c 0x102674000 + 1487372 11 Runner 0x1027df464 0x102674000 + 1487972 12 Runner 0x1027dd8c8 0x102674000 + 1480904 13 Runner 0x1027dd76c 0x102674000 + 1480556 14 Runner 0x10410952c 0x102674000 + 27874604 15 Runner 0x1065f3d40 -[TextRecognizer handleDetection:result:] + 204 (TextRecognizer.m:28) 16 Runner 0x1065f3bf0 -[TextRecognizer handleMethodCall:result:] + 152 (TextRecognizer.m:19) 17 Runner 0x1065f0148 -[GoogleMlKitPlugin handleMethodCall:result:] + 188 (GoogleMlKitPlugin.m:37) 18 Flutter 0x108da3c54 0x1088b4000 + 5176404 19 Flutter 0x1088f0664 0x1088b4000 + 247396 20 Flutter 0x108c70204 0x1088b4000 + 3916292 21 Flutter 0x108b9f0d8 0x1088b4000 + 3059928 22 Flutter 0x108ba26a4 0x1088b4000 + 3073700 23 CoreFoundation 0x18265606c __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 28 (CFRunLoop.c:1812) 24 CoreFoundation 0x1825e03d8 __CFRunLoopDoTimer + 1016 (CFRunLoop.c:2420) 25 CoreFoundation 0x1825db06c __CFRunLoopDoTimers + 324 (CFRunLoop.c:2580) 26 CoreFoundation 0x1825baf44 __CFRunLoopRun + 1948 (CFRunLoop.c:3116) 27 CoreFoundation 0x1825cde1c CFRunLoopRunSpecific + 572 (CFRunLoop.c:3268) 28 GraphicsServices 0x1a29289a0 GSEventRunModal + 160 (GSEvent.c:2200) 29 UIKitCore 0x184e01600 -[UIApplication _run] + 1080 (UIApplication.m:3493) 30 UIKitCore 0x184b96b08 UIApplicationMain + 2028 (UIApplication.m:5046) 31 Runner 0x10267a6e4 main + 64 (AppDelegate.swift:5) 32 dyld 0x107c1c250 start + 444 (dyldMain.cpp:879) Thread 0 name: Thread 0 Crashed: 0 libsystem_kernel.dylib 0x00000001bc7159e8 __pthread_kill + 8 1 libsystem_pthread.dylib 0x00000001dcc9a824 pthread_kill + 208 (pthread.c:1668) 2 libsystem_c.dylib 0x000000018cb390b4 abort + 120 (abort.c:118) 3 libc++abi.dylib 0x0000000199a9be1c abort_message + 128 (abort_message.cpp:78) 4 libc++abi.dylib 0x0000000199a8dbec demangling_terminate_handler() + 296 (cxa_default_handlers.cpp:71) 5 libobjc.A.dylib 0x00000001999ac018 _objc_terminate() + 124 (objc-exception.mm:701) 6 libc++abi.dylib 0x0000000199a9b2cc std::__terminate(void (*)()) + 16 (cxa_handlers.cpp:59) 7 libc++abi.dylib 0x0000000199a9de4c __cxa_rethrow + 144 (cxa_exception.cpp:616) 8 libobjc.A.dylib 0x00000001999a81e8 objc_exception_rethrow + 40 (objc-exception.mm:604) 9 CoreFoundation 0x00000001825cdf08 CFRunLoopRunSpecific + 808 (CFRunLoop.c:3283) 10 GraphicsServices 0x00000001a29289a0 GSEventRunModal + 160 (GSEvent.c:2200) 11 UIKitCore 0x0000000184e01600 -[UIApplication _run] + 1080 (UIApplication.m:3493) 12 UIKitCore 0x0000000184b96b08 UIApplicationMain + 2028 (UIApplication.m:5046) 13 Runner 0x000000010267a6e4 main + 64 (AppDelegate.swift:5) 14 dyld 0x0000000107c1c250 start + 444 (dyldMain.cpp:879) Thread 1 name: Thread 1: 0 dyld 0x0000000107c063bc strcmp + 12 1 dyld 0x0000000107c05a80 objc::StringHashTable::tryGetIndex(char const*) const + 140 (OptimizerObjC.h:114) 2 dyld 0x0000000107c05980 dyld4::APIs::_dyld_get_objc_selector(char const*) + 132 (OptimizerObjC.h:228) 3 libobjc.A.dylib 0x0000000199999e04 __sel_registerName(char const*, bool, bool) + 44 (objc-sel.mm:97) 4 Protobuf 0x0000000107f7391c -[GPBFieldDescriptor initWithFieldDescription:includesDefault:usesClassRefs:proto3OptionalKnown:syntax:] + 112 (GPBDescriptor.m:504) 5 Protobuf 0x0000000107f72538 +[GPBDescriptor allocDescriptorForClass:rootClass:file:fields:fieldCount:storageSize:flags:] + 212 (GPBDescriptor.m:148) 6 Runner 0x000000010282fad8 0x102674000 + 1817304 7 libobjc.A.dylib 0x00000001999a4224 _CALLING_SOME_+initialize_METHOD + 20 (objc-initialize.mm:384) 8 libobjc.A.dylib 0x000000019999a238 initializeNonMetaClass + 724 (objc-initialize.mm:554) 9 libobjc.A.dylib 0x000000019999e1bc initializeAndMaybeRelock(objc_class*, objc_object*, mutex_tt&, bool) + 292 (objc-runtime-new.mm:2188) 10 libobjc.A.dylib 0x00000001999977fc lookUpImpOrForward + 808 (objc-runtime-new.mm:2204) 11 libobjc.A.dylib 0x0000000199993440 _objc_msgSend_uncached + 64 12 Protobuf 0x0000000107f9bc70 MergeRepeatedNotPackedFieldFromCodedInputStream + 288 (GPBMessage.m:2344) 13 Protobuf 0x0000000107f9b578 -[GPBMessage mergeFromCodedInputStream:extensionRegistry:] + 740 (GPBMessage.m:0) 14 Protobuf 0x0000000107f6e1c0 -[GPBCodedInputStream readMessage:extensionRegistry:] + 136 (GPBCodedInputStream.m:462) 15 Protobuf 0x0000000107f9bc98 MergeRepeatedNotPackedFieldFromCodedInputStream + 328 (GPBMessage.m:2345) 16 Protobuf 0x0000000107f9b578 -[GPBMessage mergeFromCodedInputStream:extensionRegistry:] + 740 (GPBMessage.m:0) 17 Protobuf 0x0000000107f6e1c0 -[GPBCodedInputStream readMessage:extensionRegistry:] + 136 (GPBCodedInputStream.m:462) 18 Protobuf 0x0000000107f9b870 MergeSingleFieldFromCodedInputStream + 732 (GPBMessage.m:2215) 19 Protobuf 0x0000000107f9b870 -[GPBMessage mergeFromCodedInputStream:extensionRegistry:] + 1500 (GPBMessage.m:2394) 20 Protobuf 0x0000000107f9abe0 -[GPBMessage mergeFromData:extensionRegistry:] + 84 (GPBMessage.m:1978) 21 Protobuf 0x0000000107f98158 -[GPBMessage initWithData:extensionRegistry:error:] + 72 (GPBMessage.m:888) 22 Protobuf 0x0000000107f9acd4 +[GPBMessage parseFromData:extensionRegistry:error:] + 56 (GPBMessage.m:2008) 23 Runner 0x000000010281421c 0x102674000 + 1704476 24 Runner 0x000000010281312c 0x102674000 + 1700140 25 libdispatch.dylib 0x000000018230d1a4 _dispatch_call_block_and_release + 24 (init.c:1517) 26 libdispatch.dylib 0x000000018230e1a8 _dispatch_client_callout + 16 (object.m:560) 27 libdispatch.dylib 0x00000001822b40e4 _dispatch_lane_serial_drain$VARIANT$mp + 644 (inline_internal.h:2601) 28 libdispatch.dylib 0x00000001822b4b94 _dispatch_lane_invoke$VARIANT$mp + 408 (queue.c:3937) 29 libdispatch.dylib 0x00000001822be760 _dispatch_workloop_worker_thread + 632 (queue.c:6727) 30 libsystem_pthread.dylib 0x00000001dcc8ee84 _pthread_wqthread + 284 (pthread.c:2599) 31 libsystem_pthread.dylib 0x00000001dcc8e9f0 start_wqthread + 8 Thread 2 name: Thread 2: 0 libsystem_kernel.dylib 0x00000001bc70fb10 mach_msg_trap + 8 1 libsystem_kernel.dylib 0x00000001bc710134 mach_msg + 72 (mach_msg.c:119) 2 libdispatch.dylib 0x000000018231129c firehose_send_push_async + 88 (firehoseUser.c:531) 3 libdispatch.dylib 0x00000001822d2448 firehose_buffer_ring_enqueue$VARIANT$mp + 352 (firehose_buffer.c:466) 4 libdispatch.dylib 0x00000001822d0c90 voucher_activity_trace_v_2$VARIANT$mp + 580 (firehose_inline_internal.h:289) 5 libsystem_trace.dylib 0x000000019b952648 _os_log_impl_flatten_and_send + 6000 (log.c:1936) 6 libsystem_trace.dylib 0x000000019b958ad8 _os_log_with_args_impl + 384 (log.c:2645) 7 libsystem_asl.dylib 0x00000001a6628f90 asl_log + 128 (asl.c:886) 8 GoogleUtilities 0x0000000107cd440c __GULLogBasic_block_invoke + 76 (GULLogger.m:173) 9 libdispatch.dylib 0x000000018230d1a4 _dispatch_call_block_and_release + 24 (init.c:1517) 10 libdispatch.dylib 0x000000018230e1a8 _dispatch_client_callout + 16 (object.m:560) 11 libdispatch.dylib 0x00000001822b40e4 _dispatch_lane_serial_drain$VARIANT$mp + 644 (inline_internal.h:2601) 12 libdispatch.dylib 0x00000001822b4b94 _dispatch_lane_invoke$VARIANT$mp + 408 (queue.c:3937) 13 libdispatch.dylib 0x00000001822be760 _dispatch_workloop_worker_thread + 632 (queue.c:6727) 14 libsystem_pthread.dylib 0x00000001dcc8ee84 _pthread_wqthread + 284 (pthread.c:2599) 15 libsystem_pthread.dylib 0x00000001dcc8e9f0 start_wqthread + 8 Thread 3 name: Thread 3: 0 libsystem_kernel.dylib 0x00000001bc70fb10 mach_msg_trap + 8 1 libsystem_kernel.dylib 0x00000001bc710134 mach_msg + 72 (mach_msg.c:119) 2 CoreFoundation 0x00000001825b6b60 __CFRunLoopServiceMachPort + 368 (CFRunLoop.c:2646) 3 CoreFoundation 0x00000001825bac48 __CFRunLoopRun + 1184 (CFRunLoop.c:3000) 4 CoreFoundation 0x00000001825cde1c CFRunLoopRunSpecific + 572 (CFRunLoop.c:3268) 5 Foundation 0x0000000183d073cc -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 232 (NSRunLoop.m:373) 6 Foundation 0x0000000183d45c3c -[NSRunLoop(NSRunLoop) runUntilDate:] + 88 (NSRunLoop.m:420) 7 UIKitCore 0x0000000184d7f348 -[UIEventFetcher threadMain] + 512 (UIEventFetcher.m:1167) 8 Foundation 0x0000000183d538ac __NSThread__start__ + 792 (NSThread.m:972) 9 libsystem_pthread.dylib 0x00000001dcc903a4 _pthread_start + 116 (pthread.c:891) 10 libsystem_pthread.dylib 0x00000001dcc8e9fc thread_start + 8 Thread 4 name: Thread 4: 0 libsystem_kernel.dylib 0x00000001bc7104f0 __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x00000001dcc96bfc _pthread_cond_wait$VARIANT$mp + 1216 (pthread_cond.c:636) 2 Runner 0x00000001027fb938 0x102674000 + 1603896 3 Runner 0x00000001027fc2e4 0x102674000 + 1606372 4 Runner 0x00000001027f8f24 0x102674000 + 1593124 5 Runner 0x00000001027edc40 0x102674000 + 1547328 6 libdispatch.dylib 0x000000018230d1a4 _dispatch_call_block_and_release + 24 (init.c:1517) 7 libdispatch.dylib 0x000000018230e1a8 _dispatch_client_callout + 16 (object.m:560) 8 libdispatch.dylib 0x00000001822b40e4 _dispatch_lane_serial_drain$VARIANT$mp + 644 (inline_internal.h:2601) 9 libdispatch.dylib 0x00000001822b4b94 _dispatch_lane_invoke$VARIANT$mp + 408 (queue.c:3937) 10 libdispatch.dylib 0x00000001822be760 _dispatch_workloop_worker_thread + 632 (queue.c:6727) 11 libsystem_pthread.dylib 0x00000001dcc8ee84 _pthread_wqthread + 284 (pthread.c:2599) 12 libsystem_pthread.dylib 0x00000001dcc8e9f0 start_wqthread + 8 Thread 5 name: Thread 5: 0 libsystem_kernel.dylib 0x00000001bc7104f0 __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x00000001dcc96bfc _pthread_cond_wait$VARIANT$mp + 1216 (pthread_cond.c:636) 2 Runner 0x0000000102813270 0x102674000 + 1700464 3 Runner 0x0000000102813654 0x102674000 + 1701460 4 Runner 0x00000001028124ec 0x102674000 + 1697004 5 Runner 0x000000010281665c 0x102674000 + 1713756 6 libdispatch.dylib 0x000000018230d1a4 _dispatch_call_block_and_release + 24 (init.c:1517) 7 libdispatch.dylib 0x000000018230e1a8 _dispatch_client_callout + 16 (object.m:560) 8 libdispatch.dylib 0x00000001822b40e4 _dispatch_lane_serial_drain$VARIANT$mp + 644 (inline_internal.h:2601) 9 libdispatch.dylib 0x00000001822b4b94 _dispatch_lane_invoke$VARIANT$mp + 408 (queue.c:3937) 10 libdispatch.dylib 0x00000001822be760 _dispatch_workloop_worker_thread + 632 (queue.c:6727) 11 libsystem_pthread.dylib 0x00000001dcc8ee84 _pthread_wqthread + 284 (pthread.c:2599) 12 libsystem_pthread.dylib 0x00000001dcc8e9f0 start_wqthread + 8 Thread 6 name: Thread 6: 0 libsystem_kernel.dylib 0x00000001bc7104f0 __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x00000001dcc96bfc _pthread_cond_wait$VARIANT$mp + 1216 (pthread_cond.c:636) 2 libobjc.A.dylib 0x00000001999a996c _WAITING_FOR_ANOTHER_THREAD_TO_FINISH_CALLING_+initialize + 112 (objc-os.h:922) 3 libobjc.A.dylib 0x000000019999a284 initializeNonMetaClass + 800 (objc-initialize.mm:589) 4 libobjc.A.dylib 0x000000019999e1bc initializeAndMaybeRelock(objc_class*, objc_object*, mutex_tt&, bool) + 292 (objc-runtime-new.mm:2188) 5 libobjc.A.dylib 0x00000001999977fc lookUpImpOrForward + 808 (objc-runtime-new.mm:2204) 6 libobjc.A.dylib 0x0000000199993440 _objc_msgSend_uncached + 64 7 Protobuf 0x0000000107f9bc70 MergeRepeatedNotPackedFieldFromCodedInputStream + 288 (GPBMessage.m:2344) 8 Protobuf 0x0000000107f9b578 -[GPBMessage mergeFromCodedInputStream:extensionRegistry:] + 740 (GPBMessage.m:0) 9 Protobuf 0x0000000107f6e1c0 -[GPBCodedInputStream readMessage:extensionRegistry:] + 136 (GPBCodedInputStream.m:462) 10 Protobuf 0x0000000107f9bc98 MergeRepeatedNotPackedFieldFromCodedInputStream + 328 (GPBMessage.m:2345) 11 Protobuf 0x0000000107f9b578 -[GPBMessage mergeFromCodedInputStream:extensionRegistry:] + 740 (GPBMessage.m:0) 12 Protobuf 0x0000000107f6e1c0 -[GPBCodedInputStream readMessage:extensionRegistry:] + 136 (GPBCodedInputStream.m:462) 13 Protobuf 0x0000000107f9b870 MergeSingleFieldFromCodedInputStream + 732 (GPBMessage.m:2215) 14 Protobuf 0x0000000107f9b870 -[GPBMessage mergeFromCodedInputStream:extensionRegistry:] + 1500 (GPBMessage.m:2394) 15 Protobuf 0x0000000107f9abe0 -[GPBMessage mergeFromData:extensionRegistry:] + 84 (GPBMessage.m:1978) 16 Protobuf 0x0000000107f98158 -[GPBMessage initWithData:extensionRegistry:error:] + 72 (GPBMessage.m:888) 17 Protobuf 0x0000000107f9acd4 +[GPBMessage parseFromData:extensionRegistry:error:] + 56 (GPBMessage.m:2008) 18 Runner 0x000000010281421c 0x102674000 + 1704476 19 Runner 0x0000000102802e80 0x102674000 + 1633920 20 libdispatch.dylib 0x000000018230d1a4 _dispatch_call_block_and_release + 24 (init.c:1517) 21 libdispatch.dylib 0x000000018230e1a8 _dispatch_client_callout + 16 (object.m:560) 22 libdispatch.dylib 0x00000001822b40e4 _dispatch_lane_serial_drain$VARIANT$mp + 644 (inline_internal.h:2601) 23 libdispatch.dylib 0x00000001822b4b94 _dispatch_lane_invoke$VARIANT$mp + 408 (queue.c:3937) 24 libdispatch.dylib 0x00000001822be760 _dispatch_workloop_worker_thread + 632 (queue.c:6727) 25 libsystem_pthread.dylib 0x00000001dcc8ee84 _pthread_wqthread + 284 (pthread.c:2599) 26 libsystem_pthread.dylib 0x00000001dcc8e9f0 start_wqthread + 8 Thread 7: 0 libsystem_pthread.dylib 0x00000001dcc8e9e8 _pthread_cond_updateval + 268 (pthread_cond.c:992) Thread 8 name: Thread 8: 0 libsystem_kernel.dylib 0x00000001bc70fb10 mach_msg_trap + 8 1 libsystem_kernel.dylib 0x00000001bc710134 mach_msg + 72 (mach_msg.c:119) 2 CoreFoundation 0x00000001825b6b60 __CFRunLoopServiceMachPort + 368 (CFRunLoop.c:2646) 3 CoreFoundation 0x00000001825bac48 __CFRunLoopRun + 1184 (CFRunLoop.c:3000) 4 CoreFoundation 0x00000001825cde1c CFRunLoopRunSpecific + 572 (CFRunLoop.c:3268) 5 Flutter 0x0000000108ba2570 0x1088b4000 + 3073392 6 Flutter 0x0000000108ba1d30 0x1088b4000 + 3071280 7 libsystem_pthread.dylib 0x00000001dcc903a4 _pthread_start + 116 (pthread.c:891) 8 libsystem_pthread.dylib 0x00000001dcc8e9fc thread_start + 8 Thread 9 name: Thread 9 name: Thread 9: 0 libsystem_kernel.dylib 0x00000001bc70fb10 mach_msg_trap + 8 1 libsystem_kernel.dylib 0x00000001bc710134 mach_msg + 72 (mach_msg.c:119) 2 libdispatch.dylib 0x00000001822c4744 _dispatch_mach_send_and_wait_for_reply + 504 (mach.c:815) 3 libdispatch.dylib 0x00000001822c4afc dispatch_mach_send_with_result_and_wait_for_reply$VARIANT$mp + 52 (mach.c:2019) 4 libxpc.dylib 0x00000001dccb8458 xpc_connection_send_message_with_reply_sync + 236 (connection.c:974) 5 Metal 0x000000019b5116a0 XPCCompilerConnection::BuildRequestInternal(MTLCompilerRequest*, char const*, NSObject*, int, bool, void (unsigned int, void const*, unsigned long, char const*) block_pointer) + 1120 (MTLCompilerConnection.mm:1489) 6 Metal 0x000000019b5223f8 ___ZN21XPCCompilerConnection12BuildRequestEP18MTLCompilerRequestPKcPU27objcproto16OS_dispatch_data8NSObjectibU13block_pointerFvjPKvmS3_E_block_invoke + 60 (MTLCompilerConnection.mm:1529) 7 libdispatch.dylib 0x000000018230e1a8 _dispatch_client_callout + 16 (object.m:560) 8 libdispatch.dylib 0x00000001822bb1f8 _dispatch_lane_barrier_sync_invoke_and_complete + 52 (queue.c:1016) 9 Metal 0x000000019b51f648 XPCCompilerConnection::BuildRequest(MTLCompilerRequest*, char const*, NSObject*, int, bool, void (unsigned int, void const*, unsigned long, char const*) block_pointer) + 116 (MTLCompilerConnection.mm:1523) 10 Metal 0x000000019b52a1b0 MTLCompilerConnectionManagerPrivate::buildRequest(unsigned int, MTLCompilerRequest*, bool, void (MTLCompilerError, NSObject*, char const*) block_pointer) + 292 (MTLCompilerConnection.mm:1999) 11 Metal 0x000000019b517494 -[MTLCompiler compileFunctionRequestInternal:frameworkLinking:linkDataSize:reflectionOnly:completionHandler:] + 3944 (MTLLibrary.mm:9849) 12 AGXMetalA9 0x00000001dd1f3140 void AGX::Compiler::compileProgram(AGX::FragmentProgramKey const&, _MTLFunction*, NSObject*, unsigned long, id, id, NS... + 512 (agxa_compiler.hpp:236) 13 AGXMetalA9 0x00000001dd1f1520 AGX::UserCommonShaderFactory::createFragmentProgramVariant(MTLRenderPipelineDescriptor*, AGXA9FamilyDevice*, unsigned long, AGXA9FamilyBina... + 1128 (agxa_user_common_shader_factory_template.hpp:589) 14 AGXMetalA9 0x00000001dd228e28 AGX::UserCommonShaderFactory::createRenderPipeline(MTLRenderPipelineDescriptor*, AGXA9FamilyDevice*, unsigned long, MTLRenderPipelineReflec... + 1404 (agxa_user_common_shader_factory_template.hpp:366) 15 AGXMetalA9 0x00000001dd21daec -[AGXA9FamilyDevice newRenderPipelineStateWithDescriptor:error:] + 60 (agxa_device_objc.mm:1455) 16 Flutter 0x0000000108b40b1c 0x1088b4000 + 2673436 17 Flutter 0x0000000108b43c80 0x1088b4000 + 2686080 18 Flutter 0x0000000108b3c9e4 0x1088b4000 + 2656740 19 Flutter 0x0000000108a472f4 0x1088b4000 + 1651444 20 Flutter 0x0000000108a46850 0x1088b4000 + 1648720 21 Flutter 0x0000000108a465f4 0x1088b4000 + 1648116 22 Flutter 0x0000000108ad3f8c 0x1088b4000 + 2228108 23 Flutter 0x0000000108a3b7bc 0x1088b4000 + 1603516 24 Flutter 0x0000000108a3bba8 0x1088b4000 + 1604520 25 Flutter 0x000000010890967c 0x1088b4000 + 349820 26 Flutter 0x0000000108dad274 0x1088b4000 + 5214836 27 Flutter 0x0000000108d32558 0x1088b4000 + 4711768 28 Flutter 0x0000000108c68704 0x1088b4000 + 3884804 29 Flutter 0x0000000108c68c20 0x1088b4000 + 3886112 30 Flutter 0x0000000108ba0868 0x1088b4000 + 3065960 31 Flutter 0x0000000108c68318 0x1088b4000 + 3883800 32 Flutter 0x0000000108c69c50 0x1088b4000 + 3890256 33 Flutter 0x0000000108c68ed4 0x1088b4000 + 3886804 34 Flutter 0x0000000108c71314 0x1088b4000 + 3920660 35 Flutter 0x0000000108b9f0d8 0x1088b4000 + 3059928 36 Flutter 0x0000000108ba26a4 0x1088b4000 + 3073700 37 CoreFoundation 0x000000018265606c __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 28 (CFRunLoop.c:1812) 38 CoreFoundation 0x00000001825e03d8 __CFRunLoopDoTimer + 1016 (CFRunLoop.c:2420) 39 CoreFoundation 0x00000001825db06c __CFRunLoopDoTimers + 324 (CFRunLoop.c:2580) 40 CoreFoundation 0x00000001825baf44 __CFRunLoopRun + 1948 (CFRunLoop.c:3116) 41 CoreFoundation 0x00000001825cde1c CFRunLoopRunSpecific + 572 (CFRunLoop.c:3268) 42 Flutter 0x0000000108ba2570 0x1088b4000 + 3073392 43 Flutter 0x0000000108ba1d30 0x1088b4000 + 3071280 44 libsystem_pthread.dylib 0x00000001dcc903a4 _pthread_start + 116 (pthread.c:891) 45 libsystem_pthread.dylib 0x00000001dcc8e9fc thread_start + 8 Thread 10 name: Thread 10: 0 libsystem_kernel.dylib 0x00000001bc70fb10 mach_msg_trap + 8 1 libsystem_kernel.dylib 0x00000001bc710134 mach_msg + 72 (mach_msg.c:119) 2 CoreFoundation 0x00000001825b6b60 __CFRunLoopServiceMachPort + 368 (CFRunLoop.c:2646) 3 CoreFoundation 0x00000001825bac48 __CFRunLoopRun + 1184 (CFRunLoop.c:3000) 4 CoreFoundation 0x00000001825cde1c CFRunLoopRunSpecific + 572 (CFRunLoop.c:3268) 5 Flutter 0x0000000108ba2570 0x1088b4000 + 3073392 6 Flutter 0x0000000108ba1d30 0x1088b4000 + 3071280 7 libsystem_pthread.dylib 0x00000001dcc903a4 _pthread_start + 116 (pthread.c:891) 8 libsystem_pthread.dylib 0x00000001dcc8e9fc thread_start + 8 Thread 11 name: Thread 11: 0 libsystem_kernel.dylib 0x00000001bc7104f0 __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x00000001dcc96bfc _pthread_cond_wait$VARIANT$mp + 1216 (pthread_cond.c:636) 2 libc++.1.dylib 0x0000000199a392b8 std::__1::condition_variable::wait(std::__1::unique_lock&) + 24 (__threading_support:437) 3 Flutter 0x0000000108b9c928 0x1088b4000 + 3049768 4 libsystem_pthread.dylib 0x00000001dcc903a4 _pthread_start + 116 (pthread.c:891) 5 libsystem_pthread.dylib 0x00000001dcc8e9fc thread_start + 8 Thread 12 name: Thread 12: 0 libsystem_kernel.dylib 0x00000001bc7104f0 __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x00000001dcc96bfc _pthread_cond_wait$VARIANT$mp + 1216 (pthread_cond.c:636) 2 libc++.1.dylib 0x0000000199a392b8 std::__1::condition_variable::wait(std::__1::unique_lock&) + 24 (__threading_support:437) 3 Flutter 0x0000000108b9c928 0x1088b4000 + 3049768 4 libsystem_pthread.dylib 0x00000001dcc903a4 _pthread_start + 116 (pthread.c:891) 5 libsystem_pthread.dylib 0x00000001dcc8e9fc thread_start + 8 Thread 13 name: Thread 13: 0 libsystem_kernel.dylib 0x00000001bc7112f8 kevent + 8 1 Flutter 0x0000000108d654dc 0x1088b4000 + 4920540 2 Flutter 0x0000000108d944e8 0x1088b4000 + 5113064 3 libsystem_pthread.dylib 0x00000001dcc903a4 _pthread_start + 116 (pthread.c:891) 4 libsystem_pthread.dylib 0x00000001dcc8e9fc thread_start + 8 Thread 14 name: Thread 14: 0 libsystem_kernel.dylib 0x00000001bc7104f0 __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x00000001dcc96c28 _pthread_cond_wait$VARIANT$mp + 1260 (pthread_cond.c:640) 2 Flutter 0x0000000108e5621c 0x1088b4000 + 5906972 3 Flutter 0x0000000108e9c634 0x1088b4000 + 6194740 4 Flutter 0x0000000108e55b44 0x1088b4000 + 5905220 5 libsystem_pthread.dylib 0x00000001dcc903a4 _pthread_start + 116 (pthread.c:891) 6 libsystem_pthread.dylib 0x00000001dcc8e9fc thread_start + 8 Thread 15 name: Thread 15: 0 libsystem_kernel.dylib 0x00000001bc70fb10 mach_msg_trap + 8 1 libsystem_kernel.dylib 0x00000001bc710134 mach_msg + 72 (mach_msg.c:119) 2 CoreFoundation 0x00000001825b6b60 __CFRunLoopServiceMachPort + 368 (CFRunLoop.c:2646) 3 CoreFoundation 0x00000001825bac48 __CFRunLoopRun + 1184 (CFRunLoop.c:3000) 4 CoreFoundation 0x00000001825cde1c CFRunLoopRunSpecific + 572 (CFRunLoop.c:3268) 5 CoreFoundation 0x0000000182648300 CFRunLoopRun + 60 (CFRunLoop.c:3293) 6 CoreMotion 0x000000018ea64184 CLMotionCore::runMotionThread(void*) + 1332 (CLMotionCore.mm:370) 7 libsystem_pthread.dylib 0x00000001dcc903a4 _pthread_start + 116 (pthread.c:891) 8 libsystem_pthread.dylib 0x00000001dcc8e9fc thread_start + 8 Thread 16 name: Thread 16: 0 libsystem_kernel.dylib 0x00000001bc7104f0 __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x00000001dcc96c28 _pthread_cond_wait$VARIANT$mp + 1260 (pthread_cond.c:640) 2 Flutter 0x0000000108e5621c 0x1088b4000 + 5906972 3 Flutter 0x0000000108e9c634 0x1088b4000 + 6194740 4 Flutter 0x0000000108e55b44 0x1088b4000 + 5905220 5 libsystem_pthread.dylib 0x00000001dcc903a4 _pthread_start + 116 (pthread.c:891) 6 libsystem_pthread.dylib 0x00000001dcc8e9fc thread_start + 8 Thread 0 crashed with ARM Thread State (64-bit): x0: 0x0000000000000000 x1: 0x0000000000000000 x2: 0x0000000000000000 x3: 0x0000000000000000 x4: 0x0000000199a9ee55 x5: 0x000000016d78b200 x6: 0x000000000000006e x7: 0x0000000000000000 x8: 0x0000000107c6c580 x9: 0x973d6b1af4bb1855 x10: 0x000000016d78ac60 x11: 0x000000000000000b x12: 0x0000000000000000 x13: 0x0000000000000000 x14: 0x0000000000000010 x15: 0x0000000000000001 x16: 0x0000000000000148 x17: 0x0000000000000000 x18: 0x0000000000000000 x19: 0x0000000000000006 x20: 0x0000000000000103 x21: 0x0000000107c6c660 x22: 0x0000000000000001 x23: 0x0000000281e585c0 x24: 0x0000000000000000 x25: 0x0000000000000001 x26: 0x0000000eb1e31100 x27: 0x00000001f3c59000 x28: 0x0000000000000001 fp: 0x000000016d78b170 lr: 0x00000001dcc9a824 sp: 0x000000016d78b150 pc: 0x00000001bc7159e8 cpsr: 0x40000000 esr: 0x56000080 Address size fault Binary Images: 0x102674000 - 0x10711ffff Runner arm64 /private/var/containers/Bundle/Application/8014D87E-4B32-420F-A1E6-41D7AB74B3CC/Runner.app/Runner 0x107c04000 - 0x107c57fff dyld arm64 <0b12aec1caef38ad8fb73cab3da30489> /usr/lib/dyld 0x107ccc000 - 0x107cd7fff GoogleUtilities arm64 /private/var/containers/Bundle/Application/8014D87E-4B32-420F-A1E6-41D7AB74B3CC/Runner.app/Frameworks/GoogleUtilities.framework/GoogleUtilities 0x107f60000 - 0x107faffff Protobuf arm64 <34b686274f193380b3bc3d9a5e68ca27> /private/var/containers/Bundle/Application/8014D87E-4B32-420F-A1E6-41D7AB74B3CC/Runner.app/Frameworks/Protobuf.framework/Protobuf 0x1088b4000 - 0x109003fff Flutter arm64 /private/var/containers/Bundle/Application/8014D87E-4B32-420F-A1E6-41D7AB74B3CC/Runner.app/Frameworks/Flutter.framework/Flutter 0x1822aa000 - 0x18232cfff libdispatch.dylib arm64 /usr/lib/system/libdispatch.dylib 0x1825b0000 - 0x1829eafff CoreFoundation arm64 <7a0c7b81a5b636a6b41cc7c790076454> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation 0x183cf0000 - 0x183fd0fff Foundation arm64 <534d37b52b793993ab18822606b22abf> /System/Library/Frameworks/Foundation.framework/Foundation 0x184915000 - 0x1860a4fff UIKitCore arm64 /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore 0x18cb1a000 - 0x18cb94fff libsystem_c.dylib arm64 /usr/lib/system/libsystem_c.dylib 0x18ea52000 - 0x18ed3efff CoreMotion arm64 /System/Library/Frameworks/CoreMotion.framework/CoreMotion 0x199992000 - 0x1999c7fff libobjc.A.dylib arm64 <2a7afec5b1823936990bf3134c7c0510> /usr/lib/libobjc.A.dylib 0x199a30000 - 0x199a88fff libc++.1.dylib arm64 /usr/lib/libc++.1.dylib 0x199a89000 - 0x199aa1fff libc++abi.dylib arm64 /usr/lib/libc++abi.dylib 0x19b4f2000 - 0x19b612fff Metal arm64 /System/Library/Frameworks/Metal.framework/Metal 0x19b94e000 - 0x19b965fff libsystem_trace.dylib arm64 /usr/lib/system/libsystem_trace.dylib 0x1a2927000 - 0x1a292ffff GraphicsServices arm64 /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices 0x1a6627000 - 0x1a663dfff libsystem_asl.dylib arm64 <3af089ec16653986ac61d0a4ffeeb814> /usr/lib/system/libsystem_asl.dylib 0x1bc70f000 - 0x1bc740fff libsystem_kernel.dylib arm64 <8f5f208de1bd3eb2994023b6d21843c5> /usr/lib/system/libsystem_kernel.dylib 0x1dcc8a000 - 0x1dcc9dfff libsystem_pthread.dylib arm64 <263a2eadc4f33ef5bc4b7a61e6698c8b> /usr/lib/system/libsystem_pthread.dylib 0x1dccac000 - 0x1dccdefff libxpc.dylib arm64 /usr/lib/system/libxpc.dylib 0x1dd1e5000 - 0x1dd319fff AGXMetalA9 arm64 /System/Library/Extensions/AGXMetalA9.bundle/AGXMetalA9 EOF
iPhone 11 stacktrace Incident Identifier: xxxxx Hardware Model: iPhone12,1 Process: Runner [6087] Path: /private/var/containers/Bundle/Application/xxxxx/Runner.app/Runner Identifier: xxxxx Version: 39 (3.3.1) AppStoreTools: 13C90b AppVariant: 1:iPhone12,1:14 Beta: YES Code Type: ARM-64 (Native) Role: Foreground Parent Process: launchd [1] Coalition: xxxxx [757] Date/Time: 2022-01-03 13:20:35.8958 +0100 Launch Time: 2022-01-03 13:20:32.6630 +0100 OS Version: iPhone OS 14.8.1 (18H107) Release Type: User Baseband Version: 2.06.00 Report Version: 104 Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x0000000000000000, 0x0000000000000000 Exception Note: EXC_CORPSE_NOTIFY Triggered by Thread: 0 Last Exception Backtrace: 0 CoreFoundation 0x1910eadc0 __exceptionPreprocess + 220 (NSException.m:199) 1 libobjc.A.dylib 0x1a5c477a8 objc_exception_throw + 60 (objc-exception.mm:565) 2 CoreFoundation 0x190fdfe74 +[NSException raise:format:] + 112 (NSException.m:155) 3 Runner 0x101fb14e8 0x100e64000 + 18142440 4 Runner 0x101fb2d5c 0x100e64000 + 18148700 5 Runner 0x101fb2cdc 0x100e64000 + 18148572 6 Runner 0x100e6b5bc -[GULCCComponentContainer instantiateInstanceForProtocol:withBlock:] + 68 (GULCCComponentContainer.m:147) 7 Runner 0x100e6b774 -[GULCCComponentContainer instanceForProtocol:] + 224 (GULCCComponentContainer.m:181) 8 Runner 0x100e6baa4 +[GULCCComponentType instanceForProtocol:inContainer:] + 48 (GULCCComponentType.m:25) 9 Runner 0x100fcfd74 0x100e64000 + 1490292 10 Runner 0x100fcf20c 0x100e64000 + 1487372 11 Runner 0x100fcf464 0x100e64000 + 1487972 12 Runner 0x100fcd8c8 0x100e64000 + 1480904 13 Runner 0x100fcd76c 0x100e64000 + 1480556 14 Runner 0x1028f952c 0x100e64000 + 27874604 15 Runner 0x104de3d40 -[TextRecognizer handleDetection:result:] + 204 (TextRecognizer.m:28) 16 Runner 0x104de3bf0 -[TextRecognizer handleMethodCall:result:] + 152 (TextRecognizer.m:19) 17 Runner 0x104de0148 -[GoogleMlKitPlugin handleMethodCall:result:] + 188 (GoogleMlKitPlugin.m:37) 18 Flutter 0x106b9fc54 0x1066b0000 + 5176404 19 Flutter 0x1066ec664 0x1066b0000 + 247396 20 Flutter 0x106a6c204 0x1066b0000 + 3916292 21 Flutter 0x10699b0d8 0x1066b0000 + 3059928 22 Flutter 0x10699e6a4 0x1066b0000 + 3073700 23 CoreFoundation 0x1910658c0 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 32 (CFRunLoop.c:1807) 24 CoreFoundation 0x1910654bc __CFRunLoopDoTimer + 1076 (CFRunLoop.c:2415) 25 CoreFoundation 0x19106490c __CFRunLoopDoTimers + 328 (CFRunLoop.c:2575) 26 CoreFoundation 0x19105e6c0 __CFRunLoopRun + 1944 (CFRunLoop.c:3090) 27 CoreFoundation 0x19105d9f4 CFRunLoopRunSpecific + 600 (CFRunLoop.c:3242) 28 GraphicsServices 0x1a8733734 GSEventRunModal + 164 (GSEvent.c:2259) 29 UIKitCore 0x193adc75c -[UIApplication _run] + 1072 (UIApplication.m:3269) 30 UIKitCore 0x193ae1fcc UIApplicationMain + 168 (UIApplication.m:4740) 31 Runner 0x100e6a6e4 main + 64 (AppDelegate.swift:5) 32 libdyld.dylib 0x190d19cf8 start + 4 Thread 0 name: Thread 0 Crashed: 0 libsystem_kernel.dylib 0x00000001bf32b334 __pthread_kill + 8 1 libsystem_pthread.dylib 0x00000001dcdb1a9c pthread_kill + 272 (pthread.c:1582) 2 libsystem_c.dylib 0x000000019a4b2b84 abort + 124 (abort.c:118) 3 libc++abi.dylib 0x00000001a5d28bb8 abort_message + 132 (abort_message.cpp:78) 4 libc++abi.dylib 0x00000001a5d19ec8 demangling_terminate_handler() + 308 (cxa_default_handlers.cpp:67) 5 libobjc.A.dylib 0x00000001a5c2605c _objc_terminate() + 144 (objc-exception.mm:701) 6 libc++abi.dylib 0x00000001a5d27fa0 std::__terminate(void (*)()) + 20 (cxa_handlers.cpp:59) 7 libc++abi.dylib 0x00000001a5d2aeac __cxa_rethrow + 148 (cxa_exception.cpp:616) 8 libobjc.A.dylib 0x00000001a5c47904 objc_exception_rethrow + 44 (objc-exception.mm:604) 9 CoreFoundation 0x000000019105dae0 CFRunLoopRunSpecific + 836 (CFRunLoop.c:3257) 10 GraphicsServices 0x00000001a8733734 GSEventRunModal + 164 (GSEvent.c:2259) 11 UIKitCore 0x0000000193adc75c -[UIApplication _run] + 1072 (UIApplication.m:3269) 12 UIKitCore 0x0000000193ae1fcc UIApplicationMain + 168 (UIApplication.m:4740) 13 Runner 0x0000000100e6a6e4 main + 64 (AppDelegate.swift:5) 14 libdyld.dylib 0x0000000190d19cf8 start + 4 Thread 1: 0 libsystem_pthread.dylib 0x00000001dcdb9744 start_wqthread + 0 Thread 2: 0 libsystem_pthread.dylib 0x00000001dcdb9744 start_wqthread + 0 Thread 3: 0 libsystem_pthread.dylib 0x00000001dcdb9744 start_wqthread + 0 Thread 4: 0 libsystem_pthread.dylib 0x00000001dcdb9744 start_wqthread + 0 Thread 5 name: Thread 5: 0 libsystem_kernel.dylib 0x00000001bf3064fc mach_msg_trap + 8 1 libsystem_kernel.dylib 0x00000001bf305884 mach_msg + 76 (mach_msg.c:103) 2 CoreFoundation 0x0000000191064544 __CFRunLoopServiceMachPort + 372 (CFRunLoop.c:2641) 3 CoreFoundation 0x000000019105e3e4 __CFRunLoopRun + 1212 (CFRunLoop.c:2974) 4 CoreFoundation 0x000000019105d9f4 CFRunLoopRunSpecific + 600 (CFRunLoop.c:3242) 5 Foundation 0x000000019234ed8c -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 232 (NSRunLoop.m:377) 6 Foundation 0x000000019234ec58 -[NSRunLoop(NSRunLoop) runUntilDate:] + 92 (NSRunLoop.m:424) 7 UIKitCore 0x0000000193b91304 -[UIEventFetcher threadMain] + 516 (UIEventFetcher.m:929) 8 Foundation 0x00000001924c030c __NSThread__start__ + 864 (NSThread.m:724) 9 libsystem_pthread.dylib 0x00000001dcdb0bfc _pthread_start + 320 (pthread.c:887) 10 libsystem_pthread.dylib 0x00000001dcdb9758 thread_start + 8 Thread 6 name: Thread 6: 0 libsystem_kernel.dylib 0x00000001bf3064fc mach_msg_trap + 8 1 libsystem_kernel.dylib 0x00000001bf305884 mach_msg + 76 (mach_msg.c:103) 2 CoreFoundation 0x0000000191064544 __CFRunLoopServiceMachPort + 372 (CFRunLoop.c:2641) 3 CoreFoundation 0x000000019105e3e4 __CFRunLoopRun + 1212 (CFRunLoop.c:2974) 4 CoreFoundation 0x000000019105d9f4 CFRunLoopRunSpecific + 600 (CFRunLoop.c:3242) 5 AVFCore 0x0000000198bea3ac -[AVRunLoopCondition _waitInMode:untilDate:] + 404 (AVRunLoopCondition.m:174) 6 AVFCapture 0x00000001ab0f1300 -[AVCaptureSession _stopFigCaptureSession] + 436 (AVCaptureSession.m:1975) 7 AVFCapture 0x00000001ab0f147c -[AVCaptureSession _setRunning:] + 160 (AVCaptureSession.m:2046) 8 camera 0x00000001065ca230 -[FLTCam close] + 68 (CameraPlugin.m:789) 9 camera 0x00000001065cd6cc -[CameraPlugin handleMethodCallAsync:result:] + 2360 (CameraPlugin.m:1472) 10 camera 0x00000001065ccd1c __40-[CameraPlugin handleMethodCall:result:]_block_invoke + 68 (CameraPlugin.m:1364) 11 libdispatch.dylib 0x0000000190cd5a84 _dispatch_call_block_and_release + 32 (init.c:1466) 12 libdispatch.dylib 0x0000000190cd781c _dispatch_client_callout + 20 (object.m:559) 13 libdispatch.dylib 0x0000000190cdf004 _dispatch_lane_serial_drain + 620 (inline_internal.h:2557) 14 libdispatch.dylib 0x0000000190cdfc00 _dispatch_lane_invoke + 404 (queue.c:3862) 15 libdispatch.dylib 0x0000000190cea4bc _dispatch_workloop_worker_thread + 764 (queue.c:6589) 16 libsystem_pthread.dylib 0x00000001dcdb27a4 _pthread_wqthread + 276 (pthread.c:2437) 17 libsystem_pthread.dylib 0x00000001dcdb974c start_wqthread + 8 Thread 7: 0 libsystem_pthread.dylib 0x00000001dcdb9744 start_wqthread + 0 Thread 8 name: Thread 8: 0 libsystem_kernel.dylib 0x00000001bf3064fc mach_msg_trap + 8 1 libsystem_kernel.dylib 0x00000001bf305884 mach_msg + 76 (mach_msg.c:103) 2 CoreFoundation 0x0000000191064544 __CFRunLoopServiceMachPort + 372 (CFRunLoop.c:2641) 3 CoreFoundation 0x000000019105e3e4 __CFRunLoopRun + 1212 (CFRunLoop.c:2974) 4 CoreFoundation 0x000000019105d9f4 CFRunLoopRunSpecific + 600 (CFRunLoop.c:3242) 5 Flutter 0x000000010699e570 0x1066b0000 + 3073392 6 Flutter 0x000000010699dd30 0x1066b0000 + 3071280 7 libsystem_pthread.dylib 0x00000001dcdb0bfc _pthread_start + 320 (pthread.c:887) 8 libsystem_pthread.dylib 0x00000001dcdb9758 thread_start + 8 Thread 9 name: Thread 9: 0 libsystem_kernel.dylib 0x00000001bf306550 semaphore_timedwait_trap + 8 1 libdispatch.dylib 0x0000000190cd7e00 _dispatch_sema4_timedwait + 64 (lock.c:154) 2 libdispatch.dylib 0x0000000190cd8410 _dispatch_semaphore_wait_slow + 76 (semaphore.c:116) 3 QuartzCore 0x0000000194485438 -[CAMetalLayer nextDrawable] + 1044 (CAMetalLayer.mm:1123) 4 Flutter 0x0000000106945604 0x1066b0000 + 2708996 5 Flutter 0x0000000106853f68 0x1066b0000 + 1720168 6 Flutter 0x0000000106837470 0x1066b0000 + 1602672 7 Flutter 0x0000000106837ba8 0x1066b0000 + 1604520 8 Flutter 0x000000010670567c 0x1066b0000 + 349820 9 Flutter 0x0000000106ba9274 0x1066b0000 + 5214836 10 Flutter 0x0000000106b2e558 0x1066b0000 + 4711768 11 Flutter 0x0000000106a64704 0x1066b0000 + 3884804 12 Flutter 0x0000000106a64c20 0x1066b0000 + 3886112 13 Flutter 0x000000010699c868 0x1066b0000 + 3065960 14 Flutter 0x0000000106a64318 0x1066b0000 + 3883800 15 Flutter 0x0000000106a65c50 0x1066b0000 + 3890256 16 Flutter 0x0000000106a64ed4 0x1066b0000 + 3886804 17 Flutter 0x0000000106a6d314 0x1066b0000 + 3920660 18 Flutter 0x000000010699b0d8 0x1066b0000 + 3059928 19 Flutter 0x000000010699e6a4 0x1066b0000 + 3073700 20 CoreFoundation 0x00000001910658c0 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 32 (CFRunLoop.c:1807) 21 CoreFoundation 0x00000001910654bc __CFRunLoopDoTimer + 1076 (CFRunLoop.c:2415) 22 CoreFoundation 0x000000019106490c __CFRunLoopDoTimers + 328 (CFRunLoop.c:2575) 23 CoreFoundation 0x000000019105e6c0 __CFRunLoopRun + 1944 (CFRunLoop.c:3090) 24 CoreFoundation 0x000000019105d9f4 CFRunLoopRunSpecific + 600 (CFRunLoop.c:3242) 25 Flutter 0x000000010699e570 0x1066b0000 + 3073392 26 Flutter 0x000000010699dd30 0x1066b0000 + 3071280 27 libsystem_pthread.dylib 0x00000001dcdb0bfc _pthread_start + 320 (pthread.c:887) 28 libsystem_pthread.dylib 0x00000001dcdb9758 thread_start + 8 Thread 10 name: Thread 10: 0 libsystem_kernel.dylib 0x00000001bf3064fc mach_msg_trap + 8 1 libsystem_kernel.dylib 0x00000001bf305884 mach_msg + 76 (mach_msg.c:103) 2 CoreFoundation 0x0000000191064544 __CFRunLoopServiceMachPort + 372 (CFRunLoop.c:2641) 3 CoreFoundation 0x000000019105e3e4 __CFRunLoopRun + 1212 (CFRunLoop.c:2974) 4 CoreFoundation 0x000000019105d9f4 CFRunLoopRunSpecific + 600 (CFRunLoop.c:3242) 5 Flutter 0x000000010699e570 0x1066b0000 + 3073392 6 Flutter 0x000000010699dd30 0x1066b0000 + 3071280 7 libsystem_pthread.dylib 0x00000001dcdb0bfc _pthread_start + 320 (pthread.c:887) 8 libsystem_pthread.dylib 0x00000001dcdb9758 thread_start + 8 Thread 11 name: Thread 11: 0 libsystem_kernel.dylib 0x00000001bf32b0cc __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x00000001dcdb4434 _pthread_cond_wait + 1248 (pthread_cond.c:636) 2 libc++.1.dylib 0x00000001a5cc2efc std::__1::condition_variable::wait(std::__1::unique_lock&) + 28 (__threading_support:428) 3 Flutter 0x0000000106998928 0x1066b0000 + 3049768 4 libsystem_pthread.dylib 0x00000001dcdb0bfc _pthread_start + 320 (pthread.c:887) 5 libsystem_pthread.dylib 0x00000001dcdb9758 thread_start + 8 Thread 12 name: Thread 12: 0 libsystem_kernel.dylib 0x00000001bf32b0cc __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x00000001dcdb4434 _pthread_cond_wait + 1248 (pthread_cond.c:636) 2 libc++.1.dylib 0x00000001a5cc2efc std::__1::condition_variable::wait(std::__1::unique_lock&) + 28 (__threading_support:428) 3 Flutter 0x0000000106998928 0x1066b0000 + 3049768 4 libsystem_pthread.dylib 0x00000001dcdb0bfc _pthread_start + 320 (pthread.c:887) 5 libsystem_pthread.dylib 0x00000001dcdb9758 thread_start + 8 Thread 13 name: Thread 13: 0 libsystem_kernel.dylib 0x00000001bf32b0cc __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x00000001dcdb4434 _pthread_cond_wait + 1248 (pthread_cond.c:636) 2 libc++.1.dylib 0x00000001a5cc2efc std::__1::condition_variable::wait(std::__1::unique_lock&) + 28 (__threading_support:428) 3 Flutter 0x0000000106998928 0x1066b0000 + 3049768 4 libsystem_pthread.dylib 0x00000001dcdb0bfc _pthread_start + 320 (pthread.c:887) 5 libsystem_pthread.dylib 0x00000001dcdb9758 thread_start + 8 Thread 14 name: Thread 14: 0 libsystem_kernel.dylib 0x00000001bf32b0cc __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x00000001dcdb4434 _pthread_cond_wait + 1248 (pthread_cond.c:636) 2 libc++.1.dylib 0x00000001a5cc2efc std::__1::condition_variable::wait(std::__1::unique_lock&) + 28 (__threading_support:428) 3 Flutter 0x0000000106998928 0x1066b0000 + 3049768 4 libsystem_pthread.dylib 0x00000001dcdb0bfc _pthread_start + 320 (pthread.c:887) 5 libsystem_pthread.dylib 0x00000001dcdb9758 thread_start + 8 Thread 15 name: Thread 15: 0 libsystem_kernel.dylib 0x00000001bf32b0cc __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x00000001dcdb4434 _pthread_cond_wait + 1248 (pthread_cond.c:636) 2 libc++.1.dylib 0x00000001a5cc2efc std::__1::condition_variable::wait(std::__1::unique_lock&) + 28 (__threading_support:428) 3 Flutter 0x0000000106998928 0x1066b0000 + 3049768 4 libsystem_pthread.dylib 0x00000001dcdb0bfc _pthread_start + 320 (pthread.c:887) 5 libsystem_pthread.dylib 0x00000001dcdb9758 thread_start + 8 Thread 16 name: Thread 16: 0 libsystem_kernel.dylib 0x00000001bf32b0cc __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x00000001dcdb4434 _pthread_cond_wait + 1248 (pthread_cond.c:636) 2 libc++.1.dylib 0x00000001a5cc2efc std::__1::condition_variable::wait(std::__1::unique_lock&) + 28 (__threading_support:428) 3 Flutter 0x0000000106998928 0x1066b0000 + 3049768 4 libsystem_pthread.dylib 0x00000001dcdb0bfc _pthread_start + 320 (pthread.c:887) 5 libsystem_pthread.dylib 0x00000001dcdb9758 thread_start + 8 Thread 17 name: Thread 17: 0 libsystem_kernel.dylib 0x00000001bf32d150 kevent + 8 1 Flutter 0x0000000106b614dc 0x1066b0000 + 4920540 2 Flutter 0x0000000106b904e8 0x1066b0000 + 5113064 3 libsystem_pthread.dylib 0x00000001dcdb0bfc _pthread_start + 320 (pthread.c:887) 4 libsystem_pthread.dylib 0x00000001dcdb9758 thread_start + 8 Thread 18 name: Thread 18: 0 libsystem_kernel.dylib 0x00000001bf3064fc mach_msg_trap + 8 1 libsystem_kernel.dylib 0x00000001bf305884 mach_msg + 76 (mach_msg.c:103) 2 CoreFoundation 0x0000000191064544 __CFRunLoopServiceMachPort + 372 (CFRunLoop.c:2641) 3 CoreFoundation 0x000000019105e3e4 __CFRunLoopRun + 1212 (CFRunLoop.c:2974) 4 CoreFoundation 0x000000019105d9f4 CFRunLoopRunSpecific + 600 (CFRunLoop.c:3242) 5 AudioSession 0x0000000198b0df20 GenericRunLoopThread::Entry(void*) + 164 (GenericRunLoopThread.h:91) 6 AudioSession 0x0000000198b100d8 CAPThread::Entry(CAPThread*) + 92 (CAPThread.cpp:321) 7 libsystem_pthread.dylib 0x00000001dcdb0bfc _pthread_start + 320 (pthread.c:887) 8 libsystem_pthread.dylib 0x00000001dcdb9758 thread_start + 8 Thread 19 name: Thread 19: 0 libsystem_kernel.dylib 0x00000001bf32b0cc __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x00000001dcdb4460 _pthread_cond_wait + 1292 (pthread_cond.c:640) 2 Flutter 0x0000000106c5221c 0x1066b0000 + 5906972 3 Flutter 0x0000000106c98634 0x1066b0000 + 6194740 4 Flutter 0x0000000106c51b44 0x1066b0000 + 5905220 5 libsystem_pthread.dylib 0x00000001dcdb0bfc _pthread_start + 320 (pthread.c:887) 6 libsystem_pthread.dylib 0x00000001dcdb9758 thread_start + 8 Thread 20 name: Thread 20: 0 libsystem_kernel.dylib 0x00000001bf3064fc mach_msg_trap + 8 1 libsystem_kernel.dylib 0x00000001bf305884 mach_msg + 76 (mach_msg.c:103) 2 CoreFoundation 0x0000000191064544 __CFRunLoopServiceMachPort + 372 (CFRunLoop.c:2641) 3 CoreFoundation 0x000000019105e3e4 __CFRunLoopRun + 1212 (CFRunLoop.c:2974) 4 CoreFoundation 0x000000019105d9f4 CFRunLoopRunSpecific + 600 (CFRunLoop.c:3242) 5 CoreFoundation 0x000000019105eae0 CFRunLoopRun + 64 (CFRunLoop.c:3267) 6 CoreMotion 0x000000019c238c78 CLMotionCore::runMotionThread(void*) + 1272 (CLMotionCore.mm:369) 7 libsystem_pthread.dylib 0x00000001dcdb0bfc _pthread_start + 320 (pthread.c:887) 8 libsystem_pthread.dylib 0x00000001dcdb9758 thread_start + 8 Thread 21 name: Thread 21: 0 libsystem_kernel.dylib 0x00000001bf32b0cc __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x00000001dcdb4460 _pthread_cond_wait + 1292 (pthread_cond.c:640) 2 Flutter 0x0000000106c5221c 0x1066b0000 + 5906972 3 Flutter 0x0000000106c98634 0x1066b0000 + 6194740 4 Flutter 0x0000000106c51b44 0x1066b0000 + 5905220 5 libsystem_pthread.dylib 0x00000001dcdb0bfc _pthread_start + 320 (pthread.c:887) 6 libsystem_pthread.dylib 0x00000001dcdb9758 thread_start + 8 Thread 0 crashed with ARM Thread State (64-bit): x0: 0x0000000000000000 x1: 0x0000000000000000 x2: 0x0000000000000000 x3: 0x0000000000000000 x4: 0x000000016ef9ae10 x5: 0x000000016ef9b3b0 x6: 0x000000000000006e x7: 0x0000000000000d00 x8: 0x193ebe2285b4e961 x9: 0x193ebe2383e711a1 x10: 0x0000000000000002 x11: 0x0000000000000003 x12: 0x0000000000000000 x13: 0x0000000000000001 x14: 0x0000000000000010 x15: 0x0000000000000000 x16: 0x0000000000000148 x17: 0x000000010653f8c0 x18: 0x0000000000000000 x19: 0x0000000000000006 x20: 0x0000000000000103 x21: 0x000000010653f9a0 x22: 0x0000000000000001 x23: 0x0000000281e9c280 x24: 0x0000000000000000 x25: 0x0000000000000001 x26: 0x0000000eb1e31100 x27: 0x00000001f37e4000 x28: 0x0000000000000001 fp: 0x000000016ef9b320 lr: 0x00000001dcdb1a9c sp: 0x000000016ef9b300 pc: 0x00000001bf32b334 cpsr: 0x40000000 esr: 0x56000080 Address size fault Binary Images: 0x100e64000 - 0x10590ffff Runner arm64 /var/containers/Bundle/Application/BACF7A9D-71AC-4FD1-9D07-1CDE11073C4D/Runner.app/Runner 0x106138000 - 0x106147fff FBLPromises arm64 <21f4d979f7fa3c899cd8eea8a11887e8> /var/containers/Bundle/Application/BACF7A9D-71AC-4FD1-9D07-1CDE11073C4D/Runner.app/Frameworks/FBLPromises.framework/FBLPromises 0x1061c0000 - 0x1061cffff FirebaseCore arm64 <6c83a89889493504b76a7e4442c4de86> /var/containers/Bundle/Application/BACF7A9D-71AC-4FD1-9D07-1CDE11073C4D/Runner.app/Frameworks/FirebaseCore.framework/FirebaseCore 0x1061f4000 - 0x1061fbfff FirebaseCoreDiagnostics arm64 <7e9b7b6e0dcd3da88b2d4259c9a32ae0> /var/containers/Bundle/Application/BACF7A9D-71AC-4FD1-9D07-1CDE11073C4D/Runner.app/Frameworks/FirebaseCoreDiagnostics.framework/FirebaseCoreDiagnostics 0x10620c000 - 0x106223fff FirebaseInstallations arm64 <464d9c44c73c342dae4d10b6c87458d6> /var/containers/Bundle/Application/BACF7A9D-71AC-4FD1-9D07-1CDE11073C4D/Runner.app/Frameworks/FirebaseInstallations.framework/FirebaseInstallations 0x106254000 - 0x10627bfff GTMSessionFetcher arm64 /var/containers/Bundle/Application/BACF7A9D-71AC-4FD1-9D07-1CDE11073C4D/Runner.app/Frameworks/GTMSessionFetcher.framework/GTMSessionFetcher 0x1062c0000 - 0x1062dffff GoogleDataTransport arm64 /var/containers/Bundle/Application/BACF7A9D-71AC-4FD1-9D07-1CDE11073C4D/Runner.app/Frameworks/GoogleDataTransport.framework/GoogleDataTransport 0x10631c000 - 0x106327fff GoogleToolboxForMac arm64 <90185fe211053cdeab9be8d6a7aad164> /var/containers/Bundle/Application/BACF7A9D-71AC-4FD1-9D07-1CDE11073C4D/Runner.app/Frameworks/GoogleToolboxForMac.framework/GoogleToolboxForMac 0x106340000 - 0x10634bfff GoogleUtilities arm64 /var/containers/Bundle/Application/BACF7A9D-71AC-4FD1-9D07-1CDE11073C4D/Runner.app/Frameworks/GoogleUtilities.framework/GoogleUtilities 0x106364000 - 0x1063b3fff Protobuf arm64 <34b686274f193380b3bc3d9a5e68ca27> /var/containers/Bundle/Application/BACF7A9D-71AC-4FD1-9D07-1CDE11073C4D/Runner.app/Frameworks/Protobuf.framework/Protobuf 0x106460000 - 0x106467fff app_settings arm64 <2bc737b306b5359190d98b2e08879a04> /var/containers/Bundle/Application/BACF7A9D-71AC-4FD1-9D07-1CDE11073C4D/Runner.app/Frameworks/app_settings.framework/app_settings 0x10647c000 - 0x106483fff devicelocale arm64 /var/containers/Bundle/Application/BACF7A9D-71AC-4FD1-9D07-1CDE11073C4D/Runner.app/Frameworks/devicelocale.framework/devicelocale 0x106490000 - 0x106503fff dyld arm64e <1f7a433aa45234f99c8f0d4087262053> /usr/lib/dyld 0x106588000 - 0x10659ffff SSZipArchive arm64 <09f92dcb5e3d3e0fa7981d24d5085cf6> /var/containers/Bundle/Application/BACF7A9D-71AC-4FD1-9D07-1CDE11073C4D/Runner.app/Frameworks/SSZipArchive.framework/SSZipArchive 0x1065c4000 - 0x1065d3fff camera arm64 <6cf00f8ad70a339896c26ddfad734fab> /var/containers/Bundle/Application/BACF7A9D-71AC-4FD1-9D07-1CDE11073C4D/Runner.app/Frameworks/camera.framework/camera 0x1065f0000 - 0x1065f7fff launch_review arm64 <18968c099b4638e485f80246fb6f43d2> /var/containers/Bundle/Application/BACF7A9D-71AC-4FD1-9D07-1CDE11073C4D/Runner.app/Frameworks/launch_review.framework/launch_review 0x106604000 - 0x10660bfff nanopb arm64 <30602ecd0890356098ca27be70dd6361> /var/containers/Bundle/Application/BACF7A9D-71AC-4FD1-9D07-1CDE11073C4D/Runner.app/Frameworks/nanopb.framework/nanopb 0x106618000 - 0x10661ffff package_info arm64 /var/containers/Bundle/Application/BACF7A9D-71AC-4FD1-9D07-1CDE11073C4D/Runner.app/Frameworks/package_info.framework/package_info 0x10662c000 - 0x106637fff rate_my_app arm64 /var/containers/Bundle/Application/BACF7A9D-71AC-4FD1-9D07-1CDE11073C4D/Runner.app/Frameworks/rate_my_app.framework/rate_my_app 0x106650000 - 0x106657fff screen arm64 /var/containers/Bundle/Application/BACF7A9D-71AC-4FD1-9D07-1CDE11073C4D/Runner.app/Frameworks/screen.framework/screen 0x106664000 - 0x10666bfff shared_preferences_ios arm64 <5224c4c9ec7034a288c257d584f05cb2> /var/containers/Bundle/Application/BACF7A9D-71AC-4FD1-9D07-1CDE11073C4D/Runner.app/Frameworks/shared_preferences_ios.framework/shared_preferences_ios 0x106678000 - 0x10667ffff url_launcher_ios arm64 /var/containers/Bundle/Application/BACF7A9D-71AC-4FD1-9D07-1CDE11073C4D/Runner.app/Frameworks/url_launcher_ios.framework/url_launcher_ios 0x106690000 - 0x10669bfff vibration arm64 <5523bc946fee39baa39a5b1170168690> /var/containers/Bundle/Application/BACF7A9D-71AC-4FD1-9D07-1CDE11073C4D/Runner.app/Frameworks/vibration.framework/vibration 0x1066b0000 - 0x106dfffff Flutter arm64 /var/containers/Bundle/Application/BACF7A9D-71AC-4FD1-9D07-1CDE11073C4D/Runner.app/Frameworks/Flutter.framework/Flutter 0x107534000 - 0x10753ffff libobjc-trampolines.dylib arm64e <2666fd529ed035d49a64ddaf321f8a31> /usr/lib/libobjc-trampolines.dylib 0x10d800000 - 0x10de4ffff App arm64 <63a9f222de4b32378e9236c08aafd2fc> /var/containers/Bundle/Application/BACF7A9D-71AC-4FD1-9D07-1CDE11073C4D/Runner.app/Frameworks/App.framework/App 0x190cd3000 - 0x190d17fff libdispatch.dylib arm64e /usr/lib/system/libdispatch.dylib 0x190d18000 - 0x190d54fff libdyld.dylib arm64e <1a4be407c230309baeab8e9c62bd377a> /usr/lib/system/libdyld.dylib 0x190d55000 - 0x190fc0fff libicucore.A.dylib arm64e <1fdda1420d383d19af5aff57da9a0d4c> /usr/lib/libicucore.A.dylib 0x190fc1000 - 0x191381fff CoreFoundation arm64e /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation 0x191382000 - 0x191535fff CoreServices arm64e <0860cf3a61383d2190393c9a4244d90c> /System/Library/Frameworks/CoreServices.framework/CoreServices 0x191536000 - 0x19157dfff WirelessDiagnostics arm64e <22bb22ae3d6c3664a280bc37670a5ec0> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/WirelessDiagnostics 0x19157e000 - 0x1915fafff SystemConfiguration arm64e <1843bd5f8afb35f0880b9624205f4fd6> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration 0x1915fb000 - 0x1916f1fff CoreTelephony arm64e <3c42c3ede0143f0d8e4cb9d7fd9adeca> /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony 0x1916f2000 - 0x191b84fff CFNetwork arm64e <181750170e8a37d78e29ed8a289e40d3> /System/Library/Frameworks/CFNetwork.framework/CFNetwork 0x191b85000 - 0x1922d0fff libnetwork.dylib arm64e <18f180c92cf83cdea7559cf6c0cff658> /usr/lib/libnetwork.dylib 0x1922d1000 - 0x192345fff Accounts arm64e /System/Library/Frameworks/Accounts.framework/Accounts 0x192346000 - 0x1925fcfff Foundation arm64e /System/Library/Frameworks/Foundation.framework/Foundation 0x1925fd000 - 0x19295ffff ImageIO arm64e <5974898a6eb6368585949c46e48c3ca4> /System/Library/Frameworks/ImageIO.framework/ImageIO 0x192960000 - 0x192978fff libCGInterfaces.dylib arm64e /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/Libraries/libCGInterfaces.dylib 0x192979000 - 0x192f11fff CoreGraphics arm64e <5de70ba59e863b3282f1999537005e88> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics 0x192f12000 - 0x19431dfff UIKitCore arm64e /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore 0x19431e000 - 0x19433cfff libAccessibility.dylib arm64e /usr/lib/libAccessibility.dylib 0x19433d000 - 0x1945d1fff QuartzCore arm64e /System/Library/Frameworks/QuartzCore.framework/QuartzCore 0x1945d2000 - 0x19463cfff BackBoardServices arm64e <200902f6716e3e5daecdc5c5d537b200> /System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices 0x19463d000 - 0x1946c4fff TextInput arm64e /System/Library/PrivateFrameworks/TextInput.framework/TextInput 0x19472e000 - 0x194aeffff AppleMediaServices arm64e /System/Library/PrivateFrameworks/AppleMediaServices.framework/AppleMediaServices 0x194af0000 - 0x194c52fff libswiftFoundation.dylib arm64e <40914a7d4dbd307abe208bdd8c76c9a4> /usr/lib/swift/libswiftFoundation.dylib 0x194c53000 - 0x195094fff libswiftCore.dylib arm64e <5b83bf6f0e6c3c5eb663b7bc6e2c0a4d> /usr/lib/swift/libswiftCore.dylib 0x195095000 - 0x1950b1fff UIKitServices arm64e /System/Library/PrivateFrameworks/UIKitServices.framework/UIKitServices 0x1950b2000 - 0x195208fff Preferences arm64e <553cac9880f73015845517439378029b> /System/Library/PrivateFrameworks/Preferences.framework/Preferences 0x195209000 - 0x195414fff ContactsUI arm64e <69117268928134748e41db14b27b78be> /System/Library/Frameworks/ContactsUI.framework/ContactsUI 0x195415000 - 0x1955cbfff CoreText arm64e <283ecd4d6f963c8cad23be9e587cfedc> /System/Library/Frameworks/CoreText.framework/CoreText 0x1955cc000 - 0x1955e5fff ExtensionKit arm64e /System/Library/PrivateFrameworks/ExtensionKit.framework/ExtensionKit 0x1955fc000 - 0x19567ffff BaseBoard arm64e <74337537d79b3a14840b081d90a27952> /System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard 0x195680000 - 0x1958cbfff CoreDuet arm64e <1af0c37e714c33da807f6a2d16fdef64> /System/Library/PrivateFrameworks/CoreDuet.framework/CoreDuet 0x1958cc000 - 0x195a25fff Contacts arm64e <35a4baefde1f3c4596816f9ec6e369b3> /System/Library/Frameworks/Contacts.framework/Contacts 0x195a26000 - 0x196f92fff GeoServices arm64e <587963f78f113b1b997879861bfa35ed> /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices 0x196f93000 - 0x197029fff CoreLocation arm64e <4716982e7374308793fa1ce6c51854de> /System/Library/Frameworks/CoreLocation.framework/CoreLocation 0x19702a000 - 0x1971cbfff CloudKit arm64e /System/Library/Frameworks/CloudKit.framework/CloudKit 0x1971cc000 - 0x197540fff CoreData arm64e <3f5c085633b638deb73978846805427e> /System/Library/Frameworks/CoreData.framework/CoreData 0x1982dc000 - 0x1982e6fff libswiftCoreGraphics.dylib arm64e <786edd27b2713791aee8f553bffff93f> /usr/lib/swift/libswiftCoreGraphics.dylib 0x1982e7000 - 0x198326fff AppSupport arm64e <8b34327f06613c5abf71e04274b72875> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport 0x198327000 - 0x19844cfff ManagedConfiguration arm64e <9f7deb964008315e91af14cd0fd8ee69> /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration 0x19844d000 - 0x1984bbfff IMFoundation arm64e /System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation 0x1984bc000 - 0x1985c9fff IDS arm64e <47b8c7248f5d35928493bbf7cc6e3fd2> /System/Library/PrivateFrameworks/IDS.framework/IDS 0x1985ca000 - 0x19871cfff Security arm64e /System/Library/Frameworks/Security.framework/Security 0x19871d000 - 0x198b00fff MediaPlayer arm64e <3b3c35e617263dca83ab6cc2608fc703> /System/Library/Frameworks/MediaPlayer.framework/MediaPlayer 0x198b01000 - 0x198b18fff AudioSession arm64e <034b1ff5de953ae6893675a4a6a8e963> /System/Library/PrivateFrameworks/AudioSession.framework/AudioSession 0x198b19000 - 0x198cc3fff AVFCore arm64e <3ce02286e97a3c2a991366a6e8eecb50> /System/Library/PrivateFrameworks/AVFCore.framework/AVFCore 0x198cc4000 - 0x199260fff Intents arm64e /System/Library/Frameworks/Intents.framework/Intents 0x1992b0000 - 0x1995c1fff CoreImage arm64e /System/Library/Frameworks/CoreImage.framework/CoreImage 0x1995c2000 - 0x19967ffff ColorSync arm64e <953653340c373767af04ec0abf738d54> /System/Library/PrivateFrameworks/ColorSync.framework/ColorSync 0x199680000 - 0x1996bbfff CoreVideo arm64e /System/Library/Frameworks/CoreVideo.framework/CoreVideo 0x1996bc000 - 0x199ee6fff MediaToolbox arm64e <163593e2ec973fa3b2a57ca88f40c1ea> /System/Library/Frameworks/MediaToolbox.framework/MediaToolbox 0x199ee7000 - 0x199fe8fff CoreMedia arm64e /System/Library/Frameworks/CoreMedia.framework/CoreMedia 0x199fe9000 - 0x19a259fff AudioToolbox arm64e /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox 0x19a25a000 - 0x19a2aafff CoreHaptics arm64e <87ab9ca26cf2374cb6ec8c6d844b83c5> /System/Library/Frameworks/CoreHaptics.framework/CoreHaptics 0x19a2ab000 - 0x19a30afff UserActivity arm64e <4654901264ad3c8698a2a64a591812c8> /System/Library/PrivateFrameworks/UserActivity.framework/UserActivity 0x19a30b000 - 0x19a414fff UIFoundation arm64e <087e87dce0b338f283d87fc6c01f3c9e> /System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation 0x19a415000 - 0x19a43afff libsystem_info.dylib arm64e /usr/lib/system/libsystem_info.dylib 0x19a43b000 - 0x19a4bafff libsystem_c.dylib arm64e /usr/lib/system/libsystem_c.dylib 0x19a4bb000 - 0x19a505fff RunningBoardServices arm64e /System/Library/PrivateFrameworks/RunningBoardServices.framework/RunningBoardServices 0x19a506000 - 0x19b619fff JavaScriptCore arm64e <70179b445cef3d4b8e1a2cdb5acb5e58> /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore 0x19bbc8000 - 0x19bc56fff ContactsFoundation arm64e /System/Library/PrivateFrameworks/ContactsFoundation.framework/ContactsFoundation 0x19bc57000 - 0x19be9afff HealthKit arm64e /System/Library/Frameworks/HealthKit.framework/HealthKit 0x19be9b000 - 0x19bebdfff ProactiveEventTracker arm64e /System/Library/PrivateFrameworks/ProactiveEventTracker.framework/ProactiveEventTracker 0x19bebe000 - 0x19bf08fff Lexicon arm64e /System/Library/PrivateFrameworks/Lexicon.framework/Lexicon 0x19bf09000 - 0x19bf72fff PersonalizationPortrait arm64e /System/Library/PrivateFrameworks/PersonalizationPortrait.framework/PersonalizationPortrait 0x19bf73000 - 0x19bfc2fff CoreDuetContext arm64e /System/Library/PrivateFrameworks/CoreDuetContext.framework/CoreDuetContext 0x19bfc3000 - 0x19c06efff IOKit arm64e <2a4d4a7327e13844896d0cf17fb408ce> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x19c06f000 - 0x19c07dfff DataMigration arm64e <0a7ef6b979a63dd2a2ee657f45679ec6> /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration 0x19c07e000 - 0x19c0d9fff SpringBoardServices arm64e <7991fe5f73a03fdeb6461020b5c6f0fe> /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices 0x19c0da000 - 0x19c0ebfff ContextKit arm64e <8a2f9dd2d67733c59729cea61651cf94> /System/Library/PrivateFrameworks/ContextKit.framework/ContextKit 0x19c0ec000 - 0x19c35ffff CoreMotion arm64e <87acf5792d373c349dc9b32826c080fc> /System/Library/Frameworks/CoreMotion.framework/CoreMotion 0x19c360000 - 0x19c49dfff EventKit arm64e <057dec83c31238418f76478ff7d85643> /System/Library/Frameworks/EventKit.framework/EventKit 0x19c9f3000 - 0x19cca8fff MediaRemote arm64e <173fc0589fde35ef91976200ed24d6fc> /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote 0x19cca9000 - 0x19ce53fff CoreUtils arm64e /System/Library/PrivateFrameworks/CoreUtils.framework/CoreUtils 0x19ce54000 - 0x19ce69fff FamilyCircle arm64e <049b2cd880ac3b099114cb3b3c15bc4c> /System/Library/PrivateFrameworks/FamilyCircle.framework/FamilyCircle 0x19ce6a000 - 0x19ced6fff CoreSpotlight arm64e <30c3aa06f2343f159cccd769937ef564> /System/Library/Frameworks/CoreSpotlight.framework/CoreSpotlight 0x19d226000 - 0x19d404fff AssistantServices arm64e <30f30b15792336ebb6e3d0809c5606fe> /System/Library/PrivateFrameworks/AssistantServices.framework/AssistantServices 0x19d405000 - 0x19d4c9fff CoreUI arm64e <187438aa75763cf99336350bc0159f97> /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI 0x19d4ca000 - 0x19d517fff SafariSafeBrowsing arm64e <64dbb27ee1d43b309d44306bcd2e5b4e> /System/Library/PrivateFrameworks/SafariSafeBrowsing.framework/SafariSafeBrowsing 0x19d518000 - 0x19dcf7fff WebKit arm64e /System/Library/Frameworks/WebKit.framework/WebKit 0x19dcf8000 - 0x1a02aafff WebCore arm64e /System/Library/PrivateFrameworks/WebCore.framework/WebCore 0x1a02ab000 - 0x1a0309fff libMobileGestalt.dylib arm64e <1f74106abc223299a4ec993aeb3cc698> /usr/lib/libMobileGestalt.dylib 0x1a030a000 - 0x1a0325fff CommonUtilities arm64e <5371b6ec477d326c95a4b8b21ea517ba> /System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities 0x1a0326000 - 0x1a048bfff IDSFoundation arm64e /System/Library/PrivateFrameworks/IDSFoundation.framework/IDSFoundation 0x1a048c000 - 0x1a058cfff IMSharedUtilities arm64e /System/Library/PrivateFrameworks/IMSharedUtilities.framework/IMSharedUtilities 0x1a058d000 - 0x1a0635fff CoreSuggestions arm64e <0aa87baff7093f7d8232c5de54a80ad6> /System/Library/PrivateFrameworks/CoreSuggestions.framework/CoreSuggestions 0x1a0636000 - 0x1a06d2fff AddressBookLegacy arm64e <8e933323c31c32699a419544d1ff5cd5> /System/Library/PrivateFrameworks/AddressBookLegacy.framework/AddressBookLegacy 0x1a06d3000 - 0x1a0704fff UserNotifications arm64e /System/Library/Frameworks/UserNotifications.framework/UserNotifications 0x1a0705000 - 0x1a078efff FrontBoardServices arm64e /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices 0x1a078f000 - 0x1a07b2fff libsystem_malloc.dylib arm64e <7903e0cf475537dd9cece0120d1a366b> /usr/lib/system/libsystem_malloc.dylib 0x1a07b3000 - 0x1a0a78fff MapKit arm64e /System/Library/Frameworks/MapKit.framework/MapKit 0x1a0a79000 - 0x1a1218fff VectorKit arm64e <0ca04d2cf88b382995a204fe0bf5549d> /System/Library/PrivateFrameworks/VectorKit.framework/VectorKit 0x1a1219000 - 0x1a12a7fff AuthKit arm64e /System/Library/PrivateFrameworks/AuthKit.framework/AuthKit 0x1a12a8000 - 0x1a1339fff AppleAccount arm64e /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount 0x1a133a000 - 0x1a15a1fff AudioToolboxCore arm64e <103dcb0b72a13e6fa169febc46a1333d> /System/Library/PrivateFrameworks/AudioToolboxCore.framework/AudioToolboxCore 0x1a15d5000 - 0x1a18a7fff StoreServices arm64e <2c1a3c88a6ba372fa5541b6a81086e98> /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices 0x1a18a8000 - 0x1a1a37fff Sharing arm64e /System/Library/PrivateFrameworks/Sharing.framework/Sharing 0x1a1a38000 - 0x1a1ad8fff ShareSheet arm64e <117668db0bf2369b8199caf871575c3d> /System/Library/PrivateFrameworks/ShareSheet.framework/ShareSheet 0x1a1ad9000 - 0x1a1b9cfff CoreParsec arm64e <90c82ebe1e133d9f87432ccd04a5ecd5> /System/Library/PrivateFrameworks/CoreParsec.framework/CoreParsec 0x1a1b9d000 - 0x1a1be4fff PhotoFoundation arm64e <0be5986682a23f0aa97b5e4f0fafbe42> /System/Library/PrivateFrameworks/PhotoFoundation.framework/PhotoFoundation 0x1a1be5000 - 0x1a1e23fff Photos arm64e <59e5c210ba1936bb80a74c79efa8ffbc> /System/Library/Frameworks/Photos.framework/Photos 0x1a1e24000 - 0x1a2545fff PhotoLibraryServices arm64e <9b739616b9ac3332a250694a224b6186> /System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices 0x1a2546000 - 0x1a2605fff AssetsLibraryServices arm64e <2188f4f35da135ea9e8574fa8b5749ae> /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices 0x1a2606000 - 0x1a2655fff MobileBackup arm64e /System/Library/PrivateFrameworks/MobileBackup.framework/MobileBackup 0x1a2656000 - 0x1a2669fff MSUDataAccessor arm64e <61aa6e118fa438c1a972bec93ebea8c2> /System/Library/PrivateFrameworks/MSUDataAccessor.framework/MSUDataAccessor 0x1a266a000 - 0x1a2691fff MobileAsset arm64e /System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset 0x1a2692000 - 0x1a26a1fff libsystem_networkextension.dylib arm64e <6e77e4423d0936e0b4272b9d7e50bff0> /usr/lib/system/libsystem_networkextension.dylib 0x1a26a2000 - 0x1a28e9fff NetworkExtension arm64e <1c0a9fd99fb33600aefcc7f21bc40d64> /System/Library/Frameworks/NetworkExtension.framework/NetworkExtension 0x1a28ea000 - 0x1a2920fff Trial arm64e <334a73b404ae399888f788e23cd22e00> /System/Library/PrivateFrameworks/Trial.framework/Trial 0x1a2921000 - 0x1a31a0fff CoreML arm64e <3db45bad70f23716be7001faf5808906> /System/Library/Frameworks/CoreML.framework/CoreML 0x1a31a1000 - 0x1a3914fff Espresso arm64e /System/Library/PrivateFrameworks/Espresso.framework/Espresso 0x1a3915000 - 0x1a3a1dfff VideoToolbox arm64e /System/Library/Frameworks/VideoToolbox.framework/VideoToolbox 0x1a3a1e000 - 0x1a3a66fff OnBoardingKit arm64e <3ad30dff6df532f785eaf2dc05ecac01> /System/Library/PrivateFrameworks/OnBoardingKit.framework/OnBoardingKit 0x1a3b5c000 - 0x1a3b6dfff AXCoreUtilities arm64e <4467542e711932e89042a8e27840b62b> /System/Library/PrivateFrameworks/AXCoreUtilities.framework/AXCoreUtilities 0x1a3b6e000 - 0x1a40eefff PhotosUI arm64e /System/Library/Frameworks/PhotosUI.framework/PhotosUI 0x1a40ef000 - 0x1a49b8fff PhotosUICore arm64e /System/Library/PrivateFrameworks/PhotosUICore.framework/PhotosUICore 0x1a49b9000 - 0x1a4b2dfff Montreal arm64e <72ad8579af4a3e10a290a5dfd2b83f3f> /System/Library/PrivateFrameworks/Montreal.framework/Montreal 0x1a4b2e000 - 0x1a4c41fff LanguageModeling arm64e /System/Library/PrivateFrameworks/LanguageModeling.framework/LanguageModeling 0x1a4c42000 - 0x1a4c4afff InternationalSupport arm64e /System/Library/PrivateFrameworks/InternationalSupport.framework/InternationalSupport 0x1a4c4b000 - 0x1a4e9dfff iTunesCloud arm64e <4b724ac46f59314ab3affa175b04670b> /System/Library/PrivateFrameworks/iTunesCloud.framework/iTunesCloud 0x1a4e9e000 - 0x1a4ee3fff libswiftUIKit.dylib arm64e <0c0c28685af93bb782a60bee6aa88146> /usr/lib/swift/libswiftUIKit.dylib 0x1a4ffa000 - 0x1a50a3fff CalendarDatabase arm64e <93b663977d013446bf77cab4fb3fbde0> /System/Library/PrivateFrameworks/CalendarDatabase.framework/CalendarDatabase 0x1a50f2000 - 0x1a51d5fff LinkPresentation arm64e <41d36c7402393e66a4231366b4bfd3f5> /System/Library/Frameworks/LinkPresentation.framework/LinkPresentation 0x1a51d6000 - 0x1a5317fff Combine arm64e <5bc707f7473632f593cfa33ea0d2110d> /System/Library/Frameworks/Combine.framework/Combine 0x1a53a4000 - 0x1a53b5fff UniformTypeIdentifiers arm64e /System/Library/Frameworks/UniformTypeIdentifiers.framework/UniformTypeIdentifiers 0x1a53b6000 - 0x1a5437fff CloudDocs arm64e <492a3f144800355f9db68503e5fe6c45> /System/Library/PrivateFrameworks/CloudDocs.framework/CloudDocs 0x1a5976000 - 0x1a59bafff MediaServices arm64e <91e430c8f2d93f8eb943abf68be384aa> /System/Library/PrivateFrameworks/MediaServices.framework/MediaServices 0x1a59bb000 - 0x1a5b45fff SearchFoundation arm64e /System/Library/PrivateFrameworks/SearchFoundation.framework/SearchFoundation 0x1a5b46000 - 0x1a5ba0fff WebBookmarks arm64e <6c6789eb02b73524903ded8cdaa28177> /System/Library/PrivateFrameworks/WebBookmarks.framework/WebBookmarks 0x1a5c1f000 - 0x1a5c56fff libobjc.A.dylib arm64e /usr/lib/libobjc.A.dylib 0x1a5c57000 - 0x1a5cb8fff LoggingSupport arm64e <7641b88069eb37f4814a28ae9a9a61c5> /System/Library/PrivateFrameworks/LoggingSupport.framework/LoggingSupport 0x1a5cb9000 - 0x1a5d14fff libc++.1.dylib arm64e /usr/lib/libc++.1.dylib 0x1a5d15000 - 0x1a5d2efff libc++abi.dylib arm64e <15191d9033bd3e37a891243ca73d63de> /usr/lib/libc++abi.dylib 0x1a5d2f000 - 0x1a5d70fff SetupAssistant arm64e <74440657dd013cbeb4497fde0242030a> /System/Library/PrivateFrameworks/SetupAssistant.framework/SetupAssistant 0x1a5ec2000 - 0x1a5f04fff CoreAutoLayout arm64e /System/Library/PrivateFrameworks/CoreAutoLayout.framework/CoreAutoLayout 0x1a5f05000 - 0x1a6062fff Network arm64e <9a614591c8403374ae4f6017da5d9057> /System/Library/Frameworks/Network.framework/Network 0x1a6063000 - 0x1a6099fff MobileKeyBag arm64e <6e014b18acef3d88b496e6ed916814b2> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag 0x1a62ca000 - 0x1a62dcfff BaseBoardUI arm64e /System/Library/PrivateFrameworks/BaseBoardUI.framework/BaseBoardUI 0x1a62dd000 - 0x1a638bfff libvDSP.dylib arm64e <630054bb81343e418c4ba985c1a909ae> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib 0x1a638c000 - 0x1a63bffff libAudioToolboxUtility.dylib arm64e <96ee9c76ac353f57ac024a4e48b64307> /usr/lib/libAudioToolboxUtility.dylib 0x1a6593000 - 0x1a661efff CoreNLP arm64e <4c9d7fd5ea1e36719a661c55c5216ab1> /System/Library/PrivateFrameworks/CoreNLP.framework/CoreNLP 0x1a661f000 - 0x1a6734fff FileProvider arm64e /System/Library/Frameworks/FileProvider.framework/FileProvider 0x1a6735000 - 0x1a6746fff BiomeStorage arm64e <90a81b6c346035bba9b7aeddad3e5899> /System/Library/PrivateFrameworks/BiomeStorage.framework/BiomeStorage 0x1a6747000 - 0x1a675ffff libswiftDispatch.dylib arm64e <2559e0b280113ebf9285042be472fcf5> /usr/lib/swift/libswiftDispatch.dylib 0x1a6760000 - 0x1a6795fff DataDetectorsCore arm64e /System/Library/PrivateFrameworks/DataDetectorsCore.framework/DataDetectorsCore 0x1a6796000 - 0x1a6832fff Symbolication arm64e <8037ab342846330bb78f7ec3cee3a414> /System/Library/PrivateFrameworks/Symbolication.framework/Symbolication 0x1a6833000 - 0x1a6841fff CrashReporterSupport arm64e /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport 0x1a68a3000 - 0x1a6975fff TelephonyUtilities arm64e <6f0ae8cc2e0f37cb8df34831c44127f5> /System/Library/PrivateFrameworks/TelephonyUtilities.framework/TelephonyUtilities 0x1a69ad000 - 0x1a6b9afff MPSNeuralNetwork arm64e <1dc2e4efc9003260b827e41e74068f6a> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/MPSNeuralNetwork 0x1a6b9b000 - 0x1a6bf0fff MPSCore arm64e /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/MPSCore 0x1a6d4b000 - 0x1a6db4fff CalendarFoundation arm64e /System/Library/PrivateFrameworks/CalendarFoundation.framework/CalendarFoundation 0x1a6e15000 - 0x1a6efefff NLP arm64e <7d6c522195703fbabb4a066c5089727b> /System/Library/PrivateFrameworks/NLP.framework/NLP 0x1a6eff000 - 0x1a6f26fff AppSupportUI arm64e /System/Library/PrivateFrameworks/AppSupportUI.framework/AppSupportUI 0x1a6f30000 - 0x1a6f83fff FTServices arm64e <043b916abc543f80931b3aa5b105096a> /System/Library/PrivateFrameworks/FTServices.framework/FTServices 0x1a6f84000 - 0x1a7036fff libboringssl.dylib arm64e <6817d351d8a53b35b7c6f2381732dcf2> /usr/lib/libboringssl.dylib 0x1a7037000 - 0x1a704dfff ProtocolBuffer arm64e <57611ae0a5a133159b56b56322cfeac7> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer 0x1a704e000 - 0x1a714efff AVKit arm64e <770bbc957ce53bd894cd4084e35b6d3a> /System/Library/Frameworks/AVKit.framework/AVKit 0x1a72bc000 - 0x1a72cbfff AssertionServices arm64e <6bff5a01c6ce3435a150cba74422c391> /System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices 0x1a7349000 - 0x1a7424fff Metal arm64e <6b59d60d0c453ba59f1ac05f496c4afa> /System/Library/Frameworks/Metal.framework/Metal 0x1a7425000 - 0x1a757bfff MediaExperience arm64e <38372e7e279130708d8dc78f9f4f7b6b> /System/Library/PrivateFrameworks/MediaExperience.framework/MediaExperience 0x1a757c000 - 0x1a7984fff VideoProcessing arm64e <79ec04d17744367dac62904ec20d768c> /System/Library/PrivateFrameworks/VideoProcessing.framework/VideoProcessing 0x1a7985000 - 0x1a799bfff libsystem_trace.dylib arm64e /usr/lib/system/libsystem_trace.dylib 0x1a799c000 - 0x1a79cdfff CoreServicesInternal arm64e <9b3ff669f5ab3e28884292f43f26fcad> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesInternal 0x1a79ce000 - 0x1a7a3dfff SafariCore arm64e <5d77c2a00278374fa10c82722a419d97> /System/Library/PrivateFrameworks/SafariCore.framework/SafariCore 0x1a7a3e000 - 0x1a7c72fff SafariShared arm64e /System/Library/PrivateFrameworks/SafariShared.framework/SafariShared 0x1a7c73000 - 0x1a7d04fff AppStoreDaemon arm64e <5cfdfb2417ee3acc99f6398b5e8a9c67> /System/Library/PrivateFrameworks/AppStoreDaemon.framework/AppStoreDaemon 0x1a866c000 - 0x1a86e4fff SAObjects arm64e <73dda92ce8eb38a1807a8f28b27dfd96> /System/Library/PrivateFrameworks/SAObjects.framework/SAObjects 0x1a86e5000 - 0x1a872ffff VoiceServices arm64e /System/Library/PrivateFrameworks/VoiceServices.framework/VoiceServices 0x1a8730000 - 0x1a8738fff GraphicsServices arm64e <6254632c91b634c19c34d5c65d1233fc> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices 0x1a8739000 - 0x1a878bfff DeviceManagement arm64e <18615c43f0e3315899b26559cf9c39a7> /System/Library/PrivateFrameworks/DeviceManagement.framework/DeviceManagement 0x1a878c000 - 0x1a8905fff Translation arm64e /System/Library/PrivateFrameworks/Translation.framework/Translation 0x1a8906000 - 0x1a891afff PowerLog arm64e <3bf9cc36f7273e1e87257a3e7fd90bd9> /System/Library/PrivateFrameworks/PowerLog.framework/PowerLog 0x1a891b000 - 0x1a8942fff DuetActivityScheduler arm64e /System/Library/PrivateFrameworks/DuetActivityScheduler.framework/DuetActivityScheduler 0x1aa3de000 - 0x1aa683fff Vision arm64e /System/Library/Frameworks/Vision.framework/Vision 0x1aa6de000 - 0x1aa748fff ProactiveSupport arm64e <617f6ed55b6433c282f4d606907cda34> /System/Library/PrivateFrameworks/ProactiveSupport.framework/ProactiveSupport 0x1aa774000 - 0x1aa793fff ApplePushService arm64e /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService 0x1aa794000 - 0x1aa7bdfff BoardServices arm64e <34c4e2d7e6003c40af0ee1cbe868fb61> /System/Library/PrivateFrameworks/BoardServices.framework/BoardServices 0x1aa932000 - 0x1aa962fff libncurses.5.4.dylib arm64e /usr/lib/libncurses.5.4.dylib 0x1aa963000 - 0x1aa9a2fff OSAnalytics arm64e <072c78e6de433db69966505fd118f4e5> /System/Library/PrivateFrameworks/OSAnalytics.framework/OSAnalytics 0x1aa9a3000 - 0x1aa9fefff CoreBluetooth arm64e <004684efaa9134d8800964cb76064cad> /System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth 0x1aabf2000 - 0x1aac35fff TemplateKit arm64e <4f56720c62b335b78e168d37698f8eff> /System/Library/PrivateFrameworks/TemplateKit.framework/TemplateKit 0x1aac36000 - 0x1aac74fff MobileInstallation arm64e /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation 0x1aac75000 - 0x1aad02fff libTelephonyUtilDynamic.dylib arm64e /usr/lib/libTelephonyUtilDynamic.dylib 0x1aad03000 - 0x1aad70fff NanoRegistry arm64e /System/Library/PrivateFrameworks/NanoRegistry.framework/NanoRegistry 0x1aae50000 - 0x1aae6cfff CoreMaterial arm64e <6334ca007f7933dda481f974441ae103> /System/Library/PrivateFrameworks/CoreMaterial.framework/CoreMaterial 0x1aaee3000 - 0x1ab068fff libsqlite3.dylib arm64e <586042a237f53a48b529f24efd30148f> /usr/lib/libsqlite3.dylib 0x1ab069000 - 0x1ab12efff AVFCapture arm64e /System/Library/PrivateFrameworks/AVFCapture.framework/AVFCapture 0x1ab12f000 - 0x1ab47bfff CMCapture arm64e /System/Library/PrivateFrameworks/CMCapture.framework/CMCapture 0x1ab636000 - 0x1ab8abfff MobileSpotlightIndex arm64e <68f884e8b5763736b572e4cf5ee2818e> /System/Library/PrivateFrameworks/MobileSpotlightIndex.framework/MobileSpotlightIndex 0x1abcdb000 - 0x1abce5fff libsystem_notify.dylib arm64e <4d70c192426d3d2aa934145045e34de9> /usr/lib/system/libsystem_notify.dylib 0x1abce6000 - 0x1abd29fff CryptoTokenKit arm64e <1a29028c36db3d349521c55772f22ccc> /System/Library/Frameworks/CryptoTokenKit.framework/CryptoTokenKit 0x1abd94000 - 0x1abe07fff libcorecrypto.dylib arm64e <5bc89523aecb3d758553bbffdb0c727d> /usr/lib/system/libcorecrypto.dylib 0x1abe08000 - 0x1abe2bfff UserManagement arm64e <056ebb097c6135e8b7ca82832c70a1ef> /System/Library/PrivateFrameworks/UserManagement.framework/UserManagement 0x1abf03000 - 0x1abf1dfff libsystem_asl.dylib arm64e <3c35fd821f913649aa74f5deb2eb607d> /usr/lib/system/libsystem_asl.dylib 0x1abf1e000 - 0x1abf43fff AppSSO arm64e <7968d79872df3e5686e3b4f7f2bb98f7> /System/Library/PrivateFrameworks/AppSSO.framework/AppSSO 0x1abf44000 - 0x1abf64fff SharedWebCredentials arm64e /System/Library/PrivateFrameworks/SharedWebCredentials.framework/SharedWebCredentials 0x1abf65000 - 0x1ac136fff SafariServices arm64e <852bcb5f8599370bbd1f9fc3a798084a> /System/Library/Frameworks/SafariServices.framework/SafariServices 0x1ac18b000 - 0x1ac1c1fff DataAccessExpress arm64e /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress 0x1ac1c2000 - 0x1ac1f9fff CoreServicesStore arm64e <38f02aa5aa0f3a508061f4681c4f2f43> /System/Library/PrivateFrameworks/CoreServicesStore.framework/CoreServicesStore 0x1ac1fa000 - 0x1ac22cfff CoreAnalytics arm64e <8b0fe58c6a4f31f0bb183145fb5f4b0a> /System/Library/PrivateFrameworks/CoreAnalytics.framework/CoreAnalytics 0x1ac22d000 - 0x1ac238fff SymptomAnalytics arm64e <321ee17f773235a1b99dd17a5a37af39> /System/Library/PrivateFrameworks/Symptoms.framework/Frameworks/SymptomAnalytics.framework/SymptomAnalytics 0x1ac432000 - 0x1ac441fff NanoPreferencesSync arm64e <846e0be73d833e6685a1e8ea429c5dff> /System/Library/PrivateFrameworks/NanoPreferencesSync.framework/NanoPreferencesSync 0x1accb6000 - 0x1acce0fff IconServices arm64e /System/Library/PrivateFrameworks/IconServices.framework/IconServices 0x1ad78a000 - 0x1ada47fff vImage arm64e /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage 0x1ae859000 - 0x1aea20fff IMCore arm64e <09935b63254b313ba3739d572f07abc9> /System/Library/PrivateFrameworks/IMCore.framework/IMCore 0x1aeb15000 - 0x1aeb2cfff IAP arm64e <3f27a3f4bcaa34bd966d0e015974e88e> /System/Library/PrivateFrameworks/IAP.framework/IAP 0x1aeb2d000 - 0x1aeb88fff ktrace arm64e <4cf6b1558c77305e94a4d7ae210517b7> /System/Library/PrivateFrameworks/ktrace.framework/ktrace 0x1aeeab000 - 0x1aeeb9fff Celestial arm64e <025c1d56aea2341fb1effdc83e292774> /System/Library/PrivateFrameworks/Celestial.framework/Celestial 0x1aef60000 - 0x1aefa7fff Pegasus arm64e /System/Library/PrivateFrameworks/Pegasus.framework/Pegasus 0x1aefa8000 - 0x1af10efff WebKitLegacy arm64e <71caf7b7e91c32cdbe37cb8b7daa81be> /System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy 0x1af186000 - 0x1af205fff ClassKit arm64e <241dd5f895913e0ba66306cbc8d24aa1> /System/Library/Frameworks/ClassKit.framework/ClassKit 0x1af206000 - 0x1af24cfff StoreKit arm64e <11633ffd70e232e88445e69168f6e64a> /System/Library/Frameworks/StoreKit.framework/StoreKit 0x1b038b000 - 0x1b0395fff IOMobileFramebuffer arm64e <8106a86e23d83478904b3b693614c52a> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer 0x1b0396000 - 0x1b040afff ScreenTimeCore arm64e /System/Library/PrivateFrameworks/ScreenTimeCore.framework/ScreenTimeCore 0x1b04b6000 - 0x1b0638fff CloudPhotoLibrary arm64e <805682a0cea93e949d94f8d81831c613> /System/Library/PrivateFrameworks/CloudPhotoLibrary.framework/CloudPhotoLibrary 0x1b0639000 - 0x1b0902fff MusicLibrary arm64e <2d02ce152d2030aea592ed4117c68b86> /System/Library/PrivateFrameworks/MusicLibrary.framework/MusicLibrary 0x1b0903000 - 0x1b096bfff CallKit arm64e <4991297fe8023523afc66a7c6e17e8a0> /System/Library/Frameworks/CallKit.framework/CallKit 0x1b0a0f000 - 0x1b0a2efff PrototypeTools arm64e /System/Library/PrivateFrameworks/PrototypeTools.framework/PrototypeTools 0x1b0a2f000 - 0x1b0a5afff PersistentConnection arm64e <10b7b7de83b43466b228896c12e1c6c5> /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection 0x1b0b3a000 - 0x1b0b7cfff BiomeStreams arm64e /System/Library/PrivateFrameworks/BiomeStreams.framework/BiomeStreams 0x1b0b97000 - 0x1b0e45fff PencilKit arm64e <853787efce5a32e0b756c01c02ac2c61> /System/Library/Frameworks/PencilKit.framework/PencilKit 0x1b0f04000 - 0x1b1074fff CoreSpeech arm64e <67bc48cc80cc36da86dcf5dd86aa4b4d> /System/Library/PrivateFrameworks/CoreSpeech.framework/CoreSpeech 0x1b1075000 - 0x1b11cefff IMDPersistence arm64e <78eee49662553e219b4ee165b245dafe> /System/Library/PrivateFrameworks/IMDPersistence.framework/IMDPersistence 0x1b146d000 - 0x1b1532fff SafariSharedUI arm64e /System/Library/PrivateFrameworks/SafariSharedUI.framework/SafariSharedUI 0x1b1571000 - 0x1b1587fff CoreFollowUp arm64e /System/Library/PrivateFrameworks/CoreFollowUp.framework/CoreFollowUp 0x1b1588000 - 0x1b1600fff Rapport arm64e <5c271356ba153a43b0e57471d5263581> /System/Library/PrivateFrameworks/Rapport.framework/Rapport 0x1b16e3000 - 0x1b16f4fff Categories arm64e <4a36bcbcab43307fa3fec7e3c7354c26> /System/Library/PrivateFrameworks/Categories.framework/Categories 0x1b19c1000 - 0x1b19e8fff LocationSupport arm64e <71043f36bedc36b686ca1343aa48b21a> /System/Library/PrivateFrameworks/LocationSupport.framework/LocationSupport 0x1b19e9000 - 0x1b1a1cfff iCalendar arm64e /System/Library/PrivateFrameworks/iCalendar.framework/iCalendar 0x1b1a1d000 - 0x1b1a4cfff CoreAccessories arm64e /System/Library/PrivateFrameworks/CoreAccessories.framework/CoreAccessories 0x1b1a4d000 - 0x1b1b4bfff ConfigurationEngineModel arm64e /System/Library/PrivateFrameworks/ConfigurationEngineModel.framework/ConfigurationEngineModel 0x1b1b4c000 - 0x1b1b76fff CacheDelete arm64e /System/Library/PrivateFrameworks/CacheDelete.framework/CacheDelete 0x1b1b77000 - 0x1b1bf1fff CVNLP arm64e /System/Library/PrivateFrameworks/CVNLP.framework/CVNLP 0x1b1d61000 - 0x1b1d63fff OSAServicesClient arm64e <91c9abdda30d3829ab05898c44368ef9> /System/Library/PrivateFrameworks/OSAServicesClient.framework/OSAServicesClient 0x1b1d64000 - 0x1b1d66fff BiomeFoundation arm64e <0619aa74d80e3e938eb401ab1ba7c953> /System/Library/PrivateFrameworks/BiomeFoundation.framework/BiomeFoundation 0x1b1d67000 - 0x1b1dc0fff ProtectedCloudStorage arm64e <05652d789fbe302b9920c9b5dba67118> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/ProtectedCloudStorage 0x1b1dc1000 - 0x1b1df6fff C2 arm64e /System/Library/PrivateFrameworks/C2.framework/C2 0x1b1df7000 - 0x1b2069fff DifferentialPrivacy arm64e /System/Library/PrivateFrameworks/DifferentialPrivacy.framework/DifferentialPrivacy 0x1b229c000 - 0x1b2b1afff EmbeddedAcousticRecognition arm64e /System/Library/PrivateFrameworks/EmbeddedAcousticRecognition.framework/EmbeddedAcousticRecognition 0x1b2b1b000 - 0x1b2bd9fff SiriInstrumentation arm64e <33b70327a6d331e7b754316af6792cc5> /System/Library/PrivateFrameworks/SiriInstrumentation.framework/SiriInstrumentation 0x1b2bda000 - 0x1b2c1dfff BiometricKit arm64e <43e72826f69f321fb3be434e6b0fc1de> /System/Library/PrivateFrameworks/BiometricKit.framework/BiometricKit 0x1b2c76000 - 0x1b2d25fff CoreSymbolication arm64e <2498b773d05e3dcc91625498ce019353> /System/Library/PrivateFrameworks/CoreSymbolication.framework/CoreSymbolication 0x1b2d9e000 - 0x1b2e2ffff SpeakerRecognition arm64e /System/Library/PrivateFrameworks/SpeakerRecognition.framework/SpeakerRecognition 0x1b34f4000 - 0x1b3506fff IOSurface arm64e /System/Library/Frameworks/IOSurface.framework/IOSurface 0x1b3507000 - 0x1b356afff MobileWiFi arm64e /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi 0x1b3a52000 - 0x1b3afafff MMCS arm64e /System/Library/PrivateFrameworks/MMCS.framework/MMCS 0x1b3b71000 - 0x1b3bacfff libGLImage.dylib arm64e <5adcd3b14e7831068f5f49571f45003c> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib 0x1b3bad000 - 0x1b3bb4fff libsystem_symptoms.dylib arm64e /usr/lib/system/libsystem_symptoms.dylib 0x1b3c03000 - 0x1b415afff CoreAudio arm64e <30cc9714f0b531f39ba01f0ecf69b2c9> /System/Library/Frameworks/CoreAudio.framework/CoreAudio 0x1b415b000 - 0x1b4172fff ContactsDonation arm64e <517ae59c78ba32889c9621cfcfae86ae> /System/Library/PrivateFrameworks/ContactsDonation.framework/ContactsDonation 0x1b4173000 - 0x1b4190fff IntentsCore arm64e <256f81ef5cca3435933a8231e5301bc7> /System/Library/PrivateFrameworks/IntentsCore.framework/IntentsCore 0x1b4235000 - 0x1b426bfff ImageCaptureCore arm64e <01174e90fb3c38bd9c0760b177907ee0> /System/Library/Frameworks/ImageCaptureCore.framework/ImageCaptureCore 0x1b43da000 - 0x1b4520fff Navigation arm64e <6d0bdaaf6d6f31e797f1edfccfb7a0da> /System/Library/PrivateFrameworks/Navigation.framework/Navigation 0x1b4521000 - 0x1b453dfff SafariFoundation arm64e <1a57d5e9e7ce38a98e4ec37764863107> /System/Library/PrivateFrameworks/SafariFoundation.framework/SafariFoundation 0x1b46c8000 - 0x1b46dbfff MaterialKit arm64e <0fa70940185c39dbac9ee057fe8b0cd2> /System/Library/PrivateFrameworks/MaterialKit.framework/MaterialKit 0x1b4886000 - 0x1b4896fff CoreAUC arm64e /System/Library/PrivateFrameworks/CoreAUC.framework/CoreAUC 0x1b50fe000 - 0x1b5114fff SettingsFoundation arm64e /System/Library/PrivateFrameworks/SettingsFoundation.framework/SettingsFoundation 0x1b5ae0000 - 0x1b5b40fff ToneLibrary arm64e /System/Library/PrivateFrameworks/ToneLibrary.framework/ToneLibrary 0x1b5b41000 - 0x1b5babfff TrialProto arm64e <94aa144116c633bababb100f8f1bae27> /System/Library/PrivateFrameworks/TrialProto.framework/TrialProto 0x1b637f000 - 0x1b638cfff MediaSafetyNet arm64e <048a1e8ada6d3a7d83d64fd31058c9b4> /System/Library/PrivateFrameworks/MediaSafetyNet.framework/MediaSafetyNet 0x1b638d000 - 0x1b63c8fff TimeSync arm64e /System/Library/PrivateFrameworks/TimeSync.framework/TimeSync 0x1b6460000 - 0x1b64a6fff ExposureNotification arm64e <22a56bb59d663bfe84517d9777fb1802> /System/Library/Frameworks/ExposureNotification.framework/ExposureNotification 0x1b6b36000 - 0x1b6b3ffff CoreTime arm64e <91b6b3cf9e9f3e118ee194612434c5b9> /System/Library/PrivateFrameworks/CoreTime.framework/CoreTime 0x1b72d0000 - 0x1b74ccfff NeutrinoCore arm64e /System/Library/PrivateFrameworks/NeutrinoCore.framework/NeutrinoCore 0x1b74dc000 - 0x1b75d9fff TextRecognition arm64e <0edc93be9fa83d6f92e57266c66531bd> /System/Library/PrivateFrameworks/TextRecognition.framework/TextRecognition 0x1b75da000 - 0x1b75e3fff ContextKitExtraction arm64e /System/Library/PrivateFrameworks/ContextKitExtraction.framework/ContextKitExtraction 0x1b76b8000 - 0x1b76bafff libswiftObjectiveC.dylib arm64e <9337fcce043337ac98432ddb91d268db> /usr/lib/swift/libswiftObjectiveC.dylib 0x1b76bb000 - 0x1b790afff libmorphun.dylib arm64e <4112881038b432bcb3aa599e732aff10> /usr/lib/libmorphun.dylib 0x1b8c85000 - 0x1b8cbefff PhotosPlayer arm64e <0dda702f01773edba70bb756d025e6a0> /System/Library/PrivateFrameworks/PhotosPlayer.framework/PhotosPlayer 0x1b8d03000 - 0x1b8d86fff CoreDAV arm64e <9c6e19b701c833e6af4330c8cbff833c> /System/Library/PrivateFrameworks/CoreDAV.framework/CoreDAV 0x1b8f64000 - 0x1b8f73fff MobileIcons arm64e /System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons 0x1b9345000 - 0x1b9419fff ProofReader arm64e <2dfdffd0726c365f84e4447c8a0283d9> /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader 0x1ba6a4000 - 0x1ba6aefff MallocStackLogging arm64e /System/Library/PrivateFrameworks/MallocStackLogging.framework/MallocStackLogging 0x1ba8e7000 - 0x1ba932fff MetadataUtilities arm64e <5f0786a34a9233899944a7bc22ac9ce6> /System/Library/PrivateFrameworks/MetadataUtilities.framework/MetadataUtilities 0x1bb0df000 - 0x1bb13dfff CoreLocationProtobuf arm64e <48e915b18de6381dbaed7ae59a718a5e> /System/Library/PrivateFrameworks/CoreLocationProtobuf.framework/CoreLocationProtobuf 0x1bb35a000 - 0x1bb38cfff Bom arm64e <2362128cbfea370092067813dd38d267> /System/Library/PrivateFrameworks/Bom.framework/Bom 0x1bb3c0000 - 0x1bb3c6fff PushKit arm64e /System/Library/Frameworks/PushKit.framework/PushKit 0x1bb3c7000 - 0x1bb430fff PhotosFormats arm64e <49f469effed43ad9acdda0bb2728ecdf> /System/Library/PrivateFrameworks/PhotosFormats.framework/PhotosFormats 0x1bb5d4000 - 0x1bb664fff Quagga arm64e <0059b8d35f993a22871e77276b9d6b89> /System/Library/PrivateFrameworks/Quagga.framework/Quagga 0x1bb665000 - 0x1bb66dfff StudyLog arm64e <248c51943c343aa0b4ef317754f284b2> /System/Library/PrivateFrameworks/StudyLog.framework/StudyLog 0x1bc625000 - 0x1bc666fff NaturalLanguage arm64e <2bf319162ae23197b525fc15671a3da6> /System/Library/Frameworks/NaturalLanguage.framework/NaturalLanguage 0x1bd124000 - 0x1bd143fff MediaStream arm64e /System/Library/PrivateFrameworks/MediaStream.framework/MediaStream 0x1bdca2000 - 0x1bddcffff InternalSwiftProtobuf arm64e <82bfd6059ed831e3a52eab6b160f4b53> /System/Library/PrivateFrameworks/InternalSwiftProtobuf.framework/InternalSwiftProtobuf 0x1bdf17000 - 0x1bdf40fff MediaConversionService arm64e /System/Library/PrivateFrameworks/MediaConversionService.framework/MediaConversionService 0x1be096000 - 0x1be1d9fff CoreHandwriting arm64e <848242fc8b3b3dcd81ed77bff2442546> /System/Library/PrivateFrameworks/CoreHandwriting.framework/CoreHandwriting 0x1bea0c000 - 0x1bea17fff AppleIDAuthSupport arm64e /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/AppleIDAuthSupport 0x1bea27000 - 0x1bea3efff LocalAuthentication arm64e <6078faad46673c67a4110d2551d2e207> /System/Library/Frameworks/LocalAuthentication.framework/LocalAuthentication 0x1bea3f000 - 0x1bea45fff IOAccelerator arm64e <78785a2e8413329d8f2ebdb320d38add> /System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator 0x1bee30000 - 0x1bee3afff CloudPhotoServices arm64e /System/Library/PrivateFrameworks/CloudPhotoServices.framework/CloudPhotoServices 0x1bee82000 - 0x1bef2dfff iTunesStore arm64e <9859ac2452223096a4871b146454e777> /System/Library/PrivateFrameworks/iTunesStore.framework/iTunesStore 0x1bf302000 - 0x1bf334fff libsystem_kernel.dylib arm64e <3ab89fa78d343d1b99464be40d3ad937> /usr/lib/system/libsystem_kernel.dylib 0x1bf640000 - 0x1bf74afff ResponseKit arm64e <2b0756d1f32a3f2b926d199b702f8663> /System/Library/PrivateFrameworks/ResponseKit.framework/ResponseKit 0x1bf74b000 - 0x1bf785fff EmojiFoundation arm64e <7ef19c3f7c1533eeb4d78bf6b4fc583a> /System/Library/PrivateFrameworks/EmojiFoundation.framework/EmojiFoundation 0x1bfdba000 - 0x1bfdc7fff FontServices arm64e /System/Library/PrivateFrameworks/FontServices.framework/FontServices 0x1bff81000 - 0x1bff8dfff MediaAccessibility arm64e <2c5f2853bfec3ab5abb183ecb3f788ad> /System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility 0x1bffce000 - 0x1c05aafff SiriTTS arm64e <5fafc0e31c40306b812391e0c1a7b075> /System/Library/PrivateFrameworks/SiriTTS.framework/SiriTTS 0x1c05ab000 - 0x1c05b9fff SetupAssistantSupport arm64e /System/Library/PrivateFrameworks/SetupAssistantSupport.framework/SetupAssistantSupport 0x1c05c2000 - 0x1c0622fff Social arm64e /System/Library/Frameworks/Social.framework/Social 0x1c0700000 - 0x1c0731fff VirtualGarage arm64e /System/Library/PrivateFrameworks/VirtualGarage.framework/VirtualGarage 0x1c0732000 - 0x1c0757fff NetAppsUtilities arm64e <61deac367da43d8e86d4450ae786ac8c> /System/Library/PrivateFrameworks/NetAppsUtilities.framework/NetAppsUtilities 0x1c0758000 - 0x1c07b9fff Osprey arm64e <73fdde4c110037979a33682b53a92b57> /System/Library/PrivateFrameworks/Osprey.framework/Osprey 0x1c1976000 - 0x1c1983fff libdscsym.dylib arm64e /usr/lib/libdscsym.dylib 0x1c1984000 - 0x1c1994fff HangTracer arm64e <25be0898a62d33c3b2ed5e4b344a0b07> /System/Library/PrivateFrameworks/HangTracer.framework/HangTracer 0x1c1b50000 - 0x1c1c0bfff SampleAnalysis arm64e <33eeb6fd2ce633cea923b40e440684a8> /System/Library/PrivateFrameworks/SampleAnalysis.framework/SampleAnalysis 0x1c1c0c000 - 0x1c1c3cfff PlugInKit arm64e <10f01041059e3ec4b79be45d2d7c526c> /System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit 0x1c1cf2000 - 0x1c1cf3fff libSystem.B.dylib arm64e <2bdcf4bf544336259476870d11504c02> /usr/lib/libSystem.B.dylib 0x1c2005000 - 0x1c2012fff MobileActivation arm64e /System/Library/PrivateFrameworks/MobileActivation.framework/MobileActivation 0x1c2013000 - 0x1c206bfff CalendarDaemon arm64e <6a170720cd7f334888939a33a1482e81> /System/Library/PrivateFrameworks/CalendarDaemon.framework/CalendarDaemon 0x1c2161000 - 0x1c21d1fff libarchive.2.dylib arm64e <5fc001ba5f8337f7b81043060b05f01f> /usr/lib/libarchive.2.dylib 0x1c21d2000 - 0x1c21f6fff libtailspin.dylib arm64e <92f8b94999b335d69eae436b6611f6e4> /usr/lib/libtailspin.dylib 0x1c21f7000 - 0x1c26b4fff libBNNS.dylib arm64e <71a6ecb0826e319ba80bfe9101ca5c13> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBNNS.dylib 0x1c26b5000 - 0x1c26f8fff SharedUtils arm64e <29a0d5cb7b1537838b7039c932f52468> /System/Library/Frameworks/LocalAuthentication.framework/Support/SharedUtils.framework/SharedUtils 0x1c29af000 - 0x1c29b4fff libsysdiagnose.dylib arm64e <10ad6adce47f3c3db45ece2c12c5680a> /usr/lib/libsysdiagnose.dylib 0x1c29f1000 - 0x1c2afcfff CoreMediaStream arm64e <0bfec5f48cec39329498beb731ab80c7> /System/Library/PrivateFrameworks/CoreMediaStream.framework/CoreMediaStream 0x1c2d0e000 - 0x1c2d0efff AVFoundation arm64e <749a66bb77d734bdbde6bed3cffb282e> /System/Library/Frameworks/AVFoundation.framework/AVFoundation 0x1c2d0f000 - 0x1c2d0ffff Accelerate arm64e <36ee6c3dea953c8cba1748560dd77d5e> /System/Library/Frameworks/Accelerate.framework/Accelerate 0x1c2d10000 - 0x1c2f7afff libBLAS.dylib arm64e /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib 0x1c2f7b000 - 0x1c3437fff libLAPACK.dylib arm64e <88e92d75ef3537ba994ba9ab917c2f5b> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib 0x1c3438000 - 0x1c344cfff libLinearAlgebra.dylib arm64e /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLinearAlgebra.dylib 0x1c344d000 - 0x1c3451fff libQuadrature.dylib arm64e <09dbba0e8f2e3bfb929e7ccadf5eb014> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libQuadrature.dylib 0x1c3452000 - 0x1c34b4fff libSparse.dylib arm64e /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparse.dylib 0x1c34b5000 - 0x1c34c7fff libSparseBLAS.dylib arm64e <86d31ff720bb3f42b2291fdb58770b67> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparseBLAS.dylib 0x1c34c8000 - 0x1c351bfff libvMisc.dylib arm64e <0208c51f7a4f3ebb86ad4eb38f2b69c4> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib 0x1c351c000 - 0x1c351cfff vecLib arm64e /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib 0x1c3554000 - 0x1c3557fff AppTrackingTransparency arm64e /System/Library/Frameworks/AppTrackingTransparency.framework/AppTrackingTransparency 0x1c3558000 - 0x1c3569fff AssetsLibrary arm64e <03e6e87264123c07b73031c74fbcdc13> /System/Library/Frameworks/AssetsLibrary.framework/AssetsLibrary 0x1c367f000 - 0x1c369cfff AuthenticationServices arm64e /System/Library/Frameworks/AuthenticationServices.framework/AuthenticationServices 0x1c378b000 - 0x1c37f4fff CoreMIDI arm64e <1238578806393f60aa7bd1f2bbd2ee8b> /System/Library/Frameworks/CoreMIDI.framework/CoreMIDI 0x1c3d20000 - 0x1c3d37fff ExternalAccessory arm64e <08de113e68eb39faa5404d403ffbb9d4> /System/Library/Frameworks/ExternalAccessory.framework/ExternalAccessory 0x1c3f19000 - 0x1c409dfff MLCompute arm64e <9a36d83e07b93106ac59cfe7ab3217f2> /System/Library/Frameworks/MLCompute.framework/MLCompute 0x1c40c4000 - 0x1c40dcfff MetalKit arm64e /System/Library/Frameworks/MetalKit.framework/MetalKit 0x1c40dd000 - 0x1c4163fff MPSImage arm64e <3e001977698e31999ea4b57b5e8486bb> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/MPSImage 0x1c4164000 - 0x1c418afff MPSMatrix arm64e <594bbb7eda1537b09dfb543b70a84ff5> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/MPSMatrix 0x1c418b000 - 0x1c41c5fff MPSNDArray arm64e <3333551d1bfc3adabb137ddeb5880b1d> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNDArray.framework/MPSNDArray 0x1c41c6000 - 0x1c420efff MPSRayIntersector arm64e /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/MPSRayIntersector 0x1c420f000 - 0x1c420ffff MetalPerformanceShaders arm64e <3d77ac1b6043323f8c679b0b98a21f35> /System/Library/Frameworks/MetalPerformanceShaders.framework/MetalPerformanceShaders 0x1c45ac000 - 0x1c45acfff MobileCoreServices arm64e /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices 0x1c5198000 - 0x1c51a0fff OpenGLES arm64e /System/Library/Frameworks/OpenGLES.framework/OpenGLES 0x1c51a1000 - 0x1c51a2fff libCVMSPluginSupport.dylib arm64e <54f132483e5337a9b6437af604dbcef4> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib 0x1c51a3000 - 0x1c51a9fff libCoreFSCache.dylib arm64e <4df05a9a263f3c86aa41c5be00c1648b> /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib 0x1c51aa000 - 0x1c51affff libCoreVMClient.dylib arm64e /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib 0x1c51b0000 - 0x1c51b9fff libGFXShared.dylib arm64e <0125c24de20e3e1f8a3edc85abc6141f> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib 0x1c5372000 - 0x1c5438fff PDFKit arm64e <18ce38c519b83cd8bc935552222f72fc> /System/Library/Frameworks/PDFKit.framework/PDFKit 0x1c5447000 - 0x1c5482fff QuickLookThumbnailing arm64e /System/Library/Frameworks/QuickLookThumbnailing.framework/QuickLookThumbnailing 0x1c5b54000 - 0x1c5c98fff SoundAnalysis arm64e <643a31d5ddfc3638825e9b343af2e4f1> /System/Library/Frameworks/SoundAnalysis.framework/SoundAnalysis 0x1c5c99000 - 0x1c5caafff Speech arm64e <09c2e6b2ac48308f8875924fe0b5b58e> /System/Library/Frameworks/Speech.framework/Speech 0x1c5dc7000 - 0x1c5dc7fff UIKit arm64e <5d259fd473643690bc8ff72fc7c59d75> /System/Library/Frameworks/UIKit.framework/UIKit 0x1c5dd1000 - 0x1c5e9afff VideoSubscriberAccount arm64e <6175121937053f559bcc88b8ef64a4a0> /System/Library/Frameworks/VideoSubscriberAccount.framework/VideoSubscriberAccount 0x1c5e9b000 - 0x1c6a85fff libfaceCore.dylib arm64e <9e691edf2d0d30db85520db2c2bdfde6> /System/Library/Frameworks/Vision.framework/libfaceCore.dylib 0x1c6fc9000 - 0x1c6fccfff AFKUser arm64e /System/Library/PrivateFrameworks/AFKUser.framework/AFKUser 0x1c7091000 - 0x1c7317fff ANECompiler arm64e <070fb3bab5b639ada93835f3789be107> /System/Library/PrivateFrameworks/ANECompiler.framework/ANECompiler 0x1c7318000 - 0x1c732cfff ANEServices arm64e <9e2850a0a990320ab813878253b10915> /System/Library/PrivateFrameworks/ANEServices.framework/ANEServices 0x1c7331000 - 0x1c73f0fff APFS arm64e <26a861b1553e3306989b296fc303105c> /System/Library/PrivateFrameworks/APFS.framework/APFS 0x1c73f1000 - 0x1c73f7fff ASEProcessing arm64e <9f15ad02ff3b3faaa2fc21ac0c47b066> /System/Library/PrivateFrameworks/ASEProcessing.framework/ASEProcessing 0x1c7c18000 - 0x1c7c1dfff AggregateDictionary arm64e <3dd3082d672b31978fb051e6c23e0d96> /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary 0x1c7db2000 - 0x1c7e88fff AirPlaySync arm64e <72b20a862e303e3e98b01a8118e99e26> /System/Library/PrivateFrameworks/AirPlaySync.framework/AirPlaySync 0x1c7f91000 - 0x1c7fadfff AlgosScoreFramework arm64e /System/Library/PrivateFrameworks/AlgosScoreFramework.framework/AlgosScoreFramework 0x1c80d7000 - 0x1c8260fff AppC3D arm64e <5285a3cf5329319aa995fa5d3cd4f53c> /System/Library/PrivateFrameworks/AppC3D.framework/AppC3D 0x1c8261000 - 0x1c8283fff AppConduit arm64e <06463af8115e3bdd8bc7b39bee1b9285> /System/Library/PrivateFrameworks/AppConduit.framework/AppConduit 0x1c838c000 - 0x1c8396fff AppStoreOverlays arm64e <7e04279968a436e2a77c34f1e144f14a> /System/Library/PrivateFrameworks/AppStoreOverlays.framework/AppStoreOverlays 0x1c94c9000 - 0x1c966afff AppleCVA arm64e /System/Library/PrivateFrameworks/AppleCVA.framework/AppleCVA 0x1c96bb000 - 0x1c96cafff AppleFSCompression arm64e <3dac5484ddf63b3794bd2f104533e9eb> /System/Library/PrivateFrameworks/AppleFSCompression.framework/AppleFSCompression 0x1c96d8000 - 0x1c96fcfff AppleIDSSOAuthentication arm64e /System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/AppleIDSSOAuthentication 0x1c96fd000 - 0x1c9742fff AppleJPEG arm64e <3633957115e739c98db31ec96d3808e4> /System/Library/PrivateFrameworks/AppleJPEG.framework/AppleJPEG 0x1c97e2000 - 0x1c97f5fff AppleNeuralEngine arm64e /System/Library/PrivateFrameworks/AppleNeuralEngine.framework/AppleNeuralEngine 0x1c97ff000 - 0x1c9823fff AppleSauce arm64e <8b694067d7ff3f4699c8f718555ee994> /System/Library/PrivateFrameworks/AppleSauce.framework/AppleSauce 0x1c9856000 - 0x1c9874fff AssetCacheServices arm64e /System/Library/PrivateFrameworks/AssetCacheServices.framework/AssetCacheServices 0x1c99db000 - 0x1c9a38fff AuthKitUI arm64e /System/Library/PrivateFrameworks/AuthKitUI.framework/AuthKitUI 0x1c9a39000 - 0x1c9a8cfff AutoLoop arm64e <5e7701a6eb5c3cb79ffcbbc19efb37f8> /System/Library/PrivateFrameworks/AutoLoop.framework/AutoLoop 0x1c9ac5000 - 0x1c9adefff BiomePubSub arm64e <3128882d49063d33aa3e001161343573> /System/Library/PrivateFrameworks/BiomePubSub.framework/BiomePubSub 0x1c9ddf000 - 0x1c9deefff BluetoothManager arm64e /System/Library/PrivateFrameworks/BluetoothManager.framework/BluetoothManager 0x1ca092000 - 0x1ca09cfff CMCaptureCore arm64e <2dd9c6ea9db93f30b4ecf6d060d2eb17> /System/Library/PrivateFrameworks/CMCaptureCore.framework/CMCaptureCore 0x1ca09d000 - 0x1ca0b3fff CPAnalytics arm64e /System/Library/PrivateFrameworks/CPAnalytics.framework/CPAnalytics 0x1ca0b6000 - 0x1ca0c5fff CPMS arm64e <1c04b92c32e43cd08eab34d4ca18a2e0> /System/Library/PrivateFrameworks/CPMS.framework/CPMS 0x1ca0c6000 - 0x1ca0d5fff CTCarrierSpace arm64e /System/Library/PrivateFrameworks/CTCarrierSpace.framework/CTCarrierSpace 0x1ca240000 - 0x1ca26afff CameraEditKit arm64e <9d1225396d2038f488f589cdeac4fd90> /System/Library/PrivateFrameworks/CameraEditKit.framework/CameraEditKit 0x1ca3da000 - 0x1ca3e5fff CaptiveNetwork arm64e /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork 0x1ca504000 - 0x1ca555fff Catalyst arm64e <49466f461cac33dc828ec1878b75b524> /System/Library/PrivateFrameworks/Catalyst.framework/Catalyst 0x1ca57a000 - 0x1ca59efff CellularPlanManager arm64e /System/Library/PrivateFrameworks/CellularPlanManager.framework/CellularPlanManager 0x1ca5b6000 - 0x1ca5befff CertUI arm64e <0ee5314b956633fe8e0ad0cdadb036e4> /System/Library/PrivateFrameworks/CertUI.framework/CertUI 0x1ca5c7000 - 0x1ca616fff ChunkingLibrary arm64e <89eca91f00cd37f49c857dc4f9e502c1> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/ChunkingLibrary 0x1caa80000 - 0x1caa84fff CommunicationsFilter arm64e <801d7f87c795321eb6187616cc12a738> /System/Library/PrivateFrameworks/CommunicationsFilter.framework/CommunicationsFilter 0x1cab57000 - 0x1cab5afff ConstantClasses arm64e <88abef4d02aa30ec9c2cccc6a8bd5dd9> /System/Library/PrivateFrameworks/ConstantClasses.framework/ConstantClasses 0x1cab64000 - 0x1caba2fff ContactsAutocomplete arm64e /System/Library/PrivateFrameworks/ContactsAutocomplete.framework/ContactsAutocomplete 0x1caba8000 - 0x1cac20fff ContactsUICore arm64e <6418a38f58cb34ddbc07d2b3be2a5353> /System/Library/PrivateFrameworks/ContactsUICore.framework/ContactsUICore 0x1cac5d000 - 0x1cacb6fff CoreAppleCVA arm64e <3ae754c8e8c63402b2879484cbffc2b5> /System/Library/PrivateFrameworks/CoreAppleCVA.framework/CoreAppleCVA 0x1cacb7000 - 0x1cadb3fff CoreBrightness arm64e <4f1817d49a0d375aa346ff3554887ac5> /System/Library/PrivateFrameworks/CoreBrightness.framework/CoreBrightness 0x1cae1f000 - 0x1cae2cfff CoreDuetDaemonProtocol arm64e /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/CoreDuetDaemonProtocol 0x1cae2f000 - 0x1cae31fff CoreDuetDebugLogging arm64e /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/CoreDuetDebugLogging 0x1cae40000 - 0x1cae52fff CoreEmoji arm64e /System/Library/PrivateFrameworks/CoreEmoji.framework/CoreEmoji 0x1cb47a000 - 0x1cb47efff CoreOptimization arm64e <05c5a34e56ee3849a4685c35ddb4cd29> /System/Library/PrivateFrameworks/CoreOptimization.framework/CoreOptimization 0x1cb47f000 - 0x1cb53bfff CorePDF arm64e <7d638f276e7835f99294c6773da5d263> /System/Library/PrivateFrameworks/CorePDF.framework/CorePDF 0x1cb53c000 - 0x1cb544fff CorePhoneNumbers arm64e <070cc6b4724f3e2a891cea8603f8c619> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/CorePhoneNumbers 0x1cb545000 - 0x1cb59cfff CorePrediction arm64e <77c6e91e0e143176a4834c38c653922d> /System/Library/PrivateFrameworks/CorePrediction.framework/CorePrediction 0x1cbec9000 - 0x1cbed4fff CoreRecents arm64e /System/Library/PrivateFrameworks/CoreRecents.framework/CoreRecents 0x1cbed5000 - 0x1cbf3cfff CoreRecognition arm64e <62ec288beb77363ea5b2a3056d440758> /System/Library/PrivateFrameworks/CoreRecognition.framework/CoreRecognition 0x1cbf3d000 - 0x1cbf53fff CoreSDB arm64e /System/Library/PrivateFrameworks/CoreSDB.framework/CoreSDB 0x1cbf54000 - 0x1cbf7efff CoreSVG arm64e /System/Library/PrivateFrameworks/CoreSVG.framework/CoreSVG 0x1cc195000 - 0x1cc199fff DAAPKit arm64e /System/Library/PrivateFrameworks/DAAPKit.framework/DAAPKit 0x1cc1bb000 - 0x1cc1c8fff DCIMServices arm64e /System/Library/PrivateFrameworks/DCIMServices.framework/DCIMServices 0x1cc1df000 - 0x1cc21bfff DataDetectorsNaturalLanguage arm64e <367a4fc33271315094f21a5ba2127eda> /System/Library/PrivateFrameworks/DataDetectorsNaturalLanguage.framework/DataDetectorsNaturalLanguage 0x1cc279000 - 0x1cc2aefff DeviceIdentity arm64e /System/Library/PrivateFrameworks/DeviceIdentity.framework/DeviceIdentity 0x1cc3de000 - 0x1cc415fff DistributedEvaluation arm64e <1bb2655714bc3d6ab25e5d390701ab4a> /System/Library/PrivateFrameworks/DistributedEvaluation.framework/DistributedEvaluation 0x1cc535000 - 0x1cc56ffff DocumentManager arm64e /System/Library/PrivateFrameworks/DocumentManager.framework/DocumentManager 0x1cc570000 - 0x1cc58efff DocumentManagerCore arm64e <83d598aacb6638d0b928f42fc8739c72> /System/Library/PrivateFrameworks/DocumentManagerCore.framework/DocumentManagerCore 0x1cc615000 - 0x1cc617fff DragUI arm64e <3b474ac2ba75337281cc95a27f1937bc> /System/Library/PrivateFrameworks/DragUI.framework/DragUI 0x1cc648000 - 0x1cc679fff EAP8021X arm64e /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X 0x1cc6a9000 - 0x1cc6befff Engram arm64e <0dd522ed0f233589b03ed5a60fdfd2ce> /System/Library/PrivateFrameworks/Engram.framework/Engram 0x1cc7f7000 - 0x1cc7fdfff ExtensionFoundation arm64e /System/Library/PrivateFrameworks/ExtensionFoundation.framework/ExtensionFoundation 0x1cc98d000 - 0x1cc999fff FSEvents arm64e <3c173b2ab1e13c46bd39080f8a5e8969> /System/Library/PrivateFrameworks/FSEvents.framework/FSEvents 0x1cc99a000 - 0x1cc9b9fff FTAWD arm64e <58985b4e15db345c9658b4a37014b193> /System/Library/PrivateFrameworks/FTAWD.framework/FTAWD 0x1cc9ba000 - 0x1cc9bdfff FTClientServices arm64e /System/Library/PrivateFrameworks/FTClientServices.framework/FTClientServices 0x1cc9be000 - 0x1ccdd1fff FaceCore arm64e <23fecfe9eb473af0b95eb3e48e3cc997> /System/Library/PrivateFrameworks/FaceCore.framework/FaceCore 0x1ccdd8000 - 0x1ccdddfff FeatureFlagsSupport arm64e <309347e0ac17393db5f9de9b2344912e> /System/Library/PrivateFrameworks/FeatureFlagsSupport.framework/FeatureFlagsSupport 0x1ccdde000 - 0x1ccde9fff FeedbackLogger arm64e <5f559d2e32c7333bb7d8807ed4655b74> /System/Library/PrivateFrameworks/FeedbackLogger.framework/FeedbackLogger 0x1ccf7f000 - 0x1cd0c1fff libFontParser.dylib arm64e <841825fcf5ad3ac382a07435f066e975> /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib 0x1cd0c2000 - 0x1cd0cafff libGSFont.dylib arm64e /System/Library/PrivateFrameworks/FontServices.framework/libGSFont.dylib 0x1cd0cb000 - 0x1cd108fff libGSFontCache.dylib arm64e <6af9fe3a47ab3d499bd180263a637fe1> /System/Library/PrivateFrameworks/FontServices.framework/libGSFontCache.dylib 0x1cd16f000 - 0x1cd17cfff libhvf.dylib arm64e <21a431c5ac5335d299c8d7b82ecb8674> /System/Library/PrivateFrameworks/FontServices.framework/libhvf.dylib 0x1cd1a4000 - 0x1cd1bbfff Futhark arm64e /System/Library/PrivateFrameworks/Futhark.framework/Futhark 0x1cdd4e000 - 0x1cdd4efff libmetal_timestamp.dylib arm64e <9db3abb798ef32fa9755af1310d4cd90> /System/Library/PrivateFrameworks/GPUCompiler.framework/Libraries/libmetal_timestamp.dylib 0x1cde2f000 - 0x1cde4dfff GenerationalStorage arm64e /System/Library/PrivateFrameworks/GenerationalStorage.framework/GenerationalStorage 0x1cde4e000 - 0x1cde5bfff GraphVisualizer arm64e /System/Library/PrivateFrameworks/GraphVisualizer.framework/GraphVisualizer 0x1cde89000 - 0x1cde95fff HID arm64e /System/Library/PrivateFrameworks/HID.framework/HID 0x1ce5a0000 - 0x1ce614fff HomeSharing arm64e /System/Library/PrivateFrameworks/HomeSharing.framework/HomeSharing 0x1ce66e000 - 0x1ce674fff IDSKVStore arm64e <13b62585da9c3fba9761f42a5130e3d8> /System/Library/PrivateFrameworks/IDSKVStore.framework/IDSKVStore 0x1ce96d000 - 0x1ce989fff IOGPU arm64e /System/Library/PrivateFrameworks/IOGPU.framework/IOGPU 0x1ce98b000 - 0x1ce994fff IOKitten arm64e /System/Library/PrivateFrameworks/IOKitten.framework/IOKitten 0x1ce995000 - 0x1ce997fff IOSurfaceAccelerator arm64e /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/IOSurfaceAccelerator 0x1ce9bf000 - 0x1ce9c6fff IdleTimerServices arm64e /System/Library/PrivateFrameworks/IdleTimerServices.framework/IdleTimerServices 0x1ce9cf000 - 0x1ce9d5fff IncomingCallFilter arm64e <9f864a44e6d93352a64f256034554069> /System/Library/PrivateFrameworks/IncomingCallFilter.framework/IncomingCallFilter 0x1ce9d6000 - 0x1cea52fff InertiaCam arm64e <2913ebc94fa93becaa5c74732c2d50a7> /System/Library/PrivateFrameworks/InertiaCam.framework/InertiaCam 0x1cea96000 - 0x1ceaa3fff IntentsFoundation arm64e /System/Library/PrivateFrameworks/IntentsFoundation.framework/IntentsFoundation 0x1ceabd000 - 0x1ceabffff InternationalTextSearch arm64e <71db7c9e576735e1b12d9cf9fc6532d0> /System/Library/PrivateFrameworks/InternationalTextSearch.framework/InternationalTextSearch 0x1ceac0000 - 0x1ceadcfff IntlPreferences arm64e <696284afc2ef3c64bafffed4be33e36f> /System/Library/PrivateFrameworks/IntlPreferences.framework/IntlPreferences 0x1ced47000 - 0x1ced4dfff LinguisticData arm64e <3934de177e893ff09faf4875f70b3668> /System/Library/PrivateFrameworks/LinguisticData.framework/LinguisticData 0x1ced9d000 - 0x1cedd5fff LocalAuthenticationPrivateUI arm64e /System/Library/PrivateFrameworks/LocalAuthenticationPrivateUI.framework/LocalAuthenticationPrivateUI 0x1cef9e000 - 0x1cef9efff Marco arm64e /System/Library/PrivateFrameworks/Marco.framework/Marco 0x1cf2b1000 - 0x1cf577fff MediaLibraryCore arm64e /System/Library/PrivateFrameworks/MediaLibraryCore.framework/MediaLibraryCore 0x1cf578000 - 0x1cf5cafff MediaPlatform arm64e /System/Library/PrivateFrameworks/MediaPlatform.framework/MediaPlatform 0x1cf9bb000 - 0x1cfa8efff MetalTools arm64e /System/Library/PrivateFrameworks/MetalTools.framework/MetalTools 0x1cfab0000 - 0x1cfb0cfff MetricsKit arm64e /System/Library/PrivateFrameworks/MetricsKit.framework/MetricsKit 0x1cfb1d000 - 0x1cfb56fff MobileBluetooth arm64e <804043a216e9373e91bb1b381f1414fb> /System/Library/PrivateFrameworks/MobileBluetooth.framework/MobileBluetooth 0x1cfbd7000 - 0x1cfbddfff MobileSystemServices arm64e <6ea3801a2a9f38e2995373f9591a2f0a> /System/Library/PrivateFrameworks/MobileSystemServices.framework/MobileSystemServices 0x1cff87000 - 0x1cff8dfff Netrb arm64e /System/Library/PrivateFrameworks/Netrb.framework/Netrb 0x1d0061000 - 0x1d007ffff NeutrinoKit arm64e <9afc10f913cb3ddf8d1dd777aadeffc6> /System/Library/PrivateFrameworks/NeutrinoKit.framework/NeutrinoKit 0x1d00bd000 - 0x1d00bffff OAuth arm64e <734d99e29e633733b7aa544c762789b0> /System/Library/PrivateFrameworks/OAuth.framework/OAuth 0x1d00dd000 - 0x1d011cfff OTSVG arm64e <6865f2482c15318d9d625a6e681bed24> /System/Library/PrivateFrameworks/OTSVG.framework/OTSVG 0x1d0759000 - 0x1d075bfff ParsecSubscriptionServiceSupport arm64e /System/Library/PrivateFrameworks/ParsecSubscriptionServiceSupport.framework/ParsecSubscriptionServiceSupport 0x1d0760000 - 0x1d078afff Pasteboard arm64e /System/Library/PrivateFrameworks/Pasteboard.framework/Pasteboard 0x1d07ba000 - 0x1d07c4fff PersonaKit arm64e /System/Library/PrivateFrameworks/PersonaKit.framework/PersonaKit 0x1d07c5000 - 0x1d07d1fff PersonaUI arm64e <7a854b3f6e6b33b4b31e84380b3532dc> /System/Library/PrivateFrameworks/PersonaUI.framework/PersonaUI 0x1d080b000 - 0x1d080bfff PhoneNumbers arm64e /System/Library/PrivateFrameworks/PhoneNumbers.framework/PhoneNumbers 0x1d0814000 - 0x1d092bfff PhotoImaging arm64e /System/Library/PrivateFrameworks/PhotoImaging.framework/PhotoImaging 0x1d092c000 - 0x1d0989fff PhotoLibrary arm64e /System/Library/PrivateFrameworks/PhotoLibrary.framework/PhotoLibrary 0x1d09d2000 - 0x1d0a11fff PhotosImagingFoundation arm64e <6fe8a92ad4cd3881bd673719296dec38> /System/Library/PrivateFrameworks/PhotosImagingFoundation.framework/PhotosImagingFoundation 0x1d0a12000 - 0x1d0a5cfff PhysicsKit arm64e <6ec4d3cc370f32879641cff17329ab72> /System/Library/PrivateFrameworks/PhysicsKit.framework/PhysicsKit 0x1d0b0a000 - 0x1d0b15fff PointerUIServices arm64e <3fe5ecc05c223ec5832353394ab6b702> /System/Library/PrivateFrameworks/PointerUIServices.framework/PointerUIServices 0x1d1f61000 - 0x1d1f6efff PrototypeToolsUI arm64e <61d62a8581ff388a898d09c167465845> /System/Library/PrivateFrameworks/PrototypeToolsUI.framework/PrototypeToolsUI 0x1d1fec000 - 0x1d1ff7fff RTCReporting arm64e /System/Library/PrivateFrameworks/RTCReporting.framework/RTCReporting 0x1d2337000 - 0x1d2347fff RemoteTextInput arm64e /System/Library/PrivateFrameworks/RemoteTextInput.framework/RemoteTextInput 0x1d2348000 - 0x1d23affff RemoteUI arm64e <55aa2c6ab337332da05702743bb78fdc> /System/Library/PrivateFrameworks/RemoteUI.framework/RemoteUI 0x1d23e7000 - 0x1d23ebfff RevealCore arm64e /System/Library/PrivateFrameworks/RevealCore.framework/RevealCore 0x1d2402000 - 0x1d2789fff SDAPI arm64e <9a54f188ec0b303c86718328f212a7c8> /System/Library/PrivateFrameworks/SDAPI.framework/SDAPI 0x1d3efe000 - 0x1d3f08fff SignpostCollection arm64e /System/Library/PrivateFrameworks/SignpostCollection.framework/SignpostCollection 0x1d3f09000 - 0x1d3f09fff SignpostMetrics arm64e <88c472a5e2e434649d8788d1cc869d84> /System/Library/PrivateFrameworks/SignpostMetrics.framework/SignpostMetrics 0x1d3f0b000 - 0x1d3f48fff SignpostSupport arm64e /System/Library/PrivateFrameworks/SignpostSupport.framework/SignpostSupport 0x1d44e1000 - 0x1d44fbfff SiriObservation arm64e /System/Library/PrivateFrameworks/SiriObservation.framework/SiriObservation 0x1d4b4a000 - 0x1d4b4afff SoftLinking arm64e <658ef2bc053e3bd18c8e7bf54adb3bfa> /System/Library/PrivateFrameworks/SoftLinking.framework/SoftLinking 0x1d4f46000 - 0x1d4f84fff StreamingZip arm64e /System/Library/PrivateFrameworks/StreamingZip.framework/StreamingZip 0x1d4f8c000 - 0x1d4f96fff SymptomDiagnosticReporter arm64e <93deb69bbd4f31bc94980e94b04db12e> /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/SymptomDiagnosticReporter 0x1d4fc7000 - 0x1d4fe3fff SymptomPresentationFeed arm64e <087e80e16bcf32e08b54dd2a43dc4a41> /System/Library/PrivateFrameworks/Symptoms.framework/Frameworks/SymptomPresentationFeed.framework/SymptomPresentationFeed 0x1d5020000 - 0x1d5030fff TCC arm64e <0b4848707ad73669ad68d60bc0cea9bf> /System/Library/PrivateFrameworks/TCC.framework/TCC 0x1d5908000 - 0x1d59bbfff TextureIO arm64e <8b0e8213625a36fab7132c61c0b72378> /System/Library/PrivateFrameworks/TextureIO.framework/TextureIO 0x1d5bed000 - 0x1d5bf4fff URLFormatting arm64e <44bf856531c7309f9ca5f25e0d7e37e9> /System/Library/PrivateFrameworks/URLFormatting.framework/URLFormatting 0x1d61da000 - 0x1d6203fff UsageTracking arm64e <1b952b6ea6a33a1ba8c8d3e5efc57e15> /System/Library/PrivateFrameworks/UsageTracking.framework/UsageTracking 0x1d6d32000 - 0x1d6dfbfff VoiceTrigger arm64e /System/Library/PrivateFrameworks/VoiceTrigger.framework/VoiceTrigger 0x1d6eca000 - 0x1d6ecbfff WatchdogClient arm64e <195639423b0c35169b89e1712a233669> /System/Library/PrivateFrameworks/WatchdogClient.framework/WatchdogClient 0x1d7235000 - 0x1d7976fff libwebrtc.dylib arm64e /System/Library/PrivateFrameworks/WebCore.framework/Frameworks/libwebrtc.dylib 0x1d79f5000 - 0x1d7a0afff WebUI arm64e <0c069792ccfc3cd698e7b44882715fe2> /System/Library/PrivateFrameworks/WebUI.framework/WebUI 0x1d7f2f000 - 0x1d7f32fff XCTTargetBootstrap arm64e /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/XCTTargetBootstrap 0x1d7fca000 - 0x1d7fe9fff caulk arm64e /System/Library/PrivateFrameworks/caulk.framework/caulk 0x1da5c1000 - 0x1da5c6fff kperf arm64e /System/Library/PrivateFrameworks/kperf.framework/kperf 0x1da5c7000 - 0x1da5cffff kperfdata arm64e <209e656b47483306b62925e1ccba1473> /System/Library/PrivateFrameworks/kperfdata.framework/kperfdata 0x1da5d0000 - 0x1da5e6fff libEDR arm64e /System/Library/PrivateFrameworks/libEDR.framework/libEDR 0x1da5ff000 - 0x1da60ffff perfdata arm64e <393ebf77047c34a9bd09f8f8b834f634> /System/Library/PrivateFrameworks/perfdata.framework/perfdata 0x1da610000 - 0x1da63ffff vCard arm64e <22ba1296d7163c9799b13509a6a0e49f> /System/Library/PrivateFrameworks/vCard.framework/vCard 0x1daea3000 - 0x1daee2fff libAWDSupport.dylib arm64e <836c80b7b8793dc6bb05ec2765461d9e> /usr/lib/libAWDSupport.dylib 0x1daee3000 - 0x1db283fff libAWDSupportFramework.dylib arm64e <6f6949c676cf31f49cd3b38838e6d670> /usr/lib/libAWDSupportFramework.dylib 0x1db413000 - 0x1db422fff libAudioStatistics.dylib arm64e /usr/lib/libAudioStatistics.dylib 0x1db5c6000 - 0x1db5f8fff libCRFSuite.dylib arm64e <990c544ff05234beb512641d5b243891> /usr/lib/libCRFSuite.dylib 0x1db5f9000 - 0x1db5fafff libCTGreenTeaLogger.dylib arm64e /usr/lib/libCTGreenTeaLogger.dylib 0x1db5fb000 - 0x1db605fff libChineseTokenizer.dylib arm64e /usr/lib/libChineseTokenizer.dylib 0x1db89c000 - 0x1db8a3fff libIOReport.dylib arm64e /usr/lib/libIOReport.dylib 0x1db91f000 - 0x1db926fff libMatch.1.dylib arm64e /usr/lib/libMatch.1.dylib 0x1dba42000 - 0x1dba43fff libThaiTokenizer.dylib arm64e <0525156399cd3b0596af724f0bb14bd4> /usr/lib/libThaiTokenizer.dylib 0x1dbcaf000 - 0x1dbcb1fff libapp_launch_measurement.dylib arm64e /usr/lib/libapp_launch_measurement.dylib 0x1dbcb2000 - 0x1dbcc8fff libapple_nghttp2.dylib arm64e <1c973da470313a39a8f0376e72749b40> /usr/lib/libapple_nghttp2.dylib 0x1dbcc9000 - 0x1dbd5afff libate.dylib arm64e <0d0cd7234c6d3ea090e6064348da15bb> /usr/lib/libate.dylib 0x1dbdec000 - 0x1dbdfcfff libbsm.0.dylib arm64e <2621120806c9311db62723efe352052a> /usr/lib/libbsm.0.dylib 0x1dbdfd000 - 0x1dbe09fff libbz2.1.0.dylib arm64e /usr/lib/libbz2.1.0.dylib 0x1dbe0a000 - 0x1dbe0afff libcharset.1.dylib arm64e /usr/lib/libcharset.1.dylib 0x1dbe0b000 - 0x1dbe1cfff libcmph.dylib arm64e <48667fd03fbe30e48930c141b327e483> /usr/lib/libcmph.dylib 0x1dbe1d000 - 0x1dbe3bfff libcompression.dylib arm64e <77924ab8ed9a37838cd0c5fd45cd0bfa> /usr/lib/libcompression.dylib 0x1dbe3c000 - 0x1dbe52fff libcoretls.dylib arm64e <4c353aa862df361dba5dc25d272dc8f3> /usr/lib/libcoretls.dylib 0x1dbe53000 - 0x1dbe54fff libcoretls_cfhelpers.dylib arm64e /usr/lib/libcoretls_cfhelpers.dylib 0x1dbe7a000 - 0x1dbe81fff libcupolicy.dylib arm64e <45a6ae6691b63d379aaf576209a5fcc0> /usr/lib/libcupolicy.dylib 0x1dbe82000 - 0x1dbe89fff libdns_services.dylib arm64e <1e3cd47621113594aa8ab368eec23dad> /usr/lib/libdns_services.dylib 0x1dbe8a000 - 0x1dbea7fff libedit.3.dylib arm64e /usr/lib/libedit.3.dylib 0x1dbea8000 - 0x1dbeacfff libenergytrace.dylib arm64e /usr/lib/libenergytrace.dylib 0x1dbead000 - 0x1dbec7fff libexpat.1.dylib arm64e /usr/lib/libexpat.1.dylib 0x1dbef3000 - 0x1dbef7fff libgermantok.dylib arm64e /usr/lib/libgermantok.dylib 0x1dbef8000 - 0x1dbefdfff libheimdal-asn1.dylib arm64e <60a8754438c732a9971808919e577be9> /usr/lib/libheimdal-asn1.dylib 0x1dbefe000 - 0x1dbfeffff libiconv.2.dylib arm64e <34c56aadde0b33a58964b8e66ba0d792> /usr/lib/libiconv.2.dylib 0x1dc00e000 - 0x1dc00ffff liblangid.dylib arm64e <2fc2101839cc341aaacc0a49bca8b71d> /usr/lib/liblangid.dylib 0x1dc010000 - 0x1dc01bfff liblockdown.dylib arm64e <27122dfff31a36c0847d2b258c54e027> /usr/lib/liblockdown.dylib 0x1dc01c000 - 0x1dc034fff liblzma.5.dylib arm64e <820f598431023b45b09704845e91cb91> /usr/lib/liblzma.5.dylib 0x1dc063000 - 0x1dc0b9fff libmecab.dylib arm64e <37cbb6a871a53717b8963cdb3c5850e5> /usr/lib/libmecab.dylib 0x1dc0ba000 - 0x1dc2f4fff libmecabra.dylib arm64e <70957c0aec2f3a49806141515f1b780c> /usr/lib/libmecabra.dylib 0x1dc2f5000 - 0x1dc308fff libmis.dylib arm64e /usr/lib/libmis.dylib 0x1dc309000 - 0x1dc31ffff libnetworkextension.dylib arm64e <5320630b1eb83ea9a1d22cbfd6558a70> /usr/lib/libnetworkextension.dylib 0x1dc6ca000 - 0x1dc705fff libpcap.A.dylib arm64e /usr/lib/libpcap.A.dylib 0x1dc706000 - 0x1dc713fff libperfcheck.dylib arm64e /usr/lib/libperfcheck.dylib 0x1dc71b000 - 0x1dc72dfff libprequelite.dylib arm64e <45fbaef573193e959b5d374ee8eb228b> /usr/lib/libprequelite.dylib 0x1dc72e000 - 0x1dc740fff libprotobuf-lite.dylib arm64e <8e899f3ffd6f365eb255679191c9704c> /usr/lib/libprotobuf-lite.dylib 0x1dc741000 - 0x1dc7a2fff libprotobuf.dylib arm64e <4891aca845a53e16b7023d3b923da883> /usr/lib/libprotobuf.dylib 0x1dc841000 - 0x1dc859fff libresolv.9.dylib arm64e <3a9d9ffdb9a73de587ae73103c5b8128> /usr/lib/libresolv.9.dylib 0x1dc85a000 - 0x1dc85cfff libsandbox.1.dylib arm64e <62b81b9e560b3e3e874e1e6ce720d735> /usr/lib/libsandbox.1.dylib 0x1dc8a4000 - 0x1dc8a7fff libutil.dylib arm64e <8f6b3d67357b3e3f954e6d3eea3e5fc4> /usr/lib/libutil.dylib 0x1dc8a8000 - 0x1dc994fff libxml2.2.dylib arm64e /usr/lib/libxml2.2.dylib 0x1dc999000 - 0x1dc9c2fff libxslt.1.dylib arm64e /usr/lib/libxslt.1.dylib 0x1dc9c3000 - 0x1dc9d4fff libz.1.dylib arm64e <250b96d8a93731b5ad1489ec1c477f62> /usr/lib/libz.1.dylib 0x1dcabf000 - 0x1dcac7fff libswiftCoreAudio.dylib arm64e /usr/lib/swift/libswiftCoreAudio.dylib 0x1dcacd000 - 0x1dcacdfff libswiftCoreFoundation.dylib arm64e <75837eaa26bf3e1a86973ced1aafdef8> /usr/lib/swift/libswiftCoreFoundation.dylib 0x1dcace000 - 0x1dcacefff libswiftCoreImage.dylib arm64e <2e9282785ba83bbcb18c8c71639171d3> /usr/lib/swift/libswiftCoreImage.dylib 0x1dcad2000 - 0x1dcadbfff libswiftCoreMIDI.dylib arm64e /usr/lib/swift/libswiftCoreMIDI.dylib 0x1dcae0000 - 0x1dcb1cfff libswiftCoreMedia.dylib arm64e <633c84a2939e384bae03730adc95319c> /usr/lib/swift/libswiftCoreMedia.dylib 0x1dcb2a000 - 0x1dcb33fff libswiftDarwin.dylib arm64e <9415742b801438e7bb111c18f51d0529> /usr/lib/swift/libswiftDarwin.dylib 0x1dcb53000 - 0x1dcb57fff libswiftMetal.dylib arm64e <593e4c3545fc3090a47babf871220ce8> /usr/lib/swift/libswiftMetal.dylib 0x1dcbcc000 - 0x1dcbcdfff libswiftQuartzCore.dylib arm64e <5b94ce735eb031bb96a1dc00016beb25> /usr/lib/swift/libswiftQuartzCore.dylib 0x1dcc0e000 - 0x1dcc20fff libswiftos.dylib arm64e <47bd13b25ff33b52a0bd1fcbd2d25be8> /usr/lib/swift/libswiftos.dylib 0x1dcc34000 - 0x1dcc39fff libcache.dylib arm64e /usr/lib/system/libcache.dylib 0x1dcc3a000 - 0x1dcc47fff libcommonCrypto.dylib arm64e <43db8a6f8c8833449ae702ba2ab970d8> /usr/lib/system/libcommonCrypto.dylib 0x1dcc48000 - 0x1dcc4bfff libcompiler_rt.dylib arm64e /usr/lib/system/libcompiler_rt.dylib 0x1dcc4c000 - 0x1dcc54fff libcopyfile.dylib arm64e /usr/lib/system/libcopyfile.dylib 0x1dcd3a000 - 0x1dcd3afff liblaunch.dylib arm64e /usr/lib/system/liblaunch.dylib 0x1dcd3b000 - 0x1dcd40fff libmacho.dylib arm64e <8f1f4f14be2839c4828cfaf9fb01207c> /usr/lib/system/libmacho.dylib 0x1dcd41000 - 0x1dcd43fff libremovefile.dylib arm64e /usr/lib/system/libremovefile.dylib 0x1dcd44000 - 0x1dcd45fff libsystem_blocks.dylib arm64e <89c10de83c1e3435a73870600c73006b> /usr/lib/system/libsystem_blocks.dylib 0x1dcd46000 - 0x1dcd48fff libsystem_collections.dylib arm64e <739b553d32293cf0b8c58582502bffe6> /usr/lib/system/libsystem_collections.dylib 0x1dcd49000 - 0x1dcd4dfff libsystem_configuration.dylib arm64e <97ec81ed8ffc3ac89cd96301509e5d43> /usr/lib/system/libsystem_configuration.dylib 0x1dcd4e000 - 0x1dcd60fff libsystem_containermanager.dylib arm64e /usr/lib/system/libsystem_containermanager.dylib 0x1dcd61000 - 0x1dcd62fff libsystem_coreservices.dylib arm64e <1171c2cf58653b90b29a287359509562> /usr/lib/system/libsystem_coreservices.dylib 0x1dcd63000 - 0x1dcd6cfff libsystem_darwin.dylib arm64e /usr/lib/system/libsystem_darwin.dylib 0x1dcd6d000 - 0x1dcd75fff libsystem_dnssd.dylib arm64e /usr/lib/system/libsystem_dnssd.dylib 0x1dcd76000 - 0x1dcd78fff libsystem_featureflags.dylib arm64e <2ffb8494f9b535ec9a38dfe012ac8c9d> /usr/lib/system/libsystem_featureflags.dylib 0x1dcd79000 - 0x1dcda6fff libsystem_m.dylib arm64e <1e3ac0a17c193b79a5beded338db488e> /usr/lib/system/libsystem_m.dylib 0x1dcda7000 - 0x1dcdadfff libsystem_platform.dylib arm64e <8d0bc8904fb0387b98264ebb0812dc87> /usr/lib/system/libsystem_platform.dylib 0x1dcdae000 - 0x1dcdaefff libsystem_product_info_filter.dylib arm64e <64490a413a7f3977ab07b9adc3c978e2> /usr/lib/system/libsystem_product_info_filter.dylib 0x1dcdaf000 - 0x1dcdbafff libsystem_pthread.dylib arm64e <496dc4232dd43031bccf93e889035a34> /usr/lib/system/libsystem_pthread.dylib 0x1dcdbb000 - 0x1dcdbefff libsystem_sandbox.dylib arm64e /usr/lib/system/libsystem_sandbox.dylib 0x1dcdbf000 - 0x1dcdc9fff libunwind.dylib arm64e /usr/lib/system/libunwind.dylib 0x1dcdca000 - 0x1dce00fff libxpc.dylib arm64e /usr/lib/system/libxpc.dylib 0x1de1a8000 - 0x1de4d3fff AGXMetalA13 arm64e /System/Library/Extensions/AGXMetalA13.bundle/AGXMetalA13 0x1de4d4000 - 0x1de5e1fff AVFAudio arm64e <3653c5b3328434c6900f8f328b42922d> /System/Library/Frameworks/AVFAudio.framework/AVFAudio 0x1de8db000 - 0x1de8e1fff AuthenticationServicesCore arm64e <98e72f20f73c31bea7a91a735d95a694> /System/Library/PrivateFrameworks/AuthenticationServicesCore.framework/AuthenticationServicesCore 0x1de8e2000 - 0x1de8effff CMImaging arm64e /System/Library/PrivateFrameworks/CMImaging.framework/CMImaging 0x1de8f0000 - 0x1de906fff CinematicFraming arm64e /System/Library/PrivateFrameworks/CinematicFraming.framework/CinematicFraming 0x1dea16000 - 0x1dea2efff CoreSpeechFoundation arm64e <020bbedaac8f3b55911a31de8e59a584> /System/Library/PrivateFrameworks/CoreSpeechFoundation.framework/CoreSpeechFoundation 0x1debc5000 - 0x1debd5fff MobileSafari arm64e /System/Library/PrivateFrameworks/MobileSafari.framework/MobileSafari 0x1dec43000 - 0x1df500fff PegasusAPI arm64e <453af45ead7d3411b9d508871054930f> /System/Library/PrivateFrameworks/PegasusAPI.framework/PegasusAPI 0x1df64c000 - 0x1df650fff SiriLiminal arm64e /System/Library/PrivateFrameworks/SiriLiminal.framework/SiriLiminal 0x1df7d9000 - 0x1df7ebfff SpotlightLinguistics arm64e <360429b7e4d335c794514d1bec21cb12> /System/Library/PrivateFrameworks/SpotlightLinguistics.framework/SpotlightLinguistics EOF
prafull2001 commented 2 years ago

Hi, how are you able to bring up a stacktrace? I just get "Lost Connection to Device" when trying to perform text recognition

fbernaly commented 2 years ago

Try the latest version.

Also note that google_ml_kit has been split in multiples plugins, to avoid adding unnecessary dependencies to your project.

More details here: