Skip to content
This repository was archived by the owner on May 1, 2024. It is now read-only.

ios app crashed randomly with Exception Type: SIGABRT and Exception Codes: #0 at 0x1833e12ec #3440

Closed
JavedAppdevelopment opened this issue Jul 30, 2018 · 2 comments
Labels
s/needs-info ❓ A question has been asked that requires an answer before work can continue on this issue. s/needs-repro ❔ This reported issue doesn't include a sample project reproducing the issue. Please provide one.

Comments

@JavedAppdevelopment
Copy link

JavedAppdevelopment commented Jul 30, 2018

I developed xamarin.forms app, which crashed on ios device randomly,

I have HockeyApp logs, But I did not get much information from that.
Here is the HockeyApp logs.

Exception Type:  SIGABRT
Exception Codes: #0 at 0x1833e12ec
Crashed Thread:  5

Thread 0:
0   libsystem_kernel.dylib               0x00000001833bfe08 mach_msg_trap + 8
1   CoreFoundation                       0x0000000183902e40 __CFRunLoopServiceMachPort + 192
2   CoreFoundation                       0x0000000183900908 __CFRunLoopRun + 1564
3   CoreFoundation                       0x0000000183820da8 CFRunLoopRunSpecific + 548
4   GraphicsServices                     0x0000000185803020 GSEventRunModal + 96
5   UIKit                                0x000000018d80178c UIApplicationMain + 232
6   Xamarin.FormsApp.IOS       0x00000001017f3390 wrapper_managed_to_native_UIKit_UIApplication_UIApplicationMain_int_string___intptr_intptr + 364
7   Xamarin.FormsApp.IOS       0x0000000101846590 Xamarin_iOS_UIKit_UIApplication_Main_string___string_string (UIApplication.cs:79)
8   Xamarin.FormsApp.IOS       0x0000000100e060f0 FastBar_Registration_Forms_IOS_FastBar_Registration_Forms_IOS_Application_Main_string__ + 24
9   Xamarin.FormsApp.IOS       0x0000000100e97518 wrapper_runtime_invoke_object_runtime_invoke_dynamic_intptr_intptr_intptr_intptr + 244
10  Xamarin.FormsApp.IOS       0x0000000102ba35b4 mono_jit_runtime_invoke (mini-runtime.c:2782)
11  Xamarin.FormsApp.IOS       0x0000000102c0b4dc mono_runtime_invoke_checked (object.c:2887)
12  Xamarin.FormsApp.IOS       0x0000000102c106e0 mono_runtime_exec_main_checked (object.c:4784)
13  Xamarin.FormsApp.IOS       0x0000000102b8bb94 mono_jit_exec (driver.g.c:1210)
14  Xamarin.FormsApp.IOS       0x0000000102cac4c8 xamarin_main (monotouch-main.m:485)
15  Xamarin.FormsApp.IOS       0x0000000100dff6e8 main (main.m:186)
16  libdyld.dylib                        0x00000001832b1fc0 start + 0

Thread 1:
0   libsystem_kernel.dylib               0x00000001833e1d84 __workq_kernreturn + 8
1   libsystem_pthread.dylib              0x000000018357fb08 start_wqthread + 0

Thread 2:
0   libsystem_kernel.dylib               0x00000001833e1d84 __workq_kernreturn + 8
1   libsystem_pthread.dylib              0x000000018357fb08 start_wqthread + 0

Thread 3:
0   libsystem_kernel.dylib               0x00000001833e10f4 __psynch_cvwait + 8
1   libc++.1.dylib                       0x0000000182a9825c std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 20
2   JavaScriptCore                       0x000000018af771a4 void std::__1::condition_variable_any::wait<std::__1::unique_lock<bmalloc::Mutex> >(std::__1::unique_lock<bmalloc::Mutex>&) + 100
3   JavaScriptCore                       0x000000018af76db8 bmalloc::Scavenger::threadRunLoop() + 160
4   JavaScriptCore                       0x000000018af76b60 bmalloc::Scavenger::threadEntryPoint(bmalloc::Scavenger*) + 8
5   JavaScriptCore                       0x000000018af76f7c void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, void (*)(bmalloc::Scavenger*), bmalloc::Scavenger*> >(void*) + 40
6   libsystem_pthread.dylib              0x0000000183581220 _pthread_body + 268
7   libsystem_pthread.dylib              0x0000000183581110 _pthread_start + 288
8   libsystem_pthread.dylib              0x000000018357fb10 thread_start + 0

Thread 4:
0   libsystem_kernel.dylib               0x00000001833bfe08 mach_msg_trap + 8
1   CoreFoundation                       0x0000000183902e40 __CFRunLoopServiceMachPort + 192
2   CoreFoundation                       0x0000000183900908 __CFRunLoopRun + 1564
3   CoreFoundation                       0x0000000183820da8 CFRunLoopRunSpecific + 548
4   WebCore                              0x000000018baadd9c RunWebThread(void*) + 588
5   libsystem_pthread.dylib              0x0000000183581220 _pthread_body + 268
6   libsystem_pthread.dylib              0x0000000183581110 _pthread_start + 288
7   libsystem_pthread.dylib              0x000000018357fb10 thread_start + 0

Thread 5 Crashed:
0   libsystem_kernel.dylib               0x00000001833e12ec __pthread_kill + 8
1   libsystem_pthread.dylib              0x0000000183582288 pthread_kill$VARIANT$mp + 372
2   libsystem_c.dylib                    0x000000018334fd0c abort + 136
3   Xamarin.FormsApp.IOS       0x0000000102ca61a8 log_callback(char const*, char const*, char const*, int, void*) (runtime.m:1211)
4   Xamarin.FormsApp.IOS       0x0000000102ca0ac0 monoeg_g_logv (goutput.c:115)
5   Xamarin.FormsApp.IOS       0x0000000102ca0cb8 monoeg_assertion_message (goutput.c:135)
6   Xamarin.FormsApp.IOS       0x0000000102c64554 major_scan_object_concurrent_with_evacuation (sgen-scan-object.h:91)
7   Xamarin.FormsApp.IOS       0x0000000102c67e2c drain_gray_stack_concurrent (sgen-marksweep-drain-gray-stack.h:345)
8   Xamarin.FormsApp.IOS       0x0000000102c86098 marker_idle_func (sgen-workers.c:334)
9   Xamarin.FormsApp.IOS       0x0000000102c84ef8 thread_func (sgen-thread-pool.c:222)
10  libsystem_pthread.dylib              0x0000000183581220 _pthread_body + 268
11  libsystem_pthread.dylib              0x0000000183581110 _pthread_start + 288
12  libsystem_pthread.dylib              0x000000018357fb10 thread_start + 0

Thread 6:
0   libsystem_kernel.dylib               0x00000001833bfe44 semaphore_wait_trap + 8
1   Xamarin.FormsApp.IOS       0x0000000102c362f8 start_wrapper (threads.c:1004)
2   libsystem_pthread.dylib              0x0000000183581220 _pthread_body + 268
3   libsystem_pthread.dylib              0x0000000183581110 _pthread_start + 288
4   libsystem_pthread.dylib              0x000000018357fb10 thread_start + 0

Thread 7:
0   libsystem_kernel.dylib               0x00000001833e1d84 __workq_kernreturn + 8
1   libsystem_pthread.dylib              0x000000018357fb08 start_wqthread + 0

Thread 8:
0   libsystem_pthread.dylib              0x000000018357fb04 start_wqthread + 0

Thread 9:
0   libsystem_kernel.dylib               0x00000001833bfe08 mach_msg_trap + 8
1   CoreFoundation                       0x0000000183902e40 __CFRunLoopServiceMachPort + 192
2   CoreFoundation                       0x0000000183900908 __CFRunLoopRun + 1564
3   CoreFoundation                       0x0000000183820da8 CFRunLoopRunSpecific + 548
4   Foundation                           0x0000000184295674 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 300
5   Foundation                           0x000000018429551c -[NSRunLoop(NSRunLoop) runUntilDate:] + 144
6   UIKit                                0x000000018d4e67e4 -[UIEventFetcher threadMain] + 132
7   Foundation                           0x00000001843a5efc __NSThread__start__ + 1036
8   libsystem_pthread.dylib              0x0000000183581220 _pthread_body + 268
9   libsystem_pthread.dylib              0x0000000183581110 _pthread_start + 288
10  libsystem_pthread.dylib              0x000000018357fb10 thread_start + 0

Thread 10:
0   libsystem_kernel.dylib               0x00000001833bfe08 mach_msg_trap + 8
1   CoreFoundation                       0x0000000183902e40 __CFRunLoopServiceMachPort + 192
2   CoreFoundation                       0x0000000183900908 __CFRunLoopRun + 1564
3   CoreFoundation                       0x0000000183820da8 CFRunLoopRunSpecific + 548
4   Foundation                           0x0000000184295674 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 300
5   Foundation                           0x000000018430a1a8 -[NSRunLoop(NSRunLoop) run] + 84
6   Xamarin.FormsApp.IOS       0x0000000102b46634 +[GAI threadMain:] + 60
7   Foundation                           0x00000001843a5efc __NSThread__start__ + 1036
8   libsystem_pthread.dylib              0x0000000183581220 _pthread_body + 268
9   libsystem_pthread.dylib              0x0000000183581110 _pthread_start + 288
10  libsystem_pthread.dylib              0x000000018357fb10 thread_start + 0

Thread 11:
0   libsystem_kernel.dylib               0x00000001833bfe08 mach_msg_trap + 8
1   CoreFoundation                       0x0000000183902e40 __CFRunLoopServiceMachPort + 192
2   CoreFoundation                       0x0000000183900908 __CFRunLoopRun + 1564
3   CoreFoundation                       0x0000000183820da8 CFRunLoopRunSpecific + 548
4   CoreFoundation                       0x0000000183870b28 CFRunLoopRun + 112
5   CoreMotion                           0x0000000188e019dc CLStartStopAdvertisingBeacon + 231568
6   libsystem_pthread.dylib              0x0000000183581220 _pthread_body + 268
7   libsystem_pthread.dylib              0x0000000183581110 _pthread_start + 288
8   libsystem_pthread.dylib              0x000000018357fb10 thread_start + 0

Thread 12:
0   libsystem_kernel.dylib               0x00000001833c2104 fsync + 8
1   libsqlite3.dylib                     0x0000000183dc4980 sqlite3_randomness + 2616
2   libsqlite3.dylib                     0x0000000183db8d94 sqlite3_free_table + 56772
3   libsqlite3.dylib                     0x0000000183da5828 sqlite3_value_text + 22028
4   libsqlite3.dylib                     0x0000000183d74bd8 sqlite3_finalize + 4124
5   libsqlite3.dylib                     0x0000000183d9ee60 sqlite3_step + 59232
6   libsqlite3.dylib                     0x0000000183d91314 sqlite3_step + 3092
7   Xamarin.FormsApp.IOS       0x0000000102ac63d0 wrapper_managed_to_native_SQLite_Net_Platform_XamarinIOS_SQLiteApiIOSInternal_sqlite3_step_intptr (<unknown>:1)
8   Xamarin.FormsApp.IOS       0x0000000102ac3b00 SQLite_Net_Platform_XamarinIOS_SQLiteApiIOS_Step_SQLite_Net_Interop_IDbStatement (<unknown>:1)
9   Xamarin.FormsApp.IOS       0x0000000101a32634 SQLite_Net_SQLite_Net_PreparedSqlLiteInsertCommand_ExecuteNonQuery_object__ + 372
10  Xamarin.FormsApp.IOS       0x0000000101a39984 SQLite_Net_SQLite_Net_SQLiteConnection_Insert_object_string_System_Type + 576
11  Xamarin.FormsApp.IOS       0x0000000101a39494 SQLite_Net_SQLite_Net_SQLiteConnection_Insert_object + 32
12  Xamarin.FormsApp.IOS       0x000000010115a6f0 FastBar_Client_Common_FastBar_Client_Common_Data_FastBarDatabaseInternalBase_Insert_T_REF_T_REF + 216
13  Xamarin.FormsApp.IOS       0x0000000101158dd8 FastBar_Client_Common_FastBar_Client_Common_Data_FastBarDatabase_Insert_T_REF_T_REF + 64
14  Xamarin.FormsApp.IOS       0x00000001029b5e50 FastBar_Client_Common_IOS_FastBar_Client_Common_IOS_Sinks_SqliteSink_Emit_Serilog_Events_LogEvent + 84
15  Xamarin.FormsApp.IOS       0x0000000102a18c08 Serilog_Serilog_Core_Sinks_SafeAggregateSink_Emit_Serilog_Events_LogEvent + 160
16  Xamarin.FormsApp.IOS       0x0000000102a16f94 Serilog_Serilog_Core_Logger_Dispatch_Serilog_Events_LogEvent + 100
17  Xamarin.FormsApp.IOS       0x0000000102a16ee4 Serilog_Serilog_Core_Logger_Write_Serilog_Events_LogEvent + 64
18  Xamarin.FormsApp.IOS       0x0000000102a5907c Serilog_Sinks_Async_BackgroundWorkerSink_Pump (<unknown>:1)
19  Xamarin.FormsApp.IOS       0x0000000101025770 mscorlib_System_Threading_Tasks_Task_InnerInvoke (Task.cs:2886)
20  Xamarin.FormsApp.IOS       0x0000000100e38374 System_Threading_Tasks_Task_Execute + 64
21  Xamarin.FormsApp.IOS       0x0000000101025718 mscorlib_System_Threading_Tasks_Task_ExecutionContextCallback_object (Task.cs:2872)
22  Xamarin.FormsApp.IOS       0x000000010101b1b4 mscorlib_System_Threading_ExecutionContext_RunInternal_System_Threading_ExecutionContext_System_Threading_ContextCallback_object_bool (executioncontext.cs:957)
23  Xamarin.FormsApp.IOS       0x0000000101025670 mscorlib_System_Threading_Tasks_Task_ExecuteWithThreadLocal_System_Threading_Tasks_Task_ (executioncontext.cs:904)
24  Xamarin.FormsApp.IOS       0x0000000101025508 mscorlib_System_Threading_Tasks_Task_ExecuteEntry_bool (Task.cs:2767)
25  Xamarin.FormsApp.IOS       0x000000010102f004 mscorlib_System_Threading_Tasks_ThreadPoolTaskScheduler_LongRunningThreadWork_object (ThreadPoolTaskScheduler.cs:48)
26  Xamarin.FormsApp.IOS       0x000000010101ca9c mscorlib_System_Threading_ThreadHelper_ThreadStart_Context_object (thread.cs:72)
27  Xamarin.FormsApp.IOS       0x000000010101b1b4 mscorlib_System_Threading_ExecutionContext_RunInternal_System_Threading_ExecutionContext_System_Threading_ContextCallback_object_bool (executioncontext.cs:957)
28  Xamarin.FormsApp.IOS       0x000000010101af48 mscorlib_System_Threading_ExecutionContext_Run_System_Threading_ExecutionContext_System_Threading_ContextCallback_object (executioncontext.cs:904)
29  Xamarin.FormsApp.IOS       0x000000010101cb58 mscorlib_System_Threading_ThreadHelper_ThreadStart_object (thread.cs:87)
30  Xamarin.FormsApp.IOS       0x0000000100e97518 wrapper_runtime_invoke_object_runtime_invoke_dynamic_intptr_intptr_intptr_intptr + 244
31  Xamarin.FormsApp.IOS       0x0000000102ba35b4 mono_jit_runtime_invoke (mini-runtime.c:2782)
32  Xamarin.FormsApp.IOS       0x0000000102c0b4dc mono_runtime_invoke_checked (object.c:2887)
33  Xamarin.FormsApp.IOS       0x0000000102c3631c start_wrapper (threads.c:1012)
34  libsystem_pthread.dylib              0x0000000183581220 _pthread_body + 268
35  libsystem_pthread.dylib              0x0000000183581110 _pthread_start + 288
36  libsystem_pthread.dylib              0x000000018357fb10 thread_start + 0

Thread 13:
0   libsystem_kernel.dylib               0x00000001833e10f4 __psynch_cvwait + 8
1   Xamarin.FormsApp.IOS       0x0000000102c92918 mono_os_cond_timedwait (mono-os-mutex.h:173)
2   Xamarin.FormsApp.IOS       0x0000000102c3f0fc mono_w32handle_timedwait_signal_handle (mono-coop-mutex.h:102)
3   Xamarin.FormsApp.IOS       0x0000000102c3efe4 mono_w32handle_wait_one (w32handle.c:0)
4   Xamarin.FormsApp.IOS       0x0000000102c04898 ves_icall_System_Threading_Monitor_Monitor_wait (monitor.c:1394)
5   Xamarin.FormsApp.IOS       0x0000000100e33428 wrapper_managed_to_native_System_Threading_Monitor_Monitor_wait_object_int + 100
6   Xamarin.FormsApp.IOS       0x000000010101c4f8 mscorlib_System_Threading_Monitor_ObjWait_bool_int_object (Monitor.cs:83)
7   Xamarin.FormsApp.IOS       0x00000001010185cc mscorlib_System_Threading_SemaphoreSlim_WaitUntilCountOrTimeout_int_uint_System_Threading_CancellationToken (monitor.cs:210)
8   Xamarin.FormsApp.IOS       0x0000000100e32284 System_Threading_SemaphoreSlim_Wait_int_System_Threading_CancellationToken + 528
9   Xamarin.FormsApp.IOS       0x0000000101318ad0 System_Collections_Concurrent_BlockingCollection_1_T_REF_TryTakeWithNoTimeValidation_T_REF__int_System_Threading_CancellationToken_System_Threading_CancellationTokenSource (BlockingCollection.cs:701)
10  Xamarin.FormsApp.IOS       0x00000001013fcf58 System_System_Collections_Concurrent_BlockingCollection_1_T_REF_Take_System_Threading_CancellationToken (BlockingCollection.cs:656)
11  Xamarin.FormsApp.IOS       0x0000000102a59060 Serilog_Sinks_Async_BackgroundWorkerSink_Pump (<unknown>:1)
12  Xamarin.FormsApp.IOS       0x0000000101025770 mscorlib_System_Threading_Tasks_Task_InnerInvoke (Task.cs:2886)
13  Xamarin.FormsApp.IOS       0x0000000100e38374 System_Threading_Tasks_Task_Execute + 64
14  Xamarin.FormsApp.IOS       0x0000000101025718 mscorlib_System_Threading_Tasks_Task_ExecutionContextCallback_object (Task.cs:2872)
15  Xamarin.FormsApp.IOS       0x000000010101b1b4 mscorlib_System_Threading_ExecutionContext_RunInternal_System_Threading_ExecutionContext_System_Threading_ContextCallback_object_bool (executioncontext.cs:957)
16  Xamarin.FormsApp.IOS       0x0000000101025670 mscorlib_System_Threading_Tasks_Task_ExecuteWithThreadLocal_System_Threading_Tasks_Task_ (executioncontext.cs:904)
17  Xamarin.FormsApp.IOS       0x0000000101025508 mscorlib_System_Threading_Tasks_Task_ExecuteEntry_bool (Task.cs:2767)
18  Xamarin.FormsApp.IOS       0x000000010102f004 mscorlib_System_Threading_Tasks_ThreadPoolTaskScheduler_LongRunningThreadWork_object (ThreadPoolTaskScheduler.cs:48)
19  Xamarin.FormsApp.IOS       0x000000010101ca9c mscorlib_System_Threading_ThreadHelper_ThreadStart_Context_object (thread.cs:72)
20  Xamarin.FormsApp.IOS       0x000000010101b1b4 mscorlib_System_Threading_ExecutionContext_RunInternal_System_Threading_ExecutionContext_System_Threading_ContextCallback_object_bool (executioncontext.cs:957)
21  Xamarin.FormsApp.IOS       0x000000010101af48 mscorlib_System_Threading_ExecutionContext_Run_System_Threading_ExecutionContext_System_Threading_ContextCallback_object (executioncontext.cs:904)
22  Xamarin.FormsApp.IOS       0x000000010101cb58 mscorlib_System_Threading_ThreadHelper_ThreadStart_object (thread.cs:87)
23  Xamarin.FormsApp.IOS       0x0000000100e97518 wrapper_runtime_invoke_object_runtime_invoke_dynamic_intptr_intptr_intptr_intptr + 244
24  Xamarin.FormsApp.IOS       0x0000000102ba35b4 mono_jit_runtime_invoke (mini-runtime.c:2782)
25  Xamarin.FormsApp.IOS       0x0000000102c0b4dc mono_runtime_invoke_checked (object.c:2887)
26  Xamarin.FormsApp.IOS       0x0000000102c3631c start_wrapper (threads.c:1012)
27  libsystem_pthread.dylib              0x0000000183581220 _pthread_body + 268
28  libsystem_pthread.dylib              0x0000000183581110 _pthread_start + 288
29  libsystem_pthread.dylib              0x000000018357fb10 thread_start + 0

Thread 14:
0   libsystem_kernel.dylib               0x00000001833e10f4 __psynch_cvwait + 8
1   Xamarin.FormsApp.IOS       0x0000000102c928f0 mono_os_cond_timedwait (mono-os-mutex.c:75)
2   Xamarin.FormsApp.IOS       0x0000000102c99364 mono_thread_info_sleep (mono-coop-mutex.h:102)
3   Xamarin.FormsApp.IOS       0x0000000102c2ee0c monitor_thread (threadpool-worker-default.c:704)
4   Xamarin.FormsApp.IOS       0x0000000102c362f8 start_wrapper (threads.c:1004)
5   libsystem_pthread.dylib              0x0000000183581220 _pthread_body + 268
6   libsystem_pthread.dylib              0x0000000183581110 _pthread_start + 288
7   libsystem_pthread.dylib              0x000000018357fb10 thread_start + 0

Thread 15:
0   libsystem_kernel.dylib               0x00000001833e10f4 __psynch_cvwait + 8
1   Xamarin.FormsApp.IOS       0x0000000102c928f0 mono_os_cond_timedwait (mono-os-mutex.c:75)
2   Xamarin.FormsApp.IOS       0x0000000102c2f5a8 worker_thread (mono-coop-mutex.h:102)
3   Xamarin.FormsApp.IOS       0x0000000102c362f8 start_wrapper (threads.c:1004)
4   libsystem_pthread.dylib              0x0000000183581220 _pthread_body + 268
5   libsystem_pthread.dylib              0x0000000183581110 _pthread_start + 288
6   libsystem_pthread.dylib              0x000000018357fb10 thread_start + 0

Thread 16:
0   libsystem_kernel.dylib               0x00000001833e10f4 __psynch_cvwait + 8
1   Xamarin.FormsApp.IOS       0x0000000102c928f0 mono_os_cond_timedwait (mono-os-mutex.c:75)
2   Xamarin.FormsApp.IOS       0x0000000102c2f5a8 worker_thread (mono-coop-mutex.h:102)
3   Xamarin.FormsApp.IOS       0x0000000102c362f8 start_wrapper (threads.c:1004)
4   libsystem_pthread.dylib              0x0000000183581220 _pthread_body + 268
5   libsystem_pthread.dylib              0x0000000183581110 _pthread_start + 288
6   libsystem_pthread.dylib              0x000000018357fb10 thread_start + 0

Thread 17:
0   libsystem_kernel.dylib               0x00000001833e10f4 __psynch_cvwait + 8
1   Xamarin.FormsApp.IOS       0x0000000102c928f0 mono_os_cond_timedwait (mono-os-mutex.c:75)
2   Xamarin.FormsApp.IOS       0x0000000102c3f0fc mono_w32handle_timedwait_signal_handle (mono-coop-mutex.h:102)
3   Xamarin.FormsApp.IOS       0x0000000102c3efe4 mono_w32handle_wait_one (w32handle.c:0)
4   Xamarin.FormsApp.IOS       0x0000000102c3f1fc mono_w32handle_wait_multiple (w32handle.c:923)
5   Xamarin.FormsApp.IOS       0x0000000102c33190 ves_icall_System_Threading_WaitHandle_Wait_internal (threads.c:1931)
6   Xamarin.FormsApp.IOS       0x0000000100e36188 wrapper_managed_to_native_System_Threading_WaitHandle_Wait_internal_intptr__int_bool_int + 164
7   Xamarin.FormsApp.IOS       0x000000010101ef84 mscorlib_System_Threading_WaitHandle_WaitOneNative_System_Runtime_InteropServices_SafeHandle_uint_bool_bool (WaitHandle.cs:106)
8   Xamarin.FormsApp.IOS       0x000000010101ed84 mscorlib_System_Threading_WaitHandle_InternalWaitOne_System_Runtime_InteropServices_SafeHandle_long_bool_bool (waithandle.cs:250)
9   Xamarin.FormsApp.IOS       0x000000010101ecd8 mscorlib_System_Threading_WaitHandle_WaitOne_int (waithandle.cs:239)
10  Xamarin.FormsApp.IOS       0x00000001010204f0 mscorlib_System_Threading_Timer_Scheduler_SchedulerThread (Timer.cs:395)
11  Xamarin.FormsApp.IOS       0x000000010101cad8 mscorlib_System_Threading_ThreadHelper_ThreadStart_Context_object (thread.cs:68)
12  Xamarin.FormsApp.IOS       0x000000010101b1b4 mscorlib_System_Threading_ExecutionContext_RunInternal_System_Threading_ExecutionContext_System_Threading_ContextCallback_object_bool (executioncontext.cs:957)
13  Xamarin.FormsApp.IOS       0x000000010101af48 mscorlib_System_Threading_ExecutionContext_Run_System_Threading_ExecutionContext_System_Threading_ContextCallback_object (executioncontext.cs:904)
14  Xamarin.FormsApp.IOS       0x000000010101cbd4 mscorlib_System_Threading_ThreadHelper_ThreadStart (thread.cs:105)
15  Xamarin.FormsApp.IOS       0x0000000100e97518 wrapper_runtime_invoke_object_runtime_invoke_dynamic_intptr_intptr_intptr_intptr + 244
16  Xamarin.FormsApp.IOS       0x0000000102ba35b4 mono_jit_runtime_invoke (mini-runtime.c:2782)
17  Xamarin.FormsApp.IOS       0x0000000102c0b4dc mono_runtime_invoke_checked (object.c:2887)
18  Xamarin.FormsApp.IOS       0x0000000102c3631c start_wrapper (threads.c:1012)
19  libsystem_pthread.dylib              0x0000000183581220 _pthread_body + 268
20  libsystem_pthread.dylib              0x0000000183581110 _pthread_start + 288
21  libsystem_pthread.dylib              0x000000018357fb10 thread_start + 0

Thread 18:
0   libsystem_kernel.dylib               0x00000001833e10f4 __psynch_cvwait + 8
1   Xamarin.FormsApp.IOS       0x0000000102c928f0 mono_os_cond_timedwait (mono-os-mutex.c:75)
2   Xamarin.FormsApp.IOS       0x0000000102c2f5a8 worker_thread (mono-coop-mutex.h:102)
3   Xamarin.FormsApp.IOS       0x0000000102c362f8 start_wrapper (threads.c:1004)
4   libsystem_pthread.dylib              0x0000000183581220 _pthread_body + 268
5   libsystem_pthread.dylib              0x0000000183581110 _pthread_start + 288
6   libsystem_pthread.dylib              0x000000018357fb10 thread_start + 0

Thread 19:
0   libsystem_kernel.dylib               0x00000001833bfe08 mach_msg_trap + 8
1   AudioToolbox                         0x0000000187534a6c AURemoteIO::IOThread::Run() + 256
2   AudioToolbox                         0x00000001875392f0 AURemoteIO::IOThread::Entry(void*) + 152
3   AudioToolbox                         0x00000001878ab128 CAPThread::Entry(CAPThread*) + 84
4   libsystem_pthread.dylib              0x0000000183581220 _pthread_body + 268
5   libsystem_pthread.dylib              0x0000000183581110 _pthread_start + 288
6   libsystem_pthread.dylib              0x000000018357fb10 thread_start + 0

Thread 20:
0   libsystem_kernel.dylib               0x00000001833e10f4 __psynch_cvwait + 8
1   Xamarin.FormsApp.IOS       0x0000000102c92918 mono_os_cond_timedwait (mono-os-mutex.h:173)
2   Xamarin.FormsApp.IOS       0x0000000102c3f0fc mono_w32handle_timedwait_signal_handle (mono-coop-mutex.h:102)
3   Xamarin.FormsApp.IOS       0x0000000102c3efe4 mono_w32handle_wait_one (w32handle.c:0)
4   Xamarin.FormsApp.IOS       0x0000000102c04898 ves_icall_System_Threading_Monitor_Monitor_wait (monitor.c:1394)
5   Xamarin.FormsApp.IOS       0x0000000100e33428 wrapper_managed_to_native_System_Threading_Monitor_Monitor_wait_object_int + 100
6   Xamarin.FormsApp.IOS       0x000000010101c4f8 mscorlib_System_Threading_Monitor_ObjWait_bool_int_object (Monitor.cs:83)
7   Xamarin.FormsApp.IOS       0x00000001010185cc mscorlib_System_Threading_SemaphoreSlim_WaitUntilCountOrTimeout_int_uint_System_Threading_CancellationToken (monitor.cs:210)
8   Xamarin.FormsApp.IOS       0x0000000100e32284 System_Threading_SemaphoreSlim_Wait_int_System_Threading_CancellationToken + 528
9   Xamarin.FormsApp.IOS       0x0000000101318ad0 System_Collections_Concurrent_BlockingCollection_1_T_REF_TryTakeWithNoTimeValidation_T_REF__int_System_Threading_CancellationToken_System_Threading_CancellationTokenSource (BlockingCollection.cs:701)
10  Xamarin.FormsApp.IOS       0x00000001013fcec4 System_System_Collections_Concurrent_BlockingCollection_1_T_REF_Take (BlockingCollection.cs:656)
11  Xamarin.FormsApp.IOS       0x0000000101c929c8 Xamarin_Forms_Platform_iOS_Xamarin_Forms_Platform_iOS_CADisplayLinkTicker_StartThread + 60
12  Xamarin.FormsApp.IOS       0x000000010101cad8 mscorlib_System_Threading_ThreadHelper_ThreadStart_Context_object (thread.cs:68)
13  Xamarin.FormsApp.IOS       0x000000010101b1b4 mscorlib_System_Threading_ExecutionContext_RunInternal_System_Threading_ExecutionContext_System_Threading_ContextCallback_object_bool (executioncontext.cs:957)
14  Xamarin.FormsApp.IOS       0x000000010101af48 mscorlib_System_Threading_ExecutionContext_Run_System_Threading_ExecutionContext_System_Threading_ContextCallback_object (executioncontext.cs:904)
15  Xamarin.FormsApp.IOS       0x000000010101cbd4 mscorlib_System_Threading_ThreadHelper_ThreadStart (thread.cs:105)
16  Xamarin.FormsApp.IOS       0x0000000100e97518 wrapper_runtime_invoke_object_runtime_invoke_dynamic_intptr_intptr_intptr_intptr + 244
17  Xamarin.FormsApp.IOS       0x0000000102ba35b4 mono_jit_runtime_invoke (mini-runtime.c:2782)
18  Xamarin.FormsApp.IOS       0x0000000102c0b4dc mono_runtime_invoke_checked (object.c:2887)
19  Xamarin.FormsApp.IOS       0x0000000102c3631c start_wrapper (threads.c:1012)
20  libsystem_pthread.dylib              0x0000000183581220 _pthread_body + 268
21  libsystem_pthread.dylib              0x0000000183581110 _pthread_start + 288
22  libsystem_pthread.dylib              0x000000018357fb10 thread_start + 0

Thread 21:
0   libsystem_kernel.dylib               0x00000001833e1538 __select + 8
1   Xamarin.FormsApp.IOS       0x0000000102c2c734 poll_event_wait (threadpool-io-poll.c:146)
2   Xamarin.FormsApp.IOS       0x0000000102c2c14c selector_thread (threadpool-io.c:438)
3   Xamarin.FormsApp.IOS       0x0000000102c362f8 start_wrapper (threads.c:1004)
4   libsystem_pthread.dylib              0x0000000183581220 _pthread_body + 268
5   libsystem_pthread.dylib              0x0000000183581110 _pthread_start + 288
6   libsystem_pthread.dylib              0x000000018357fb10 thread_start + 0

Thread 22:
0   libsystem_kernel.dylib               0x00000001833bfe08 mach_msg_trap + 8
1   CoreFoundation                       0x0000000183902e40 __CFRunLoopServiceMachPort + 192
2   CoreFoundation                       0x0000000183900908 __CFRunLoopRun + 1564
3   CoreFoundation                       0x0000000183820da8 CFRunLoopRunSpecific + 548
4   AVFAudio                             0x0000000189306424 GenericRunLoopThread::Entry(void*) + 160
5   AVFAudio                             0x0000000189330834 CAPThread::Entry(CAPThread*) + 84
6   libsystem_pthread.dylib              0x0000000183581220 _pthread_body + 268
7   libsystem_pthread.dylib              0x0000000183581110 _pthread_start + 288
8   libsystem_pthread.dylib              0x000000018357fb10 thread_start + 0

Thread 23:
0   libsystem_kernel.dylib               0x00000001833bfe08 mach_msg_trap + 8
1   CoreFoundation                       0x0000000183902e40 __CFRunLoopServiceMachPort + 192
2   CoreFoundation                       0x0000000183900908 __CFRunLoopRun + 1564
3   CoreFoundation                       0x0000000183820da8 CFRunLoopRunSpecific + 548
4   CFNetwork                            0x000000018412e4b0 -[__CoreSchedulingSetRunnable runForever] + 216
5   Foundation                           0x00000001843a5efc __NSThread__start__ + 1036
6   libsystem_pthread.dylib              0x0000000183581220 _pthread_body + 268
7   libsystem_pthread.dylib              0x0000000183581110 _pthread_start + 288
8   libsystem_pthread.dylib              0x000000018357fb10 thread_start + 0

Thread 24:
0   libsystem_kernel.dylib               0x00000001833e10f4 __psynch_cvwait + 8
1   Xamarin.FormsApp.IOS       0x0000000102c928f0 mono_os_cond_timedwait (mono-os-mutex.c:75)
2   Xamarin.FormsApp.IOS       0x0000000102c2f5a8 worker_thread (mono-coop-mutex.h:102)
3   Xamarin.FormsApp.IOS       0x0000000102c362f8 start_wrapper (threads.c:1004)
4   libsystem_pthread.dylib              0x0000000183581220 _pthread_body + 268
5   libsystem_pthread.dylib              0x0000000183581110 _pthread_start + 288
6   libsystem_pthread.dylib              0x000000018357fb10 thread_start + 0

Thread 25:
0   Xamarin.FormsApp.IOS       0x0000000102cae9a8 __divdc3 + 7256
1   Xamarin.FormsApp.IOS       0x0000000102bd72a0 mono_handle_new_interior (handle.c:253)
2   Xamarin.FormsApp.IOS       0x0000000100e28ad0 wrapper_managed_to_native_System_Reflection_MonoMethodInfo_get_method_info_intptr_System_Reflection_MonoMethodInfo_ + 140
3   Xamarin.FormsApp.IOS       0x0000000100fc0694 mscorlib_System_Reflection_MonoMethod_GetPseudoCustomAttributes (MonoMethod.cs:67)
4   Xamarin.FormsApp.IOS       0x0000000100f899bc mscorlib_System_MonoCustomAttrs_GetPseudoCustomAttributes_System_Reflection_ICustomAttributeProvider_System_Type (MonoCustomAttrs.cs:77)
5   Xamarin.FormsApp.IOS       0x0000000100f8a750 mscorlib_System_MonoCustomAttrs_IsDefined_System_Reflection_ICustomAttributeProvider_System_Type_bool (MonoCustomAttrs.cs:320)
6   Xamarin.FormsApp.IOS       0x0000000100fc0628 mscorlib_System_Reflection_MonoMethod_IsDefined_System_Type_bool (MonoMethod.cs:386)
7   Xamarin.FormsApp.IOS       0x0000000100f35e0c mscorlib_System_Attribute_IsDefined_System_Reflection_MemberInfo_System_Type_bool (attribute.cs:627)
8   Xamarin.FormsApp.IOS       0x0000000100fb6b78 mscorlib_System_Reflection_CustomAttributeExtensions_IsDefined_System_Reflection_MemberInfo_System_Type_bool (CustomAttributeExtensions.cs:163)
9   Xamarin.FormsApp.IOS       0x0000000101d4b704 Newtonsoft_Json_Newtonsoft_Json_Serialization_DefaultContractResolver_IsValidCallback_System_Reflection_MethodInfo_System_Reflection_ParameterInfo___System_Type_System_Reflection_MethodInfo_System_Type_ + 48
10  Xamarin.FormsApp.IOS       0x0000000101cd4204 Newtonsoft_Json_Serialization_DefaultContractResolver_GetCallbackMethodsForType_System_Type_System_Collections_Generic_List_1_Newtonsoft_Json_Serialization_SerializationCallback__System_Collections_Generic_List_1_Newtonsoft_Json_Serialization_SerializationCallback__System_Collections_Generic_List_1_Newtonsoft_Json_Serialization_SerializationCallback__System_Collections_Generic_List_1_Newtonsoft_Json_Serialization_SerializationCallback__System_Collections_Generic_List_1_Newtonsoft_Json_Serialization_SerializationErrorCallback_ (<unknown>:1)
11  Xamarin.FormsApp.IOS       0x0000000101d4a914 Newtonsoft_Json_Newtonsoft_Json_Serialization_DefaultContractResolver_ResolveCallbackMethods_Newtonsoft_Json_Serialization_JsonContract_System_Type + 60
12  Xamarin.FormsApp.IOS       0x0000000101d4a8bc Newtonsoft_Json_Newtonsoft_Json_Serialization_DefaultContractResolver_InitializeContract_Newtonsoft_Json_Serialization_JsonContract + 396
13  Xamarin.FormsApp.IOS       0x0000000101d49790 Newtonsoft_Json_Newtonsoft_Json_Serialization_DefaultContractResolver_CreateObjectContract_System_Type + 76
14  Xamarin.FormsApp.IOS       0x0000000101d4b5d8 Newtonsoft_Json_Newtonsoft_Json_Serialization_DefaultContractResolver_CreateContract_System_Type + 392
15  Xamarin.FormsApp.IOS       0x0000000101d490b4 Newtonsoft_Json_Newtonsoft_Json_Serialization_DefaultContractResolver_ResolveContract_System_Type + 184
16  Xamarin.FormsApp.IOS       0x0000000101d5be0c Newtonsoft_Json_Newtonsoft_Json_Serialization_JsonSerializerInternalWriter_WriteStartArray_Newtonsoft_Json_JsonWriter_object_Newtonsoft_Json_Serialization_JsonArrayContract_Newtonsoft_Json_Serialization_JsonProperty_Newtonsoft_Json_Serialization_JsonContainerContract_Newtonsoft_Json_Serialization_JsonProperty + 352
17  Xamarin.FormsApp.IOS       0x0000000101cd6e7c Newtonsoft_Json_Serialization_JsonSerializerInternalWriter_SerializeList_Newtonsoft_Json_JsonWriter_System_Collections_IEnumerable_Newtonsoft_Json_Serialization_JsonArrayContract_Newtonsoft_Json_Serialization_JsonProperty_Newtonsoft_Json_Serialization_JsonContainerContract_Newtonsoft_Json_Serialization_JsonProperty (<unknown>:1)
18  Xamarin.FormsApp.IOS       0x0000000101d59ed4 Newtonsoft_Json_Newtonsoft_Json_Serialization_JsonSerializerInternalWriter_SerializeValue_Newtonsoft_Json_JsonWriter_object_Newtonsoft_Json_Serialization_JsonContract_Newtonsoft_Json_Serialization_JsonProperty_Newtonsoft_Json_Serialization_JsonContainerContract_Newtonsoft_Json_Serialization_JsonProperty + 1156
19  Xamarin.FormsApp.IOS       0x0000000101d5ace8 Newtonsoft_Json_Newtonsoft_Json_Serialization_JsonSerializerInternalWriter_SerializeObject_Newtonsoft_Json_JsonWriter_object_Newtonsoft_Json_Serialization_JsonObjectContract_Newtonsoft_Json_Serialization_JsonProperty_Newtonsoft_Json_Serialization_JsonContainerContract_Newtonsoft_Json_Serialization_JsonProperty + 448
20  Xamarin.FormsApp.IOS       0x0000000101d59bb0 Newtonsoft_Json_Newtonsoft_Json_Serialization_JsonSerializerInternalWriter_SerializeValue_Newtonsoft_Json_JsonWriter_object_Newtonsoft_Json_Serialization_JsonContract_Newtonsoft_Json_Serialization_JsonProperty_Newtonsoft_Json_Serialization_JsonContainerContract_Newtonsoft_Json_Serialization_JsonProperty + 352
21  Xamarin.FormsApp.IOS       0x0000000101cd6c2c Newtonsoft_Json_Serialization_JsonSerializerInternalWriter_Serialize_Newtonsoft_Json_JsonWriter_object_System_Type (<unknown>:1)
22  Xamarin.FormsApp.IOS       0x0000000101d1f968 Newtonsoft_Json_Newtonsoft_Json_JsonSerializer_SerializeInternal_Newtonsoft_Json_JsonWriter_object_System_Type + 808
23  Xamarin.FormsApp.IOS       0x0000000101d76cd0 Newtonsoft_Json_Newtonsoft_Json_Linq_JToken_FromObjectInternal_object_Newtonsoft_Json_JsonSerializer + 104
24  Xamarin.FormsApp.IOS       0x0000000101d6f010 Newtonsoft_Json_Newtonsoft_Json_Linq_JObject_FromObject_object_Newtonsoft_Json_JsonSerializer + 16
25  Xamarin.FormsApp.IOS       0x0000000101d6eff0 Newtonsoft_Json_Newtonsoft_Json_Linq_JObject_FromObject_object + 28
26  Xamarin.FormsApp.IOS       0x00000001029be4ec FastBar_Client_Common_IOS_FastBar_Client_Common_IOS_Services_SeriLogger_PrepareData_object + 64
27  Xamarin.FormsApp.IOS       0x00000001029bd938 FastBar_Client_Common_IOS_FastBar_Client_Common_IOS_Services_SeriLogger_Verbose_string_object_string___string_string + 48
28  Xamarin.FormsApp.IOS       0x000000010225ad34 FastBar_Client_ServiceClient_Repositories_AttendeeRepository__AddAttendeeOnServerAsyncd__5_MoveNext (<unknown>:1)
29  Xamarin.FormsApp.IOS       0x00000001024468f4 FastBar_Client_ServiceClient_System_Runtime_CompilerServices_AsyncTaskMethodBuilder_Start_FastBar_Client_ServiceClient_Repositories_AttendeeRepository__AddAttendeeOnServerAsyncd__5_FastBar_Client_ServiceClient_Repositories_AttendeeRepository__AddAttendeeOnServerAsyncd__5_ (AsyncMethodBuilder.cs:316)
30  Xamarin.FormsApp.IOS       0x000000010239236c FastBar_Client_ServiceClient_FastBar_Client_ServiceClient_Repositories_AttendeeRepository_AddAttendeeOnServerAsync_FastBar_Client_ServiceClient_Entities_Attendee_FastBar_Client_Common_Interfaces_IPaymentCard_System_Nullable_1_System_Guid_string_string_System_Decimal_System_Collections_Generic_List_1_FastBar_Client_ServiceClient_Entities_Tag_bool_bool_System_Threading_CancellationToken + 420
31  Xamarin.FormsApp.IOS       0x00000001022dcb5c FastBar_Client_ServiceClient_Commands_AddAttendeeWithNoPaymentCardCommand__ExecuteAsyncd__41_MoveNext (<unknown>:1)
32  Xamarin.FormsApp.IOS       0x000000010105294c mscorlib_System_Runtime_CompilerServices_AsyncMethodBuilderCore_MoveNextRunner_InvokeMoveNext_object (AsyncMethodBuilder.cs:1089)
33  Xamarin.FormsApp.IOS       0x000000010101b1b4 mscorlib_System_Threading_ExecutionContext_RunInternal_System_Threading_ExecutionContext_System_Threading_ContextCallback_object_bool (executioncontext.cs:957)
34  Xamarin.FormsApp.IOS       0x0000000101052868 mscorlib_System_Runtime_CompilerServices_AsyncMethodBuilderCore_MoveNextRunner_Run (executioncontext.cs:904)
35  Xamarin.FormsApp.IOS       0x0000000100e38a5c System_Threading_Tasks_AwaitTaskContinuation_RunOrScheduleAction_System_Action_bool_System_Threading_Tasks_Task_ + 104
36  Xamarin.FormsApp.IOS       0x00000001010268b8 mscorlib_System_Threading_Tasks_Task_FinishContinuations (Task.cs:3631)
37  Xamarin.FormsApp.IOS       0x0000000101024e44 mscorlib_System_Threading_Tasks_Task_FinishStageTwo (Task.cs:2373)
38  Xamarin.FormsApp.IOS       0x0000000101024bac mscorlib_System_Threading_Tasks_Task_Finish_bool (Task.cs:2230)
39  Xamarin.FormsApp.IOS       0x0000000101021844 mscorlib_System_Threading_Tasks_Task_1_TResult_REF_TrySetException_object (Future.cs:605)
40  Xamarin.FormsApp.IOS       0x0000000101051df0 mscorlib_System_Runtime_CompilerServices_AsyncTaskMethodBuilder_1_TResult_REF_SetException_System_Exception (AsyncMethodBuilder.cs:662)
41  Xamarin.FormsApp.IOS       0x000000010226252c FastBar_Client_ServiceClient_Repositories_AttendeeRepository__GetAttendeeFromServerAsyncd__11_MoveNext (<unknown>:1)
42  Xamarin.FormsApp.IOS       0x000000010105294c mscorlib_System_Runtime_CompilerServices_AsyncMethodBuilderCore_MoveNextRunner_InvokeMoveNext_object (AsyncMethodBuilder.cs:1089)
43  Xamarin.FormsApp.IOS       0x000000010101b1b4 mscorlib_System_Threading_ExecutionContext_RunInternal_System_Threading_ExecutionContext_System_Threading_ContextCallback_object_bool (executioncontext.cs:957)
44  Xamarin.FormsApp.IOS       0x0000000101052868 mscorlib_System_Runtime_CompilerServices_AsyncMethodBuilderCore_MoveNextRunner_Run (executioncontext.cs:904)
45  Xamarin.FormsApp.IOS       0x0000000100e38a5c System_Threading_Tasks_AwaitTaskContinuation_RunOrScheduleAction_System_Action_bool_System_Threading_Tasks_Task_ + 104
46  Xamarin.FormsApp.IOS       0x00000001010268b8 mscorlib_System_Threading_Tasks_Task_FinishContinuations (Task.cs:3631)
47  Xamarin.FormsApp.IOS       0x0000000101024e44 mscorlib_System_Threading_Tasks_Task_FinishStageTwo (Task.cs:2373)
48  Xamarin.FormsApp.IOS       0x0000000101024bac mscorlib_System_Threading_Tasks_Task_Finish_bool (Task.cs:2230)
49  Xamarin.FormsApp.IOS       0x0000000101021844 mscorlib_System_Threading_Tasks_Task_1_TResult_REF_TrySetException_object (Future.cs:605)
50  Xamarin.FormsApp.IOS       0x0000000101051df0 mscorlib_System_Runtime_CompilerServices_AsyncTaskMethodBuilder_1_TResult_REF_SetException_System_Exception (AsyncMethodBuilder.cs:662)
51  Xamarin.FormsApp.IOS       0x000000010227113c FastBar_Client_ServiceClient_Repositories_RepositoryBase__ExecuteAndConvertResultAsyncd__22_1_T_REF_MoveNext (<unknown>:1)
52  Xamarin.FormsApp.IOS       0x000000010105294c mscorlib_System_Runtime_CompilerServices_AsyncMethodBuilderCore_MoveNextRunner_InvokeMoveNext_object (AsyncMethodBuilder.cs:1089)
53  Xamarin.FormsApp.IOS       0x000000010101b1b4 mscorlib_System_Threading_ExecutionContext_RunInternal_System_Threading_ExecutionContext_System_Threading_ContextCallback_object_bool (executioncontext.cs:957)
54  Xamarin.FormsApp.IOS       0x0000000101052868 mscorlib_System_Runtime_CompilerServices_AsyncMethodBuilderCore_MoveNextRunner_Run (executioncontext.cs:904)
55  Xamarin.FormsApp.IOS       0x0000000100e38a5c System_Threading_Tasks_AwaitTaskContinuation_RunOrScheduleAction_System_Action_bool_System_Threading_Tasks_Task_ + 104
56  Xamarin.FormsApp.IOS       0x00000001010268b8 mscorlib_System_Threading_Tasks_Task_FinishContinuations (Task.cs:3631)
57  Xamarin.FormsApp.IOS       0x0000000101021574 mscorlib_System_Threading_Tasks_Task_1_TResult_REF_TrySetResult_TResult_REF (Task.cs:2373)
58  Xamarin.FormsApp.IOS       0x0000000101051c30 mscorlib_System_Runtime_CompilerServices_AsyncTaskMethodBuilder_1_TResult_REF_SetResult_TResult_REF (AsyncMethodBuilder.cs:608)
59  Xamarin.FormsApp.IOS       0x00000001022944a8 FastBar_Client_ServiceClient_Generated_Attendees__GetAttendeeForEventWithHttpMessagesAsyncd__7_MoveNext (<unknown>:1)
60  Xamarin.FormsApp.IOS       0x000000010105294c mscorlib_System_Runtime_CompilerServices_AsyncMethodBuilderCore_MoveNextRunner_InvokeMoveNext_object (AsyncMethodBuilder.cs:1089)
61  Xamarin.FormsApp.IOS       0x000000010101b1b4 mscorlib_System_Threading_ExecutionContext_RunInternal_System_Threading_ExecutionContext_System_Threading_ContextCallback_object_bool (executioncontext.cs:957)
62  Xamarin.FormsApp.IOS       0x0000000101052868 mscorlib_System_Runtime_CompilerServices_AsyncMethodBuilderCore_MoveNextRunner_Run (executioncontext.cs:904)
63  Xamarin.FormsApp.IOS       0x0000000100e38a5c System_Threading_Tasks_AwaitTaskContinuation_RunOrScheduleAction_System_Action_bool_System_Threading_Tasks_Task_ + 104
64  Xamarin.FormsApp.IOS       0x00000001010268b8 mscorlib_System_Threading_Tasks_Task_FinishContinuations (Task.cs:3631)
65  Xamarin.FormsApp.IOS       0x0000000101021574 mscorlib_System_Threading_Tasks_Task_1_TResult_REF_TrySetResult_TResult_REF (Task.cs:2373)
66  Xamarin.FormsApp.IOS       0x0000000101051c30 mscorlib_System_Runtime_CompilerServices_AsyncTaskMethodBuilder_1_TResult_REF_SetResult_TResult_REF (AsyncMethodBuilder.cs:608)
67  Xamarin.FormsApp.IOS       0x00000001018c6034 System_Net_Http_HttpClient__SendAsyncWorkerd__48_MoveNext (HttpClient.cs:289)
68  Xamarin.FormsApp.IOS       0x000000010105294c mscorlib_System_Runtime_CompilerServices_AsyncMethodBuilderCore_MoveNextRunner_InvokeMoveNext_object (AsyncMethodBuilder.cs:1089)
69  Xamarin.FormsApp.IOS       0x000000010101b1b4 mscorlib_System_Threading_ExecutionContext_RunInternal_System_Threading_ExecutionContext_System_Threading_ContextCallback_object_bool (executioncontext.cs:957)
70  Xamarin.FormsApp.IOS       0x0000000101052868 mscorlib_System_Runtime_CompilerServices_AsyncMethodBuilderCore_MoveNextRunner_Run (executioncontext.cs:904)
71  Xamarin.FormsApp.IOS       0x0000000100e38a5c System_Threading_Tasks_AwaitTaskContinuation_RunOrScheduleAction_System_Action_bool_System_Threading_Tasks_Task_ + 104
72  Xamarin.FormsApp.IOS       0x00000001010268b8 mscorlib_System_Threading_Tasks_Task_FinishContinuations (Task.cs:3631)
73  Xamarin.FormsApp.IOS       0x0000000101021574 mscorlib_System_Threading_Tasks_Task_1_TResult_REF_TrySetResult_TResult_REF (Task.cs:2373)
74  Xamarin.FormsApp.IOS       0x0000000101051c30 mscorlib_System_Runtime_CompilerServices_AsyncTaskMethodBuilder_1_TResult_REF_SetResult_TResult_REF (AsyncMethodBuilder.cs:608)
75  Xamarin.FormsApp.IOS       0x00000001023c36d0 FastBar_Client_ServiceClient_FastBar_Client_ServiceClient_Handlers_AdditionalHeadersHandler__SendAsyncd__3_MoveNext + 496
76  Xamarin.FormsApp.IOS       0x000000010105294c mscorlib_System_Runtime_CompilerServices_AsyncMethodBuilderCore_MoveNextRunner_InvokeMoveNext_object (AsyncMethodBuilder.cs:1089)
77  Xamarin.FormsApp.IOS       0x000000010101b1b4 mscorlib_System_Threading_ExecutionContext_RunInternal_System_Threading_ExecutionContext_System_Threading_ContextCallback_object_bool (executioncontext.cs:957)
78  Xamarin.FormsApp.IOS       0x0000000101052868 mscorlib_System_Runtime_CompilerServices_AsyncMethodBuilderCore_MoveNextRunner_Run (executioncontext.cs:904)
79  Xamarin.FormsApp.IOS       0x0000000100e38a5c System_Threading_Tasks_AwaitTaskContinuation_RunOrScheduleAction_System_Action_bool_System_Threading_Tasks_Task_ + 104
80  Xamarin.FormsApp.IOS       0x00000001010268b8 mscorlib_System_Threading_Tasks_Task_FinishContinuations (Task.cs:3631)
81  Xamarin.FormsApp.IOS       0x0000000101021574 mscorlib_System_Threading_Tasks_Task_1_TResult_REF_TrySetResult_TResult_REF (Task.cs:2373)
82  Xamarin.FormsApp.IOS       0x0000000101051c30 mscorlib_System_Runtime_CompilerServices_AsyncTaskMethodBuilder_1_TResult_REF_SetResult_TResult_REF (AsyncMethodBuilder.cs:608)
83  Xamarin.FormsApp.IOS       0x00000001022894d8 FastBar_Client_ServiceClient_Handlers_AuthenticationHandler__SendAsyncd__5_MoveNext (<unknown>:1)
84  Xamarin.FormsApp.IOS       0x000000010105294c mscorlib_System_Runtime_CompilerServices_AsyncMethodBuilderCore_MoveNextRunner_InvokeMoveNext_object (AsyncMethodBuilder.cs:1089)
85  Xamarin.FormsApp.IOS       0x000000010101b1b4 mscorlib_System_Threading_ExecutionContext_RunInternal_System_Threading_ExecutionContext_System_Threading_ContextCallback_object_bool (executioncontext.cs:957)
86  Xamarin.FormsApp.IOS       0x0000000101052868 mscorlib_System_Runtime_CompilerServices_AsyncMethodBuilderCore_MoveNextRunner_Run (executioncontext.cs:904)
87  Xamarin.FormsApp.IOS       0x0000000100e38a5c System_Threading_Tasks_AwaitTaskContinuation_RunOrScheduleAction_System_Action_bool_System_Threading_Tasks_Task_ + 104
88  Xamarin.FormsApp.IOS       0x00000001010268b8 mscorlib_System_Threading_Tasks_Task_FinishContinuations (Task.cs:3631)
89  Xamarin.FormsApp.IOS       0x0000000101021574 mscorlib_System_Threading_Tasks_Task_1_TResult_REF_TrySetResult_TResult_REF (Task.cs:2373)
90  Xamarin.FormsApp.IOS       0x0000000101051c30 mscorlib_System_Runtime_CompilerServices_AsyncTaskMethodBuilder_1_TResult_REF_SetResult_TResult_REF (AsyncMethodBuilder.cs:608)
91  Xamarin.FormsApp.IOS       0x000000010228a89c FastBar_Client_ServiceClient_Handlers_UnauthorizedHandler__SendAsyncd__5_MoveNext (<unknown>:1)
92  Xamarin.FormsApp.IOS       0x000000010105294c mscorlib_System_Runtime_CompilerServices_AsyncMethodBuilderCore_MoveNextRunner_InvokeMoveNext_object (AsyncMethodBuilder.cs:1089)
93  Xamarin.FormsApp.IOS       0x000000010101b1b4 mscorlib_System_Threading_ExecutionContext_RunInternal_System_Threading_ExecutionContext_System_Threading_ContextCallback_object_bool (executioncontext.cs:957)
94  Xamarin.FormsApp.IOS       0x0000000101052868 mscorlib_System_Runtime_CompilerServices_AsyncMethodBuilderCore_MoveNextRunner_Run (executioncontext.cs:904)
95  Xamarin.FormsApp.IOS       0x0000000100e38a5c System_Threading_Tasks_AwaitTaskContinuation_RunOrScheduleAction_System_Action_bool_System_Threading_Tasks_Task_ + 104
96  Xamarin.FormsApp.IOS       0x00000001010268b8 mscorlib_System_Threading_Tasks_Task_FinishContinuations (Task.cs:3631)
97  Xamarin.FormsApp.IOS       0x0000000101021574 mscorlib_System_Threading_Tasks_Task_1_TResult_REF_TrySetResult_TResult_REF (Task.cs:2373)
98  Xamarin.FormsApp.IOS       0x0000000101051c30 mscorlib_System_Runtime_CompilerServices_AsyncTaskMethodBuilder_1_TResult_REF_SetResult_TResult_REF (AsyncMethodBuilder.cs:608)
99  Xamarin.FormsApp.IOS       0x0000000101e7f290 Microsoft_Rest_RetryDelegatingHandler__SendAsyncd__11_MoveNext (<unknown>:1)
100 Xamarin.FormsApp.IOS       0x000000010105294c mscorlib_System_Runtime_CompilerServices_AsyncMethodBuilderCore_MoveNextRunner_InvokeMoveNext_object (AsyncMethodBuilder.cs:1089)
101 Xamarin.FormsApp.IOS       0x000000010101b1b4 mscorlib_System_Threading_ExecutionContext_RunInternal_System_Threading_ExecutionContext_System_Threading_ContextCallback_object_bool (executioncontext.cs:957)
102 Xamarin.FormsApp.IOS       0x0000000101052868 mscorlib_System_Runtime_CompilerServices_AsyncMethodBuilderCore_MoveNextRunner_Run (executioncontext.cs:904)
103 Xamarin.FormsApp.IOS       0x0000000100e38a5c System_Threading_Tasks_AwaitTaskContinuation_RunOrScheduleAction_System_Action_bool_System_Threading_Tasks_Task_ + 104
104 Xamarin.FormsApp.IOS       0x00000001010268b8 mscorlib_System_Threading_Tasks_Task_FinishContinuations (Task.cs:3631)
105 Xamarin.FormsApp.IOS       0x0000000101024e44 mscorlib_System_Threading_Tasks_Task_FinishStageTwo (Task.cs:2373)
106 Xamarin.FormsApp.IOS       0x0000000101024bac mscorlib_System_Threading_Tasks_Task_Finish_bool (Task.cs:2230)
107 Xamarin.FormsApp.IOS       0x0000000101021844 mscorlib_System_Threading_Tasks_Task_1_TResult_REF_TrySetException_object (Future.cs:605)
108 Xamarin.FormsApp.IOS       0x000000010102a6f0 mscorlib_System_Threading_Tasks_UnwrapPromise_1_TResult_REF_TrySetFromTask_System_Threading_Tasks_Task_bool (Task.cs:7311)
109 Xamarin.FormsApp.IOS       0x000000010102a748 mscorlib_System_Threading_Tasks_UnwrapPromise_1_TResult_REF_ProcessInnerTask_System_Threading_Tasks_Task (Task.cs:7349)
110 Xamarin.FormsApp.IOS       0x000000010102a43c mscorlib_System_Threading_Tasks_UnwrapPromise_1_TResult_REF_ProcessCompletedOuterTask_System_Threading_Tasks_Task (Task.cs:7275)
111 Xamarin.FormsApp.IOS       0x000000010102a100 mscorlib_System_Threading_Tasks_UnwrapPromise_1_TResult_REF_Invoke_System_Threading_Tasks_Task (Task.cs:7222)
112 Xamarin.FormsApp.IOS       0x0000000101026928 mscorlib_System_Threading_Tasks_Task_FinishContinuations (Task.cs:3642)
113 Xamarin.FormsApp.IOS       0x0000000101024e44 mscorlib_System_Threading_Tasks_Task_FinishStageTwo (Task.cs:2373)
114 Xamarin.FormsApp.IOS       0x0000000101024b94 mscorlib_System_Threading_Tasks_Task_Finish_bool (Task.cs:2246)
115 Xamarin.FormsApp.IOS       0x0000000101025680 mscorlib_System_Threading_Tasks_Task_ExecuteWithThreadLocal_System_Threading_Tasks_Task_ (Task.cs:2841)
116 Xamarin.FormsApp.IOS       0x0000000101025508 mscorlib_System_Threading_Tasks_Task_ExecuteEntry_bool (Task.cs:2767)
117 Xamarin.FormsApp.IOS       0x000000010102f110 mscorlib_System_Threading_Tasks_ThreadPoolTaskScheduler_TryExecuteTaskInline_System_Threading_Tasks_Task_bool (ThreadPoolTaskScheduler.cs:92)
118 Xamarin.FormsApp.IOS       0x000000010102e090 mscorlib_System_Threading_Tasks_TaskScheduler_TryRunInline_System_Threading_Tasks_Task_bool (TaskScheduler.cs:219)
119 Xamarin.FormsApp.IOS       0x000000010102bcf0 mscorlib_System_Threading_Tasks_TaskContinuation_InlineIfPossibleOrElseQueue_System_Threading_Tasks_Task_bool (TaskContinuation.cs:263)
120 Xamarin.FormsApp.IOS       0x000000010102bee8 mscorlib_System_Threading_Tasks_StandardTaskContinuation_Run_System_Threading_Tasks_Task_bool (TaskContinuation.cs:356)
121 Xamarin.FormsApp.IOS       0x0000000101026968 mscorlib_System_Threading_Tasks_Task_FinishContinuations (Task.cs:3656)
122 Xamarin.FormsApp.IOS       0x0000000101024e44 mscorlib_System_Threading_Tasks_Task_FinishStageTwo (Task.cs:2373)
123 Xamarin.FormsApp.IOS       0x0000000101024bac mscorlib_System_Threading_Tasks_Task_Finish_bool (Task.cs:2230)
124 Xamarin.FormsApp.IOS       0x0000000101021844 mscorlib_System_Threading_Tasks_Task_1_TResult_REF_TrySetException_object (Future.cs:605)
125 Xamarin.FormsApp.IOS       0x0000000101051df0 mscorlib_System_Runtime_CompilerServices_AsyncTaskMethodBuilder_1_TResult_REF_SetException_System_Exception (AsyncMethodBuilder.cs:662)
126 Xamarin.FormsApp.IOS       0x0000000101e8dd5c Microsoft_Rest_ClientRuntime_Microsoft_Rest_RetryDelegatingHandler__c__DisplayClass11_0___SendAsyncb__1d_MoveNext + 648
127 Xamarin.FormsApp.IOS       0x000000010105294c mscorlib_System_Runtime_CompilerServices_AsyncMethodBuilderCore_MoveNextRunner_InvokeMoveNext_object (AsyncMethodBuilder.cs:1089)
128 Xamarin.FormsApp.IOS       0x000000010101b1b4 mscorlib_System_Threading_ExecutionContext_RunInternal_System_Threading_ExecutionContext_System_Threading_ContextCallback_object_bool (executioncontext.cs:957)
129 Xamarin.FormsApp.IOS       0x0000000101052868 mscorlib_System_Runtime_CompilerServices_AsyncMethodBuilderCore_MoveNextRunner_Run (executioncontext.cs:904)
130 Xamarin.FormsApp.IOS       0x0000000100e38a5c System_Threading_Tasks_AwaitTaskContinuation_RunOrScheduleAction_System_Action_bool_System_Threading_Tasks_Task_ + 104
131 Xamarin.FormsApp.IOS       0x00000001010268b8 mscorlib_System_Threading_Tasks_Task_FinishContinuations (Task.cs:3631)
132 Xamarin.FormsApp.IOS       0x0000000101021574 mscorlib_System_Threading_Tasks_Task_1_TResult_REF_TrySetResult_TResult_REF (Task.cs:2373)
133 Xamarin.FormsApp.IOS       0x0000000101051c30 mscorlib_System_Runtime_CompilerServices_AsyncTaskMethodBuilder_1_TResult_REF_SetResult_TResult_REF (AsyncMethodBuilder.cs:608)
134 Xamarin.FormsApp.IOS       0x00000001018c90f0 System_Net_Http_HttpClientHandler__SendAsyncd__64_MoveNext (HttpClientHandler.cs:418)
135 Xamarin.FormsApp.IOS       0x000000010105294c mscorlib_System_Runtime_CompilerServices_AsyncMethodBuilderCore_MoveNextRunner_InvokeMoveNext_object (AsyncMethodBuilder.cs:1089)
136 Xamarin.FormsApp.IOS       0x000000010101b1b4 mscorlib_System_Threading_ExecutionContext_RunInternal_System_Threading_ExecutionContext_System_Threading_ContextCallback_object_bool (executioncontext.cs:957)
137 Xamarin.FormsApp.IOS       0x0000000101052868 mscorlib_System_Runtime_CompilerServices_AsyncMethodBuilderCore_MoveNextRunner_Run (executioncontext.cs:904)
138 Xamarin.FormsApp.IOS       0x0000000100e38a5c System_Threading_Tasks_AwaitTaskContinuation_RunOrScheduleAction_System_Action_bool_System_Threading_Tasks_Task_ + 104
139 Xamarin.FormsApp.IOS       0x00000001010268b8 mscorlib_System_Threading_Tasks_Task_FinishContinuations (Task.cs:3631)
140 Xamarin.FormsApp.IOS       0x0000000101021574 mscorlib_System_Threading_Tasks_Task_1_TResult_REF_TrySetResult_TResult_REF (Task.cs:2373)
141 Xamarin.FormsApp.IOS       0x000000010102a684 mscorlib_System_Threading_Tasks_UnwrapPromise_1_TResult_REF_TrySetFromTask_System_Threading_Tasks_Task_bool (Task.cs:7326)
142 Xamarin.FormsApp.IOS       0x000000010102a118 mscorlib_System_Threading_Tasks_UnwrapPromise_1_TResult_REF_Invoke_System_Threading_Tasks_Task (Task.cs:7226)
143 Xamarin.FormsApp.IOS       0x0000000101026928 mscorlib_System_Threading_Tasks_Task_FinishContinuations (Task.cs:3642)
144 Xamarin.FormsApp.IOS       0x0000000101021574 mscorlib_System_Threading_Tasks_Task_1_TResult_REF_TrySetResult_TResult_REF (Task.cs:2373)
145 Xamarin.FormsApp.IOS       0x0000000100e37d6c System_Threading_Tasks_TaskFactory_1_TResult_REF_FromAsyncCoreLogic_System_IAsyncResult_System_Func_2_System_IAsyncResult_TResult_REF_System_Action_1_System_IAsyncResult_System_Threading_Tasks_Task_1_TResult_REF_bool + 728
146 Xamarin.FormsApp.IOS       0x0000000101022c5c mscorlib_System_Threading_Tasks_TaskFactory_1__c__DisplayClass35_1_TResult_REF__FromAsyncImplb__1_System_IAsyncResult (FutureFactory.cs:850)
147 Xamarin.FormsApp.IOS       0x00000001013e41e8 System_System_Net_SimpleAsyncResult__c__DisplayClass9_0___ctorb__0_System_Net_SimpleAsyncResult (SimpleAsyncResult.cs:60)
148 Xamarin.FormsApp.IOS       0x00000001013e44c0 System_System_Net_WebAsyncResult_DoCallback (SimpleAsyncResult.cs:154)
149 Xamarin.FormsApp.IOS       0x00000001013112d8 System_Net_HttpWebRequest_SetResponseData_System_Net_WebConnectionData (HttpWebRequest.cs:1567)
150 Xamarin.FormsApp.IOS       0x0000000101312fa0 System_Net_WebConnection_ReadDone_System_IAsyncResult (WebConnection.cs:561)
151 Xamarin.FormsApp.IOS       0x000000010102ef80 mscorlib_System_Threading_Tasks_TaskToApm__c__DisplayClass3_0__InvokeCallbackWhenTaskCompletesb__0 (TaskToApm.cs:136)
152 Xamarin.FormsApp.IOS       0x000000010102cab8 mscorlib_System_Threading_Tasks_AwaitTaskContinuation_InvokeAction_object (TaskContinuation.cs:743)
153 Xamarin.FormsApp.IOS       0x000000010101b1b4 mscorlib_System_Threading_ExecutionContext_RunInternal_System_Threading_ExecutionContext_System_Threading_ContextCallback_object_bool (executioncontext.cs:957)
154 Xamarin.FormsApp.IOS       0x000000010101af84 mscorlib_System_Threading_ExecutionContext_Run_System_Threading_ExecutionContext_System_Threading_ContextCallback_object_bool (executioncontext.cs:904)
155 Xamarin.FormsApp.IOS       0x0000000100e388f4 System_Threading_Tasks_AwaitTaskContinuation_RunCallback_System_Threading_ContextCallback_object_System_Threading_Tasks_Task_ + 112
156 Xamarin.FormsApp.IOS       0x000000010102c858 mscorlib_System_Threading_Tasks_AwaitTaskContinuation_Run_System_Threading_Tasks_Task_bool (TaskContinuation.cs:619)
157 Xamarin.FormsApp.IOS       0x0000000101026968 mscorlib_System_Threading_Tasks_Task_FinishContinuations (Task.cs:3656)
158 Xamarin.FormsApp.IOS       0x00000001010a01dc mscorlib_System_Threading_Tasks_Task_1_TResult_INT_TrySetResult_TResult_INT (Task.cs:2373)
159 Xamarin.FormsApp.IOS       0x00000001010a1ad4 mscorlib_System_Runtime_CompilerServices_AsyncTaskMethodBuilder_1_TResult_INT_SetResult_TResult_INT (AsyncMethodBuilder.cs:608)
160 Xamarin.FormsApp.IOS       0x0000000101306d90 Mono_Net_Security_MobileAuthenticatedStream__StartOperationd__58_MoveNext (MobileAuthenticatedStream.cs:382)
161 Xamarin.FormsApp.IOS       0x000000010105294c mscorlib_System_Runtime_CompilerServices_AsyncMethodBuilderCore_MoveNextRunner_InvokeMoveNext_object (AsyncMethodBuilder.cs:1089)
162 Xamarin.FormsApp.IOS       0x000000010101b1b4 mscorlib_System_Threading_ExecutionContext_RunInternal_System_Threading_ExecutionContext_System_Threading_ContextCallback_object_bool (executioncontext.cs:957)
163 Xamarin.FormsApp.IOS       0x0000000101052868 mscorlib_System_Runtime_CompilerServices_AsyncMethodBuilderCore_MoveNextRunner_Run (executioncontext.cs:904)
164 Xamarin.FormsApp.IOS       0x0000000100e38a5c System_Threading_Tasks_AwaitTaskContinuation_RunOrScheduleAction_System_Action_bool_System_Threading_Tasks_Task_ + 104
165 Xamarin.FormsApp.IOS       0x00000001010268b8 mscorlib_System_Threading_Tasks_Task_FinishContinuations (Task.cs:3631)
166 Xamarin.FormsApp.IOS       0x0000000101021574 mscorlib_System_Threading_Tasks_Task_1_TResult_REF_TrySetResult_TResult_REF (Task.cs:2373)
167 Xamarin.FormsApp.IOS       0x0000000101051c30 mscorlib_System_Runtime_CompilerServices_AsyncTaskMethodBuilder_1_TResult_REF_SetResult_TResult_REF (AsyncMethodBuilder.cs:608)
168 Xamarin.FormsApp.IOS       0x0000000101305bd0 Mono_Net_Security_AsyncProtocolRequest__StartOperationd__23_MoveNext (AsyncProtocolRequest.cs:193)
169 Xamarin.FormsApp.IOS       0x000000010105294c mscorlib_System_Runtime_CompilerServices_AsyncMethodBuilderCore_MoveNextRunner_InvokeMoveNext_object (AsyncMethodBuilder.cs:1089)
170 Xamarin.FormsApp.IOS       0x000000010101b1b4 mscorlib_System_Threading_ExecutionContext_RunInternal_System_Threading_ExecutionContext_System_Threading_ContextCallback_object_bool (executioncontext.cs:957)
171 Xamarin.FormsApp.IOS       0x0000000101052868 mscorlib_System_Runtime_CompilerServices_AsyncMethodBuilderCore_MoveNextRunner_Run (executioncontext.cs:904)
172 Xamarin.FormsApp.IOS       0x0000000100e38a5c System_Threading_Tasks_AwaitTaskContinuation_RunOrScheduleAction_System_Action_bool_System_Threading_Tasks_Task_ + 104
173 Xamarin.FormsApp.IOS       0x00000001010268b8 mscorlib_System_Threading_Tasks_Task_FinishContinuations (Task.cs:3631)
174 Xamarin.FormsApp.IOS       0x00000001010a9634 mscorlib_System_Threading_Tasks_Task_1_System_Threading_Tasks_VoidTaskResult_TrySetResult_System_Threading_Tasks_VoidTaskResult (Task.cs:2373)
175 Xamarin.FormsApp.IOS       0x00000001010aed38 mscorlib_System_Runtime_CompilerServices_AsyncTaskMethodBuilder_1_System_Threading_Tasks_VoidTaskResult_SetResult_System_Threading_Tasks_VoidTaskResult (AsyncMethodBuilder.cs:608)
176 Xamarin.FormsApp.IOS       0x00000001010aedd4 mscorlib_System_Runtime_CompilerServices_AsyncTaskMethodBuilder_1_System_Threading_Tasks_VoidTaskResult_SetResult_System_Threading_Tasks_Task_1_System_Threading_Tasks_VoidTaskResult (AsyncMethodBuilder.cs:636)
177 Xamarin.FormsApp.IOS       0x00000001010517c4 mscorlib_System_Runtime_CompilerServices_AsyncTaskMethodBuilder_SetResult (AsyncMethodBuilder.cs:378)
178 Xamarin.FormsApp.IOS       0x00000001013591f0 System_Mono_Net_Security_AsyncProtocolRequest__ProcessOperationd__24_MoveNext (AsyncProtocolRequest.cs:237)
179 Xamarin.FormsApp.IOS       0x000000010105294c mscorlib_System_Runtime_CompilerServices_AsyncMethodBuilderCore_MoveNextRunner_InvokeMoveNext_object (AsyncMethodBuilder.cs:1089)
180 Xamarin.FormsApp.IOS       0x000000010101b1b4 mscorlib_System_Threading_ExecutionContext_RunInternal_System_Threading_ExecutionContext_System_Threading_ContextCallback_object_bool (executioncontext.cs:957)
181 Xamarin.FormsApp.IOS       0x0000000101052868 mscorlib_System_Runtime_CompilerServices_AsyncMethodBuilderCore_MoveNextRunner_Run (executioncontext.cs:904)
182 Xamarin.FormsApp.IOS       0x0000000100e38a5c System_Threading_Tasks_AwaitTaskContinuation_RunOrScheduleAction_System_Action_bool_System_Threading_Tasks_Task_ + 104
183 Xamarin.FormsApp.IOS       0x00000001010268b8 mscorlib_System_Threading_Tasks_Task_FinishContinuations (Task.cs:3631)
184 Xamarin.FormsApp.IOS       0x0000000101024eb4 mscorlib_System_Threading_Tasks_Task_FinishStageThree (Task.cs:2373)
185 Xamarin.FormsApp.IOS       0x000000010140873c System_System_Threading_Tasks_Task_1_System_Nullable_1_int_TrySetResult_System_Nullable_1_int (Future.cs:488)
186 Xamarin.FormsApp.IOS       0x00000001014079c0 System_System_Runtime_CompilerServices_AsyncTaskMethodBuilder_1_System_Nullable_1_int_SetResult_System_Nullable_1_int (AsyncMethodBuilder.cs:608)
187 Xamarin.FormsApp.IOS       0x00000001013596b0 System_Mono_Net_Security_AsyncProtocolRequest__InnerReadd__25_MoveNext (AsyncProtocolRequest.cs:261)
188 Xamarin.FormsApp.IOS       0x000000010105294c mscorlib_System_Runtime_CompilerServices_AsyncMethodBuilderCore_MoveNextRunner_InvokeMoveNext_object (AsyncMethodBuilder.cs:1089)
189 Xamarin.FormsApp.IOS       0x000000010101b1b4 mscorlib_System_Threading_ExecutionContext_RunInternal_System_Threading_ExecutionContext_System_Threading_ContextCallback_object_bool (executioncontext.cs:957)
190 Xamarin.FormsApp.IOS       0x0000000101052868 mscorlib_System_Runtime_CompilerServices_AsyncMethodBuilderCore_MoveNextRunner_Run (executioncontext.cs:904)
191 Xamarin.FormsApp.IOS       0x0000000100e38a5c System_Threading_Tasks_AwaitTaskContinuation_RunOrScheduleAction_System_Action_bool_System_Threading_Tasks_Task_ + 104
192 Xamarin.FormsApp.IOS       0x00000001010268b8 mscorlib_System_Threading_Tasks_Task_FinishContinuations (Task.cs:3631)
193 Xamarin.FormsApp.IOS       0x00000001010a01dc mscorlib_System_Threading_Tasks_Task_1_TResult_INT_TrySetResult_TResult_INT (Task.cs:2373)
194 Xamarin.FormsApp.IOS       0x00000001010a1ad4 mscorlib_System_Runtime_CompilerServices_AsyncTaskMethodBuilder_1_TResult_INT_SetResult_TResult_INT (AsyncMethodBuilder.cs:608)
195 Xamarin.FormsApp.IOS       0x000000010135be58 System_Mono_Net_Security_MobileAuthenticatedStream__InnerReadd__66_MoveNext (MobileAuthenticatedStream.cs:567)
196 Xamarin.FormsApp.IOS       0x000000010105294c mscorlib_System_Runtime_CompilerServices_AsyncMethodBuilderCore_MoveNextRunner_InvokeMoveNext_object (AsyncMethodBuilder.cs:1089)
197 Xamarin.FormsApp.IOS       0x000000010101b1b4 mscorlib_System_Threading_ExecutionContext_RunInternal_System_Threading_ExecutionContext_System_Threading_ContextCallback_object_bool (executioncontext.cs:957)
198 Xamarin.FormsApp.IOS       0x0000000101052868 mscorlib_System_Runtime_CompilerServices_AsyncMethodBuilderCore_MoveNextRunner_Run (executioncontext.cs:904)
199 Xamarin.FormsApp.IOS       0x0000000100e38a5c System_Threading_Tasks_AwaitTaskContinuation_RunOrScheduleAction_System_Action_bool_System_Threading_Tasks_Task_ + 104
200 Xamarin.FormsApp.IOS       0x00000001010268b8 mscorlib_System_Threading_Tasks_Task_FinishContinuations (Task.cs:3631)
201 Xamarin.FormsApp.IOS       0x00000001010a01dc mscorlib_System_Threading_Tasks_Task_1_TResult_INT_TrySetResult_TResult_INT (Task.cs:2373)
202 Xamarin.FormsApp.IOS       0x0000000100e96b7c System_Threading_Tasks_TaskFactory_1_FromAsyncTrimPromise_1_TResult_INT_TInstance_REF_Complete_TInstance_REF_System_Func_3_TInstance_REF_System_IAsyncResult_TResult_INT_System_IAsyncResult_bool + 152
203 Xamarin.FormsApp.IOS       0x00000001010b11fc mscorlib_System_Threading_Tasks_TaskFactory_1_FromAsyncTrimPromise_1_TResult_INT_TInstance_REF_CompleteFromAsyncResult_System_IAsyncResult (FutureFactory.cs:1414)
204 Xamarin.FormsApp.IOS       0x00000001013f34c0 System_System_Net_Sockets_SocketAsyncResult__c__Completeb__27_0_object (SocketAsyncResult.cs:157)
205 Xamarin.FormsApp.IOS       0x000000010101e4c8 mscorlib_System_Threading_QueueUserWorkItemCallback_System_Threading_IThreadPoolWorkItem_ExecuteWorkItem (threadpool.cs:1279)
206 Xamarin.FormsApp.IOS       0x0000000100e34468 System_Threading_ThreadPoolWorkQueue_Dispatch + 532
207 Xamarin.FormsApp.IOS       0x0000000101825034 Xamarin_iOS_ObjCRuntime_Runtime_ThreadPoolDispatcher_System_Func_1_bool (Runtime.cs:280)
208 Xamarin.FormsApp.IOS       0x000000010101e340 mscorlib_System_Threading__ThreadPoolWaitCallback_PerformWaitCallback (threadpool.cs:1208)
209 Xamarin.FormsApp.IOS       0x0000000100e97518 wrapper_runtime_invoke_object_runtime_invoke_dynamic_intptr_intptr_intptr_intptr + 244
210 Xamarin.FormsApp.IOS       0x0000000102ba35b4 mono_jit_runtime_invoke (mini-runtime.c:2782)
211 Xamarin.FormsApp.IOS       0x0000000102c0cd50 mono_runtime_try_invoke (object.c:2887)
212 Xamarin.FormsApp.IOS       0x0000000102c30d2c worker_callback (threadpool.c:282)
213 Xamarin.FormsApp.IOS       0x0000000102c2f718 worker_thread (threadpool-worker-default.c:498)
214 Xamarin.FormsApp.IOS       0x0000000102c362f8 start_wrapper (threads.c:1004)
215 libsystem_pthread.dylib              0x0000000183581220 _pthread_body + 268
216 libsystem_pthread.dylib              0x0000000183581110 _pthread_start + 288
217 libsystem_pthread.dylib              0x000000018357fb10 thread_start + 0

Thread 26:
0   libsystem_kernel.dylib               0x00000001833e10f4 __psynch_cvwait + 8
1   Xamarin.FormsApp.IOS       0x0000000102c928f0 mono_os_cond_timedwait (mono-os-mutex.c:75)
2   Xamarin.FormsApp.IOS       0x0000000102c2f5a8 worker_thread (mono-coop-mutex.h:102)
3   Xamarin.FormsApp.IOS       0x0000000102c362f8 start_wrapper (threads.c:1004)
4   libsystem_pthread.dylib              0x0000000183581220 _pthread_body + 268
5   libsystem_pthread.dylib              0x0000000183581110 _pthread_start + 288
6   libsystem_pthread.dylib              0x000000018357fb10 thread_start + 0

Thread 27:
0   libsystem_kernel.dylib               0x00000001833e1d84 __workq_kernreturn + 8
1   libsystem_pthread.dylib              0x000000018357fb08 start_wqthread + 0

Thread 5 crashed with ARM-64 Thread State:
    pc: 0x00000001833e12ec     fp: 0x000000016f336b90     sp: 0x000000016f336b60     x0: 0x0000000000000000 
    x1: 0x0000000000000000     x2: 0x0000000000000000     x3: 0x0000000000000024     x4: 0x000000000000001d 
    x5: 0x000000016f336880     x6: 0x0000000000000033     x7: 0xffffffffffffffec     x8: 0x0000000008000000 
    x9: 0x0000000004000000    x10: 0x0000000183582110    x11: 0x00000001b80d1f04    x12: 0x00000001b80d1f04 
   x13: 0x0000000000000018    x14: 0x0000000000000001    x15: 0x0000000000000881    x16: 0x0000000000000148 
   x17: 0x0000000000000000    x18: 0x0000000000000000    x19: 0x0000000000000006    x20: 0x000000016f337000 
   x21: 0x0000000102f10000    x22: 0x0000000000002407    x23: 0x000000016f3370e0    x24: 0x0000000000000000 
   x25: 0x0000000000000001    x26: 0x0000000103604008    x27: 0x0000000000000000    x28: 0x0000000102f0f000 
    lr: 0x0000000183582288   cpsr: 0x0000000000000000 

Link Register Analysis:
  Symbol: pthread_kill$VARIANT$mp + 372
  Description: We have determined that the link register (lr) is very likely to contain the return address of frame #0's calling function, and have inserted it into the crashing thread's backtrace as frame #1 to aid in analysis. This determination was made by applying a heuristic to determine whether the crashing function was likely to have created a new stack frame at the time of the crash.
  Type: 1

Binary Images:
       0x100dc8000 -        0x102d97fff +Xamarin.FormsApp.IOS arm64  <ab004a06baaa3bb29db883c41c954590> /var/containers/Bundle/Application/9201C9BA-4160-4635-B364-EA995B58956F/Xamarin.FormsApp.IOS.app/Xamarin.FormsApp.IOS
       0x182a8f000 -        0x182a90fff  libSystem.B.dylib arm64  <1cbfa6a1a0fb3fc99264d3d30ca0e543> /usr/lib/libSystem.B.dylib
       0x182a91000 -        0x182ae9fff  libc++.1.dylib arm64  <c7c7e60bd59e3193a63b35cc54e32e79> /usr/lib/libc++.1.dylib
       0x182aea000 -        0x182b0bfff  libc++abi.dylib arm64  <086faefd537e3954b23565f56653a2cb> /usr/lib/libc++abi.dylib
       0x182b0c000 -        0x1831c7fff  libobjc.A.dylib arm64  <bedd6199d0d33b52a5387380f9350b30> /usr/lib/libobjc.A.dylib
       0x1831c8000 -        0x1831cdfff  libcache.dylib arm64  <9234c7627b253d1ba2b18cd9aaadbe2e> /usr/lib/system/libcache.dylib
       0x1831ce000 -        0x1831d9fff  libcommonCrypto.dylib arm64  <50eeb933dceb3aa28a43dd3a791139ce> /usr/lib/system/libcommonCrypto.dylib
       0x1831da000 -        0x1831ddfff  libcompiler_rt.dylib arm64  <d2ba481dad4f3cb0b5a2ba5abc20196f> /usr/lib/system/libcompiler_rt.dylib
       0x1831de000 -        0x1831e6fff  libcopyfile.dylib arm64  <d97ef07e910c32c385b8d1ee23759cf0> /usr/lib/system/libcopyfile.dylib
       0x1831e7000 -        0x18324afff  libcorecrypto.dylib arm64  <e9cc7328986b3319a9475935e62e29cb> /usr/lib/system/libcorecrypto.dylib
       0x18324b000 -        0x1832b0fff  libdispatch.dylib arm64  <42fe29ae709d39d9bc00f31af92baaf1> /usr/lib/system/libdispatch.dylib
       0x1832b1000 -        0x1832cbfff  libdyld.dylib arm64  <b0123d033ab93dc7a5e2c35556740a26> /usr/lib/system/libdyld.dylib
       0x1832cc000 -        0x1832ccfff  liblaunch.dylib arm64  <5d50c01da0fb3538bce8415db84cf1eb> /usr/lib/system/liblaunch.dylib
       0x1832cd000 -        0x1832d2fff  libmacho.dylib arm64  <c39a1c9473413310a32c271a3f49fd58> /usr/lib/system/libmacho.dylib
       0x1832d3000 -        0x1832d4fff  libremovefile.dylib arm64  <b2d52ec838503fc190db54488d05afd3> /usr/lib/system/libremovefile.dylib
       0x1832d5000 -        0x1832ebfff  libsystem_asl.dylib arm64  <5d19da723b2d3036b96bbe9569d99d5b> /usr/lib/system/libsystem_asl.dylib
       0x1832ec000 -        0x1832ecfff  libsystem_blocks.dylib arm64  <9a69557f7f5d35e6b2bb4c8cb55b43b6> /usr/lib/system/libsystem_blocks.dylib
       0x1832ed000 -        0x18336afff  libsystem_c.dylib arm64  <253425c2089e3d4d99cc1d073d72efe5> /usr/lib/system/libsystem_c.dylib
       0x18336b000 -        0x18336ffff  libsystem_configuration.dylib arm64  <1f70ae27eb2d31ecb98b4b45f5b82ad9> /usr/lib/system/libsystem_configuration.dylib
       0x183370000 -        0x183375fff  libsystem_containermanager.dylib arm64  <3a312c5c347d3fcab6227fb824849657> /usr/lib/system/libsystem_containermanager.dylib
       0x183376000 -        0x183377fff  libsystem_coreservices.dylib arm64  <70bb743b7bf53de1afdf6f7afcce1379> /usr/lib/system/libsystem_coreservices.dylib
       0x183378000 -        0x183379fff  libsystem_darwin.dylib arm64  <90fe2ed455e4396aa662e5e32fd80b84> /usr/lib/system/libsystem_darwin.dylib
       0x18337a000 -        0x183380fff  libsystem_dnssd.dylib arm64  <45af7516ceab3b94905cd74b35f4eab6> /usr/lib/system/libsystem_dnssd.dylib
       0x183381000 -        0x1833befff  libsystem_info.dylib arm64  <515624006f30300186f77a218ef98326> /usr/lib/system/libsystem_info.dylib
       0x1833bf000 -        0x1833e7fff  libsystem_kernel.dylib arm64  <ab53a0ff551a3b63855eb75271fc5909> /usr/lib/system/libsystem_kernel.dylib
       0x1833e8000 -        0x183415fff  libsystem_m.dylib arm64  <cba9a1ee1d553c189dbaca4f6e13ca5e> /usr/lib/system/libsystem_m.dylib
       0x183416000 -        0x183431fff  libsystem_malloc.dylib arm64  <ad49e1b2657639f3a9beea6edc18675c> /usr/lib/system/libsystem_malloc.dylib
       0x183432000 -        0x18355dfff  libsystem_network.dylib arm64  <6762e60b7af83d2e86468be0ac6b4fa0> /usr/lib/system/libsystem_network.dylib
       0x18355e000 -        0x183569fff  libsystem_networkextension.dylib arm64  <d86851bd3b4d344588462ae9a88344f9> /usr/lib/system/libsystem_networkextension.dylib
       0x18356a000 -        0x183574fff  libsystem_notify.dylib arm64  <5bd9385d98c83d0ba9d157e69c429638> /usr/lib/system/libsystem_notify.dylib
       0x183575000 -        0x18357efff  libsystem_platform.dylib arm64  <038fc12926e83453a11b59ef3b1096c9> /usr/lib/system/libsystem_platform.dylib
       0x18357f000 -        0x18358efff  libsystem_pthread.dylib arm64  <01327cdfaac23c388fadf36cf440f0e2> /usr/lib/system/libsystem_pthread.dylib
       0x18358f000 -        0x183592fff  libsystem_sandbox.dylib arm64  <abbe277dbe993c47b59a813ca4797651> /usr/lib/system/libsystem_sandbox.dylib
       0x183593000 -        0x18359afff  libsystem_symptoms.dylib arm64  <7fc5e7245e09393aa5d003dceeffa74b> /usr/lib/system/libsystem_symptoms.dylib
       0x18359b000 -        0x1835aefff  libsystem_trace.dylib arm64  <9bfe9e9e10b9385787a827c768ba54bf> /usr/lib/system/libsystem_trace.dylib
       0x1835af000 -        0x1835b4fff  libunwind.dylib arm64  <7e526b97e5b039e6a1c78107321592aa> /usr/lib/system/libunwind.dylib
       0x1835b5000 -        0x1835b5fff  libvminterpose.dylib arm64  <39d037ec6db036179470ab258fc96c13> /usr/lib/system/libvminterpose.dylib
       0x1835b6000 -        0x1835e0fff  libxpc.dylib arm64  <9bc6486ebaa83cc580e90415889c978d> /usr/lib/system/libxpc.dylib
       0x1835e1000 -        0x183802fff  libicucore.A.dylib arm64  <afad4c33ff30367286e9c60b75a95a5a> /usr/lib/libicucore.A.dylib
       0x183803000 -        0x183814fff  libz.1.dylib arm64  <39dcd0297ee130c891937f50ce23c2df> /usr/lib/libz.1.dylib
       0x183815000 -        0x183babfff  CoreFoundation arm64  <cf162b3ca2883453b2914300d4f19612> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
       0x183bac000 -        0x183bbcfff  libbsm.0.dylib arm64  <3f8b35c8ab283b78a319327ea597212e> /usr/lib/libbsm.0.dylib
       0x183bbd000 -        0x183bbdfff  libenergytrace.dylib arm64  <cfbe9a511fd73ee2ba237aa7400137c6> /usr/lib/libenergytrace.dylib
       0x183bbe000 -        0x183c42fff  IOKit arm64  <56754e706db43267b2e2bc4387e34f2b> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
       0x183c43000 -        0x183d2afff  libxml2.2.dylib arm64  <21cc9796ecb933e8b3e12f53e04148f7> /usr/lib/libxml2.2.dylib
       0x183d2b000 -        0x183d38fff  libbz2.1.0.dylib arm64  <63ddef9a83dc335a9df0bef913f437a7> /usr/lib/libbz2.1.0.dylib
       0x183d39000 -        0x183d51fff  liblzma.5.dylib arm64  <252187562a8c3e07b7f01473a16c00d7> /usr/lib/liblzma.5.dylib
       0x183d52000 -        0x183eb6fff  libsqlite3.dylib arm64  <caacdb193a86339db7943325571a25af> /usr/lib/libsqlite3.dylib
       0x183eb7000 -        0x183eddfff  libMobileGestalt.dylib arm64  <816e5c2426243ca5a8e6b3b2b9521776> /usr/lib/libMobileGestalt.dylib
       0x183ede000 -        0x18428cfff  CFNetwork arm64  <4f38683f50453eaa9a09eb6222eae139> /System/Library/Frameworks/CFNetwork.framework/CFNetwork
       0x18428d000 -        0x184585fff  Foundation arm64  <18908b96750c38988eb0d7028c656a6d> /System/Library/Frameworks/Foundation.framework/Foundation
       0x184586000 -        0x184686fff  Security arm64  <fccc95fb50db3b55ae66518f7f789f70> /System/Library/Frameworks/Security.framework/Security
       0x184687000 -        0x1846f2fff  SystemConfiguration arm64  <0caa3f1372c637f791d1aae47629aed1> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
       0x1846f3000 -        0x184728fff  libCRFSuite.dylib arm64  <7d19be0f618136a1a3bc7e81caba4b6d> /usr/lib/libCRFSuite.dylib
       0x184729000 -        0x184729fff  libapple_crypto.dylib arm64  <fcf4f720aac03727b5842dd31fd3ef7e> /usr/lib/libapple_crypto.dylib
       0x18472a000 -        0x184740fff  libapple_nghttp2.dylib arm64  <8d5134e490ad3c298330609806547a9e> /usr/lib/libapple_nghttp2.dylib
       0x184741000 -        0x18476afff  libarchive.2.dylib arm64  <93fac4c1f6b73383a9082c6a963da406> /usr/lib/libarchive.2.dylib
       0x18476b000 -        0x184819fff  libboringssl.dylib arm64  <8b812051a23e35b8a22e4c272887ecf7> /usr/lib/libboringssl.dylib
       0x18481a000 -        0x184830fff  libcoretls.dylib arm64  <a016bdc075493ee7a0dd4f4c0daa7f32> /usr/lib/libcoretls.dylib
       0x184831000 -        0x184832fff  libcoretls_cfhelpers.dylib arm64  <f3b0bd7eedbe3df8a5944d8a737536f0> /usr/lib/libcoretls_cfhelpers.dylib
       0x184833000 -        0x184834fff  liblangid.dylib arm64  <d66b69c96718352ba9c4092aa6416627> /usr/lib/liblangid.dylib
       0x184835000 -        0x1849aafff  libnetwork.dylib arm64  <f087d7ee39b53e7c83a4c1ecb36a3477> /usr/lib/libnetwork.dylib
       0x1849ab000 -        0x1849ddfff  libpcap.A.dylib arm64  <36ff48f819553b0c9e92c9fb2aa1a4a2> /usr/lib/libpcap.A.dylib
       0x1849de000 -        0x184a3afff  libusrtcp.dylib arm64  <b8b2aa241bcd3d1ca213587a9959920d> /usr/lib/libusrtcp.dylib
       0x184a3b000 -        0x184a45fff  IOSurface arm64  <a87bce11aabd303c9d9a6cc0009e9f57> /System/Library/Frameworks/IOSurface.framework/IOSurface
       0x184a46000 -        0x184aebfff  libBLAS.dylib arm64  <50b5f5beeab037ffa5810a67e580bdbf> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib
       0x184aec000 -        0x184e0cfff  libLAPACK.dylib arm64  <c8440bf2dc0b39c79ada236a548df940> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib
       0x184e0d000 -        0x18507cfff  vImage arm64  <8f3ffa6be7e43dfdaf027891d655a60e> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage
       0x18507d000 -        0x18508efff  libSparseBLAS.dylib arm64  <d216b492dfb0311a8ccd19e4a930dd04> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparseBLAS.dylib
       0x18508f000 -        0x1850b3fff  libvMisc.dylib arm64  <483df9b3d90331888b43bb65d802485f> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib
       0x1850b4000 -        0x1850dbfff  libBNNS.dylib arm64  <982f32f4102133d2802ea5f81cdc13a8> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBNNS.dylib
       0x1850dc000 -        0x1850f0fff  libLinearAlgebra.dylib arm64  <a3ec23fe236e303384df33cf2fb24d96> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLinearAlgebra.dylib
       0x1850f1000 -        0x1850f5fff  libQuadrature.dylib arm64  <5a98c0d39e0d38f89ce20797be797ac8> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libQuadrature.dylib
       0x1850f6000 -        0x185165fff  libSparse.dylib arm64  <6556be33563434b78e2ef1c80da99eb7> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparse.dylib
       0x185166000 -        0x1851f1fff  libvDSP.dylib arm64  <4de8af8c7371382b9183e4dc14245445> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib
       0x1851f2000 -        0x1851f2fff  vecLib arm64  <2d93d3f4573b313d81fc9104810f0f61> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib
       0x1851f3000 -        0x1851f3fff  Accelerate arm64  <850c55e76100327ea543af936487944c> /System/Library/Frameworks/Accelerate.framework/Accelerate
       0x1851f4000 -        0x18520afff  libcompression.dylib arm64  <9a090a94c6463eefa5413f012a34d3a4> /usr/lib/libcompression.dylib
       0x18520b000 -        0x185752fff  CoreGraphics arm64  <ac1e1c54697f3378ac6168a46dcccfe7> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
       0x185753000 -        0x185758fff  IOAccelerator arm64  <83c3c1fcfd963ec4b3c15ca18ea71efe> /System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator
       0x185759000 -        0x18575efff  libCoreFSCache.dylib arm64  <e49f9dc0e85f3df0b0cd284c2477b315> /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib
       0x18575f000 -        0x1857f7fff  Metal arm64  <46fc1e5f11c5316991cb5d7a0aa46523> /System/Library/Frameworks/Metal.framework/Metal
       0x1857f8000 -        0x18580bfff  GraphicsServices arm64  <85072ece665a3a86807f153e85476fed> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
       0x18580c000 -        0x185965fff  MobileCoreServices arm64  <cc1d833f73a73822a52d8a9fe16a8dc3> /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
       0x185966000 -        0x185968fff  IOSurfaceAccelerator arm64  <7b5129072b7f3d128f701b1b950bcdf3> /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/IOSurfaceAccelerator
       0x185969000 -        0x1859aafff  AppleJPEG arm64  <c82f8d506055358d9f786fa34f589827> /System/Library/PrivateFrameworks/AppleJPEG.framework/AppleJPEG
       0x1859ab000 -        0x185f5bfff  ImageIO arm64  <df52144b9f6f3491a1aaca4affcd69cf> /System/Library/Frameworks/ImageIO.framework/ImageIO
       0x185f5c000 -        0x185fbffff  BaseBoard arm64  <4a9ddf31f3443b6e9a17e272aebe2b8d> /System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard
       0x185fc0000 -        0x185fd7fff  AssertionServices arm64  <d4bbd03e4bef3c6d83871dfe9360d2ca> /System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices
       0x185fd8000 -        0x185fe0fff  CorePhoneNumbers arm64  <2cacbb2a053f314d9c6b6df55b4cea0c> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/CorePhoneNumbers
       0x185fe1000 -        0x186025fff  AppSupport arm64  <f518c3a1857533658da18b3c9649da9c> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
       0x186026000 -        0x18603efff  CrashReporterSupport arm64  <5599d0094f603297a23dfaf2643c0214> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport
       0x18603f000 -        0x186044fff  AggregateDictionary arm64  <3e27a71f9459361193f3e182dc87d3b0> /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary
       0x186045000 -        0x1860c9fff  libTelephonyUtilDynamic.dylib arm64  <f78c5716e31c3ce7a566a179b347a55a> /usr/lib/libTelephonyUtilDynamic.dylib
       0x1860ca000 -        0x1860e9fff  ProtocolBuffer arm64  <ec0dcc2ab28c36c59afaf485b79ebeae> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer
       0x1860ea000 -        0x186116fff  MobileKeyBag arm64  <19ed6cab7991380796131d9815a7e3df> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag
       0x186117000 -        0x18614bfff  BackBoardServices arm64  <e4567934c6fc3c029a385d0141469c88> /System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices
       0x18614c000 -        0x1861a7fff  FrontBoardServices arm64  <1f63db3e11403909903a700f99bbafe5> /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices
       0x1861a8000 -        0x1861e4fff  SpringBoardServices arm64  <618c22ec2c98329f8bb23caa50a4f53c> /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices
       0x1861e5000 -        0x1861f3fff  PowerLog arm64  <85efbdc068743b57a7dc8cf1115869ae> /System/Library/PrivateFrameworks/PowerLog.framework/PowerLog
       0x1861f4000 -        0x186210fff  CommonUtilities arm64  <a4dce370f84f3b2c932007b704a3e959> /System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities
       0x186211000 -        0x18621cfff  liblockdown.dylib arm64  <6ca17ea36c9b3d8a80b1b4d147ba35f9> /usr/lib/liblockdown.dylib
       0x18621d000 -        0x186521fff  CoreData arm64  <c76c9faa57d032dca0adc9c7b82d2791> /System/Library/Frameworks/CoreData.framework/CoreData
       0x186522000 -        0x186528fff  TCC arm64  <5b6e4c731ff931a499b5c45cfd742c6c> /System/Library/PrivateFrameworks/TCC.framework/TCC
       0x186529000 -        0x186530fff  libcupolicy.dylib arm64  <e91ba833cf5634f1ac5c077f821df376> /usr/lib/libcupolicy.dylib
       0x186531000 -        0x1865c2fff  CoreTelephony arm64  <8eae2d2fbbc83aa88fc94e48a88443d1> /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
       0x1865c3000 -        0x18661afff  Accounts arm64  <a66a44902f0d333e8334b8561b40e90a> /System/Library/Frameworks/Accounts.framework/Accounts
       0x18661b000 -        0x186644fff  AppleSauce arm64  <708bf2e767363eaaae3d41e17e0a0e86> /System/Library/PrivateFrameworks/AppleSauce.framework/AppleSauce
       0x186645000 -        0x18664dfff  DataMigration arm64  <3db16bbf04603c5da1bd70c06c7cb464> /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
       0x18664e000 -        0x186654fff  Netrb arm64  <bf6409fc10343ba89e6c06a15df7a915> /System/Library/PrivateFrameworks/Netrb.framework/Netrb
       0x186655000 -        0x186687fff  PersistentConnection arm64  <644d574b0cb33cf0bcaa55f353b636d1> /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection
       0x186688000 -        0x186699fff  libmis.dylib arm64  <750810cf779d3946964aa5ee4a44f063> /usr/lib/libmis.dylib
       0x18669a000 -        0x1867a0fff  ManagedConfiguration arm64  <ddb1689e2c493216aa42aefb91f60588> /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration
       0x1867a1000 -        0x1867a6fff  libReverseProxyDevice.dylib arm64  <7c2f9a593dd03a90855450c4b3b2208e> /usr/lib/libReverseProxyDevice.dylib
       0x1867a7000 -        0x1867b9fff  libamsupport.dylib arm64  <6c1d65704dfc3b9b87980cd65560188e> /usr/lib/libamsupport.dylib
       0x1867ba000 -        0x1867bffff  libCoreVMClient.dylib arm64  <8cfed6ca663f30748dd58b598a23169d> /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib
       0x1867c0000 -        0x1867c1fff  libCVMSPluginSupport.dylib arm64  <4bf21a6ca33d3222bd1442c13450464d> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib
       0x1867c2000 -        0x1867c5fff  libutil.dylib arm64  <2f7e5961d4b734b496f3d85eae03acd1> /usr/lib/libutil.dylib
       0x1867c6000 -        0x186806fff  libGLImage.dylib arm64  <9c2f70ff46913e4f9dc66605475914f9> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
       0x186807000 -        0x18687dfff  APFS arm64  <075ddba3fa093db78988256945f50ff9> /System/Library/PrivateFrameworks/APFS.framework/APFS
       0x18687e000 -        0x1868affff  MediaKit arm64  <82856e94773c33f5a67a8eb4c1c6148e> /System/Library/PrivateFrameworks/MediaKit.framework/MediaKit
       0x1868b0000 -        0x1868c8fff  libSERestoreInfo.dylib arm64  <3cb3e784ed3e389894f58e4b9fc7bb4e> /usr/lib/updaters/libSERestoreInfo.dylib
       0x1868cd000 -        0x186909fff  DiskImages arm64  <198c6094f9c237698130c80de266469b> /System/Library/PrivateFrameworks/DiskImages.framework/DiskImages
       0x18690a000 -        0x186913fff  libGFXShared.dylib arm64  <ed4ebad5d4c33bc28402efe87dbe49a3> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
       0x186914000 -        0x18695bfff  libauthinstall.dylib arm64  <dd4427dc0adb323fa26a58d1781bf907> /usr/lib/libauthinstall.dylib
       0x18695c000 -        0x186964fff  IOMobileFramebuffer arm64  <f7a97755a31e39119cc617a8d67ca244> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer
       0x186965000 -        0x186970fff  OpenGLES arm64  <fcb36165f660338c97d330e51329838f> /System/Library/Frameworks/OpenGLES.framework/OpenGLES
       0x186971000 -        0x1869f8fff  ColorSync arm64  <5959a19f99dc3ed1b0553dc055c18347> /System/Library/PrivateFrameworks/ColorSync.framework/ColorSync
       0x1869f9000 -        0x186a22fff  CoreVideo arm64  <740eb305ad133ba9ad42b2334b4c4ef5> /System/Library/Frameworks/CoreVideo.framework/CoreVideo
       0x186a23000 -        0x186a24fff  libCTGreenTeaLogger.dylib arm64  <f5dde928f8d1342894184117065f2584> /usr/lib/libCTGreenTeaLogger.dylib
       0x186a25000 -        0x186b91fff  CoreAudio arm64  <8c29fcd6f30b3943bf20b01aeb0e04f6> /System/Library/Frameworks/CoreAudio.framework/CoreAudio
       0x186b92000 -        0x186bc0fff  CoreAnalytics arm64  <97087dc402a73b5d9d71d9e6e230991c> /System/Library/PrivateFrameworks/CoreAnalytics.framework/CoreAnalytics
       0x186bc1000 -        0x186bc4fff  UserFS arm64  <26dc70e76d613a75aecc6a3fb815199c> /System/Library/PrivateFrameworks/UserFS.framework/UserFS
       0x186bc5000 -        0x186d41fff  CoreMedia arm64  <5b1204613571323abde92fc7e94d5995> /System/Library/Frameworks/CoreMedia.framework/CoreMedia
       0x186d42000 -        0x186d54fff  libprotobuf-lite.dylib arm64  <1a1686915f8b343ba80bea61f7bfb250> /usr/lib/libprotobuf-lite.dylib
       0x186d55000 -        0x186db9fff  libprotobuf.dylib arm64  <0f2b421fec773e7a8c4dc240454fd2bd> /usr/lib/libprotobuf.dylib
       0x186dba000 -        0x18707dfff  libAWDSupportFramework.dylib arm64  <1293c8fa59113426a524963ad2960534> /usr/lib/libAWDSupportFramework.dylib
       0x18707e000 -        0x1870c7fff  WirelessDiagnostics arm64  <e29e7932ab30323a8123b52cd1220792> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/WirelessDiagnostics
       0x1870c8000 -        0x18717ffff  VideoToolbox arm64  <ead73849a5c6389a83f345517cd5ea04> /System/Library/Frameworks/VideoToolbox.framework/VideoToolbox
       0x187180000 -        0x187289fff  libFontParser.dylib arm64  <4f1c4137cd9a327f9cfe6befb8772ecc> /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
       0x18728a000 -        0x18728bfff  FontServices arm64  <f219f06c5d55331980dc38b5b3007a38> /System/Library/PrivateFrameworks/FontServices.framework/FontServices
       0x18728c000 -        0x1873dffff  CoreText arm64  <77db300ece0c3f60880c9c37d0328f09> /System/Library/Frameworks/CoreText.framework/CoreText
       0x1873e0000 -        0x1873effff  IntlPreferences arm64  <d8d17e8a2b9237598b5b9b2d9bf25ee3> /System/Library/PrivateFrameworks/IntlPreferences.framework/IntlPreferences
       0x1873f0000 -        0x1873f8fff  RTCReporting arm64  <4a3fab43886f3e6a80eff6d701c81c42> /System/Library/PrivateFrameworks/RTCReporting.framework/RTCReporting
       0x1873f9000 -        0x187469fff  CoreBrightness arm64  <09c973cf66153394aafc1d30404b2124> /System/Library/PrivateFrameworks/CoreBrightness.framework/CoreBrightness
       0x18746a000 -        0x187474fff  libAudioStatistics.dylib arm64  <c94b3206337b37e3a14f244078b7ebe5> /usr/lib/libAudioStatistics.dylib
       0x187475000 -        0x1879adfff  AudioToolbox arm64  <b16fa0c577e33089afcc27ec669f486f> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
       0x1879ae000 -        0x187be1fff  QuartzCore arm64  <3b0f2dc265b03c6badac432a3bd1a26f> /System/Library/Frameworks/QuartzCore.framework/QuartzCore
       0x187be2000 -        0x187bedfff  MediaAccessibility arm64  <3bbdb8fbf36c387fb7ac14d5a0becfd4> /System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility
       0x187bee000 -        0x187ce0fff  libiconv.2.dylib arm64  <a7f0f50a7a933ec18bd126fa5938b4a3> /usr/lib/libiconv.2.dylib
       0x187ce1000 -        0x187cfcfff  NetworkStatistics arm64  <4bc8202c17113cbbbedec9d698607ad8> /System/Library/PrivateFrameworks/NetworkStatistics.framework/NetworkStatistics
       0x187cfd000 -        0x187d18fff  MPSCore arm64  <fdf474d325fb35dbb581c292a55c2a69> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/MPSCore
       0x187d19000 -        0x187d81fff  MPSImage arm64  <bb4eeae3c182348eac0c7afc6cb28ebf> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/MPSImage
       0x187d82000 -        0x187da4fff  MPSMatrix arm64  <51eed27dc958331185498c57d285488c> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/MPSMatrix
       0x187da5000 -        0x187db3fff  CoreAUC arm64  <2224d1a7332a3d3086784b512a37864c> /System/Library/PrivateFrameworks/CoreAUC.framework/CoreAUC
       0x187db4000 -        0x188409fff  MediaToolbox arm64  <ef6c533781be355ca062624cd8d74d07> /System/Library/Frameworks/MediaToolbox.framework/MediaToolbox
       0x18840a000 -        0x188539fff  MPSNeuralNetwork arm64  <88bcea2c366b31a68c58df71a7f334ef> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/MPSNeuralNetwork
       0x18853a000 -        0x18853afff  MetalPerformanceShaders arm64  <19616d7864ed39bd92fa2f834bea5e92> /System/Library/Frameworks/MetalPerformanceShaders.framework/MetalPerformanceShaders
       0x18853b000 -        0x188965fff  FaceCore arm64  <5e413f9639833bd582d1626f1324d0bf> /System/Library/PrivateFrameworks/FaceCore.framework/FaceCore
       0x188966000 -        0x188973fff  GraphVisualizer arm64  <8717060f6a11307eb90d4c68ab8026ba> /System/Library/PrivateFrameworks/GraphVisualizer.framework/GraphVisualizer
       0x188974000 -        0x188b1bfff  libFosl_dynamic.dylib arm64  <bb0a03649109390ba3128fc8f005a891> /usr/lib/libFosl_dynamic.dylib
       0x188b1c000 -        0x188d7ffff  CoreImage arm64  <f57ebcfb222c3ac29a30aff8f0a9eb68> /System/Library/Frameworks/CoreImage.framework/CoreImage
       0x188d80000 -        0x188f7efff  CoreMotion arm64  <47fb319b10c53669bcef50c4ee34d0c1> /System/Library/Frameworks/CoreMotion.framework/CoreMotion
       0x188f7f000 -        0x188fadfff  CoreBluetooth arm64  <c1761f13e5ed392f96f649c2fa103c36> /System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth
       0x188fae000 -        0x188fd0fff  PlugInKit arm64  <650de2e4f728381d9c6bae39eb3e2768> /System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit
       0x188fd1000 -        0x1891fcfff  Celestial arm64  <0db0bceb08073225810e08ca28af72ab> /System/Library/PrivateFrameworks/Celestial.framework/Celestial
       0x1891fd000 -        0x18927ffff  Quagga arm64  <95fb120567723673a0c85b1b91f1a67a> /System/Library/PrivateFrameworks/Quagga.framework/Quagga
       0x189280000 -        0x189376fff  AVFAudio arm64  <ea5c1b49ecc73321b8c704da493a4150> /System/Library/Frameworks/AVFoundation.framework/Frameworks/AVFAudio.framework/AVFAudio
       0x189377000 -        0x189568fff  AVFoundation arm64  <6fa521ecbea43fb6888cdbf49ed19506> /System/Library/Frameworks/AVFoundation.framework/AVFoundation
       0x189569000 -        0x18958bfff  CacheDelete arm64  <10926c0dd8be35e08090aeae4b6aaabc> /System/Library/PrivateFrameworks/CacheDelete.framework/CacheDelete
       0x18958c000 -        0x1895b1fff  StreamingZip arm64  <a8037e11b0fb362caec892930fda6bfa> /System/Library/PrivateFrameworks/StreamingZip.framework/StreamingZip
       0x1895b2000 -        0x1895c3fff  CoreEmoji arm64  <6d18237f09d23ce6aa6abb287d7aa515> /System/Library/PrivateFrameworks/CoreEmoji.framework/CoreEmoji
       0x1895c4000 -        0x189611fff  CoreLocationProtobuf arm64  <aa410fa0891437519a2a7fec4e6c9649> /System/Library/PrivateFrameworks/CoreLocationProtobuf.framework/CoreLocationProtobuf
       0x189612000 -        0x18961afff  SymptomDiagnosticReporter arm64  <32a292fd7bac35528f161a9c3d8e24e6> /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/SymptomDiagnosticReporter
       0x18961b000 -        0x189f24fff  GeoServices arm64  <49ecb05055933ff287615105a26c9497> /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices
       0x189f25000 -        0x189f3cfff  MobileAsset arm64  <744020a967d23c8682d6e472ad53481f> /System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset
       0x189f3d000 -        0x189f7dfff  Lexicon arm64  <b510b95a2db637a28d561679f72ca592> /System/Library/PrivateFrameworks/Lexicon.framework/Lexicon
       0x189f7e000 -        0x189f8efff  libcmph.dylib arm64  <be5f1569ab5a3b86b461e82105c560aa> /usr/lib/libcmph.dylib
       0x189f8f000 -        0x18a0b0fff  LanguageModeling arm64  <b3d9ec93728b3e6a94dd30097702ccde> /System/Library/PrivateFrameworks/LanguageModeling.framework/LanguageModeling
       0x18a0b1000 -        0x18a0c8fff  libmarisa.dylib arm64  <2e2b0fba5ce534ddbc4ad00b4b1f528b> /usr/lib/libmarisa.dylib
       0x18a0c9000 -        0x18a162fff  CoreLocation arm64  <4864efb67a7438ff83857835185cd8c6> /System/Library/Frameworks/CoreLocation.framework/CoreLocation
       0x18a163000 -        0x18a163fff  PhoneNumbers arm64  <aee5ccde97963ce9adfda907463da0df> /System/Library/PrivateFrameworks/PhoneNumbers.framework/PhoneNumbers
       0x18a164000 -        0x18a16ffff  libChineseTokenizer.dylib arm64  <8fc360e06ecf39eebfe18fee3d065548> /usr/lib/libChineseTokenizer.dylib
       0x18a170000 -        0x18a21cfff  libmecab_em.dylib arm64  <32ab30df1b96345aadc220d9f48bdda8> /usr/lib/libmecab_em.dylib
       0x18a21d000 -        0x18a21efff  libThaiTokenizer.dylib arm64  <b6df9e5a19923bc386db3594db983449> /usr/lib/libThaiTokenizer.dylib
       0x18a21f000 -        0x18a223fff  libgermantok.dylib arm64  <2fd41d3c09223f1ebb2bab588c94081c> /usr/lib/libgermantok.dylib
       0x18a224000 -        0x18a27bfff  CoreNLP arm64  <6ee51de94ef53e0581d2e02a00bdaa96> /System/Library/PrivateFrameworks/CoreNLP.framework/CoreNLP
       0x18a27c000 -        0x18a44dfff  MobileSpotlightIndex arm64  <0dbda49f46fa35a5afff44b2514db83c> /System/Library/PrivateFrameworks/MobileSpotlightIndex.framework/MobileSpotlightIndex
       0x18a44e000 -        0x18a4affff  CoreSpotlight arm64  <b20d897415db34b3a5020f3ed90de711> /System/Library/Frameworks/CoreSpotlight.framework/CoreSpotlight
       0x18a4bc000 -        0x18b01dfff  JavaScriptCore arm64  <5037fc680dcb3b3d9819a375cf798f4f> /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore
       0x18b01e000 -        0x18b023fff  libheimdal-asn1.dylib arm64  <e05c6a5c6e9c31b7b77de93bffa04ec6> /usr/lib/libheimdal-asn1.dylib
       0x18b024000 -        0x18b09ffff  libate.dylib arm64  <9b79be10c08736b397ef06920b5d9a22> /usr/lib/libate.dylib
       0x18b0a0000 -        0x18b154fff  TextureIO arm64  <b5852ba51db534d893d1f8b6bf5af3c5> /System/Library/PrivateFrameworks/TextureIO.framework/TextureIO
       0x18b155000 -        0x18b21ffff  CoreUI arm64  <5b1aadadc936328db96ad35b5b301850> /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
       0x18b220000 -        0x18b229fff  MobileIcons arm64  <1f2e75af8930391396411577077f1680> /System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons
       0x18b22a000 -        0x18b238fff  AppleFSCompression arm64  <0faf45b120053801bbaf97954d6e3dd4> /System/Library/PrivateFrameworks/AppleFSCompression.framework/AppleFSCompression
       0x18b239000 -        0x18b291fff  TextInput arm64  <3c0b74e0fbe43fe9abbeb20cd9336f2a> /System/Library/PrivateFrameworks/TextInput.framework/TextInput
       0x18b292000 -        0x18b2bafff  libxslt.1.dylib arm64  <afd62d51467a31f086fd50ba6d522fa0> /usr/lib/libxslt.1.dylib
       0x18b2bb000 -        0x18b2effff  DataDetectorsCore arm64  <0a5df1c450143c448bca483b0442deaf> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/DataDetectorsCore
       0x18b2f0000 -        0x18b383fff  FileProvider arm64  <23494a23c54d3372b651e89a5eab8c49> /System/Library/Frameworks/FileProvider.framework/FileProvider
       0x18b476000 -        0x18b54dfff  ProofReader arm64  <8f7eaef096183441aaa6bcbc4f2f7550> /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader
       0x18b54e000 -        0x18b562fff  libAccessibility.dylib arm64  <c2ae8d98d410345a97add95c19a1d6d7> /usr/lib/libAccessibility.dylib
       0x18b563000 -        0x18ba09fff  libwebrtc.dylib arm64  <fc518ee99a7a36b1beba891836b24115> /System/Library/PrivateFrameworks/WebCore.framework/Frameworks/libwebrtc.dylib
       0x18ba0a000 -        0x18ba6cfff  ContactsFoundation arm64  <957d69d66b6e317d90ce669eda861706> /System/Library/PrivateFrameworks/ContactsFoundation.framework/ContactsFoundation
       0x18ba6d000 -        0x18d136fff  WebCore arm64  <c3f1cacffa143b47bdc452cde9213eda> /System/Library/PrivateFrameworks/WebCore.framework/WebCore
       0x18d137000 -        0x18d2bafff  WebKitLegacy arm64  <3a71810a4d5e363892f8ac31952fe314> /System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy
       0x18d2bb000 -        0x18d2e3fff  DataAccessExpress arm64  <8e3311f934e53459b1a50a56a8f072e1> /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress
       0x18d2e4000 -        0x18d37efff  AddressBookLegacy arm64  <9f96f3b0e89b37b38c4a0ac13b9fed3d> /System/Library/PrivateFrameworks/AddressBookLegacy.framework/AddressBookLegacy
       0x18d37f000 -        0x18d3dafff  ProtectedCloudStorage arm64  <97c44905d98f3aeda54d5e18852fdb1c> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/ProtectedCloudStorage
       0x18d3db000 -        0x18d407fff  UserNotifications arm64  <af5da8910e8133b7af31685569872ba5> /System/Library/Frameworks/UserNotifications.framework/UserNotifications
       0x18d408000 -        0x18d413fff  AppleIDAuthSupport arm64  <9a58a7b3913a36e7b80931230c9adac1> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/AppleIDAuthSupport
       0x18d414000 -        0x18d464fff  AuthKit arm64  <7b2eebc84315383e94b83f787ed9a111> /System/Library/PrivateFrameworks/AuthKit.framework/AuthKit
       0x18d48f000 -        0x18d4e3fff  DocumentManager arm64  <8263ec0a6c883222a26bc072300c77db> /System/Library/Frameworks/UIKit.framework/Frameworks/DocumentManager.framework/DocumentManager
       0x18d4e4000 -        0x18e562fff  UIKit arm64  <f8ce0f3965e430a483eb07f32b5ea991> /System/Library/Frameworks/UIKit.framework/UIKit
       0x18e563000 -        0x18e575fff  DocumentManagerCore arm64  <1b0d69ce2d613b8a867a77e9f1b33989> /System/Library/PrivateFrameworks/DocumentManagerCore.framework/DocumentManagerCore
       0x18e576000 -        0x18e57afff  HangTracer arm64  <03caf892e5c637ae91f8f122ccafcfe3> /System/Library/PrivateFrameworks/HangTracer.framework/HangTracer
       0x18e57b000 -        0x18e5ccfff  PhysicsKit arm64  <1cb1907390353c898fffd99cd5610e81> /System/Library/PrivateFrameworks/PhysicsKit.framework/PhysicsKit
       0x18e5cd000 -        0x18e5cffff  StudyLog arm64  <9b96f921e00c3c28923639f879fbea28> /System/Library/PrivateFrameworks/StudyLog.framework/StudyLog
       0x18e5d0000 -        0x18e6affff  UIFoundation arm64  <2431175d036e3f2d8cb0e7a6b0d1466f> /System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation
       0x18e6b0000 -        0x18e7cefff  CloudKit arm64  <e857b65d67d33f92a409ba1f743a399e> /System/Library/Frameworks/CloudKit.framework/CloudKit
       0x18e7cf000 -        0x18e7cffff  IntentsFoundation arm64  <a2fbab6d9cef39b4801fc0b07b0ee342> /System/Library/PrivateFrameworks/IntentsFoundation.framework/IntentsFoundation
       0x18e7d0000 -        0x18e8ecfff  Network arm64  <ad0700a8317d378c92c0b3d6b8bd3bd4> /System/Library/PrivateFrameworks/Network.framework/Network
       0x18e8ed000 -        0x18eaf4fff  Intents arm64  <10d12a311d1932ee8aca5151e1b51d88> /System/Library/Frameworks/Intents.framework/Intents
       0x18eaf5000 -        0x18eb0ffff  libresolv.9.dylib arm64  <7c4f57d578193d9fa2b41e55d2df2db2> /usr/lib/libresolv.9.dylib
       0x18eb10000 -        0x18eb12fff  CoreDuetDebugLogging arm64  <54c6a0c800a536efb318b67f910d62a1> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/CoreDuetDebugLogging
       0x18eb13000 -        0x18eb48fff  libtidy.A.dylib arm64  <cb3e6b9eb9e132d68a4ff455ab5eb4f7> /usr/lib/libtidy.A.dylib
       0x18eb49000 -        0x18ec78fff  CoreDuet arm64  <9b8c0d8a045c39808e729680f7a02acf> /System/Library/PrivateFrameworks/CoreDuet.framework/CoreDuet
       0x18ec79000 -        0x18ec98fff  CoreDuetContext arm64  <c702b6b7aba33523bda6faad8361f38c> /System/Library/PrivateFrameworks/CoreDuetContext.framework/CoreDuetContext
       0x18ec99000 -        0x18ecadfff  CoreDuetDaemonProtocol arm64  <40eb67e397ef314886482b11e8022677> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/CoreDuetDaemonProtocol
       0x18ecae000 -        0x18ed19fff  IMFoundation arm64  <6b4b6b92108e33baa7f8381d42cccfec> /System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation
       0x18ed1a000 -        0x18ed48fff  vCard arm64  <3752e374279634088834401ad0220ce8> /System/Library/PrivateFrameworks/vCard.framework/vCard
       0x18ed49000 -        0x18ee56fff  Contacts arm64  <1591a177f0c33f73ad8cc2de14c743ff> /System/Library/Frameworks/Contacts.framework/Contacts
       0x18ee57000 -        0x18ee58fff  DiagnosticLogCollection arm64  <cc7806b2a4ad32bfaab285d7323ba272> /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/DiagnosticLogCollection
       0x18ee59000 -        0x18ee5afff  Marco arm64  <865c2a3744c13039941e7f92aaf9bcaf> /System/Library/PrivateFrameworks/Marco.framework/Marco
       0x18ee5b000 -        0x18ee65fff  MessageProtection arm64  <6dd7d2b068083337830d3fac1c9cef2b> /System/Library/PrivateFrameworks/MessageProtection.framework/MessageProtection
       0x18ee66000 -        0x18f174fff  StoreServices arm64  <fb60d94f6f79343ea2931e936b6de0bc> /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices
       0x18f175000 -        0x18f18cfff  Engram arm64  <fceb747ff3b531f7b4027a12656fdcca> /System/Library/PrivateFrameworks/Engram.framework/Engram
       0x18f18d000 -        0x18f27dfff  IDSFoundation arm64  <08d21d4abe023b57bc062df7b9f71f1b> /System/Library/PrivateFrameworks/IDSFoundation.framework/IDSFoundation
       0x18f27e000 -        0x18f289fff  CaptiveNetwork arm64  <b7526b28ec6b3a089803ed3aee798ca2> /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork
       0x18f28a000 -        0x18f2b8fff  EAP8021X arm64  <ee33103cb73d375fac78cab0e9a64be2> /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X
       0x18f2b9000 -        0x18f2f3fff  MobileWiFi arm64  <82fb4980e6053e0badca33aa5dde8957> /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi
       0x18f2f4000 -        0x18f2f6fff  OAuth arm64  <5625c4fc795136469ed6983973f33dd5> /System/Library/PrivateFrameworks/OAuth.framework/OAuth
       0x18f2f7000 -        0x18f2f9fff  CommonAuth arm64  <8455c7ba72b938899f6f32067e1de0d9> /System/Library/PrivateFrameworks/CommonAuth.framework/CommonAuth
       0x18f2fa000 -        0x18f368fff  Heimdal arm64  <d1aba4a16eee3cee9133bae84f8f3159> /System/Library/PrivateFrameworks/Heimdal.framework/Heimdal
       0x18f369000 -        0x18f392fff  GSS arm64  <3595359311433789b5dd92832540f3aa> /System/Library/Frameworks/GSS.framework/GSS
       0x18f393000 -        0x18f3aafff  ApplePushService arm64  <613a5a854a4c3c87bb81f3177f4b0865> /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService
       0x18f3ab000 -        0x18f442fff  AccountsDaemon arm64  <1d435ebf3288320b865f40b605b5408f> /System/Library/PrivateFrameworks/AccountsDaemon.framework/AccountsDaemon
       0x18f443000 -        0x18f467fff  AppleIDSSOAuthentication arm64  <816bd8130fca33b7a218820dd1d2679b> /System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/AppleIDSSOAuthentication
       0x18f468000 -        0x18f4e0fff  AppleAccount arm64  <7eec817466d93d07bfac97e7cedb4d60> /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount
       0x18f4e1000 -        0x18f617fff  CoreUtils arm64  <6170a002e2203fc8a39b6607d40ede58> /System/Library/PrivateFrameworks/CoreUtils.framework/CoreUtils
       0x18f618000 -        0x18f72efff  IDS arm64  <16a330e0018b33738d123c494e800dbc> /System/Library/PrivateFrameworks/IDS.framework/IDS
       0x18f72f000 -        0x18f752fff  MediaServices arm64  <8b5314e242a83855b004ab611ea54e3c> /System/Library/PrivateFrameworks/MediaServices.framework/MediaServices
       0x18f753000 -        0x18f90afff  MediaRemote arm64  <217cb8eb6a7d33b5a9e1032e5488ffd3> /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote
       0x18f90b000 -        0x18f923fff  UserManagement arm64  <64bd9de97b9f359594a20aabe0068e3e> /System/Library/PrivateFrameworks/UserManagement.framework/UserManagement
       0x18f924000 -        0x18f933fff  MobileBluetooth arm64  <d5c5f24eb2183443b785505f90797845> /System/Library/PrivateFrameworks/MobileBluetooth.framework/MobileBluetooth
       0x18f934000 -        0x18f964fff  Bom arm64  <5ae2739d04103a60860a53eb4f696782> /System/Library/PrivateFrameworks/Bom.framework/Bom
       0x18f965000 -        0x18f969fff  CommunicationsFilter arm64  <a31562e7c15830f3a058cac38e6e1181> /System/Library/PrivateFrameworks/CommunicationsFilter.framework/CommunicationsFilter
       0x18f96a000 -        0x18f98ffff  FTAWD arm64  <4eb35e0a28ae30c5bdffec2ff4b899ab> /System/Library/PrivateFrameworks/FTAWD.framework/FTAWD
       0x18f990000 -        0x18f9e3fff  FTServices arm64  <ee7a0745bd6f3afebb004f6e31abf084> /System/Library/PrivateFrameworks/FTServices.framework/FTServices
       0x18f9e4000 -        0x18fa35fff  WirelessProximity arm64  <7799210b944235189b44234a063a8be8> /System/Library/PrivateFrameworks/WirelessProximity.framework/WirelessProximity
       0x18fa36000 -        0x18fa40fff  ProactiveEventTracker arm64  <2e40ee934a5e3022a56ff8f8c4228860> /System/Library/PrivateFrameworks/ProactiveEventTracker.framework/ProactiveEventTracker
       0x18fa41000 -        0x18fa8ffff  ChunkingLibrary arm64  <7672d15e44c93f5f8a3d56488773d22a> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/ChunkingLibrary
       0x18fa90000 -        0x18fa9cfff  libnetworkextension.dylib arm64  <272813d05f9430979f4ee0ee6384bf61> /usr/lib/libnetworkextension.dylib
       0x18fa9d000 -        0x18fac1fff  AddressBook arm64  <60347d6b0b96393796c3cea7c779a4b2> /System/Library/Frameworks/AddressBook.framework/AddressBook
       0x18fac2000 -        0x1908c3fff  ModelIO arm64  <1c48931b7535303c95f55caedee9e32d> /System/Library/Frameworks/ModelIO.framework/ModelIO
       0x1908c4000 -        0x190a58fff  NetworkExtension arm64  <e84f039200df36debb7cb251f82a69b9> /System/Library/Frameworks/NetworkExtension.framework/NetworkExtension
       0x190a59000 -        0x190ea5fff  SiriTTS arm64  <ca5f1c3d0d893c05bc0790509b89a26d> /System/Library/PrivateFrameworks/SiriTTS.framework/SiriTTS
       0x190ea6000 -        0x190f00fff  SAObjects arm64  <23ce3832c03f34f19accad50e0a0fb7e> /System/Library/PrivateFrameworks/SAObjects.framework/SAObjects
       0x190f01000 -        0x190f3ffff  VoiceServices arm64  <a17ca03e5e39393aaec10950b9ad8e55> /System/Library/PrivateFrameworks/VoiceServices.framework/VoiceServices
       0x190f40000 -        0x190f70fff  GLKit arm64  <c38901bef3573ed896eb6c7dd3ac6364> /System/Library/Frameworks/GLKit.framework/GLKit
       0x190f71000 -        0x191056fff  AssistantServices arm64  <056177456cc934dd9c4024dfaab0f6bf> /System/Library/PrivateFrameworks/AssistantServices.framework/AssistantServices
       0x191057000 -        0x191075fff  AssetCacheServices arm64  <14148e4386e73186a62a37a4c1436605> /System/Library/PrivateFrameworks/AssetCacheServices.framework/AssetCacheServices
       0x191076000 -        0x191130fff  NetworkServiceProxy arm64  <3542ac752ae93bdf8b052b1c864c42a6> /System/Library/PrivateFrameworks/NetworkServiceProxy.framework/NetworkServiceProxy
       0x191131000 -        0x191222fff  MMCS arm64  <8e94bb24e1ad37b39c3895c32813348b> /System/Library/PrivateFrameworks/MMCS.framework/MMCS
       0x191223000 -        0x19122ffff  BluetoothManager arm64  <15402838a4713448b995f158f10a49f7> /System/Library/PrivateFrameworks/BluetoothManager.framework/BluetoothManager
       0x191230000 -        0x1912a0fff  CoreDAV arm64  <378358a925753c8ca1d28ab5335c7849> /System/Library/PrivateFrameworks/CoreDAV.framework/CoreDAV
       0x1912a1000 -        0x1912d6fff  iCalendar arm64  <6cd4994cd6ac31dc81707f4cbba4dae3> /System/Library/PrivateFrameworks/iCalendar.framework/iCalendar
       0x1912d7000 -        0x1912e4fff  PersonaKit arm64  <dadf0bdaa9bf303baa9e1046da37fd9f> /System/Library/PrivateFrameworks/PersonaKit.framework/PersonaKit
       0x1912e5000 -        0x19133ffff  CalendarFoundation arm64  <84c86b1af6263b6a82c1fa6c5c94e590> /System/Library/PrivateFrameworks/CalendarFoundation.framework/CalendarFoundation
       0x191340000 -        0x19136dfff  PhotosFormats arm64  <60c666c2594931379d5aebc0b847bfb7> /System/Library/PrivateFrameworks/PhotosFormats.framework/PhotosFormats
       0x19136e000 -        0x19140bfff  CalendarDatabase arm64  <230ebaa77aa93deeba0d588b35259b10> /System/Library/PrivateFrameworks/CalendarDatabase.framework/CalendarDatabase
       0x19140c000 -        0x19145cfff  CalendarDaemon arm64  <ee7218ed873c3c2588e1c51768855adb> /System/Library/PrivateFrameworks/CalendarDaemon.framework/CalendarDaemon
       0x19145d000 -        0x191576fff  CloudPhotoLibrary arm64  <b1025b86e3d831c6836c5cb3698ca289> /System/Library/PrivateFrameworks/CloudPhotoLibrary.framework/CloudPhotoLibrary
       0x191577000 -        0x191659fff  EventKit arm64  <6ea4d3e7617b392fbf16b4a4ba99ac72> /System/Library/Frameworks/EventKit.framework/EventKit
       0x19165a000 -        0x191684fff  AssetsLibraryServices arm64  <af4dd8bf359a3ab8b02ebe8c418947c9> /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices
       0x191685000 -        0x1916b9fff  ACTFramework arm64  <977f6698f49038b79fff67c783477b8e> /System/Library/PrivateFrameworks/ACTFramework.framework/ACTFramework
       0x1916ba000 -        0x1916dafff  DCIMServices arm64  <1b541e7837803064af0e9f011991282f> /System/Library/PrivateFrameworks/DCIMServices.framework/DCIMServices
       0x1916db000 -        0x191816fff  CoreMediaStream arm64  <193d543866c536cda65047f741c3ed74> /System/Library/PrivateFrameworks/CoreMediaStream.framework/CoreMediaStream
       0x191817000 -        0x19181efff  XPCKit arm64  <f4572f263382392fa9cc008fb5c0302e> /System/Library/PrivateFrameworks/XPCKit.framework/XPCKit
       0x19181f000 -        0x191903fff  CameraKit arm64  <bed0c4f7ae1c3fe2a3d2868721ae9f8c> /System/Library/PrivateFrameworks/CameraKit.framework/CameraKit
       0x191904000 -        0x19191cfff  CloudPhotoServices arm64  <0d5f9ccc560d3d7481ba785f975989c1> /System/Library/PrivateFrameworks/CloudPhotoServices.framework/CloudPhotoServices
       0x19191d000 -        0x191928fff  CoreRecents arm64  <e53eb9b80a313789a220f1ae5183f9b8> /System/Library/PrivateFrameworks/CoreRecents.framework/CoreRecents
       0x191929000 -        0x191947fff  MediaStream arm64  <b7408d4da0f838d98408a752c56eeeeb> /System/Library/PrivateFrameworks/MediaStream.framework/MediaStream
       0x191948000 -        0x191d6dfff  PhotoLibraryServices arm64  <4143d281e62431ee9dfa0c7652ccb0ab> /System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices
       0x191d6e000 -        0x191da3fff  PrototypeTools arm64  <3e6cb4b7b5963c55ac06b1ab7317c69c> /System/Library/PrivateFrameworks/PrototypeTools.framework/PrototypeTools
       0x191da4000 -        0x191e2dfff  CoreSymbolication arm64  <bec7481bde963b16bcab4fc8d2bffbc4> /System/Library/PrivateFrameworks/CoreSymbolication.framework/CoreSymbolication
       0x191e2e000 -        0x191f5afff  SearchFoundation arm64  <541bd939dc853e898a9c279dc9991c87> /System/Library/PrivateFrameworks/SearchFoundation.framework/SearchFoundation
       0x191f5b000 -        0x191f61fff  IncomingCallFilter arm64  <6e1f7dcfa63d39a7a167f99cfa161bca> /System/Library/PrivateFrameworks/IncomingCallFilter.framework/IncomingCallFilter
       0x191f62000 -        0x192015fff  iTunesStore arm64  <b0a79cc44fb637528b9abc03a6f4db92> /System/Library/PrivateFrameworks/iTunesStore.framework/iTunesStore
       0x192016000 -        0x19201cfff  libtzupdate.dylib arm64  <9bfe406a794036219681465b6c11db55> /usr/lib/libtzupdate.dylib
       0x19201d000 -        0x19218bfff  Preferences arm64  <741c490db1313e63a7d1285cd2596ec4> /System/Library/PrivateFrameworks/Preferences.framework/Preferences
       0x19218c000 -        0x192193fff  CoreTime arm64  <a968eb348dc33f83acef60fd12446ceb> /System/Library/PrivateFrameworks/CoreTime.framework/CoreTime
       0x192194000 -        0x1922fffff  CVML arm64  <3789e7e736b83ea7ac7195c1a042cf6a> /System/Library/PrivateFrameworks/CVML.framework/CVML
       0x192300000 -        0x19234dfff  CoreAppleCVA arm64  <305df7eb28b5308bac9815923f4985b1> /System/Library/PrivateFrameworks/CoreAppleCVA.framework/CoreAppleCVA
       0x19234e000 -        0x192388fff  DifferentialPrivacy arm64  <e36140a770b836e2b3ec41dfab5dc183> /System/Library/PrivateFrameworks/DifferentialPrivacy.framework/DifferentialPrivacy
       0x192395000 -        0x19250ffff  AppleCVA arm64  <41ef9c9831013bcf86df23db6d3039b0> /System/Library/PrivateFrameworks/AppleCVA.framework/AppleCVA
       0x192510000 -        0x1925a0fff  Montreal arm64  <c9bf79cd70d33c8fabdeb8dd6d62bf70> /System/Library/PrivateFrameworks/Montreal.framework/Montreal
       0x1925a1000 -        0x1927c3fff  Espresso arm64  <f0628fb67a37313ea51f514fd3230d76> /System/Library/PrivateFrameworks/Espresso.framework/Espresso
       0x1927c4000 -        0x1927c7fff  MobileSystemServices arm64  <e4fd6cedc6103da6b2d05b04e45a5f3d> /System/Library/PrivateFrameworks/MobileSystemServices.framework/MobileSystemServices
       0x1927c8000 -        0x192919fff  Photos arm64  <35be6d570edd3d5e8ac8a6b145236685> /System/Library/Frameworks/Photos.framework/Photos
       0x19291a000 -        0x192ae5fff  CoreML arm64  <80ba174d6a153c34a556a7b287344232> /System/Library/Frameworks/CoreML.framework/CoreML
       0x192ae6000 -        0x192aeafff  CoreOptimization arm64  <80f64c09a26b325a9a0a981a23671f2d> /System/Library/PrivateFrameworks/CoreOptimization.framework/CoreOptimization
       0x192aeb000 -        0x192b36fff  SafariCore arm64  <fb3739944b943536bf02a3c57bcdfca7> /System/Library/PrivateFrameworks/SafariCore.framework/SafariCore
       0x192b37000 -        0x192b94fff  CorePrediction arm64  <0f9dabcb82053af697ab69533e838fa2> /System/Library/PrivateFrameworks/CorePrediction.framework/CorePrediction
       0x192b95000 -        0x192c91fff  Navigation arm64  <7a9cb461bf02381fa026d736145412c7> /System/Library/PrivateFrameworks/Navigation.framework/Navigation
       0x192c92000 -        0x192ca9fff  ContactsDonation arm64  <f48974fa738c32a492a5d587d4714378> /System/Library/PrivateFrameworks/ContactsDonation.framework/ContactsDonation
       0x192caa000 -        0x192cd6fff  Futhark arm64  <bf235b86b8b73d409cc7fd74592117d8> /System/Library/PrivateFrameworks/Futhark.framework/Futhark
       0x192cd7000 -        0x192d1afff  NanoRegistry arm64  <89cd9570595332428856ee28182baabd> /System/Library/PrivateFrameworks/NanoRegistry.framework/NanoRegistry
       0x192d1b000 -        0x192d6dfff  ToneLibrary arm64  <973f74467c953f92ab1b2f58fcce727b> /System/Library/PrivateFrameworks/ToneLibrary.framework/ToneLibrary
       0x192d6e000 -        0x192d7ffff  BaseBoardUI arm64  <270d2f006ee23ab581f0b552d45a75a0> /System/Library/PrivateFrameworks/BaseBoardUI.framework/BaseBoardUI
       0x192d80000 -        0x192dd7fff  ContactsUICore arm64  <76397a63e83735faadde51b9e0a5910e> /System/Library/PrivateFrameworks/ContactsUICore.framework/ContactsUICore
       0x192dd8000 -        0x192f3bfff  ContactsUI arm64  <6dc7d0bd0ca53addb3b9752eb80f8fe7> /System/Library/Frameworks/ContactsUI.framework/ContactsUI
       0x192f3c000 -        0x193017fff  CorePDF arm64  <094152970a1d3795bea2193509c9aa7c> /System/Library/PrivateFrameworks/CorePDF.framework/CorePDF
       0x193018000 -        0x193279fff  Vision arm64  <7858f139035533e88f8ece2df4e9779b> /System/Library/Frameworks/Vision.framework/Vision
       0x19327a000 -        0x1936d7fff  WebKit arm64  <92a4fca930c23600a76d9bc9dcf79789> /System/Library/Frameworks/WebKit.framework/WebKit
       0x1936d8000 -        0x19378efff  BulletinBoard arm64  <55e3a30ccae23e409d24b0bddaf9f658> /System/Library/PrivateFrameworks/BulletinBoard.framework/BulletinBoard
       0x19378f000 -        0x193794fff  ConstantClasses arm64  <73d3d9dc12313ec89aa75cc4636d65a5> /System/Library/PrivateFrameworks/ConstantClasses.framework/ConstantClasses
       0x193795000 -        0x19379dfff  CertUI arm64  <ebd5a002bf403d0da06a06a3d00237d6> /System/Library/PrivateFrameworks/CertUI.framework/CertUI
       0x19379e000 -        0x1937e2fff  AXRuntime arm64  <cd7175ce343335039b5d7f34c42b5448> /System/Library/PrivateFrameworks/AXRuntime.framework/AXRuntime
       0x1937e3000 -        0x19381afff  ScreenReaderCore arm64  <cad2993ea3a53eb286ce006435f37725> /System/Library/PrivateFrameworks/ScreenReaderCore.framework/ScreenReaderCore
       0x19381b000 -        0x19383ffff  TextToSpeech arm64  <c1a56cc3101c34d282259e6774740ec8> /System/Library/PrivateFrameworks/TextToSpeech.framework/TextToSpeech
       0x193840000 -        0x193883fff  CoreMIDI arm64  <0df076dcfdbd321f90c101262544907b> /System/Library/Frameworks/CoreMIDI.framework/CoreMIDI
       0x193884000 -        0x193921fff  MediaPlatform arm64  <00f9533651b934eb911938d4d5d9a6ae> /System/Library/PrivateFrameworks/MediaPlatform.framework/MediaPlatform
       0x193922000 -        0x19398bfff  WebBookmarks arm64  <c2dcdb1e4ad836fe9dbc881e111c9041> /System/Library/PrivateFrameworks/WebBookmarks.framework/WebBookmarks
       0x19398c000 -        0x193993fff  DAAPKit arm64  <f32c6621821a318fa0749e99a652abca> /System/Library/PrivateFrameworks/DAAPKit.framework/DAAPKit
       0x193994000 -        0x193996fff  libAXSafeCategoryBundle.dylib arm64  <2fd3c20fc67a3b5b88f2ab8e1b03ccf5> /usr/lib/libAXSafeCategoryBundle.dylib
       0x193997000 -        0x1939a1fff  libAXSpeechManager.dylib arm64  <8258307b9953354eb98ed7669869647c> /usr/lib/libAXSpeechManager.dylib
       0x1939a2000 -        0x193a85fff  AccessibilityUtilities arm64  <52222b1cb0ce3510bf408438f8c9fc94> /System/Library/PrivateFrameworks/AccessibilityUtilities.framework/AccessibilityUtilities
       0x193a86000 -        0x193da8fff  MediaLibraryCore arm64  <0c1da3ba61bf3cee99da5119a81a833d> /System/Library/PrivateFrameworks/MediaLibraryCore.framework/MediaLibraryCore
       0x193da9000 -        0x193da9fff  AdSupport arm64  <1075f932c9433a9b9611b7e9683220e4> /System/Library/Frameworks/AdSupport.framework/AdSupport
       0x193daa000 -        0x194033fff  MusicLibrary arm64  <3c170b8195fd31b89fd14328e3641f08> /System/Library/PrivateFrameworks/MusicLibrary.framework/MusicLibrary
       0x194034000 -        0x194707fff  VectorKit arm64  <1985393e1fcb318e88282ecd3161d221> /System/Library/PrivateFrameworks/VectorKit.framework/VectorKit
       0x194708000 -        0x194944fff  MapKit arm64  <acd4316f75613a13ba1c63b7d5725316> /System/Library/Frameworks/MapKit.framework/MapKit
       0x194945000 -        0x194ad5fff  iTunesCloud arm64  <34be1b618d0930ba8be2d70e6682af27> /System/Library/PrivateFrameworks/iTunesCloud.framework/iTunesCloud
       0x194ad6000 -        0x194b7bfff  HomeSharing arm64  <c8dae9643d403eac91d3f4a0217cfde7> /System/Library/PrivateFrameworks/HomeSharing.framework/HomeSharing
       0x194b7c000 -        0x194beffff  WebInspector arm64  <3a221525a3ff3e31869c8c235168805c> /System/Library/PrivateFrameworks/WebInspector.framework/WebInspector
       0x194bf0000 -        0x194ce7fff  ITMLKit arm64  <53d9390f0f0439998075a7dd215a45df> /System/Library/PrivateFrameworks/ITMLKit.framework/ITMLKit
       0x194ce8000 -        0x194cf7fff  NanoPreferencesSync arm64  <293e8eb9c5843f8db0e17b6076bce896> /System/Library/PrivateFrameworks/NanoPreferencesSync.framework/NanoPreferencesSync
       0x194cf8000 -        0x195158fff  MediaPlayer arm64  <531f64e936f53790b1a69ad2c5804e89> /System/Library/Frameworks/MediaPlayer.framework/MediaPlayer
       0x195159000 -        0x19517dfff  MobileInstallation arm64  <b4bbd3b88c6135e08bd37be4f3d3a627> /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation
       0x19517e000 -        0x195185fff  EmailAddressing arm64  <21b9533aaad03cb692c2f6057ef2d0df> /System/Library/PrivateFrameworks/EmailAddressing.framework/EmailAddressing
       0x195186000 -        0x195187fff  MessageSupport arm64  <1d70381bc2ec3fa89552a521bf5d6005> /System/Library/PrivateFrameworks/MessageSupport.framework/MessageSupport
       0x195188000 -        0x19518afff  InternationalTextSearch arm64  <37b5ac25673c3f6cab5588d5a5eb4db3> /System/Library/PrivateFrameworks/InternationalTextSearch.framework/InternationalTextSearch
       0x19518b000 -        0x1951e5fff  MIME arm64  <3097f98ea1243d969095a9d3fa48a78f> /System/Library/PrivateFrameworks/MIME.framework/MIME
       0x1951e6000 -        0x195217fff  ProactiveSupport arm64  <259728adf9043227b3051a29e3704b89> /System/Library/PrivateFrameworks/ProactiveSupport.framework/ProactiveSupport
       0x195218000 -        0x19524ffff  Notes arm64  <c676912c88093465b5c29c752335d8b8> /System/Library/PrivateFrameworks/Notes.framework/Notes
       0x195250000 -        0x195301fff  TelephonyUtilities arm64  <f7938c75214234f89c39954610c5f0e5> /System/Library/PrivateFrameworks/TelephonyUtilities.framework/TelephonyUtilities
       0x195302000 -        0x19533cfff  CalendarUIKit arm64  <6e6df41823013cf2a4bc8c7fb78bcb1e> /System/Library/PrivateFrameworks/CalendarUIKit.framework/CalendarUIKit
       0x19533d000 -        0x195354fff  AccessibilityUIUtilities arm64  <645cfba043203d469e601ea8d2466235> /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AccessibilityUIUtilities.framework/AccessibilityUIUtilities
       0x195355000 -        0x1953b0fff  DataAccess arm64  <bdcc0c5677e3325197678bf4e0fff407> /System/Library/PrivateFrameworks/DataAccess.framework/DataAccess
       0x1953b1000 -        0x1953c4fff  AssetsLibrary arm64  <e200a54807d132cb928829063baebe19> /System/Library/Frameworks/AssetsLibrary.framework/AssetsLibrary
       0x1953c5000 -        0x1955a1fff  EventKitUI arm64  <13b4e76e2f4431beaeebb08751688ad1> /System/Library/Frameworks/EventKitUI.framework/EventKitUI
       0x1955a2000 -        0x1955fdfff  AXMediaUtilities arm64  <a8284b09798339b1907eca49d19c7324> /System/Library/PrivateFrameworks/AXMediaUtilities.framework/AXMediaUtilities
       0x1955fe000 -        0x195671fff  UIAccessibility arm64  <3b3ce36b174f3eb0924190010c595f6b> /System/Library/PrivateFrameworks/UIAccessibility.framework/UIAccessibility
       0x195672000 -        0x19568bfff  CloudServices arm64  <fab68f868e1038b0b267173565483a2c> /System/Library/PrivateFrameworks/CloudServices.framework/CloudServices
       0x19568c000 -        0x195692fff  SearchToSharePredictions arm64  <c7ff40e50f883c4ca37c045555df528e> /System/Library/PrivateFrameworks/SearchToSharePredictions.framework/SearchToSharePredictions
       0x195693000 -        0x195733fff  Social arm64  <7f23e436784433e89e2eeeb3e9f77bba> /System/Library/Frameworks/Social.framework/Social
       0x195734000 -        0x195747fff  KeychainCircle arm64  <e1f1e596443235ceb901e9859bb81a5a> /System/Library/PrivateFrameworks/KeychainCircle.framework/KeychainCircle
       0x195748000 -        0x1957adfff  RemoteUI arm64  <8a58c4ff4cdf3e55becd531636c82a52> /System/Library/PrivateFrameworks/RemoteUI.framework/RemoteUI
       0x1957ae000 -        0x1957c4fff  CoreCDP arm64  <592c6554032e3dbb982ca87caac6dae0> /System/Library/PrivateFrameworks/CoreCDP.framework/CoreCDP
       0x1957c5000 -        0x1957dbfff  CoreFollowUp arm64  <b52808572bf03ac4a1cd47161bf131cb> /System/Library/PrivateFrameworks/CoreFollowUp.framework/CoreFollowUp
       0x1957dc000 -        0x19584bfff  CoreSuggestions arm64  <898c8d6e377a3e76a0545be061cdceb9> /System/Library/PrivateFrameworks/CoreSuggestions.framework/CoreSuggestions
       0x19584c000 -        0x19585cfff  MailServices arm64  <514704b94a2a38c0a6f06e6cf8ab8cdb> /System/Library/PrivateFrameworks/MailServices.framework/MailServices
       0x19585d000 -        0x1958effff  CoreRecognition arm64  <8e71ab6e2dbf3debbb0a68d66c3c4c4e> /System/Library/PrivateFrameworks/CoreRecognition.framework/CoreRecognition
       0x1958f0000 -        0x195910fff  MailSupport arm64  <e6f35403fb2a35afbb7e2fb1f7311fef> /System/Library/PrivateFrameworks/MailSupport.framework/MailSupport
       0x195911000 -        0x195a60fff  Message arm64  <2e3abb3301863a819f15ddc98de74833> /System/Library/PrivateFrameworks/Message.framework/Message
       0x195a61000 -        0x195c7ffff  libmecabra.dylib arm64  <8369fa97b4753ef9a370cdb59ad902cc> /usr/lib/libmecabra.dylib
       0x195c80000 -        0x195d21fff  CoreParsec arm64  <a7e97561147c3dab803a05b5ed09128a> /System/Library/PrivateFrameworks/CoreParsec.framework/CoreParsec
       0x195d22000 -        0x195d51fff  AirTraffic arm64  <0af9202734ee3368aed0bd01338c729b> /System/Library/PrivateFrameworks/AirTraffic.framework/AirTraffic
       0x195d52000 -        0x195d83fff  SharedUtils arm64  <d63aa21fc4d633bcb1c39f3f13b4c75e> /System/Library/Frameworks/LocalAuthentication.framework/Support/SharedUtils.framework/SharedUtils
       0x195d84000 -        0x195dbefff  ContactsAutocomplete arm64  <add0707df68830ca84b4b0c48e9404d4> /System/Library/PrivateFrameworks/ContactsAutocomplete.framework/ContactsAutocomplete
       0x195dbf000 -        0x195e88fff  VideoSubscriberAccount arm64  <f6c7d038672534579c5e5a2aef4c73b9> /System/Library/Frameworks/VideoSubscriberAccount.framework/VideoSubscriberAccount
       0x195e89000 -        0x195eb9fff  Pegasus arm64  <75f25085f15b30739b75679e741b1bd8> /System/Library/PrivateFrameworks/Pegasus.framework/Pegasus
       0x195eba000 -        0x195f46fff  AVKit arm64  <cdf40b3645dc34ff8cf779571cdf411f> /System/Library/Frameworks/AVKit.framework/AVKit
       0x195f47000 -        0x195f70fff  AuthKitUI arm64  <285adaeb4db83fe9a7e4c0df2ee463d0> /System/Library/PrivateFrameworks/AuthKitUI.framework/AuthKitUI
       0x195f71000 -        0x195f74fff  FTClientServices arm64  <ca8837cec1ae32368074a4f49e2521b8> /System/Library/PrivateFrameworks/FTClientServices.framework/FTClientServices
       0x195f79000 -        0x195f79fff  MobileObliteration arm64  <a06b58dfe47e35ecb60f7f828a2f310c> /System/Library/PrivateFrameworks/MobileObliteration.framework/MobileObliteration
       0x196156000 -        0x19616cfff  LocalAuthentication arm64  <9feebaa2de7630ba8f248806e30ccdae> /System/Library/Frameworks/LocalAuthentication.framework/LocalAuthentication
       0x19616d000 -        0x19616ffff  ParsecSubscriptionServiceSupport arm64  <976999cfc4653d829a01c072846407a3> /System/Library/PrivateFrameworks/ParsecSubscriptionServiceSupport.framework/ParsecSubscriptionServiceSupport
       0x196170000 -        0x196216fff  SpringBoardFoundation arm64  <eb7be49ada6a3a939201d41774753c38> /System/Library/PrivateFrameworks/SpringBoardFoundation.framework/SpringBoardFoundation
       0x196217000 -        0x19622ffff  CoreInterest arm64  <a0bf712277133da7b43c3eb4100f1a90> /System/Library/PrivateFrameworks/CoreInterest.framework/CoreInterest
       0x196230000 -        0x1964b2fff  SafariShared arm64  <bbe8ec0d16a8371db330ca7c02bc379a> /System/Library/PrivateFrameworks/SafariShared.framework/SafariShared
       0x1964b3000 -        0x1964eefff  WebUI arm64  <a8f854e36b1333d98f735998bc352202> /System/Library/PrivateFrameworks/WebUI.framework/WebUI
       0x1964ef000 -        0x1964fcfff  SetupAssistantSupport arm64  <e064b303a79336968e6d35634a102dc5> /System/Library/PrivateFrameworks/SetupAssistantSupport.framework/SetupAssistantSupport
       0x1964fd000 -        0x196525fff  SetupAssistant arm64  <334293120d713f3b8c6ce065e63864e0> /System/Library/PrivateFrameworks/SetupAssistant.framework/SetupAssistant
       0x19656c000 -        0x19656ffff  HSAAuthentication arm64  <d241287073193410ac6dcce54295b23b> /System/Library/PrivateFrameworks/HSAAuthentication.framework/HSAAuthentication
       0x196570000 -        0x196579fff  MobileStorage arm64  <785f1ca8a50235daa245ad83d62033a1> /System/Library/PrivateFrameworks/MobileStorage.framework/MobileStorage
       0x19657a000 -        0x1965bcfff  ContentIndex arm64  <f9bbc0e903603352b5ce41d8ad7e9803> /System/Library/PrivateFrameworks/ContentIndex.framework/ContentIndex
       0x1965bd000 -        0x1968bbfff  ImageCapture arm64  <b4261a9fc7e9362b986e7d3a981f4b0a> /System/Library/PrivateFrameworks/ImageCapture.framework/ImageCapture
       0x196a8d000 -        0x196aa3fff  iPhotoMigrationSupport arm64  <c8fcd42decb9324db4d19d8ec606f8c3> /System/Library/PrivateFrameworks/iPhotoMigrationSupport.framework/iPhotoMigrationSupport
       0x196aa4000 -        0x196ab5fff  DiagnosticExtensions arm64  <3ed45ebdf0183644ae641c2b23b56ade> /System/Library/PrivateFrameworks/DiagnosticExtensions.framework/DiagnosticExtensions
       0x196ab6000 -        0x196ad7fff  LatentSemanticMapping arm64  <da17c3db75763000a7addc0b381d2b05> /System/Library/PrivateFrameworks/LatentSemanticMapping.framework/LatentSemanticMapping
       0x196ad8000 -        0x196dcbfff  PassKitCore arm64  <f3fe4abf1c1e3fc38d4734c49e754cdf> /System/Library/PrivateFrameworks/PassKitCore.framework/PassKitCore
       0x196dcc000 -        0x196e62fff  PhotoLibrary arm64  <586bbea8b5ed3d1985c209191fc6f3ac> /System/Library/PrivateFrameworks/PhotoLibrary.framework/PhotoLibrary
       0x196e63000 -        0x1971affff  PhotosUICore arm64  <73ee98a4a8f83e69a91a8d64b3205dc2> /System/Library/PrivateFrameworks/PhotosUICore.framework/PhotosUICore
       0x1971b0000 -        0x1971e5fff  TelephonyUI arm64  <0bb5bbac1f273dcdbc78ee999e5d297e> /System/Library/PrivateFrameworks/TelephonyUI.framework/TelephonyUI
       0x1971e6000 -        0x1971fffff  CoreSDB arm64  <e3c49350c08437368947e56820408218> /System/Library/PrivateFrameworks/CoreSDB.framework/CoreSDB
       0x197200000 -        0x197269fff  IMSharedUtilities arm64  <b93c81133d9a32c692a929a544e010fc> /System/Library/PrivateFrameworks/IMSharedUtilities.framework/IMSharedUtilities
       0x19726a000 -        0x197270fff  LinguisticData arm64  <1f5d3a73a4f8312b818489a9af0208d1> /System/Library/PrivateFrameworks/LinguisticData.framework/LinguisticData
       0x19728a000 -        0x197314fff  PhotoEditSupport arm64  <c1bf5560388d3c499a410c44099d8993> /System/Library/PrivateFrameworks/PhotoEditSupport.framework/PhotoEditSupport
       0x197315000 -        0x197328fff  SiriTasks arm64  <fe2dab8a3c633400825b9e1cfd1c1e0e> /System/Library/PrivateFrameworks/SiriTasks.framework/SiriTasks
       0x197329000 -        0x197742fff  PhotosUI arm64  <9c917527f9b33e9f8bef4e85111e706e> /System/Library/Frameworks/PhotosUI.framework/PhotosUI
       0x197743000 -        0x197748fff  ProgressUI arm64  <6f55caf293dd3db0bcd922e480b63a45> /System/Library/PrivateFrameworks/ProgressUI.framework/ProgressUI
       0x197749000 -        0x19784bfff  ResponseKit arm64  <4f7abc9a8f803cb2bff0172b8c69f13e> /System/Library/PrivateFrameworks/ResponseKit.framework/ResponseKit
       0x19784c000 -        0x197879fff  StoreKit arm64  <b598ba07b95d3376bc3485cf69864eb4> /System/Library/Frameworks/StoreKit.framework/StoreKit
       0x19787a000 -        0x1978d1fff  SpringBoardUIServices arm64  <d7b93a846e503cb9aaf58849df8192c1> /System/Library/PrivateFrameworks/SpringBoardUIServices.framework/SpringBoardUIServices
       0x1978dd000 -        0x1978f8fff  EmojiFoundation arm64  <86e9db816e963a5398393175b63f5258> /System/Library/PrivateFrameworks/EmojiFoundation.framework/EmojiFoundation
       0x1978f9000 -        0x197a0cfff  IMDPersistence arm64  <df4d558fe9813c0dbdc82e6155e45b56> /System/Library/PrivateFrameworks/IMDPersistence.framework/IMDPersistence
       0x197a0d000 -        0x197a27fff  MetalKit arm64  <c2651a5f6c9c39838ccd013c63872dcc> /System/Library/Frameworks/MetalKit.framework/MetalKit
       0x197a28000 -        0x197a49fff  GenerationalStorage arm64  <b1b1eb7e11d23179bc3263662ffedcf3> /System/Library/PrivateFrameworks/GenerationalStorage.framework/GenerationalStorage
       0x197a4a000 -        0x197e89fff  SceneKit arm64  <50686d9209723ff997c2a46c3608325c> /System/Library/Frameworks/SceneKit.framework/SceneKit
       0x197e8a000 -        0x197f56fff  CoreHandwriting arm64  <2ce03927475c3f3398f235464a1b6f31> /System/Library/PrivateFrameworks/CoreHandwriting.framework/CoreHandwriting
       0x197fa7000 -        0x197fc1fff  CertInfo arm64  <a5825b3522ff311eaeb2f1248af07f4c> /System/Library/PrivateFrameworks/CertInfo.framework/CertInfo
       0x1980b6000 -        0x1980befff  AddressBookUI arm64  <44ad3bf7d19e33cd92bcf78edcb12026> /System/Library/Frameworks/AddressBookUI.framework/AddressBookUI
       0x1980bf000 -        0x1980eafff  AccountsUI arm64  <03629aba5ac9334b9c1920007d1b32a8> /System/Library/PrivateFrameworks/AccountsUI.framework/AccountsUI
       0x1984f5000 -        0x19861dfff  PencilKit arm64  <3f62ce93d8083641bb566fedf8096091> /System/Library/PrivateFrameworks/PencilKit.framework/PencilKit
       0x19861e000 -        0x19863cfff  QuickLookThumbnailing arm64  <fe1c881c6e6b3e5b90041f3f3ee5ab56> /System/Library/PrivateFrameworks/QuickLookThumbnailing.framework/QuickLookThumbnailing
       0x19863d000 -        0x1986f1fff  PDFKit arm64  <abce7d3d7317315cae68b10621c5c6d1> /System/Library/Frameworks/PDFKit.framework/PDFKit
       0x1986f2000 -        0x19881cfff  AnnotationKit arm64  <55668d4cc4443797b3736137258eeb94> /System/Library/PrivateFrameworks/AnnotationKit.framework/AnnotationKit
       0x19881d000 -        0x1989c2fff  IMCore arm64  <6d9ca9a0af2038d99b83ec8782861455> /System/Library/PrivateFrameworks/IMCore.framework/IMCore
       0x198a2c000 -        0x198a43fff  FMCoreLite arm64  <7f4471697f903855a92174f6d0e69c58> /System/Library/PrivateFrameworks/FMCoreLite.framework/FMCoreLite
       0x198a44000 -        0x198a74fff  MarkupUI arm64  <b9339fb4ed793d608ec00fd79f0ae933> /System/Library/PrivateFrameworks/MarkupUI.framework/MarkupUI
       0x198a75000 -        0x198a87fff  MobileDeviceLink arm64  <9ffcaac5cb483f4fbf48e5184b54b200> /System/Library/PrivateFrameworks/MobileDeviceLink.framework/MobileDeviceLink
       0x198a97000 -        0x198b4ffff  QuickLook arm64  <0408ff2c747e3d7ebf04481044a49e5a> /System/Library/Frameworks/QuickLook.framework/QuickLook
       0x198bef000 -        0x198c36fff  MobileBackup arm64  <7b50b622105e3ba89d186a99c83104ee> /System/Library/PrivateFrameworks/MobileBackup.framework/MobileBackup
       0x198daf000 -        0x198deefff  AppStoreDaemon arm64  <39b136b7ecef3246bcb337b86dac86fc> /System/Library/PrivateFrameworks/AppStoreDaemon.framework/AppStoreDaemon
       0x198e50000 -        0x198eb5fff  IMAP arm64  <567c96ad4fbe3791848fc268ba686da2> /System/Library/PrivateFrameworks/Message.framework/MailServices/IMAP.framework/IMAP
       0x198f60000 -        0x199135fff  iTunesStoreUI arm64  <3e072bac11af3f459e7b0d0d1a705695> /System/Library/PrivateFrameworks/iTunesStoreUI.framework/iTunesStoreUI
       0x199136000 -        0x199230fff  MessageUI arm64  <e1158464edef334faa01c49a777ff494> /System/Library/Frameworks/MessageUI.framework/MessageUI
       0x199231000 -        0x19924dfff  FindMyDevice arm64  <b43ed8e427d137d99a4b04085962ccaa> /System/Library/PrivateFrameworks/FindMyDevice.framework/FindMyDevice
       0x19924e000 -        0x19930dfff  Radio arm64  <2f8f966c88e434e7a505e9b60d871202> /System/Library/PrivateFrameworks/Radio.framework/Radio
       0x199442000 -        0x199470fff  BookLibrary arm64  <a443d6cedeef361791ba808fa7871896> /System/Library/PrivateFrameworks/BookLibrary.framework/BookLibrary
       0x199471000 -        0x199565fff  MediaPlaybackCore arm64  <fffafdb6ca823c93a44a5d2848321f76> /System/Library/PrivateFrameworks/MediaPlaybackCore.framework/MediaPlaybackCore
       0x1996c8000 -        0x199721fff  CoreCDPInternal arm64  <73f82823e93132b3b066583606c631a6> /System/Library/PrivateFrameworks/CoreCDPInternal.framework/CoreCDPInternal
       0x199722000 -        0x199768fff  MPUFoundation arm64  <8ab2f93015193bfc9a9b003971c9f936> /System/Library/PrivateFrameworks/MPUFoundation.framework/MPUFoundation
       0x199769000 -        0x199bbafff  StoreKitUI arm64  <7efbe539a56037578ab7070b37511470> /System/Library/PrivateFrameworks/StoreKitUI.framework/StoreKitUI
       0x199bbc000 -        0x199bddfff  CoreCDPUI arm64  <e57f99ded7483e8d80215d599d37ccd1> /System/Library/PrivateFrameworks/CoreCDPUI.framework/CoreCDPUI
       0x199cdd000 -        0x199d3ffff  AppleAccountUI arm64  <dc07a999dffa3ab4a12357d9577fd6b9> /System/Library/PrivateFrameworks/AppleAccountUI.framework/AppleAccountUI
       0x199df4000 -        0x199e10fff  MediaPlayerUI arm64  <19a9769cf21b3f7394e9f3f704f976ee> /System/Library/PrivateFrameworks/MediaPlayerUI.framework/MediaPlayerUI
       0x199e66000 -        0x199e71fff  AppConduit arm64  <783d2522147830afaa61f0c601a2a5b7> /System/Library/PrivateFrameworks/AppConduit.framework/AppConduit
       0x19a383000 -        0x19a3dcfff  WatchKit arm64  <5af1958437393d78afec3735306e46f4> /System/Library/Frameworks/WatchKit.framework/WatchKit
       0x19ac76000 -        0x19accbfff  PBBridgeSupport arm64  <c0a947aa4cae39b48fed7910d6749978> /System/Library/PrivateFrameworks/PBBridgeSupport.framework/PBBridgeSupport
       0x19b214000 -        0x19b231fff  BridgePreferences arm64  <58ec8a43afea3ced8fbbfdb386a1deb9> /System/Library/PrivateFrameworks/BridgePreferences.framework/BridgePreferences
       0x19b5c6000 -        0x19b5d0fff  IMSharedUI arm64  <0085ed52d1a33fe6bf5d7f88384ef8b2> /System/Library/PrivateFrameworks/IMSharedUI.framework/IMSharedUI
       0x19b638000 -        0x19b68efff  PhotosPlayer arm64  <7865e8e326b035a19568cd444e1eb9b6> /System/Library/PrivateFrameworks/PhotosPlayer.framework/PhotosPlayer
       0x19b7a0000 -        0x19b7a9fff  EmojiKit arm64  <b2f58e52f6113a7e9d93ffe7ec3a59da> /System/Library/PrivateFrameworks/EmojiKit.framework/EmojiKit
       0x19b9c1000 -        0x19bd5cfff  ChatKit arm64  <77b56517532c3031b7e96bb39ca223f1> /System/Library/PrivateFrameworks/ChatKit.framework/ChatKit
       0x19d120000 -        0x19d145fff  AppSupportUI arm64  <5dc7a114b30c3678add34775f0680c84> /System/Library/PrivateFrameworks/AppSupportUI.framework/AppSupportUI
       0x19d8ee000 -        0x19d97dfff  LinkPresentation arm64  <23d34a99106b39dda6df53eba649c7a0> /System/Library/PrivateFrameworks/LinkPresentation.framework/LinkPresentation
       0x19e29c000 -        0x19e2a0fff  libsysdiagnose.dylib arm64  <0956540a4aef38ef83b49cd0445debce> /usr/lib/libsysdiagnose.dylib
       0x19e72c000 -        0x19e74cfff  Messages arm64  <2c97c344c2203b3fbd55cd7a4ac23b8b> /System/Library/Frameworks/Messages.framework/Messages
       0x19ef3f000 -        0x19ef61fff  PassKitUIFoundation arm64  <9861dea6c6d53c72a53112a5c950490e> /System/Library/PrivateFrameworks/PassKitUIFoundation.framework/PassKitUIFoundation
       0x19fbb6000 -        0x19fdf2fff  PassKitUI arm64  <7ffca4d3a2a73be589167f1f471b902b> /System/Library/PrivateFrameworks/PassKitUI.framework/PassKitUI
       0x1a0553000 -        0x1a0567fff  PassKit arm64  <7489560e25ab377b9efe551d71dd041f> /System/Library/Frameworks/PassKit.framework/PassKit
       0x1a0a60000 -        0x1a0a71fff  DeviceIdentity arm64  <4f5d7a89c9a339b4b4fbc101fe35f4e5> /System/Library/PrivateFrameworks/DeviceIdentity.framework/DeviceIdentity
       0x1a3aae000 -        0x1a3d72fff  RawCamera arm64  <8814153852d83e3986be71abbf2181f0> /System/Library/CoreServices/RawCamera.bundle/RawCamera
       0x1a3e60000 -        0x1a3e74fff  libCGInterfaces.dylib arm64  <a35cdaae6a3f3d0d9d0b776f0d2ccb89> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/Libraries/libCGInterfaces.dylib
       0x1a3e75000 -        0x1a42b3fff  AudioCodecs arm64  <9aa7cd9a7d423910a369f6e873be8c1f> /System/Library/Frameworks/AudioToolbox.framework/AudioCodecs
       0x1a646f000 -        0x1a6496fff  CoreServicesInternal arm64  <3e28627e61483e088b028a121a66cbeb> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesInternal
       0x1a6a6a000 -        0x1a6a7bfff  libGSFontCache.dylib arm64  <9e56e388c1903b99bcd16d21cc3d1ea3> /System/Library/PrivateFrameworks/FontServices.framework/libGSFontCache.dylib
       0x1a6a7c000 -        0x1a6aaefff  libTrueTypeScaler.dylib arm64  <e584c6d569da381dbda666f0d9ea177b> /System/Library/PrivateFrameworks/FontServices.framework/libTrueTypeScaler.dylib
       0x1a82f5000 -        0x1a82f8fff  InternationalSupport arm64  <d2f1f0eee8093ae68cdf504f23f305d8> /System/Library/PrivateFrameworks/InternationalSupport.framework/InternationalSupport
       0x1aa06f000 -        0x1aa074fff  TextInputUI arm64  <debc3f7988543d8eac0cae88f34accf7> /System/Library/PrivateFrameworks/TextInputUI.framework/TextInputUI
       0x1aaf64000 -        0x1aaf6ffff  libMobileGestaltExtensions.dylib arm64  <343be95af1c33b20934be8dc2ee6800c> /usr/lib/libMobileGestaltExtensions.dylib
       0x1abfd6000 -        0x1abff8fff  LocalAuthenticationPrivateUI arm64  <eeb463c556c23b4d9f446486bc4e8b45> /System/Library/PrivateFrameworks/LocalAuthenticationPrivateUI.framework/LocalAuthenticationPrivateUI
       0x1abffe000 -        0x1ac019fff  OnBoardingKit arm64  <4f3a60fa92ad30e8b9c1619ba523ed3f> /System/Library/PrivateFrameworks/OnBoardingKit.framework/OnBoardingKit
       0x1ac103000 -        0x1ac133fff  libclosured.dylib arm64  <23ea8cc8f66931e4a59c47fb92b8baaa> /usr/lib/closure/libclosured.dylib

Any help will appreciate.

Thanks in advance.

@rmarinho
Copy link
Member

rmarinho commented Aug 2, 2018

We will need some kind of reproducion code, example to look at or a better stack trace to identiy the issue.

Please try to provide a sample.

Thanks

@rmarinho rmarinho added s/needs-info ❓ A question has been asked that requires an answer before work can continue on this issue. s/needs-repro ❔ This reported issue doesn't include a sample project reproducing the issue. Please provide one. labels Aug 2, 2018
@PureWeen
Copy link
Contributor

Closed for inactivity. If you're able to attach a repro then we can reopen.

Also @JavedAppdevelopment you might want to look at getting your dsym files uploaded to hockey app so that your crash dumps can get have some more useful stack traces

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
s/needs-info ❓ A question has been asked that requires an answer before work can continue on this issue. s/needs-repro ❔ This reported issue doesn't include a sample project reproducing the issue. Please provide one.
Projects
None yet
Development

No branches or pull requests

3 participants