iOS app (writted in Xamarin Froms) crashes on removing elements from RadListView at 2017.3.1018.240.
It's not easily to reproduce the issue, but with my use case, it's reproducible from time-to-time.
The use case is i.e.:
- RadListView with a few element at list - i.e. 20 elements
- swipe feature, in order to invoke *delete business object* code, which is:
---> invoking API to delete given object (in background)
---> then it's invoking API to get all elements again (let say 19 elements), and once list of elements are retrieved from API, refresh RadListView ItemSource
The use case, when it's highly reproducible, is to invoke *delete business object* code, for at least *TWO* elements at **RadListView** - first of all, for the first one (API request is being invoked), and in parallel of this invoke, invoke *delete busines object* for the second element at list. After that the app crashes.
I've collected two similar crashes, one directly related to **Telerik** source code (TelerikUI_TKListView_ReloadItems_Foundation_NSIndexPath, , but most probably the second one is also related to Telerik.
Crashes collected from device:
1. https://pastebin.com/F9yW8Yma
2. https://pastebin.com/4721ChhU
6 Answers, 1 is accepted
** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Invalid update: invalid number of items in section 0. The number of items contained in an existing section after the update (4) must be equal to the number of items contained in that section before the update (5), plus or minus the number of items inserted or deleted from that section (1 inserted, 1 deleted) and plus or minus the number of items moved into or out of that section (0 moved in, 0 moved out).'
*** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'attempt to insert item 3 into section 0, but there are only 3 items in section 0 after the update'
I've reproduced issue with symbolicated logs:
Incident Identifier: 872700EC-3A93-4333-A630-E15861E2AFE4CrashReporter Key: 5A58273C-7A22-4C70-BA98-8D431B6AE585Hardware Model: iPad6,3Process: MyApp.iOS [387]Path: /var/containers/Bundle/Application/0CFB74EA-56B3-4A8F-B6DD-844C12C0E9D3/MyApp.iOS.app/MyApp.iOSIdentifier: com.mycompany.myappVersion: 1.01 (5)Code Type: ARM-64Parent Process: ??? [1]Date/Time: 2017-10-27T13:35:59ZLaunch Time: 2017-10-27T13:28:18ZOS Version: iPhone OS 10.3.3 (14G60)Report Version: 104Exception Type: SIGABRTException Codes: #0 at 0x18e775014Crashed Thread: 0Thread 0 Crashed:0 libsystem_kernel.dylib 0x000000018e775014 __pthread_kill + 81 libsystem_pthread.dylib 0x000000018e83f264 pthread_kill + 1082 libsystem_c.dylib 0x000000018e6e99c4 abort + 1363 libsystem_malloc.dylib 0x000000018e7ba9e8 nanozone_error + 3284 libsystem_malloc.dylib 0x000000018e7bbc54 _nano_malloc_check_clear + 4085 libsystem_malloc.dylib 0x000000018e7bacb0 nano_calloc + 766 libsystem_malloc.dylib 0x000000018e7ac4e8 malloc_zone_calloc + 1647 libsystem_malloc.dylib 0x000000018e7ac41c calloc + 368 CoreFoundation 0x000000018f73bdbc __CFStringAppendFormatCore + 56209 CoreFoundation 0x000000018f73a78c _CFStringCreateWithFormatAndArgumentsAux2 + 24010 CoreFoundation 0x000000018f75e6d8 _CFLogvEx2Predicate + 15211 CoreFoundation 0x000000018f75ea80 _CFLogvEx3 + 47612 Foundation 0x0000000190250490 _NSLogv + 12413 Foundation 0x0000000190177608 NSLog + 2814 Foundation 0x0000000190213730 -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 6015 UIKit 0x00000001961afdc0 -[UICollectionView _endItemAnimationsWithInvalidationContext:tentativelyForReordering:animator:] + 1259216 UIKit 0x0000000195a71b60 -[UICollectionView _updateRowsAtIndexPaths:updateAction:] + 36017 MyApp.iOS 0x00000001002c05b4 -[TKCollectionView reloadItemsAtIndexPaths:] + 11618 MyApp.iOS 0x00000001002a9740 -[TKListView reloadItemsAtIndexPaths:] + 8819 MyApp.iOS 0x0000000101d2d6e0 wrapper_managed_to_native_ApiDefinition_Messaging_void_objc_msgSendSuper_IntPtr_intptr_intptr_intptr (<unknown>:1)20 MyApp.iOS 0x0000000101cf9d3c TelerikUI_TKListView_ReloadItems_Foundation_NSIndexPath__ (<unknown>:1)21 MyApp.iOS 0x0000000101b47cbc Telerik_XamarinForms_DataControlsRenderer_iOS_ListView_UIListViewTemplateCell__c__DisplayClass16_0__View_MeasureInvalidatedb__0 (<unknown>:1)22 MyApp.iOS 0x0000000100e1a24c ObjCRuntime_Trampolines_SDAction_Invoke_intptr (Trampolines.g.cs:11225)23 MyApp.iOS 0x0000000100e66d98 wrapper_native_to_managed_ObjCRuntime_Trampolines_SDAction_Invoke_intptr (<unknown>:1)24 UIKit 0x00000001958b3964 +[UIView(Animation) performWithoutAnimation:] + 10025 MyApp.iOS 0x0000000100e57520 wrapper_managed_to_native_ObjCRuntime_Messaging_objc_msgSend_intptr_intptr_intptr_0 (<unknown>:1)26 MyApp.iOS 0x0000000100def694 UIKit_UIView_PerformWithoutAnimation_System_Action (UIView.g.cs:1362)27 MyApp.iOS 0x0000000101b41514 Telerik_XamarinForms_DataControlsRenderer_iOS_ListView_UIListViewTemplateCell_View_MeasureInvalidated_object_System_EventArgs (<unknown>:1)28 MyApp.iOS 0x00000001006cb07c Xamarin_Forms_VisualElement_InvalidateMeasureInternal_Xamarin_Forms_Internals_InvalidationTrigger (D:\agent\_work\1\s\Xamarin.Forms.Core\VisualElement.cs:669)29 MyApp.iOS 0x00000001006a4c94 Xamarin_Forms_StackLayout_InvalidateMeasureInternal_Xamarin_Forms_Internals_InvalidationTrigger (D:\agent\_work\1\s\Xamarin.Forms.Core\StackLayout.cs:93)30 MyApp.iOS 0x00000001006c33fc Xamarin_Forms_Layout_OnChildMeasureInvalidated_Xamarin_Forms_VisualElement_Xamarin_Forms_Internals_InvalidationTrigger (D:\agent\_work\1\s\Xamarin.Forms.Core\Layout.cs:326)31 MyApp.iOS 0x00000001006c2674 Xamarin_Forms_Layout_OnChildMeasureInvalidated_object_System_EventArgs (D:\agent\_work\1\s\Xamarin.Forms.Core\Layout.cs:193)32 MyApp.iOS 0x00000001006cb07c Xamarin_Forms_VisualElement_InvalidateMeasureInternal_Xamarin_Forms_Internals_InvalidationTrigger (D:\agent\_work\1\s\Xamarin.Forms.Core\VisualElement.cs:669)33 MyApp.iOS 0x00000001006a4c94 Xamarin_Forms_StackLayout_InvalidateMeasureInternal_Xamarin_Forms_Internals_InvalidationTrigger (D:\agent\_work\1\s\Xamarin.Forms.Core\StackLayout.cs:93)34 MyApp.iOS 0x00000001006c33fc Xamarin_Forms_Layout_OnChildMeasureInvalidated_Xamarin_Forms_VisualElement_Xamarin_Forms_Internals_InvalidationTrigger (D:\agent\_work\1\s\Xamarin.Forms.Core\Layout.cs:326)35 MyApp.iOS 0x00000001006c2674 Xamarin_Forms_Layout_OnChildMeasureInvalidated_object_System_EventArgs (D:\agent\_work\1\s\Xamarin.Forms.Core\Layout.cs:193)36 MyApp.iOS 0x00000001006cb07c Xamarin_Forms_VisualElement_InvalidateMeasureInternal_Xamarin_Forms_Internals_InvalidationTrigger (D:\agent\_work\1\s\Xamarin.Forms.Core\VisualElement.cs:669)37 MyApp.iOS 0x00000001006a4c94 Xamarin_Forms_StackLayout_InvalidateMeasureInternal_Xamarin_Forms_Internals_InvalidationTrigger (D:\agent\_work\1\s\Xamarin.Forms.Core\StackLayout.cs:93)38 MyApp.iOS 0x00000001006cb19c Xamarin_Forms_VisualElement_OnIsVisibleChanged_bool_bool (D:\agent\_work\1\s\Xamarin.Forms.Core\VisualElement.cs:696)39 MyApp.iOS 0x00000001006c35d8 Xamarin_Forms_Layout_OnIsVisibleChanged_bool_bool (D:\agent\_work\1\s\Xamarin.Forms.Core\Layout.cs:355)40 MyApp.iOS 0x00000001006cec18 Xamarin_Forms_VisualElement__c___cctorb__213_2_Xamarin_Forms_BindableObject_object_object (D:\agent\_work\1\s\Xamarin.Forms.Core\VisualElement.cs:53)41 MyApp.iOS 0x000000010064d930 Xamarin_Forms_BindableObject_SetValueActual_Xamarin_Forms_BindableProperty_Xamarin_Forms_BindableObject_BindablePropertyContext_object_bool_Xamarin_Forms_Internals_SetValueFlags_bool (D:\agent\_work\1\s\Xamarin.Forms.Core\BindableObject.cs:597)42 MyApp.iOS 0x000000010064caa8 Xamarin_Forms_BindableObject_SetValueCore_Xamarin_Forms_BindableProperty_object_Xamarin_Forms_Internals_SetValueFlags_Xamarin_Forms_BindableObject_SetValuePrivateFlags (D:\agent\_work\1\s\Xamarin.Forms.Core\BindableObject.cs:391)43 MyApp.iOS 0x000000010064d5d0 Xamarin_Forms_BindableObject_SetValue_Xamarin_Forms_BindableProperty_object_bool_bool (D:\agent\_work\1\s\Xamarin.Forms.Core\BindableObject.cs:544)44 MyApp.iOS 0x000000010064c4f0 Xamarin_Forms_BindableObject_SetValue_Xamarin_Forms_BindableProperty_object_bool (D:\agent\_work\1\s\Xamarin.Forms.Core\BindableObject.cs:325)45 MyApp.iOS 0x00000001006d90c8 Xamarin_Forms_Setter_Apply_Xamarin_Forms_BindableObject_bool (D:\agent\_work\1\s\Xamarin.Forms.Core\Setter.cs:60)46 MyApp.iOS 0x00000001006d7e10 Xamarin_Forms_TriggerBase_OnConditionChanged_Xamarin_Forms_BindableObject_bool_bool (D:\agent\_work\1\s\Xamarin.Forms.Core\Interactivity\TriggerBase.cs:101)47 MyApp.iOS 0x00000001006dceac Xamarin_Forms_MultiCondition_OnAggregatedStatePropertyChanged_Xamarin_Forms_BindableObject_object_object (D:\agent\_work\1\s\Xamarin.Forms.Core\Interactivity\MultiCondition.cs:47)48 MyApp.iOS 0x000000010064d930 Xamarin_Forms_BindableObject_SetValueActual_Xamarin_Forms_BindableProperty_Xamarin_Forms_BindableObject_BindablePropertyContext_object_bool_Xamarin_Forms_Internals_SetValueFlags_bool (D:\agent\_work\1\s\Xamarin.Forms.Core\BindableObject.cs:597)49 MyApp.iOS 0x000000010064caa8 Xamarin_Forms_BindableObject_SetValueCore_Xamarin_Forms_BindableProperty_object_Xamarin_Forms_Internals_SetValueFlags_Xamarin_Forms_BindableObject_SetValuePrivateFlags (D:\agent\_work\1\s\Xamarin.Forms.Core\BindableObject.cs:391)50 MyApp.iOS 0x000000010064d5d0 Xamarin_Forms_BindableObject_SetValue_Xamarin_Forms_BindableProperty_object_bool_bool (D:\agent\_work\1\s\Xamarin.Forms.Core\BindableObject.cs:544)51 MyApp.iOS 0x000000010064aaec Xamarin_Forms_BindableObject_SetValue_Xamarin_Forms_BindableProperty_object (D:\agent\_work\1\s\Xamarin.Forms.Core\BindableObject.cs:84)52 MyApp.iOS 0x00000001006dd088 Xamarin_Forms_MultiCondition_OnConditionChanged_Xamarin_Forms_BindableObject_bool_bool (D:\agent\_work\1\s\Xamarin.Forms.Core\Interactivity\MultiCondition.cs:63)53 MyApp.iOS 0x00000001006db9a4 Xamarin_Forms_BindingCondition_OnBoundPropertyChanged_Xamarin_Forms_BindableObject_object_object (D:\agent\_work\1\s\Xamarin.Forms.Core\Interactivity\BindingCondition.cs:95)54 MyApp.iOS 0x000000010064d930 Xamarin_Forms_BindableObject_SetValueActual_Xamarin_Forms_BindableProperty_Xamarin_Forms_BindableObject_BindablePropertyContext_object_bool_Xamarin_Forms_Internals_SetValueFlags_bool (D:\agent\_work\1\s\Xamarin.Forms.Core\BindableObject.cs:597)55 MyApp.iOS 0x000000010064caa8 Xamarin_Forms_BindableObject_SetValueCore_Xamarin_Forms_BindableProperty_object_Xamarin_Forms_Internals_SetValueFlags_Xamarin_Forms_BindableObject_SetValuePrivateFlags (D:\agent\_work\1\s\Xamarin.Forms.Core\BindableObject.cs:391)56 MyApp.iOS 0x00000001006537e0 Xamarin_Forms_BindingExpression_ApplyCore_object_Xamarin_Forms_BindableObject_Xamarin_Forms_BindableProperty_bool (D:\agent\_work\1\s\Xamarin.Forms.Core\BindingExpression.cs:174)57 MyApp.iOS 0x0000000100652f40 Xamarin_Forms_BindingExpression_Apply_bool (D:\agent\_work\1\s\Xamarin.Forms.Core\BindingExpression.cs:56)58 MyApp.iOS 0x0000000100655e54 Xamarin_Forms_BindingExpression_BindingExpressionPart__PropertyChangedb__47_0 (D:\agent\_work\1\s\Xamarin.Forms.Core\BindingExpression.cs:551)59 MyApp.iOS 0x0000000100db0d54 Foundation_NSAsyncActionDispatcher_Apply (NSAction.cs:163)60 MyApp.iOS 0x00000001005bdad4 wrapper_runtime_invoke_object_runtime_invoke_dynamic_intptr_intptr_intptr_intptr + 24061 MyApp.iOS 0x0000000102108340 mono_jit_runtime_invoke (mini-runtime.c:2525)62 MyApp.iOS 0x00000001021819f4 do_runtime_invoke (object.c:2829)63 MyApp.iOS 0x0000000102181954 mono_runtime_invoke (object.c:2983)64 MyApp.iOS 0x00000001002eaecc native_to_managed_trampoline_3(objc_object*, objc_selector*, _MonoMethod**, unsigned int) (registrar.m:106)65 MyApp.iOS 0x00000001002eb3d0 -[__MonoMac_NSAsyncActionDispatcher xamarinApplySelector] (registrar.m:9914)66 Foundation 0x000000019026f50c __NSThreadPerformPerform + 33667 CoreFoundation 0x000000018f72942c __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 2068 CoreFoundation 0x000000018f728d9c __CFRunLoopDoSources0 + 53669 CoreFoundation 0x000000018f7269a8 __CFRunLoopRun + 74070 CoreFoundation 0x000000018f656da4 CFRunLoopRunSpecific + 42071 GraphicsServices 0x00000001910c1074 GSEventRunModal + 9672 UIKit 0x000000019590ac9c UIApplicationMain + 20473 MyApp.iOS 0x0000000100e553e0 wrapper_managed_to_native_UIKit_UIApplication_UIApplicationMain_int_string___intptr_intptr (<unknown>:1)74 MyApp.iOS 0x0000000100dd70fc UIKit_UIApplication_Main_string___intptr_intptr (UIApplication.cs:79)75 MyApp.iOS 0x0000000100dd70bc UIKit_UIApplication_Main_string___string_string (UIApplication.cs:63)76 MyApp.iOS 0x0000000100321f44 MyApp_iOS_Application_Main_string__ (<unknown>:1)77 MyApp.iOS 0x00000001005bdad4 wrapper_runtime_invoke_object_runtime_invoke_dynamic_intptr_intptr_intptr_intptr + 24078 MyApp.iOS 0x0000000102108340 mono_jit_runtime_invoke (mini-runtime.c:2525)79 MyApp.iOS 0x00000001021819f4 do_runtime_invoke (object.c:2829)80 MyApp.iOS 0x0000000102184b54 do_exec_main_checked (object.c:2983)81 MyApp.iOS 0x00000001020ec5a4 mono_jit_exec (driver.g.c:1040)82 MyApp.iOS 0x00000001022376b4 xamarin_main (monotouch-main.m:483)83 MyApp.iOS 0x0000000100321e9c main (main.m:199)84 libdyld.dylib 0x000000018e66559c start + 0Thread 1:0 libsystem_kernel.dylib 0x000000018e774e1c __psynch_cvwait + 81 libc++.1.dylib 0x000000018e165ac8 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 522 JavaScriptCore 0x0000000194003f08 void std::__1::condition_variable_any::wait<std::__1::unique_lock<bmalloc::Mutex> >(std::__1::unique_lock<bmalloc::Mutex>&) + 1083 JavaScriptCore 0x0000000194003e7c bmalloc::AsyncTask<bmalloc::Heap, void (bmalloc::Heap::*)()>::threadRunLoop() + 1644 JavaScriptCore 0x0000000194003d5c bmalloc::AsyncTask<bmalloc::Heap, void (bmalloc::Heap::*)()>::threadEntryPoint(bmalloc::AsyncTask<bmalloc::Heap, void (bmalloc::Heap::*)()>*) + 325 JavaScriptCore 0x000000019400400c void* std::__1::__thread_proxy<std::__1::tuple<void (*)(bmalloc::AsyncTask<bmalloc::Heap, void (bmalloc::Heap::*)()>*), bmalloc::AsyncTask<bmalloc::Heap, void (bmalloc::Heap::*)()>*> >(void*) + 886 libsystem_pthread.dylib 0x000000018e83d68c _pthread_body + 2367 libsystem_pthread.dylib 0x000000018e83d59c _pthread_start + 2808 libsystem_pthread.dylib 0x000000018e83acb4 thread_start + 0Thread 2:0 libsystem_kernel.dylib 0x000000018e757224 mach_msg_trap + 81 CoreFoundation 0x000000018f728e90 __CFRunLoopServiceMachPort + 1882 CoreFoundation 0x000000018f726ae4 __CFRunLoopRun + 10563 CoreFoundation 0x000000018f656da4 CFRunLoopRunSpecific + 4204 WebCore 0x0000000194321d3c RunWebThread(void*) + 4525 libsystem_pthread.dylib 0x000000018e83d68c _pthread_body + 2366 libsystem_pthread.dylib 0x000000018e83d59c _pthread_start + 2807 libsystem_pthread.dylib 0x000000018e83acb4 thread_start + 0Thread 3:0 libsystem_kernel.dylib 0x000000018e774e1c __psynch_cvwait + 81 MyApp.iOS 0x0000000102202814 thread_func (mono-os-mutex.h:173)2 libsystem_pthread.dylib 0x000000018e83d68c _pthread_body + 2363 libsystem_pthread.dylib 0x000000018e83d59c _pthread_start + 2804 libsystem_pthread.dylib 0x000000018e83acb4 thread_start + 0Thread 4:0 libsystem_kernel.dylib 0x000000018e757260 semaphore_wait_trap + 81 MyApp.iOS 0x00000001021af0cc start_wrapper (threads.c:829)2 libsystem_pthread.dylib 0x000000018e83d68c _pthread_body + 2363 libsystem_pthread.dylib 0x000000018e83d59c _pthread_start + 2804 libsystem_pthread.dylib 0x000000018e83acb4 thread_start + 0Thread 5:0 libsystem_kernel.dylib 0x000000018e757224 mach_msg_trap + 81 CoreFoundation 0x000000018f728e90 __CFRunLoopServiceMachPort + 1882 CoreFoundation 0x000000018f726ae4 __CFRunLoopRun + 10563 CoreFoundation 0x000000018f656da4 CFRunLoopRunSpecific + 4204 Foundation 0x0000000190171db4 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 3005 Foundation 0x0000000190192b84 -[NSRunLoop(NSRunLoop) runUntilDate:] + 926 UIKit 0x0000000196294830 -[UIEventFetcher threadMain] + 1327 Foundation 0x000000019026f318 __NSThread__start__ + 9928 libsystem_pthread.dylib 0x000000018e83d68c _pthread_body + 2369 libsystem_pthread.dylib 0x000000018e83d59c _pthread_start + 28010 libsystem_pthread.dylib 0x000000018e83acb4 thread_start + 0Thread 6:0 libsystem_kernel.dylib 0x000000018e77523c __select + 81 MyApp.iOS 0x00000001021a1fd8 poll_event_wait (threadpool-io-poll.c:146)2 MyApp.iOS 0x00000001021a1a00 selector_thread (threadpool-io.c:438)3 MyApp.iOS 0x00000001021af0cc start_wrapper (threads.c:829)4 libsystem_pthread.dylib 0x000000018e83d68c _pthread_body + 2365 libsystem_pthread.dylib 0x000000018e83d59c _pthread_start + 2806 libsystem_pthread.dylib 0x000000018e83acb4 thread_start + 0Thread 7:0 libsystem_kernel.dylib 0x000000018e774e1c __psynch_cvwait + 81 MyApp.iOS 0x00000001021bbc0c mono_os_cond_timedwait (mono-os-mutex.h:216)2 MyApp.iOS 0x00000001021ba8e8 mono_w32handle_timedwait_signal_handle (w32handle.c:976)3 MyApp.iOS 0x00000001021ba798 mono_w32handle_wait_one (w32handle.c:0)4 MyApp.iOS 0x00000001021baa68 mono_w32handle_wait_multiple (w32handle.c:1244)5 MyApp.iOS 0x00000001021aa838 mono_wait_uninterrupted (threads.c:1892)6 MyApp.iOS 0x00000001021aab48 ves_icall_System_Threading_WaitHandle_WaitOne_internal (threads.c:2017)7 MyApp.iOS 0x000000010049f4a8 wrapper_managed_to_native_System_Threading_WaitHandle_WaitOne_internal_intptr_int + 1008 MyApp.iOS 0x000000010049f3f0 System_Threading_WaitHandle_WaitOneNative_System_Runtime_InteropServices_SafeHandle_uint_bool_bool + 769 MyApp.iOS 0x000000010049f22c System_Threading_WaitHandle_InternalWaitOne_System_Runtime_InteropServices_SafeHandle_long_bool_bool + 5610 MyApp.iOS 0x000000010049f1dc System_Threading_WaitHandle_WaitOne_long_bool + 4011 MyApp.iOS 0x000000010049effc System_Threading_WaitHandle_WaitOne_int_bool + 5612 MyApp.iOS 0x000000010049f158 System_Threading_WaitHandle_WaitOne_int + 3613 MyApp.iOS 0x00000001004a2510 System_Threading_Timer_Scheduler_SchedulerThread + 138814 MyApp.iOS 0x0000000100499a3c System_Threading_ThreadHelper_ThreadStart_Context_object + 18415 MyApp.iOS 0x00000001004977e4 System_Threading_ExecutionContext_RunInternal_System_Threading_ExecutionContext_System_Threading_ContextCallback_object_bool + 40016 MyApp.iOS 0x000000010049763c System_Threading_ExecutionContext_Run_System_Threading_ExecutionContext_System_Threading_ContextCallback_object_bool + 4017 MyApp.iOS 0x00000001004975bc System_Threading_ExecutionContext_Run_System_Threading_ExecutionContext_System_Threading_ContextCallback_object + 7218 MyApp.iOS 0x0000000100499ba4 System_Threading_ThreadHelper_ThreadStart + 4819 MyApp.iOS 0x00000001005bdad4 wrapper_runtime_invoke_object_runtime_invoke_dynamic_intptr_intptr_intptr_intptr + 24020 MyApp.iOS 0x0000000102108340 mono_jit_runtime_invoke (mini-runtime.c:2525)21 MyApp.iOS 0x00000001021819f4 do_runtime_invoke (object.c:2829)22 MyApp.iOS 0x00000001021af0f0 start_wrapper (threads.c:837)23 libsystem_pthread.dylib 0x000000018e83d68c _pthread_body + 23624 libsystem_pthread.dylib 0x000000018e83d59c _pthread_start + 28025 libsystem_pthread.dylib 0x000000018e83acb4 thread_start + 0Thread 8:0 libsystem_kernel.dylib 0x000000018e774e1c __psynch_cvwait + 81 MyApp.iOS 0x00000001021bbc34 mono_os_cond_timedwait (mono-os-mutex.h:173)2 MyApp.iOS 0x00000001021ba8e8 mono_w32handle_timedwait_signal_handle (w32handle.c:976)3 MyApp.iOS 0x00000001021ba798 mono_w32handle_wait_one (w32handle.c:0)4 MyApp.iOS 0x0000000102173ebc ves_icall_System_Threading_Monitor_Monitor_wait (monitor.c:1392)5 MyApp.iOS 0x00000001004990f8 wrapper_managed_to_native_System_Threading_Monitor_Monitor_wait_object_int + 1006 MyApp.iOS 0x00000001004991a0 System_Threading_Monitor_ObjWait_bool_int_object + 767 MyApp.iOS 0x0000000100498ccc System_Threading_Monitor_Wait_object_int_bool + 408 MyApp.iOS 0x0000000100498d20 System_Threading_Monitor_Wait_object_int + 289 MyApp.iOS 0x0000000100493e08 System_Threading_SemaphoreSlim_WaitUntilCountOrTimeout_int_uint_System_Threading_CancellationToken + 11610 MyApp.iOS 0x0000000100493bd4 System_Threading_SemaphoreSlim_Wait_int_System_Threading_CancellationToken + 43211 MyApp.iOS 0x0000000100a0afc4 System_Collections_Concurrent_BlockingCollection_1_T_REF_TryTakeWithNoTimeValidation_T_REF__int_System_Threading_CancellationToken_System_Threading_CancellationTokenSource (BlockingCollection.cs:701)12 MyApp.iOS 0x0000000100a0add8 System_Collections_Concurrent_BlockingCollection_1_T_REF_TryTake_T_REF__int_System_Threading_CancellationToken (BlockingCollection.cs:656)13 MyApp.iOS 0x0000000100a0ad0c System_Collections_Concurrent_BlockingCollection_1_T_REF_Take (BlockingCollection.cs:543)14 MyApp.iOS 0x0000000100d11694 Xamarin_Forms_Platform_iOS_CADisplayLinkTicker_StartThread (<unknown>:1)15 MyApp.iOS 0x0000000100499a3c System_Threading_ThreadHelper_ThreadStart_Context_object + 18416 MyApp.iOS 0x00000001004977e4 System_Threading_ExecutionContext_RunInternal_System_Threading_ExecutionContext_System_Threading_ContextCallback_object_bool + 40017 MyApp.iOS 0x000000010049763c System_Threading_ExecutionContext_Run_System_Threading_ExecutionContext_System_Threading_ContextCallback_object_bool + 4018 MyApp.iOS 0x00000001004975bc System_Threading_ExecutionContext_Run_System_Threading_ExecutionContext_System_Threading_ContextCallback_object + 7219 MyApp.iOS 0x0000000100499ba4 System_Threading_ThreadHelper_ThreadStart + 4820 MyApp.iOS 0x00000001005bdad4 wrapper_runtime_invoke_object_runtime_invoke_dynamic_intptr_intptr_intptr_intptr + 24021 MyApp.iOS 0x0000000102108340 mono_jit_runtime_invoke (mini-runtime.c:2525)22 MyApp.iOS 0x00000001021819f4 do_runtime_invoke (object.c:2829)23 MyApp.iOS 0x00000001021af0f0 start_wrapper (threads.c:837)24 libsystem_pthread.dylib 0x000000018e83d68c _pthread_body + 23625 libsystem_pthread.dylib 0x000000018e83d59c _pthread_start + 28026 libsystem_pthread.dylib 0x000000018e83acb4 thread_start + 0Thread 9:0 libsystem_kernel.dylib 0x000000018e757224 mach_msg_trap + 81 CoreFoundation 0x000000018f728e90 __CFRunLoopServiceMachPort + 1882 CoreFoundation 0x000000018f726ae4 __CFRunLoopRun + 10563 CoreFoundation 0x000000018f656da4 CFRunLoopRunSpecific + 4204 CFNetwork 0x000000018fe63df4 +[NSURLConnection(Loader) _resourceLoadLoop:] + 4005 Foundation 0x000000019026f318 __NSThread__start__ + 9926 libsystem_pthread.dylib 0x000000018e83d68c _pthread_body + 2367 libsystem_pthread.dylib 0x000000018e83d59c _pthread_start + 2808 libsystem_pthread.dylib 0x000000018e83acb4 thread_start + 0Thread 10:0 libsystem_kernel.dylib 0x000000018e774e1c __psynch_cvwait + 81 MyApp.iOS 0x00000001021a5070 worker_thread (mono-os-mutex.h:216)2 MyApp.iOS 0x00000001021af0cc start_wrapper (threads.c:829)3 libsystem_pthread.dylib 0x000000018e83d68c _pthread_body + 2364 libsystem_pthread.dylib 0x000000018e83d59c _pthread_start + 2805 libsystem_pthread.dylib 0x000000018e83acb4 thread_start + 0Thread 11:0 libsystem_kernel.dylib 0x000000018e775a88 __workq_kernreturn + 81 libsystem_pthread.dylib 0x000000018e83acac start_wqthread + 0Thread 12:0 libsystem_kernel.dylib 0x000000018e775a88 __workq_kernreturn + 81 libsystem_pthread.dylib 0x000000018e83acac start_wqthread + 0Thread 13:0 libsystem_kernel.dylib 0x000000018e774e1c __psynch_cvwait + 81 MyApp.iOS 0x00000001021a5070 worker_thread (mono-os-mutex.h:216)2 MyApp.iOS 0x00000001021af0cc start_wrapper (threads.c:829)3 libsystem_pthread.dylib 0x000000018e83d68c _pthread_body + 2364 libsystem_pthread.dylib 0x000000018e83d59c _pthread_start + 2805 libsystem_pthread.dylib 0x000000018e83acb4 thread_start + 0Thread 14:0 libsystem_kernel.dylib 0x000000018e775a88 __workq_kernreturn + 81 libsystem_pthread.dylib 0x000000018e83acac start_wqthread + 0Thread 15:0 libsystem_kernel.dylib 0x000000018e774e1c __psynch_cvwait + 81 MyApp.iOS 0x00000001021a5070 worker_thread (mono-os-mutex.h:216)2 MyApp.iOS 0x00000001021af0cc start_wrapper (threads.c:829)3 libsystem_pthread.dylib 0x000000018e83d68c _pthread_body + 2364 libsystem_pthread.dylib 0x000000018e83d59c _pthread_start + 2805 libsystem_pthread.dylib 0x000000018e83acb4 thread_start + 0Thread 16:0 libsystem_kernel.dylib 0x000000018e775a88 __workq_kernreturn + 81 libsystem_pthread.dylib 0x000000018e83acac start_wqthread + 0Thread 17:0 libsystem_kernel.dylib 0x000000018e775a88 __workq_kernreturn + 81 libsystem_pthread.dylib 0x000000018e83acac start_wqthread + 0Thread 18:0 libsystem_kernel.dylib 0x000000018e774e1c __psynch_cvwait + 81 MyApp.iOS 0x0000000102217c08 mono_thread_info_sleep (mono-os-mutex.h:216)2 MyApp.iOS 0x00000001021a4a74 monitor_thread (threadpool-worker-default.c:693)3 MyApp.iOS 0x00000001021af0cc start_wrapper (threads.c:829)4 libsystem_pthread.dylib 0x000000018e83d68c _pthread_body + 2365 libsystem_pthread.dylib 0x000000018e83d59c _pthread_start + 2806 libsystem_pthread.dylib 0x000000018e83acb4 thread_start + 0Thread 19:0 libsystem_kernel.dylib 0x000000018e774e1c __psynch_cvwait + 81 MyApp.iOS 0x00000001021a5070 worker_thread (mono-os-mutex.h:216)2 MyApp.iOS 0x00000001021af0cc start_wrapper (threads.c:829)3 libsystem_pthread.dylib 0x000000018e83d68c _pthread_body + 2364 libsystem_pthread.dylib 0x000000018e83d59c _pthread_start + 2805 libsystem_pthread.dylib 0x000000018e83acb4 thread_start + 0Thread 0 crashed with ARM-64 Thread State: pc: 0x000000018e775014 fp: 0x000000016fd5e940 sp: 0x000000016fd5e920 x0: 0x0000000000000000 x1: 0x0000000000000000 x2: 0x0000000000000000 x3: 0x0000000000000000 x4: 0x0000000000000000 x5: 0x0000000000000000 x6: 0x00676f6c7379732f x7: 0x00000000ffffffff x8: 0x0000000008000000 x9: 0x0000000004000000 x10: 0xcccccccccccccccd x11: 0x000000000000000a x12: 0x0000000000000000 x13: 0x0000000000000031 x14: 0x000000018f73dff4 x15: 0x00000000ffffffdf x16: 0x0000000000000148 x17: 0x0000000000000000 x18: 0x0000000000000000 x19: 0x0000000000000006 x20: 0x00000001b4fcbb40 x21: 0x0000000000000001 x22: 0x0000000102708000 x23: 0x000000017037de80 x24: 0x0000000000000000 x25: 0x0000000102708580 x26: 0x0000000000000001 x27: 0x00000001903ea391 x28: 0x000000000000000c lr: 0x000000018e83f264 cpsr: 0x0000000000000000 Link Register Analysis: Symbol: pthread_kill + 108 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: 1Binary Images: 0x10009c000 - 0x10237bfff +MyApp.iOS arm64 <065711837aa03e799bc79d8dc172cab0> /var/containers/Bundle/Application/0CFB74EA-56B3-4A8F-B6DD-844C12C0E9D3/MyApp.iOS.app/MyApp.iOS 0x18e15c000 - 0x18e15dfff libSystem.B.dylib arm64 <ac92dd7e5a81380bba05c91be3a473ec> /usr/lib/libSystem.B.dylib 0x18e15e000 - 0x18e1b3fff libc++.1.dylib arm64 <da0f6a86db853140b2d79e3b36f28795> /usr/lib/libc++.1.dylib 0x18e1b4000 - 0x18e1d0fff libc++abi.dylib arm64 <5dc5ba28cfa43f838099049d17ba9ec6> /usr/lib/libc++abi.dylib 0x18e1d4000 - 0x18e5b1fff libobjc.A.dylib arm64 <85f3b59b96243690b138ce96e663bf4b> /usr/lib/libobjc.A.dylib 0x18e5b2000 - 0x18e5b6fff libcache.dylib arm64 <ad6aea8120b33622bc51c6b39587c773> /usr/lib/system/libcache.dylib 0x18e5b7000 - 0x18e5c2fff libcommonCrypto.dylib arm64 <468e03d6648137679caa585f8bc8e8e8> /usr/lib/system/libcommonCrypto.dylib 0x18e5c3000 - 0x18e5c6fff libcompiler_rt.dylib arm64 <0ad97345fff23bb99981ac51c558bedf> /usr/lib/system/libcompiler_rt.dylib 0x18e5c7000 - 0x18e5cefff libcopyfile.dylib arm64 <137d5a38cab03e94a4c7c8eb0387c098> /usr/lib/system/libcopyfile.dylib 0x18e5cf000 - 0x18e630fff libcorecrypto.dylib arm64 <4788430b66eb3612b235c713bf498f9a> /usr/lib/system/libcorecrypto.dylib 0x18e631000 - 0x18e660fff libdispatch.dylib arm64 <0217363bf6cc340e8479a985bd29c9ac> /usr/lib/system/libdispatch.dylib 0x18e661000 - 0x18e665fff libdyld.dylib arm64 <e514c9464eed3be5943a2c61d9241fad> /usr/lib/system/libdyld.dylib 0x18e666000 - 0x18e666fff liblaunch.dylib arm64 <b6ce158724c43dc19e2910b5a4fbb796> /usr/lib/system/liblaunch.dylib 0x18e667000 - 0x18e66cfff libmacho.dylib arm64 <ddbfeaa62560377cb0c70dac83b53e39> /usr/lib/system/libmacho.dylib 0x18e66d000 - 0x18e66efff libremovefile.dylib arm64 <6b19d914295232a8b715671aef793783> /usr/lib/system/libremovefile.dylib 0x18e66f000 - 0x18e686fff libsystem_asl.dylib arm64 <55aa3abf71d6389d8e10f949d8c95f7f> /usr/lib/system/libsystem_asl.dylib 0x18e687000 - 0x18e687fff libsystem_blocks.dylib arm64 <45adbecbe4b93744911aa6314fbbc8ff> /usr/lib/system/libsystem_blocks.dylib 0x18e688000 - 0x18e704fff libsystem_c.dylib arm64 <4fada8fe23433d16a6bfd9ef0cc6ee2b> /usr/lib/system/libsystem_c.dylib 0x18e705000 - 0x18e709fff libsystem_configuration.dylib arm64 <31315dfce5c43348ba19abc2205b6065> /usr/lib/system/libsystem_configuration.dylib 0x18e70a000 - 0x18e70ffff libsystem_containermanager.dylib arm64 <33505a6b4f8e33fabb902dabe56ea643> /usr/lib/system/libsystem_containermanager.dylib 0x18e710000 - 0x18e711fff libsystem_coreservices.dylib arm64 <533a3435a57b35b4940d5dad2c02994d> /usr/lib/system/libsystem_coreservices.dylib 0x18e712000 - 0x18e72afff libsystem_coretls.dylib arm64 <ca16948474733df0899eca179cbfbf1a> /usr/lib/system/libsystem_coretls.dylib 0x18e72b000 - 0x18e731fff libsystem_dnssd.dylib arm64 <7c3c92878afc34379443ae3867dbab40> /usr/lib/system/libsystem_dnssd.dylib 0x18e732000 - 0x18e755fff libsystem_info.dylib arm64 <a34410e49a723b9280c17ab01ce03659> /usr/lib/system/libsystem_info.dylib 0x18e756000 - 0x18e77afff libsystem_kernel.dylib arm64 <98ea0e581e203a67a8436a5bbba44e35> /usr/lib/system/libsystem_kernel.dylib 0x18e77b000 - 0x18e7a7fff libsystem_m.dylib arm64 <995e702eaa7e36269f6583f59441ee03> /usr/lib/system/libsystem_m.dylib 0x18e7a8000 - 0x18e7c3fff libsystem_malloc.dylib arm64 <684ef95ec2a0322b95dfb468ecbaab0e> /usr/lib/system/libsystem_malloc.dylib 0x18e7c4000 - 0x18e81dfff libsystem_network.dylib arm64 <fc9a825ebfee3734a2850dc04ba86105> /usr/lib/system/libsystem_network.dylib 0x18e81e000 - 0x18e827fff libsystem_networkextension.dylib arm64 <b961b0ab5ffc36f4ab95bac31bb84909> /usr/lib/system/libsystem_networkextension.dylib 0x18e828000 - 0x18e832fff libsystem_notify.dylib arm64 <9d36fb0b8ee4390c88677e262e7150ec> /usr/lib/system/libsystem_notify.dylib 0x18e833000 - 0x18e839fff libsystem_platform.dylib arm64 <9ee232e0dd6b32ffb5d8d11368c4d40c> /usr/lib/system/libsystem_platform.dylib 0x18e83a000 - 0x18e843fff libsystem_pthread.dylib arm64 <a9496f189b713c25962a892a4b055b2b> /usr/lib/system/libsystem_pthread.dylib 0x18e844000 - 0x18e847fff libsystem_sandbox.dylib arm64 <57284da1244131929a396eb9d924bf76> /usr/lib/system/libsystem_sandbox.dylib 0x18e848000 - 0x18e84ffff libsystem_symptoms.dylib arm64 <d9ae74f7624f3cba8b729bdcacb1f59d> /usr/lib/system/libsystem_symptoms.dylib 0x18e850000 - 0x18e862fff libsystem_trace.dylib arm64 <633c82b7bf243f29a8bab752896c8bc4> /usr/lib/system/libsystem_trace.dylib 0x18e863000 - 0x18e868fff libunwind.dylib arm64 <990bab05c7b333f3bfc274d5ea579b71> /usr/lib/system/libunwind.dylib 0x18e869000 - 0x18e869fff libvminterpose.dylib arm64 <0b2a22158b643b788ed514a6b0df9c1b> /usr/lib/system/libvminterpose.dylib 0x18e86a000 - 0x18e890fff libxpc.dylib arm64 <af5617c2a2663815b41e7b6c8526074c> /usr/lib/system/libxpc.dylib 0x18e891000 - 0x18eaa6fff libicucore.A.dylib arm64 <4014bfce423232bba3683b741170cdf0> /usr/lib/libicucore.A.dylib 0x18eaa7000 - 0x18eab8fff libz.1.dylib arm64 <ab0d683d7cf931e49e5456a420ced72e> /usr/lib/libz.1.dylib 0x18f64e000 - 0x18f9cffff CoreFoundation arm64 <719044f95fe23ee0ab14504def42b100> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation 0x18f9d0000 - 0x18f9e0fff libbsm.0.dylib arm64 <4f2930cfb67e3965a863f8bfb7704300> /usr/lib/libbsm.0.dylib 0x18f9e1000 - 0x18f9e1fff libenergytrace.dylib arm64 <5cfceffa0be736398124efbb3d80cbd1> /usr/lib/libenergytrace.dylib 0x18f9e2000 - 0x18fa5dfff IOKit arm64 <f5fde3b182223f7aa90bcd8145450589> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x18fa5e000 - 0x18fa7ffff libMobileGestalt.dylib arm64 <0a7c350b15c53efd9c085686c0fc271f> /usr/lib/libMobileGestalt.dylib 0x18fa80000 - 0x18fb69fff libxml2.2.dylib arm64 <c24ddb0112663c9bbf05b818a63ac0ed> /usr/lib/libxml2.2.dylib 0x18fb6a000 - 0x18fc04fff Security arm64 <287bf21cb54734b9b91574ccb4e71436> /System/Library/Frameworks/Security.framework/Security 0x18fc05000 - 0x18fc70fff SystemConfiguration arm64 <6891bc09dec33fcf9d92815f2bb3aa5c> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration 0x18fc71000 - 0x18fd81fff libsqlite3.dylib arm64 <8ca24bba70e436e2b51e00f3ce519335> /usr/lib/libsqlite3.dylib 0x18fd82000 - 0x1900f6fff CFNetwork arm64 <90d5c0c0c2813113ada33291569dd779> /System/Library/Frameworks/CFNetwork.framework/CFNetwork 0x1900f7000 - 0x190104fff libbz2.1.0.dylib arm64 <4baff1f2fffe30af8c523142c862c520> /usr/lib/libbz2.1.0.dylib 0x190105000 - 0x19011dfff liblzma.5.dylib arm64 <eb9e235443573c948bcd016ea00a3709> /usr/lib/liblzma.5.dylib 0x19011e000 - 0x190138fff libCRFSuite.dylib arm64 <a859d30f7de034a2bee5aa662bc5bc2d> /usr/lib/libCRFSuite.dylib 0x190139000 - 0x190162fff libarchive.2.dylib arm64 <7e0ef1a7aa7f37ea875adfca9c334aff> /usr/lib/libarchive.2.dylib 0x190163000 - 0x190164fff liblangid.dylib arm64 <80d66702d7ce30b7b75c3f75472697eb> /usr/lib/liblangid.dylib 0x190165000 - 0x190434fff Foundation arm64 <b301584673973341a35216f9c24a4a8b> /System/Library/Frameworks/Foundation.framework/Foundation 0x190435000 - 0x1904e0fff libBLAS.dylib arm64 <708d8599265c39d3881fc57c55bc982d> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib 0x1904e1000 - 0x19080ffff libLAPACK.dylib arm64 <96e5ce2234903263ad30c6398972d535> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib 0x190810000 - 0x190aaafff vImage arm64 <1f67094759de381898830a3692edff0f> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage 0x190aab000 - 0x190ad0fff libvMisc.dylib arm64 <d67817ca89b3397a90c1ae1df6855587> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib 0x190ad1000 - 0x190ae5fff libLinearAlgebra.dylib arm64 <37c71c692da03cc9a1534badab1cf6f4> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLinearAlgebra.dylib 0x190ae6000 - 0x190af7fff libSparseBLAS.dylib arm64 <2237c532ebe539f8ab93c181dfa1a291> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparseBLAS.dylib 0x190af8000 - 0x190b6dfff libvDSP.dylib arm64 <0ced33b1008e357e9acb9d039cff697d> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib 0x190b6e000 - 0x190b6efff vecLib arm64 <d21c98b0003235f99d247f4f934c7641> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib 0x190b6f000 - 0x190b6ffff Accelerate arm64 <f38de9acd0ba3a00a1c32fda7a240f38> /System/Library/Frameworks/Accelerate.framework/Accelerate 0x190b70000 - 0x1910b4fff CoreGraphics arm64 <d53212b5c86539c89e6128cf5e1755f1> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics 0x1910b5000 - 0x1910c9fff GraphicsServices arm64 <b5749f3fa6f13ce689683db33f23256c> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices 0x1910ca000 - 0x191117fff AppSupport arm64 <49a440593a073cccb68ef6333ad031fd> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport 0x191118000 - 0x191245fff MobileCoreServices arm64 <698b2612b3193295b1a25adcac4b396f> /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices 0x191246000 - 0x1912a7fff BaseBoard arm64 <ff0febbec86337aead2c18f8ac460dec> /System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard 0x1912a8000 - 0x1912b7fff AssertionServices arm64 <678b3538927439dea29c80b43ab5b5a6> /System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices 0x1912b8000 - 0x1912e5fff BackBoardServices arm64 <9d2893bea3b33859a3ef4037acba33c2> /System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices 0x1912ea000 - 0x191339fff FrontBoardServices arm64 <8783f168ed4b3c3f964f5deffa37b7d2> /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices 0x19133d000 - 0x191371fff SpringBoardServices arm64 <e17511326b56346298bf8edfa81dba1d> /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices 0x191372000 - 0x19138cfff MobileKeyBag arm64 <b0463506b6d53733814f3506384a4b7b> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag 0x19138d000 - 0x191395fff IOSurface arm64 <6206ce4aff193f5e91d25dbbb2be47bf> /System/Library/PrivateFrameworks/IOSurface.framework/IOSurface 0x191396000 - 0x1913a1fff liblockdown.dylib arm64 <3904292ecd513a0e85216e7c3abd1101> /usr/lib/liblockdown.dylib 0x1913a2000 - 0x1913b8fff CrashReporterSupport arm64 <b06bf5fa4c9b36f595a2a8ea4a84cca9> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport 0x1913b9000 - 0x1913bbfff IOSurfaceAccelerator arm64 <7dd37fd295f93ecfa89401bbbb418dbf> /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/IOSurfaceAccelerator 0x1913bc000 - 0x1913fcfff AppleJPEG arm64 <d8b98c13f8d83200ad41d6b30d3c9c14> /System/Library/PrivateFrameworks/AppleJPEG.framework/AppleJPEG 0x1913fd000 - 0x19198afff ImageIO arm64 <5c024c655b8b3f4992de9ca2197b9183> /System/Library/Frameworks/ImageIO.framework/ImageIO 0x19198b000 - 0x191991fff TCC arm64 <b11f764c841d3c69a50a6b0993735d43> /System/Library/PrivateFrameworks/TCC.framework/TCC 0x191992000 - 0x191996fff AggregateDictionary arm64 <fab7b20283e43d8aa268b7d051e3d521> /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary 0x191997000 - 0x1919a3fff PowerLog arm64 <4ad93e4e67cf3d5e9993896a52fd2755> /System/Library/PrivateFrameworks/PowerLog.framework/PowerLog 0x1919a4000 - 0x191a0efff libTelephonyUtilDynamic.dylib arm64 <a9cba41bffa83838b49c3f8ff2538f8a> /usr/lib/libTelephonyUtilDynamic.dylib 0x191a0f000 - 0x191a21fff CommonUtilities arm64 <123bd9ef97f03988a86294b1abd78313> /System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities 0x191a22000 - 0x191a37fff libcompression.dylib arm64 <c5e41b4a6cbf37fb87cd5cd44f6906b8> /usr/lib/libcompression.dylib 0x191a38000 - 0x191cd0fff CoreData arm64 <7574c4fafa7a33bf82e05d9fa01ed542> /System/Library/Frameworks/CoreData.framework/CoreData 0x191cd1000 - 0x191cd6fff libCoreVMClient.dylib arm64 <101bfe9aed0f304b9346beead1629a15> /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib 0x191cd7000 - 0x191cdcfff IOAccelerator arm64 <54e24860953b39ddbe13a2dcdf76c733> /System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator 0x191cdd000 - 0x191cdefff libCVMSPluginSupport.dylib arm64 <02280e05346d31509d62ac2583f72857> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib 0x191cdf000 - 0x191ce2fff libCoreFSCache.dylib arm64 <158c17b30426340a832ab09982dd8843> /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib 0x191ce3000 - 0x191d24fff libGLImage.dylib arm64 <34bb7e96428f3c1abd6f0cbb2787b9e1> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib 0x191d25000 - 0x191d2ffff libGFXShared.dylib arm64 <d70b4c465ebe3a9e98c2b82ccf8fb7d7> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib 0x191d30000 - 0x191d38fff IOMobileFramebuffer arm64 <e759626dff9439309f66279b3e4296ca> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer 0x191d39000 - 0x191d39fff libmetal_timestamp.dylib arm64 <03e8a64b598935f590892cb3f6a6704c> /System/Library/PrivateFrameworks/GPUCompiler.framework/libmetal_timestamp.dylib 0x191d3a000 - 0x191d9bfff Metal arm64 <8a64c7a89a1437ad929dc2ea24862be3> /System/Library/Frameworks/Metal.framework/Metal 0x191d9c000 - 0x191da6fff OpenGLES arm64 <d789825652ac31c78f1007fed0ff3777> /System/Library/Frameworks/OpenGLES.framework/OpenGLES 0x191da7000 - 0x191dcbfff CoreVideo arm64 <ba0cdc15666b32f7be6f9fcd1528c7f1> /System/Library/Frameworks/CoreVideo.framework/CoreVideo 0x191dcc000 - 0x191dcefff OAuth arm64 <56d873bb47973452a9fc41ee777f8d42> /System/Library/PrivateFrameworks/OAuth.framework/OAuth 0x191dcf000 - 0x191e0bfff Accounts arm64 <28b18304843b3350a829aaedc92b5a54> /System/Library/Frameworks/Accounts.framework/Accounts 0x191e0c000 - 0x191efefff libiconv.2.dylib arm64 <1db28a41c3a83551aad361a4e072fe33> /usr/lib/libiconv.2.dylib 0x191eff000 - 0x19204cfff CoreAudio arm64 <34f7497d8b43383cb4021a8300855c94> /System/Library/Frameworks/CoreAudio.framework/CoreAudio 0x19204d000 - 0x192050fff UserFS arm64 <b8862d7a16d83d22954ab81b89743009> /System/Library/PrivateFrameworks/UserFS.framework/UserFS 0x192051000 - 0x19215efff CoreMedia arm64 <b64e8d32c5533e7898e9a631ecda513a> /System/Library/Frameworks/CoreMedia.framework/CoreMedia 0x19215f000 - 0x192165fff libcupolicy.dylib arm64 <5311b060110139d5ae3b1325e855e7da> /usr/lib/libcupolicy.dylib 0x192166000 - 0x1921effff CoreTelephony arm64 <ebd51642ac29349694e03daa4aeac43e> /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony 0x1921f0000 - 0x1922fdfff libFontParser.dylib arm64 <a7990cbb692b36a49280088c24b9ec2a> /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib 0x1922fe000 - 0x19238dfff VideoToolbox arm64 <388d83cbbe32318db73c99090de72300> /System/Library/Frameworks/VideoToolbox.framework/VideoToolbox 0x19238e000 - 0x19238efff FontServices arm64 <5a9fc52851583aac96b6745cf7aae370> /System/Library/PrivateFrameworks/FontServices.framework/FontServices 0x19238f000 - 0x1924dbfff CoreText arm64 <851f6498f833335fb35ec9e67515c2fb> /System/Library/Frameworks/CoreText.framework/CoreText 0x1924dc000 - 0x1924f6fff ProtocolBuffer arm64 <94fc56d3e01136a2aaf8c207e2761696> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer 0x1924f7000 - 0x19251ffff PersistentConnection arm64 <35abdca5445d3af9bf40770e5416df79> /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection 0x192520000 - 0x192526fff DataMigration arm64 <119f715b07bd3046ad1cef0bb035440c> /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration 0x192527000 - 0x19297bfff AudioToolbox arm64 <ccc5fb161ee537e3b0c26110edee2ecd> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox 0x19297c000 - 0x192b59fff QuartzCore arm64 <416a878f23c636fc8d81404ff7dd4fdc> /System/Library/Frameworks/QuartzCore.framework/QuartzCore 0x192b5a000 - 0x192b60fff Netrb arm64 <099e2ab3ae8e3a498e0e0a0f17e128a7> /System/Library/PrivateFrameworks/Netrb.framework/Netrb 0x192b61000 - 0x192b71fff libcmph.dylib arm64 <903e25509e37307e99af188ed1272633> /usr/lib/libcmph.dylib 0x192b72000 - 0x192b92fff libmis.dylib arm64 <af76a704dc8631deb7f9eb778f089d81> /usr/lib/libmis.dylib 0x192b93000 - 0x192c84fff LanguageModeling arm64 <c49bcbbac36d34308151388e8bf1a718> /System/Library/PrivateFrameworks/LanguageModeling.framework/LanguageModeling 0x192c85000 - 0x192d7bfff ManagedConfiguration arm64 <d1f359c8a97b3c89a7b8ba8cfa763db3> /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration 0x192d7c000 - 0x192d92fff libmarisa.dylib arm64 <96c399295cb13cad829c93b5c29f0661> /usr/lib/libmarisa.dylib 0x192d93000 - 0x192e63fff ProofReader arm64 <bb56e538be8835199a0abd263adb75f8> /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader 0x192e64000 - 0x192e6efff MediaAccessibility arm64 <17fe4943f5363a278cf9868db2623b9d> /System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility 0x192e6f000 - 0x192e7ffff MobileAsset arm64 <31dba48571e53542aaae65d36e7f7a80> /System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset 0x192e80000 - 0x192ef1fff ColorSync arm64 <996fd30495c33a64b17b87797c54aec2> /System/Library/PrivateFrameworks/ColorSync.framework/ColorSync 0x192ef2000 - 0x192f62fff MetalPerformanceShaders arm64 <e78463e7ed8334909ae0968c5b4ddcbc> /System/Library/Frameworks/MetalPerformanceShaders.framework/MetalPerformanceShaders 0x192f63000 - 0x193392fff FaceCore arm64 <95b96615d1833bcf9a7ab6045b81a1a4> /System/Library/PrivateFrameworks/FaceCore.framework/FaceCore 0x193393000 - 0x19340ffff Quagga arm64 <e6e43127a1853a71a9557cba5e2058e3> /System/Library/PrivateFrameworks/Quagga.framework/Quagga 0x193410000 - 0x1935d9fff CoreImage arm64 <55c8f77fb93d38249b1fb57dd83fc30c> /System/Library/Frameworks/CoreImage.framework/CoreImage 0x1935da000 - 0x193629fff TextInput arm64 <a1a56e91cb0534e8815a23fb6993b023> /System/Library/PrivateFrameworks/TextInput.framework/TextInput 0x19362a000 - 0x19363afff libAccessibility.dylib arm64 <7d0ab5a080d6360183918dfabd274b9f> /usr/lib/libAccessibility.dylib 0x19364a000 - 0x19408cfff JavaScriptCore arm64 <0548a22a0c4d306d92572ad10b73b703> /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore 0x19408d000 - 0x1942defff StoreServices arm64 <7876e0b331c3380ab69b57e9bc5ece4b> /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices 0x1942df000 - 0x1954d4fff WebCore arm64 <71643ec5512a3bf5b4b3926bff6107a0> /System/Library/PrivateFrameworks/WebCore.framework/WebCore 0x1954d5000 - 0x1954fdfff libxslt.1.dylib arm64 <3edbcb1d6e1d33519db363daf35cfe1c> /usr/lib/libxslt.1.dylib 0x1954fe000 - 0x19566afff WebKitLegacy arm64 <aa8712f0c16f301dac4d63dc9b3afa83> /System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy 0x19566b000 - 0x195730fff CoreUI arm64 <0a25c84cf6183efead20a5cea30b98ad> /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI 0x195731000 - 0x195758fff DictionaryServices arm64 <dd7a3952ff63333ebe91d7eff8347628> /System/Library/PrivateFrameworks/DictionaryServices.framework/DictionaryServices 0x195759000 - 0x19575cfff HangTracer arm64 <13e35bff690836b7b717f3f5ff690897> /System/Library/PrivateFrameworks/HangTracer.framework/HangTracer 0x19575d000 - 0x1957b1fff PhysicsKit arm64 <e53aecfb95ec3252986a82a83a3cafd1> /System/Library/PrivateFrameworks/PhysicsKit.framework/PhysicsKit 0x1957b2000 - 0x195889fff UIFoundation arm64 <db0623abf2243a578bd1e457f6877483> /System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation 0x195896000 - 0x19663cfff UIKit arm64 <314063bdf85f321d88d6e24a0de464a2> /System/Library/Frameworks/UIKit.framework/UIKit 0x19663d000 - 0x196665fff CoreBluetooth arm64 <ced176702d7c37e6a9027eeb3fbf7f66> /System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth 0x196666000 - 0x19668efff DataAccessExpress arm64 <7a699d2f3ad731c8a8c1705c14f6640f> /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress 0x19668f000 - 0x1966affff NetworkStatistics arm64 <de6f2c537e8b32f19a14ca97b293394e> /System/Library/PrivateFrameworks/NetworkStatistics.framework/NetworkStatistics 0x1966b0000 - 0x196739fff AddressBook arm64 <365f0252eb093287a683b66ce63a38ac> /System/Library/Frameworks/AddressBook.framework/AddressBook 0x19673a000 - 0x19689afff CoreMotion arm64 <22cacab0e3d633e7922447665e13c625> /System/Library/Frameworks/CoreMotion.framework/CoreMotion 0x19689b000 - 0x1968c5fff CacheDelete arm64 <b7d03ec01fa83f0c8c876884fb6a7b2a> /System/Library/PrivateFrameworks/CacheDelete.framework/CacheDelete 0x1968c6000 - 0x1968d3fff CoreAUC arm64 <4ccece7ce6f53d4393588ca8af59f4cc> /System/Library/PrivateFrameworks/CoreAUC.framework/CoreAUC 0x1968d4000 - 0x196e3ffff MediaToolbox arm64 <187f344983d43509ba97bd1048277a4d> /System/Library/Frameworks/MediaToolbox.framework/MediaToolbox 0x196e40000 - 0x196fedfff Celestial arm64 <bcb85f2db7013aca8d6f151e462dac42> /System/Library/PrivateFrameworks/Celestial.framework/Celestial 0x196fee000 - 0x196ffdfff IntlPreferences arm64 <09d66fe143483a389cd6f502e13da940> /System/Library/PrivateFrameworks/IntlPreferences.framework/IntlPreferences 0x196ffe000 - 0x197000fff CoreDuetDebugLogging arm64 <7e3ea6bf9d463951866292d973db6e6b> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/CoreDuetDebugLogging 0x197001000 - 0x197015fff CoreDuetDaemonProtocol arm64 <9702905525c33e2880b00d957ad476c9> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/CoreDuetDaemonProtocol 0x197016000 - 0x1970ebfff CoreDuet arm64 <d436e43f1206320fbd75248b121358aa> /System/Library/PrivateFrameworks/CoreDuet.framework/CoreDuet 0x1970ec000 - 0x1972a2fff AVFoundation arm64 <6805cf654ddf39558acb3d0a35a7a8df> /System/Library/Frameworks/AVFoundation.framework/AVFoundation 0x1972a3000 - 0x1972d7fff libtidy.A.dylib arm64 <52ea6eebe0483eeba039b11d9465b3e1> /usr/lib/libtidy.A.dylib 0x1972d8000 - 0x19733efff IMFoundation arm64 <38ea4de43fbe399397e16b597d39ef1e> /System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation 0x19733f000 - 0x1979e2fff GeoServices arm64 <76ac55e1ca1f3caaa95c0a2527a9d827> /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices 0x1979e3000 - 0x1979e4fff DiagnosticLogCollection arm64 <8c7cdc0581863d949fad12e1c002c80f> /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/DiagnosticLogCollection 0x1979e5000 - 0x1979e6fff Marco arm64 <9de14b0be5043a13ae11ce2b307d4352> /System/Library/PrivateFrameworks/Marco.framework/Marco 0x1979e7000 - 0x197a6cfff CoreLocation arm64 <b5ea2a9b0de1305d804bce89c81d3d30> /System/Library/Frameworks/CoreLocation.framework/CoreLocation 0x197a6d000 - 0x197a72fff ConstantClasses arm64 <d1824269bde13011a30bb20413b487c8> /System/Library/PrivateFrameworks/ConstantClasses.framework/ConstantClasses 0x197a73000 - 0x197a7dfff libChineseTokenizer.dylib arm64 <2b44c0ea1a91328084a953a9608c22a5> /usr/lib/libChineseTokenizer.dylib 0x197a7e000 - 0x197d03fff libmecabra.dylib arm64 <cc24a17997163e9d8584a22f60a5c4ab> /usr/lib/libmecabra.dylib 0x197d04000 - 0x197d56fff IDSFoundation arm64 <a680927d22fd3e6a863a0fba58fa78e3> /System/Library/PrivateFrameworks/IDSFoundation.framework/IDSFoundation 0x197d57000 - 0x197e1ffff IDS arm64 <2b8f046662e53c7792a936e22d76c185> /System/Library/PrivateFrameworks/IDS.framework/IDS 0x197e20000 - 0x197e3efff MediaServices arm64 <ae9e890161c13c02a11f9fcce775756d> /System/Library/PrivateFrameworks/MediaServices.framework/MediaServices 0x197e3f000 - 0x197e82fff AuthKit arm64 <51f9f14dab343736aba127fc4c2fef4d> /System/Library/PrivateFrameworks/AuthKit.framework/AuthKit 0x197e83000 - 0x197e88fff libheimdal-asn1.dylib arm64 <430155e3abb132b391e8bc0785b6cd70> /usr/lib/libheimdal-asn1.dylib 0x197e89000 - 0x197f5dfff MediaRemote arm64 <0c379e82aee7397a84dd5adc9fc639c1> /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote 0x197f5e000 - 0x1980e2fff MobileSpotlightIndex arm64 <85e4085a14363a6d9104565abe0d8ac9> /System/Library/PrivateFrameworks/MobileSpotlightIndex.framework/MobileSpotlightIndex 0x1980e3000 - 0x198102fff PlugInKit arm64 <5fd199791bd034158ae690bd4b9ab1e1> /System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit 0x198103000 - 0x19813ffff ProtectedCloudStorage arm64 <08b86661a73933f9adcc5d78145c2e1a> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/ProtectedCloudStorage 0x198140000 - 0x19815bfff libresolv.9.dylib arm64 <1d7a61761a42344b850150806bcb08a9> /usr/lib/libresolv.9.dylib 0x19815c000 - 0x198171fff ApplePushService arm64 <0af0362080153e92bf29b1b964417848> /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService 0x198172000 - 0x1981c1fff ContactsFoundation arm64 <9c723b6eab2d362a8288b4bf796d593e> /System/Library/PrivateFrameworks/ContactsFoundation.framework/ContactsFoundation 0x1981c5000 - 0x198278fff Contacts arm64 <83282249a77f31fc947407d24c5d1fc9> /System/Library/Frameworks/Contacts.framework/Contacts 0x198279000 - 0x1982c2fff CoreSpotlight arm64 <d82a303ae98f311ea76c1b2eb85ab42d> /System/Library/Frameworks/CoreSpotlight.framework/CoreSpotlight 0x1982c3000 - 0x1982ebfff vCard arm64 <746d1b3a7006325587116c3d938cdc9b> /System/Library/PrivateFrameworks/vCard.framework/vCard 0x1982ec000 - 0x198378fff VoiceServices arm64 <581c48f7f95b38b7ad93bacd582afdda> /System/Library/PrivateFrameworks/VoiceServices.framework/VoiceServices 0x198379000 - 0x1983c8fff SAObjects arm64 <6f3a056e36c23779a775adf39afb410a> /System/Library/PrivateFrameworks/SAObjects.framework/SAObjects 0x198465000 - 0x198507fff AssistantServices arm64 <739009508e8f33de8d093112fd14745d> /System/Library/PrivateFrameworks/AssistantServices.framework/AssistantServices 0x19860b000 - 0x198627fff AppleIDSSOAuthentication arm64 <51e91fc9170931599eb79c311b1adc09> /System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/AppleIDSSOAuthentication 0x198639000 - 0x1986acfff AppleAccount arm64 <d5700b7d4b8d34908eebe06d140d797a> /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount 0x1986ad000 - 0x1986b1fff CommunicationsFilter arm64 <88fe96f3e9bd3c928f0ce3b9e3609f22> /System/Library/PrivateFrameworks/CommunicationsFilter.framework/CommunicationsFilter 0x1986b2000 - 0x1986d7fff ChunkingLibrary arm64 <a5610db4cde33d18849623976460f536> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/ChunkingLibrary 0x1986d8000 - 0x1986e3fff CaptiveNetwork arm64 <c0837a51c56b3485ae0626bb30d32959> /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork 0x1986e4000 - 0x198712fff EAP8021X arm64 <ae8a47ef84693d42b074b97abf71135e> /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X 0x198713000 - 0x19871afff AssetCacheServices arm64 <ec37af1c81113876b331f36c6263a725> /System/Library/PrivateFrameworks/AssetCacheServices.framework/AssetCacheServices 0x19871b000 - 0x1987e3fff MMCS arm64 <657b5caffa2a3e709e0396e623cbd71e> /System/Library/PrivateFrameworks/MMCS.framework/MMCS 0x1987e4000 - 0x198814fff MobileWiFi arm64 <2d66ac36f09f39c4ac0722873331d039> /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi 0x198815000 - 0x198857fff ContentIndex arm64 <4e6fa126997f30cb8c0caf9ae4f0e63b> /System/Library/PrivateFrameworks/ContentIndex.framework/ContentIndex 0x198858000 - 0x198860fff MobileIcons arm64 <f8f2b50fa7de361bac6b63f8e47e6d94> /System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons 0x1988b5000 - 0x1988e5fff Bom arm64 <32b8ff158e563292bb052e36c903dbdd> /System/Library/PrivateFrameworks/Bom.framework/Bom 0x1988ef000 - 0x198940fff FTServices arm64 <14e43a8755c33c8196d34ba513cf77d3> /System/Library/PrivateFrameworks/FTServices.framework/FTServices 0x198941000 - 0x19899ffff CoreDAV arm64 <efdd83aef54e34e386a8be336b6a9f52> /System/Library/PrivateFrameworks/CoreDAV.framework/CoreDAV 0x1989af000 - 0x1989c5fff UserManagement arm64 <40ac399d20df3c0e9c438d1c212beb4f> /System/Library/PrivateFrameworks/UserManagement.framework/UserManagement 0x1989c6000 - 0x198a8dfff CorePDF arm64 <4236b129a3d43c9386271a2d6486d093> /System/Library/PrivateFrameworks/CorePDF.framework/CorePDF 0x198a8e000 - 0x198ac2fff iCalendar arm64 <5bb9085e143b383db506a50934df271c> /System/Library/PrivateFrameworks/iCalendar.framework/iCalendar 0x198acb000 - 0x198b29fff CalendarFoundation arm64 <d9d4b20dd9623e4e8831ca80a9f94797> /System/Library/PrivateFrameworks/CalendarFoundation.framework/CalendarFoundation 0x198b2a000 - 0x198b30fff IncomingCallFilter arm64 <f4bda41bf4f93920862f82802df297f9> /System/Library/PrivateFrameworks/IncomingCallFilter.framework/IncomingCallFilter 0x198c2c000 - 0x198cc5fff CalendarDatabase arm64 <bceaf54d26dd316f90d4c0a8758be5a7> /System/Library/PrivateFrameworks/CalendarDatabase.framework/CalendarDatabase 0x198cc6000 - 0x198d0bfff CalendarDaemon arm64 <1c5280642d4d365cac44cbb0cb2127af> /System/Library/PrivateFrameworks/CalendarDaemon.framework/CalendarDaemon 0x198d0c000 - 0x198ddcfff EventKit arm64 <dc05fdb1cdbc3770bcb4fe7f24fefeee> /System/Library/Frameworks/EventKit.framework/EventKit 0x198ddd000 - 0x199112fff WebKit arm64 <cf746428b8bc3641b821a3e6fc8def1a> /System/Library/Frameworks/WebKit.framework/WebKit 0x19915f000 - 0x1992a3fff ContactsUI arm64 <31a25a9458cf380fbc3f78c00d447586> /System/Library/Frameworks/ContactsUI.framework/ContactsUI 0x1992a4000 - 0x199a75fff ModelIO arm64 <7e43f160826d3d9ca2b7b54691290403> /System/Library/Frameworks/ModelIO.framework/ModelIO 0x199a76000 - 0x199a7cfff DAAPKit arm64 <fbf1424a544b3c4fb6a917d95bc7eaf0> /System/Library/PrivateFrameworks/DAAPKit.framework/DAAPKit 0x199b9d000 - 0x199bcdfff GLKit arm64 <19bc88c1484837f8917d1b6ebeb8f432> /System/Library/Frameworks/GLKit.framework/GLKit 0x199bce000 - 0x199e3efff MusicLibrary arm64 <850bdba677af3ac7ae56ec7959064b3d> /System/Library/PrivateFrameworks/MusicLibrary.framework/MusicLibrary 0x199e7e000 - 0x199f55fff AddressBookUI arm64 <381f7b67a71c3e57a975bbc88e3b2046> /System/Library/Frameworks/AddressBookUI.framework/AddressBookUI 0x199f56000 - 0x19a032fff CloudKit arm64 <bdeeb52860993d68b22aafc10ec4de52> /System/Library/Frameworks/CloudKit.framework/CloudKit 0x19a033000 - 0x19a0a9fff iTunesStore arm64 <ce72159db23032379460e91ee94f2bd9> /System/Library/PrivateFrameworks/iTunesStore.framework/iTunesStore 0x19a0aa000 - 0x19a0b0fff CloudPhotoServices arm64 <8de95cd9eb9c3941ad9348dc323bbd82> /System/Library/PrivateFrameworks/CloudPhotoServices.framework/CloudPhotoServices 0x19a0b1000 - 0x19a1a7fff CloudPhotoLibrary arm64 <3183a58c4b8739e5bd61501dababa798> /System/Library/PrivateFrameworks/CloudPhotoLibrary.framework/CloudPhotoLibrary 0x19a200000 - 0x19a228fff AssetsLibraryServices arm64 <7f638cd67bd93c6b8e899bd65ca48c42> /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices 0x19a229000 - 0x19a2c5fff HomeSharing arm64 <7919fa86104c3f9ea4e5c3b7131a857c> /System/Library/PrivateFrameworks/HomeSharing.framework/HomeSharing 0x19a2c6000 - 0x19a2f4fff ACTFramework arm64 <d0dbf6b0c7253e30b8d55be12b11d409> /System/Library/PrivateFrameworks/ACTFramework.framework/ACTFramework 0x19a2f5000 - 0x19a300fff DCIMServices arm64 <4c6e6cfea03a3946b9f2d6cf72632dc3> /System/Library/PrivateFrameworks/DCIMServices.framework/DCIMServices 0x19a301000 - 0x19a430fff CoreMediaStream arm64 <e336cc8734c93632bae275adde063933> /System/Library/PrivateFrameworks/CoreMediaStream.framework/CoreMediaStream 0x19a431000 - 0x19a44afff PhotosFormats arm64 <7322f340591d382bb48a006c41c4aaf5> /System/Library/PrivateFrameworks/PhotosFormats.framework/PhotosFormats 0x19a44b000 - 0x19a452fff XPCKit arm64 <db3b46de1c973673aef44874014248c2> /System/Library/PrivateFrameworks/XPCKit.framework/XPCKit 0x19a453000 - 0x19a82afff MediaPlayer arm64 <e212e3ca659630b4879b8972f82c4143> /System/Library/Frameworks/MediaPlayer.framework/MediaPlayer 0x19a82b000 - 0x19a910fff CameraKit arm64 <b96c384642123c0c9db01214ba4f7903> /System/Library/PrivateFrameworks/CameraKit.framework/CameraKit 0x19a919000 - 0x19a935fff MediaStream arm64 <f1e97cd104833df89c43ca4bdbbdffd3> /System/Library/PrivateFrameworks/MediaStream.framework/MediaStream 0x19a936000 - 0x19acd3fff PhotoLibraryServices arm64 <6ebb9a4eaa2b382185da79d452103af3> /System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices 0x19acd4000 - 0x19ad0afff PrototypeTools arm64 <48fdbf6299283a2da4bba73617b42398> /System/Library/PrivateFrameworks/PrototypeTools.framework/PrototypeTools 0x19ad0b000 - 0x19ad78fff libprotobuf.dylib arm64 <9c108882e95c3003a9140280a9da8250> /usr/lib/libprotobuf.dylib 0x19b199000 - 0x19b1cafff DataDetectorsCore arm64 <a6010e00f70239889cbdaaaf2325df0d> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/DataDetectorsCore 0x19b1d9000 - 0x19b439fff libAWDSupportFramework.dylib arm64 <d0a93de952b934f3af31a3bd4cd05df9> /usr/lib/libAWDSupportFramework.dylib 0x19b47c000 - 0x19b4bcfff WirelessDiagnostics arm64 <741604bed6a639adb1fca822f3342885> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/WirelessDiagnostics 0x19b4bd000 - 0x19b5d1fff Photos arm64 <f5d8565d92a235afbc039d4feb17d889> /System/Library/Frameworks/Photos.framework/Photos 0x19b690000 - 0x19b6a9fff GenerationalStorage arm64 <f5a8cfac70a030158a4b78636167e8e8> /System/Library/PrivateFrameworks/GenerationalStorage.framework/GenerationalStorage 0x19b6aa000 - 0x19b6b5fff CoreRecents arm64 <a7313c413ca031469295d08361d050c8> /System/Library/PrivateFrameworks/CoreRecents.framework/CoreRecents 0x19b7b6000 - 0x19b7c9fff AssetsLibrary arm64 <41508b8269bf3943aff07a701881f44b> /System/Library/Frameworks/AssetsLibrary.framework/AssetsLibrary 0x19c045000 - 0x19c058fff QuickLookThumbnailing arm64 <8fcfe48a383932d3ac030e591d9fd710> /System/Library/PrivateFrameworks/QuickLookThumbnailing.framework/QuickLookThumbnailing 0x19c15e000 - 0x19c1f5fff QuickLook arm64 <f5911e86b6ec3eafb19fa7a74c2a3c73> /System/Library/Frameworks/QuickLook.framework/QuickLook 0x19c370000 - 0x19c3e9fff libnetwork.dylib arm64 <a1d866db069538fc90aaae3ca1ccb13d> /usr/lib/libnetwork.dylib 0x19c3fd000 - 0x19c47dfff Network arm64 <e962fe80d3ee3497a52d0644c99aafb6> /System/Library/PrivateFrameworks/Network.framework/Network 0x19c484000 - 0x19c526fff Social arm64 <f0c27d686a3b3639885f322627bc58f5> /System/Library/Frameworks/Social.framework/Social 0x19c64c000 - 0x19c662fff FTAWD arm64 <3f976dcde4a0365ab3d4b2fed519daec> /System/Library/PrivateFrameworks/FTAWD.framework/FTAWD 0x19c6cc000 - 0x19c833fff IMCore arm64 <ee9f18af9a013418ba6dcbaf8f14e359> /System/Library/PrivateFrameworks/IMCore.framework/IMCore 0x19c897000 - 0x19c8eefff ImageCapture arm64 <799c3c78fd6d35b2b9d6ee2749b4d8ba> /System/Library/PrivateFrameworks/ImageCapture.framework/ImageCapture 0x19c8ef000 - 0x19c904fff iPhotoMigrationSupport arm64 <abb6c1865ef33cbf83c9358db49e73b3> /System/Library/PrivateFrameworks/iPhotoMigrationSupport.framework/iPhotoMigrationSupport 0x19c937000 - 0x19c9c8fff PhotoLibrary arm64 <2c605cdceb8c3eac80ae93fd961e2a85> /System/Library/PrivateFrameworks/PhotoLibrary.framework/PhotoLibrary 0x19cbeb000 - 0x19cc21fff CalendarUIKit arm64 <8441c80be4ce300fa9fa037ecac7f534> /System/Library/PrivateFrameworks/CalendarUIKit.framework/CalendarUIKit 0x19cc97000 - 0x19ce59fff EventKitUI arm64 <0f20823bb8923eb08a21f8784572677b> /System/Library/Frameworks/EventKitUI.framework/EventKitUI 0x19cf10000 - 0x19cf41fff Pegasus arm64 <26e597b5dc1a30b99fa2a6ec018d6f12> /System/Library/PrivateFrameworks/Pegasus.framework/Pegasus 0x19d006000 - 0x19d04ffff AVKit arm64 <4853d1e571d230aca86991e1af4bcb57> /System/Library/Frameworks/AVKit.framework/AVKit 0x19d375000 - 0x19d387fff SiriTasks arm64 <b1b718dd0fb2382a8189943603e1963d> /System/Library/PrivateFrameworks/SiriTasks.framework/SiriTasks 0x19d557000 - 0x19d607fff IMAVCore arm64 <06a1ced658c234d3801ded6983cfeb1d> /System/Library/PrivateFrameworks/IMAVCore.framework/IMAVCore 0x19d608000 - 0x19d68afff PhotoEditSupport arm64 <e21fca2ba0493055b97c252d7d109516> /System/Library/PrivateFrameworks/PhotoEditSupport.framework/PhotoEditSupport 0x19dcda000 - 0x19e14cfff PhotosUI arm64 <6fcb8cf1f761385c9663968c419495f4> /System/Library/Frameworks/PhotosUI.framework/PhotosUI 0x19f371000 - 0x19f3a2fff WirelessProximity arm64 <cd9dbf0a74b6378d8670d534902b72a9> /System/Library/PrivateFrameworks/WirelessProximity.framework/WirelessProximity 0x19f615000 - 0x19f68efff CoreHandwriting arm64 <b5c97769df6837e9bb67f3479377c1d9> /System/Library/PrivateFrameworks/CoreHandwriting.framework/CoreHandwriting 0x19f79c000 - 0x19f830fff MediaPlatform arm64 <a9c9b00ce1263235b81e1a0587e9dbb0> /System/Library/PrivateFrameworks/MediaPlatform.framework/MediaPlatform 0x1a0306000 - 0x1a0364fff CoreBrightness arm64 <d2c6f8f2d00f365c87259d1578d58306> /System/Library/PrivateFrameworks/CoreBrightness.framework/CoreBrightness 0x1a0693000 - 0x1a07c0fff StoreServicesCore arm64 <e872abc10c0a3a89b2585bbaffaea1e0> /System/Library/PrivateFrameworks/StoreServicesCore.framework/StoreServicesCore 0x1a0cff000 - 0x1a115cfff MediaLibraryCore arm64 <05c6f35e7b813ff5be616b42cafb29a3> /System/Library/PrivateFrameworks/MediaLibraryCore.framework/MediaLibraryCore 0x1a17b3000 - 0x1a18b6fff AnnotationKit arm64 <b59b2c115e8638bf9ac03997dfc87c23> /System/Library/PrivateFrameworks/AnnotationKit.framework/AnnotationKit 0x1a1c0f000 - 0x1a1c2efff CoreNLP arm64 <42836654b8a33051a104b0ec97fc1091> /System/Library/PrivateFrameworks/CoreNLP.framework/CoreNLP 0x1a4253000 - 0x1a4267fff libCGInterfaces.dylib arm64 <8d96c27fbf1235749dd2907472688e89> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/Libraries/libCGInterfaces.dylib 0x1a515e000 - 0x1a516cfff AppleFSCompression arm64 <9ce16a16e20c35f5be292f251083c30d> /System/Library/PrivateFrameworks/AppleFSCompression.framework/AppleFSCompression 0x1a516d000 - 0x1a5178fff AppleIDAuthSupport arm64 <256177a6ff8330fabd3cbe9dce157999> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/AppleIDAuthSupport 0x1a5e5c000 - 0x1a5e81fff CoreServicesInternal arm64 <3c2db4f07ea232358a78e76307363ba0> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesInternal 0x1a61c5000 - 0x1a61d0fff DiagnosticExtensions arm64 <c5ac1caf553435e29b6c8bbde3fccc87> /System/Library/PrivateFrameworks/DiagnosticExtensions.framework/DiagnosticExtensions 0x1a657f000 - 0x1a658bfff libGSFontCache.dylib arm64 <ad96a7db4ef337a1919ef9e4f24ce96a> /System/Library/PrivateFrameworks/FontServices.framework/libGSFontCache.dylib 0x1a658c000 - 0x1a65bdfff libTrueTypeScaler.dylib arm64 <b675e879d4b032ba8ad24e7e78818463> /System/Library/PrivateFrameworks/FontServices.framework/libTrueTypeScaler.dylib 0x1a754e000 - 0x1a757ffff MarkupUI arm64 <d0225015d8dd34d4a8129fdb73d19163> /System/Library/PrivateFrameworks/MarkupUI.framework/MarkupUI 0x1a7940000 - 0x1a7949fff MobileStorage arm64 <4f2138550b173213a7310f7f0ee4255f> /System/Library/PrivateFrameworks/MobileStorage.framework/MobileStorage 0x1a847a000 - 0x1a847ffff TextInputUI arm64 <6a4759a2652537418870bb45e66496a5> /System/Library/PrivateFrameworks/TextInputUI.framework/TextInputUI 0x1a8c06000 - 0x1a8dd5fff libFosl_dynamic.dylib arm64 <66eea63b13f33419b384f7f160084d3c> /usr/lib/libFosl_dynamic.dylib 0x1a91f1000 - 0x1a9223fff libpcap.A.dylib arm64 <55f8cbe11d333b739e2c027802ca3d07> /usr/lib/libpcap.A.dylib 0x1a925e000 - 0x1a932efff AVFAudio arm64 <b762d2b47a393183be0e8cdc2e6557d0> /System/Library/Frameworks/AVFoundation.framework/Frameworks/AVFAudio.framework/AVFAudio 0x1a932f000 - 0x1a9338fff ProactiveEventTracker arm64 <66b41160346f344b8b7685ea37bf7d3f> /System/Library/PrivateFrameworks/ProactiveEventTracker.framework/ProactiveEventTracker 0x1a9339000 - 0x1a94cffff Intents arm64 <c55c244eff3a3b568972131160de46a0> /System/Library/Frameworks/Intents.framework/Intents 0x1a9610000 - 0x1a9633fff UserNotifications arm64 <28e420b8a82f33b6aacba533ded3466c> /System/Library/Frameworks/UserNotifications.framework/UserNotifications 0x1a9646000 - 0x1a9654fff PersonaKit arm64 <dffe49e16fb6322e98e7a30d94e46c85> /System/Library/PrivateFrameworks/PersonaKit.framework/PersonaKit 0x1a9851000 - 0x1a987cfff IMSharedUtilities arm64 <df191e03a6bd385fb91e0c20e622ab4e> /System/Library/PrivateFrameworks/IMSharedUtilities.framework/IMSharedUtilities 0x1a98ca000 - 0x1a98d9fff Speech arm64 <55273da64c1c39309920876e7755f29d> /System/Library/Frameworks/Speech.framework/Speech 0x1a9ac2000 - 0x1a9aedfff Pasteboard arm64 <524e5f899a9836c5a45b76c5ef4cae9a> /System/Library/PrivateFrameworks/Pasteboard.framework/Pasteboard 0x1a9b06000 - 0x1a9ba9fff TextureIO arm64 <a427c8b881e43dad8d3c812bc418d731> /System/Library/PrivateFrameworks/TextureIO.framework/TextureIO 0x1aa0d7000 - 0x1aa120fff ContactsUICore arm64 <3a022fafb1dc3fe4a790384482e64dbb> /System/Library/PrivateFrameworks/ContactsUICore.framework/ContactsUICore 0x1aa166000 - 0x1aa17afff EmojiFoundation arm64 <2dbf33d95d573f3aafc459d5f9114fff> /System/Library/PrivateFrameworks/EmojiFoundation.framework/EmojiFoundation 0x1aa96a000 - 0x1aa986fff SearchFoundation arm64 <d19e096971f83e0c964c11a18af298f0> /System/Library/PrivateFrameworks/SearchFoundation.framework/SearchFoundation 0x1ab081000 - 0x1ab093fff libBNNS.dylib arm64 <7b15b1fd47de37cc94234f1279febec2> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBNNS.dylib 0x1ab094000 - 0x1ab098fff libQuadrature.dylib arm64 <6142532815973d5f9292892fb7c2c353> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libQuadrature.dylib 0x1ab402000 - 0x1ab413fff CoreEmoji arm64 <02de2177a2a83b389b2d8796f9576d41> /System/Library/PrivateFrameworks/CoreEmoji.framework/CoreEmoji 0x1ab414000 - 0x1ab42cfff CoreInterest arm64 <6b5923f92d6b314cb81a4cade6e8839c> /System/Library/PrivateFrameworks/CoreInterest.framework/CoreInterest 0x1ab5bd000 - 0x1ab638fff CoreParsec arm64 <7a3da299a96738069b666ca0fd9b81d5> /System/Library/PrivateFrameworks/CoreParsec.framework/CoreParsec 0x1ab6a5000 - 0x1ab6d6fff DifferentialPrivacy arm64 <a3a5dda0a94f3a9fb6c0c2bd56622c53> /System/Library/PrivateFrameworks/DifferentialPrivacy.framework/DifferentialPrivacy 0x1ab918000 - 0x1ab918fff IntentsFoundation arm64 <640a622a48173a91829abcded6d8ac51> /System/Library/PrivateFrameworks/IntentsFoundation.framework/IntentsFoundation 0x1aba61000 - 0x1abb2dfff NLP arm64 <9162fa12a5ab3325a413c57dad3dce48> /System/Library/PrivateFrameworks/NLP.framework/NLP 0x1abb9b000 - 0x1abc0afff PDFKit arm64 <e07de53a151530278d1c200f00a5481f> /System/Library/PrivateFrameworks/PDFKit.framework/PDFKit 0x1ac102000 - 0x1ac36efff PhotosUICore arm64 <d677645c344e3b7da934c8b2dea9f992> /System/Library/PrivateFrameworks/PhotosUICore.framework/PhotosUICore 0x1ac5bd000 - 0x1ac5c2fff SymptomDiagnosticReporter arm64 <23b4b5547e8433289e9fc4757ae5eb17> /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/SymptomDiagnosticReporter 0x1accbc000 - 0x1acd34fff libate.dylib arm64 <8f60d460abd031edaf8477a229c4006c> /usr/lib/libate.dylib 0x1acd35000 - 0x1acd35fff libcoretls.dylib arm64 <852a1f8d67063962b6699bd608ee1eef> /usr/lib/libcoretls.dylib 0x1acd36000 - 0x1acd37fff libcoretls_cfhelpers.dylib arm64 <85a72486fa0e376f8b14a6d19375a1b6> /usr/lib/libcoretls_cfhelpers.dylibI've tested a similar scenario in a sample application from my end, but I wasn't able to reproduce the problem. Please have a look at the attached project and provide more information about your setup so we can investigate it.
Nikolay
Progress Telerik
Would it be possible to share more information on the scenario in which you observe the exception? Is it similar to the one discussed earlier in this thread? Do you have a sample application which can be used to reproduce the behavior(even if it might require some time and testing on different devices from our side)? Did you have a look at the application Nikolay has attached? Do you observe any issues with it?
Any additional information will be appreciated.
Regards,
Stefan Nenchev
Progress Telerik