rekabhq / background_locator

A Flutter plugin for updating location in background.
MIT License
288 stars 328 forks source link

iOS 14+ crash on app startup when location set to 'Always Allow' #254

Closed Wian-TMC closed 3 years ago

Wian-TMC commented 3 years ago

Using release 1.6.3

When changing iOS permissions from 'Allow only while using App to 'Always allow' when prompted, the iOS app crashes on startup.

At first, the app launches fine with no issues for a few hours after setting the location permissions to 'Always allow'. Thereafter the app seems to crash consistently on app startup.

Note: Setting the location permissions back to 'Only while using the app' removes the crash and the app then functions fine again.

Here are some error logs:


Fatal Exception: NSInternalInconsistencyException
Sending a message before the FlutterEngine has been run.
Fatal Exception: NSInternalInconsistencyException
0  CoreFoundation                 0x1a7dd9754 __exceptionPreprocess
1  libobjc.A.dylib                0x1bc8a07a8 objc_exception_throw
2  CoreFoundation                 0x1a7cdb3f8 -[CFPrefsSearchListSource addManagedSourceForIdentifier:user:]
3  Foundation                     0x1a90af714 -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:]
4  Flutter                        0x10288115c (Missing)
5  background_locator             0x10268b8fc (Missing)
6  background_locator             0x10268c864 (Missing)
7  background_locator             0x10268c638 (Missing)
8  background_locator             0x10268ba50 (Missing)
9  Flutter                        0x10288d15c (Missing)
10 Runner                         0x100e97674 AppDelegate.application(_:didFinishLaunchingWithOptions:) + 24 (AppDelegate.swift:24)
11 Runner                         0x100e977a8 @objc AppDelegate.application(_:didFinishLaunchingWithOptions:) (<compiler-generated>)
12 UIKitCore                      0x1aa7c37a8 -[UIApplication _handleDelegateCallbacksWithOptions:isSuspended:restoreState:]
13 UIKitCore                      0x1aa7c523c -[UIApplication _callInitializationDelegatesWithActions:forCanvas:payload:fromOriginatingProcess:]
14 UIKitCore                      0x1aa7cb388 -[UIApplication _runWithMainScene:transitionContext:completion:]
15 UIKitCore                      0x1a9e1ec98 -[_UISceneLifecycleMultiplexer completeApplicationLaunchWithFBSScene:transitionContext:]
16 UIKitCore                      0x1aa387f58 _UIScenePerformActionsWithLifecycleActionMask
17 UIKitCore                      0x1a9e1f830 __101-[_UISceneLifecycleMultiplexer _evalTransitionToSettings:fromSettings:forceExit:withTransitionStore:]_block_invoke
18 UIKitCore                      0x1a9e1f238 -[_UISceneLifecycleMultiplexer _performBlock:withApplicationOfDeactivationReasons:fromReasons:]
19 UIKitCore                      0x1a9e1f640 -[_UISceneLifecycleMultiplexer _evalTransitionToSettings:fromSettings:forceExit:withTransitionStore:]
20 UIKitCore                      0x1a9e1ee7c -[_UISceneLifecycleMultiplexer uiScene:transitionedFromState:withTransitionContext:]
21 UIKitCore                      0x1a9e273c0 __186-[_UIWindowSceneFBSSceneTransitionContextDrivenLifecycleSettingsDiffAction _performActionsForUIScene:withUpdatedFBSScene:settingsDiff:fromSettings:transitionContext:lifecycleActionType:]_block_invoke
22 UIKitCore                      0x1aa295970 +[BSAnimationSettings(UIKit) tryAnimatingWithSettings:actions:completion:]
23 UIKitCore                      0x1aa3a0d68 _UISceneSettingsDiffActionPerformChangesWithTransitionContext
24 UIKitCore                      0x1a9e270b8 -[_UIWindowSceneFBSSceneTransitionContextDrivenLifecycleSettingsDiffAction _performActionsForUIScene:withUpdatedFBSScene:settingsDiff:fromSettings:transitionContext:lifecycleActionType:]
25 UIKitCore                      0x1a9c4efa0 __64-[UIScene scene:didUpdateWithDiff:transitionContext:completion:]_block_invoke
26 UIKitCore                      0x1a9c4d920 -[UIScene _emitSceneSettingsUpdateResponseForCompletion:afterSceneUpdateWork:]
27 UIKitCore                      0x1a9c4ebc8 -[UIScene scene:didUpdateWithDiff:transitionContext:completion:]
28 UIKitCore                      0x1aa7c9528 -[UIApplication workspace:didCreateScene:withTransitionContext:completion:]
29 UIKitCore                      0x1aa2befd0 -[UIApplicationSceneClientAgent scene:didInitializeWithEvent:completion:]
30 FrontBoardServices             0x1b736b5d8 -[FBSScene _callOutQueue_agent_didCreateWithTransitionContext:completion:]
31 FrontBoardServices             0x1b7396d44 __94-[FBSWorkspaceScenesClient createWithSceneID:groupID:parameters:transitionContext:completion:]_block_invoke.200
32 FrontBoardServices             0x1b737a6a4 -[FBSWorkspace _calloutQueue_executeCalloutFromSource:withBlock:]
33 FrontBoardServices             0x1b7396a0c __94-[FBSWorkspaceScenesClient createWithSceneID:groupID:parameters:transitionContext:completion:]_block_invoke
34 libdispatch.dylib              0x1a79c681c _dispatch_client_callout
35 libdispatch.dylib              0x1a79ca30c _dispatch_block_invoke_direct
36 FrontBoardServices             0x1b73befa0 __FBSSERIALQUEUE_IS_CALLING_OUT_TO_A_BLOCK__
37 FrontBoardServices             0x1b73bec30 -[FBSSerialQueue _targetQueue_performNextIfPossible]
38 FrontBoardServices             0x1b73bf184 -[FBSSerialQueue _performNextFromRunLoopSource]
39 CoreFoundation                 0x1a7d539e8 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__
40 CoreFoundation                 0x1a7d538e4 __CFRunLoopDoSource0
41 CoreFoundation                 0x1a7d52be8 __CFRunLoopDoSources0
42 CoreFoundation                 0x1a7d4cbc8 __CFRunLoopRun
43 CoreFoundation                 0x1a7d4c360 CFRunLoopRunSpecific
44 GraphicsServices               0x1bf38a734 GSEventRunModal
45 UIKitCore                      0x1aa7c7584 -[UIApplication _run]
46 UIKitCore                      0x1aa7ccdf4 UIApplicationMain
47 Runner                         0x100e97a70 main + 15 (AppDelegate.swift:15)
48 libdyld.dylib                  0x1a7a08cf8 start
johnvolkov commented 3 years ago

@mehdok there is an opportunity to solve this problem. This is very critical for my application :(

johnvolkov commented 3 years ago

How to reproduce the bug

  1. Сlone git@github.com:rekab-app/background_locator.git
  2. Open folder "example" in android studio
  3. Erase All Content and Settings on iOS emulator. Start Location as "City Run"
  4. Run main dart in iOS emulator (At first, the app launches fine)
  5. Click on the button "start"
  6. Click "Allow While Using App"
  7. Wait for the display of 30 points
  8. Stop application in Android Studio
  9. Wait for some time until the "allow example to also use you location even when you are not using the app?" dialog appears. Click "change to always allow"
  10. Run "example" from iOS emulator (everything is fine again)
  11. Click on the button "start". the application will display only one point on the screen.
  12. Close app "example"
  13. After the iOS app crashes on startup

https://user-images.githubusercontent.com/15630163/126048625-d0275c41-46be-4ce5-91a7-368f835ad371.mov

Environment: mac os 11.4 flutter 2.2.3 ios emulator 12 pro max 14.5 xcode 12.5.1 android studio 4.2.2

mehdok commented 3 years ago

Hi @Wian-TMC @johnvolkov Thank you for opening an issue and providing steps to reproduce the issue;

I have tried the steps you provided, both on a simulator and a real device, but I couldn't reproduce the bug. I'm using version 1.6.4; Please try this version and let me know the result;

johnvolkov commented 3 years ago

@mehdok is your environment the same? Maybe the problem is, for example, in xcode?

Environment: mac os 11.4 flutter 2.2.3 ios emulator 12 pro max 14.5 xcode 12.5.1 android studio 4.2.2

mehdok commented 3 years ago

@johnvolkov The environment is exactly the same as you.; I'm using the latest version of everything;

johnvolkov commented 3 years ago

@mehdok In my case, the problem is reproduced only if I change the access settings to "always" using the system window, in the sequence I wrote about earlier. You need to wait for this system window to reproduce the problem.

Screenshot 2021-07-17 at 21 33 25

If I change access via the general system settings, then everything works fine.

mehdok commented 3 years ago

In theory, both of them should work without any difference, I'll try to test both of them.

johnvolkov commented 3 years ago

@mehdok yes, this is extremely strange. I tried to reproduce the problem in my test case and got the error only 3 times out from 10.

mehdok commented 3 years ago

Maybe we should concentrate on the error message instead of reproducing the error, please provide any additional log that you have. I'll investigate it.

johnvolkov commented 3 years ago

@mehdok my log: 2021-07-19 16:15:08.207538+0300 Runner[59446:6431906] [TSBackgroundFetch load]: ( ) 2021-07-19 16:15:08.207923+0300 Runner[59446:6431906] [TSBGAppRefreshSubscriber load]: { } 2021-07-19 16:15:08.673375+0300 Runner[59446:6431906] Metal API Validation Enabled 2021-07-19 16:15:09.054330+0300 Runner[59446:6431906] Assertion failure in -[FlutterEngine sendOnChannel:message:binaryReply:], FlutterEngine.mm:799 2021-07-19 16:15:09.075527+0300 Runner[59446:6431906] Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Sending a message before the FlutterEngine has been run.' First throw call stack: ( 0 CoreFoundation 0x00007fff20422fba exceptionPreprocess + 242 1 libobjc.A.dylib 0x00007fff20193ff5 objc_exception_throw + 48 2 CoreFoundation 0x00007fff20422de3 +[NSException raise:format:] + 0 3 Foundation 0x00007fff207748e7 -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 191 4 Flutter 0x0000000100c5d006 -[FlutterEngine sendOnChannel:message:binaryReply:] + 544 5 background_locator 0x0000000100b05db0 -[BackgroundLocatorPlugin invokeMethod:arguments:] + 96 6 background_locator 0x0000000100b0780c -[DisposePluggable onServiceDispose] + 268 7 background_locator 0x0000000100b0751e -[BackgroundLocatorPlugin removeLocator] + 910 8 background_locator 0x0000000100b05fed -[BackgroundLocatorPlugin application:didFinishLaunchingWithOptions:] + 301 9 Flutter 0x0000000100c6aefd -[FlutterPluginAppLifeCycleDelegate application:didFinishLaunchingWithOptions:] + 296 10 Runner 0x00000001000d2ac2 $s6Runner11AppDelegateC11application_29didFinishLaunchingWithOptionsSbSo13UIApplicationC_SDySo0j6LaunchI3KeyaypGSgtF + 466 11 Runner 0x00000001000d2d03 $s6Runner11AppDelegateC11application_29didFinishLaunchingWithOptionsSbSo13UIApplicationC_SDySo0j6LaunchI3KeyaypGSgtFTo + 211 12 UIKitCore 0x00007fff246bd6f1 -[UIApplication _handleDelegateCallbacksWithOptions:isSuspended:restoreState:] + 232 13 UIKitCore 0x00007fff246bf33b -[UIApplication _callInitializationDelegatesWithActions:forCanvas:payload:fromOriginatingProcess:] + 4046 14 UIKitCore 0x00007fff246c4d63 -[UIApplication _runWithMainScene:transitionContext:completion:] + 1237 15 UIKitCore 0x00007fff23ce629b -[_UISceneLifecycleMultiplexer completeApplicationLaunchWithFBSScene:transitionContext:] + 122 16 UIKitCore 0x00007fff24272726 _UIScenePerformActionsWithLifecycleActionMask + 88 17 UIKitCore 0x00007fff23ce6dad __101-[_UISceneLifecycleMultiplexer _evalTransitionToSettings:fromSettings:forceExit:withTransitionStore:]_block_invoke + 198 18 UIKitCore 0x00007fff23ce686e -[_UISceneLifecycleMultiplexer _performBlock:withApplicationOfDeactivationReasons:fromReasons:] + 474 19 UIKitCore 0x00007fff23ce6bda -[_UISceneLifecycleMultiplexer _evalTransitionToSettings:fromSettings:forceExit:withTransitionStore:] + 818 20 UIKitCore 0x00007fff23ce646f -[_UISceneLifecycleMultiplexer uiScene:transitionedFromState:withTransitionContext:] + 345 21 UIKitCore 0x00007fff23cee6d8 186-[_UIWindowSceneFBSSceneTransitionContextDrivenLifecycleSettingsDiffAction _performActionsForUIScene:withUpdatedFBSScene:settingsDiff:fromSettings:transitionContext:lifecycleActionType:]_block_invoke + 178 22 UIKitCore 0x00007fff2417c77d +[BSAnimationSettings(UIKit) tryAnimatingWithSettings:actions:completion:] + 871 23 UIKitCore 0x00007fff2428f60e _UISceneSettingsDiffActionPerformChangesWithTransitionContext + 246 24 UIKitCore 0x00007fff23cee3de -[_UIWindowSceneFBSSceneTransitionContextDrivenLifecycleSettingsDiffAction _performActionsForUIScene:withUpdatedFBSScene:settingsDiff:fromSettings:transitionContext:lifecycleActionType:] + 361 25 UIKitCore 0x00007fff23b117d5 64-[UIScene scene:didUpdateWithDiff:transitionContext:completion:]_block_invoke + 797 26 UIKitCore 0x00007fff23b1024e -[UIScene _emitSceneSettingsUpdateResponseForCompletion:afterSceneUpdateWork:] + 253 27 UIKitCore 0x00007fff23b1140e -[UIScene scene:didUpdateWithDiff:transitionContext:completion:] + 208 28 UIKitCore 0x00007fff246c3203 -[UIApplication workspace:didCreateScene:withTransitionContext:completion:] + 508 29 UIKitCore 0x00007fff241a4ab4 -[UIApplicationSceneClientAgent scene:didInitializeWithEvent:completion:] + 358 30 FrontBoardServices 0x00007fff25a1b40b -[FBSScene _callOutQueue_agent_didCreateWithTransitionContext:completion:] + 398 31 FrontBoardServices 0x00007fff25a43e55 94-[FBSWorkspaceScenesClient createWithSceneID:groupID:parameters:transitionContext:completion:]_block_invoke.176 + 102 32 FrontBoardServices 0x00007fff25a28f12 -[FBSWorkspace _calloutQueue_executeCalloutFromSource:withBlock:] + 209 33 FrontBoardServices 0x00007fff25a43b28 94-[FBSWorkspaceScenesClient createWithSceneID:groupID:parameters:transitionContext:completion:]_block_invoke + 352 34 libdispatch.dylib 0x0000000103d6274e _dispatch_client_callout + 8 35 libdispatch.dylib 0x0000000103d65656 _dispatch_block_invoke_direct + 295 36 FrontBoardServices 0x00007fff25a695d0 FBSSERIALQUEUE_IS_CALLING_OUT_TO_A_BLOCK + 30 37 FrontBoardServices 0x00007fff25a692b6 -[FBSSerialQueue _targetQueue_performNextIfPossible] + 433 38 FrontBoardServices 0x00007fff25a6977b -[FBSSerialQueue _performNextFromRunLoopSource] + 22 39 CoreFoundation 0x00007fff20390ede CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION + 17 40 CoreFoundation 0x00007fff20390dd6 CFRunLoopDoSource0 + 180 41 CoreFoundation 0x00007fff2039029e CFRunLoopDoSources0 + 242 42 CoreFoundation 0x00007fff2038a9f7 CFRunLoopRun + 875 43 CoreFoundation 0x00007fff2038a1a7 CFRunLoopRunSpecific + 567 44 GraphicsServices 0x00007fff2b874d85 GSEventRunModal + 139 45 UIKitCore 0x00007fff246c14df -[UIApplication _run] + 912 46 UIKitCore 0x00007fff246c639c UIApplicationMain + 101 47 Runner 0x00000001000d2eab main + 75 48 libdyld.dylib 0x00007fff2025abbd start + 1 ) libc++abi: terminating with uncaught exception of type NSException Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Sending a message before the FlutterEngine has been run.' CoreSimulator 757.5 - Device: iPhone 12 Pro Max (8BC45FE7-7ACE-45CE-801C-BC9FC8EA0981) - Runtime: iOS 14.5 (18E182) - DeviceType: iPhone 12 Pro Max terminating with uncaught exception of type NSException (lldb)

marcusmvfa commented 3 years ago

I changed the simulator device to another one that i never used and it worked...

Wian-TMC commented 3 years ago

I changed the simulator device to another one that i never used and it worked...

This issue occurs on REAL devices as well, not just on simulators.

marcusmvfa commented 3 years ago

Yes, i've done this and then tested on real device, it worked for me.

mehdok commented 3 years ago

Hi guys, @Wian-TMC @johnvolkov @marcusmvfa

Thank you all for providing information to fix this bug; I believe we have a fix; Please test the new version (1.6.6) and let me know the result;

johnvolkov commented 3 years ago

works. @mehdok you're cool! thank you, you saved my project 😀

mehdok commented 3 years ago

Glad to hear it fixed;

Wian-TMC commented 3 years ago

@mehdok So this problem seems to actually still be present, though it now seems the app crashes more gracefully. With that I mean the app does not crash and close, but rather stops the app from functioning correctly (images from assets or network do not load and other strange behaviour as if the remainder of the app code does not run after the "graceful" crash).. It's very strange.

The app DOES sometimes crash completely and close, but very seldom. The version of iOS device is 14.7.1

I was able to got some crash logs when the app crashed and closed. The logs are below:

Incident Identifier: C5CD2E88-561A-40C2-B738-906336087F39
Hardware Model:      iPhone12,5
Process:             Runner [29649]
Path:                /private/var/containers/Bundle/Application/225A7D09-E019-45D3-AF58-C68D01470D0D/Runner.app/Runner
Identifier:          com.platinumseed.getTOD-SA-Partner
Version:             51 (2.0.48)
AppStoreTools:       12E506
AppVariant:          1:iPhone12,5:14
Beta:                YES
Code Type:           ARM-64 (Native)
Role:                unknown
Parent Process:      launchd [1]
Coalition:           com.platinumseed.getTOD-SA-Partner [1078]

Date/Time:           2021-08-06 13:56:07.5713 +0200
Launch Time:         2021-08-06 13:56:03.5386 +0200
OS Version:          iPhone OS 14.7.1 (18G82)
Release Type:        User
Baseband Version:    2.05.01
Report Version:      104

Exception Type:  EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Note:  EXC_CORPSE_NOTIFY
Triggered by Thread:  9

Thread 0 name:
Thread 0:
0   libsystem_kernel.dylib          0x00000001b028c4fc mach_msg_trap + 8
1   libsystem_kernel.dylib          0x00000001b028b884 mach_msg + 76 (mach_msg.c:103)
2   CoreFoundation                  0x000000018203fe58 __CFRunLoopServiceMachPort + 372 (CFRunLoop.c:2641)
3   CoreFoundation                  0x0000000182039cf8 __CFRunLoopRun + 1212 (CFRunLoop.c:2974)
4   CoreFoundation                  0x0000000182039308 CFRunLoopRunSpecific + 600 (CFRunLoop.c:3242)
5   GraphicsServices                0x00000001996bc734 GSEventRunModal + 164 (GSEvent.c:2259)
6   UIKitCore                       0x0000000184ab775c -[UIApplication _run] + 1072 (UIApplication.m:3269)
7   UIKitCore                       0x0000000184abcfcc UIApplicationMain + 168 (UIApplication.m:4740)
8   Runner                          0x0000000100e85118 main + 64 (AppDelegate.swift:15)
9   libdyld.dylib                   0x0000000181cf5cf8 start + 4

Thread 1:
0   libsystem_pthread.dylib         0x00000001cdd3d744 start_wqthread + 0

Thread 2:
0   libsystem_pthread.dylib         0x00000001cdd3d744 start_wqthread + 0

Thread 3:
0   libsystem_pthread.dylib         0x00000001cdd3d744 start_wqthread + 0

Thread 4 name:
Thread 4:
0   libsystem_kernel.dylib          0x00000001b028c4fc mach_msg_trap + 8
1   libsystem_kernel.dylib          0x00000001b028b884 mach_msg + 76 (mach_msg.c:103)
2   CoreFoundation                  0x000000018203fe58 __CFRunLoopServiceMachPort + 372 (CFRunLoop.c:2641)
3   CoreFoundation                  0x0000000182039cf8 __CFRunLoopRun + 1212 (CFRunLoop.c:2974)
4   CoreFoundation                  0x0000000182039308 CFRunLoopRunSpecific + 600 (CFRunLoop.c:3242)
5   Foundation                      0x0000000183328d8c -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 232 (NSRunLoop.m:377)
6   Foundation                      0x0000000183328c58 -[NSRunLoop(NSRunLoop) runUntilDate:] + 92 (NSRunLoop.m:424)
7   UIKitCore                       0x0000000184b6c304 -[UIEventFetcher threadMain] + 516 (UIEventFetcher.m:929)
8   Foundation                      0x000000018349a30c __NSThread__start__ + 864 (NSThread.m:724)
9   libsystem_pthread.dylib         0x00000001cdd34bfc _pthread_start + 320 (pthread.c:887)
10  libsystem_pthread.dylib         0x00000001cdd3d758 thread_start + 8

Thread 5:
0   libsystem_pthread.dylib         0x00000001cdd3d744 start_wqthread + 0

Thread 6:
0   libsystem_pthread.dylib         0x00000001cdd3d744 start_wqthread + 0

Thread 7 name:
Thread 7:
0   Flutter                         0x0000000102ae0ffc 0x10277c000 + 3559420
1   Flutter                         0x0000000102ae0fd4 minikin::Layout::getAdvances(float*) + 16 (Layout.cpp:1188)
2   Flutter                         0x0000000102ae0fd4 txt::ParagraphTxt::Layout(double) + 12088 (paragraph_txt.cc:885)
3   Flutter                         0x0000000102b80368 flutter::Paragraph::layout(double) + 20 (paragraph.cc:87)
4   Flutter                         0x0000000102b80368 tonic::DartDispatcher<tonic::IndicesHolder<0ul>, void (flutter::Paragraph::*)(double)>::Dispatch(void (flutter::Paragraph::*)(double)) + 64 (dart_args.h:151)
5   Flutter                         0x0000000102b80368 void tonic::DartCall<void (flutter::Paragraph::*)(double)>(void (flutter::Paragraph::*)(double), _Dart_NativeArguments*) + 88 (dart_args.h:204)
6   Flutter                         0x0000000102b80368 flutter::Paragraph_layout(_Dart_NativeArguments*) + 116 (paragraph.cc:40)
7   Flutter                         0x0000000102c9c038 dart::NativeEntry::AutoScopeNativeCallWrapperNoStackCheck(_Dart_NativeArguments*, void (*)(_Dart_NativeArguments*)) + 156 (native_entry.cc:217)
8   App                             0x00000001098083e8 Precompiled_Stub_CallAutoScopeNative + 80
9   App                             0x000000010991b220 Precompiled_Paragraph__layout_15065589_5194 + 52
10  App                             0x000000010991b1d4 Precompiled_Paragraph_layout_5193 + 40
11  App                             0x000000010991a8e4 Precompiled_TextPainter_layout_5183 + 600
12  App                             0x0000000109a6c860 Precompiled_____drawMonthCellsAndSelection_1479062801_9257 + 5420
13  App                             0x0000000109b26848 Precompiled__MonthViewMultiRangeSelectionRenderObject_1479062801_paint_11648 + 692
14  App                             0x00000001098bebd4 Precompiled_RenderObject__paintWithContext_597266271_3512 + 96
15  App                             0x00000001098f15a8 Precompiled_PaintingContext_paintChild_4422 + 128
16  App                             0x00000001099141d0 Precompiled__RenderAnimatedOpacity_RenderProxyBox_RenderProxyBoxMixin_601160605_paint_5060 + 64
17  App                             0x00000001098bebd4 Precompiled_RenderObject__paintWithContext_597266271_3512 + 96
18  App                             0x00000001098beaa4 Precompiled_PaintingContext__repaintCompositedChild_597266271_3510 + 292
19  App                             0x00000001098be82c Precompiled_PipelineOwner_flushPaint_3508 + 444
20  App                             0x00000001098be5ac Precompiled__WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_61399801_drawFrame_3506 + 100
21  App                             0x00000001098bfab4 Precompiled__WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_61399801_drawFrame_3527 + 184
22  App                             0x00000001098bf9d0 Precompiled__WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_61399801__handlePersistentFrameCallback_580452173_3526 + 32
23  App                             0x00000001098bf998 Precompiled__WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_61399801__handlePersistentFrameCallback_580452173__ha... + 44
24  App                             0x000000010996abac Precompiled__WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_61399801__invokeFrameCallback_623222615_6507 + 84
25  App                             0x000000010996aa8c Precompiled__WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_61399801_handleDrawFrame_6506 + 612
26  App                             0x000000010996b358 Precompiled__WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_61399801__handleDrawFrame_623222615_6515 + 296
27  App                             0x000000010996b3a0 Precompiled__WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_61399801__handleDrawFrame_623222615__handleDrawFrame_623222615_6516 + 40
28  App                             0x000000010982c81c Precompiled_____rootRun_4048458_578 + 208
29  App                             0x000000010982c910 Precompiled_____rootRun_4048458__rootRun_4048458_579 + 124
30  App                             0x0000000109cc300c Precompiled__CustomZone_4048458_run_16895 + 184
31  App                             0x0000000109cc6084 Precompiled__CustomZone_4048458_runGuarded_16959 + 52
32  App                             0x00000001098413b4 Precompiled_____invoke_15065589_1025 + 156
33  App                             0x0000000109846020 Precompiled_PlatformDispatcher__drawFrame_15065589_1107 + 40
34  App                             0x000000010984e8d0 Precompiled_____drawFrame_15065589_1258 + 64
35  App                             0x000000010984e908 Precompiled_____drawFrame_15065589__drawFrame_15065589_1259 + 24
36  App                             0x00000001098081e4 Precompiled_Stub_InvokeDartCode + 268
37  Flutter                         0x0000000102c88a00 dart::DartEntry::InvokeCode(dart::Code const&, dart::Array const&, dart::Array const&, dart::Thread*) + 200 (dart_entry.cc:181)
38  Flutter                         0x0000000102c88a00 dart::DartEntry::InvokeFunction(dart::Function const&, dart::Array const&, dart::Array const&, unsigned long) + 440 (dart_entry.cc:147)
39  Flutter                         0x0000000102c89520 dart::DartEntry::InvokeCallable(dart::Thread*, dart::Function const&, dart::Array const&, dart::Array const&) + 404 (dart_entry.cc:282)
40  Flutter                         0x0000000102d691d4 Dart_InvokeClosure + 1308 (dart_api_impl.cc:4724)
41  Flutter                         0x0000000102b8560c tonic::DartInvokeVoid(_Dart_Handle*) + 12 (dart_invoke.cc:30)
42  Flutter                         0x0000000102b8560c flutter::PlatformConfiguration::BeginFrame(fml::TimePoint) + 288 (platform_configuration.cc:369)
43  Flutter                         0x0000000102aa5a88 flutter::Animator::BeginFrame(fml::TimePoint, fml::TimePoint) + 512 (animator.cc:143)
44  Flutter                         0x0000000102aa5a88 flutter::Animator::AwaitVSync()::$_3::operator()(fml::TimePoint, fml::TimePoint) const + 884 (animator.cc:244)
45  Flutter                         0x0000000102aa5a88 decltype(std::__1::forward<flutter::Animator::AwaitVSync()::$_3&>(fp)(std::__1::forward<fml::TimePoint>(fp0), std::__1::forward<fml::TimePoint>(fp0))) std::__1::__invoke<flutter::Animator::AwaitVSy... + 896 (type_traits:4425)
46  Flutter                         0x0000000102aa5a88 void std::__1::__invoke_void_return_wrapper<void>::__call<flutter::Animator::AwaitVSync()::$_3&, fml::TimePoint, fml::TimePoint>(flutter::Animator::AwaitVSync()::$_3&, fml::TimePoint&&, fml::TimePo... + 896 (__functional_base:348)
47  Flutter                         0x0000000102aa5a88 std::__1::__function::__alloc_func<flutter::Animator::AwaitVSync()::$_3, std::__1::allocator<flutter::Animator::AwaitVSync()::$_3>, void (fml::TimePoint, fml::TimePoint)>::operator()(fml::TimePoint... + 896 (functional:1533)
48  Flutter                         0x0000000102aa5a88 std::__1::__function::__func<flutter::Animator::AwaitVSync()::$_3, std::__1::allocator<flutter::Animator::AwaitVSync()::$_3>, void (fml::TimePoint, fml::TimePoint)>::operator()(fml::TimePoint&&, fm... + 940 (functional:1707)
49  Flutter                         0x00000001027af96c std::__1::__function::__value_func<void (fml::TimePoint, fml::TimePoint)>::operator()(fml::TimePoint&&, fml::TimePoint&&) const + 28 (functional:1860)
50  Flutter                         0x00000001027af96c std::__1::function<void (fml::TimePoint, fml::TimePoint)>::operator()(fml::TimePoint, fml::TimePoint) const + 44 (functional:2419)
51  Flutter                         0x0000000102a51d94 std::__1::__function::__value_func<void ()>::operator()() const + 12 (functional:1860)
52  Flutter                         0x0000000102a51d94 std::__1::function<void ()>::operator()() const + 12 (functional:2419)
53  Flutter                         0x0000000102a51d94 fml::MessageLoopImpl::FlushTasks(fml::FlushType) + 1444 (message_loop_impl.cc:130)
54  Flutter                         0x0000000102a53bf4 fml::MessageLoopImpl::RunExpiredTasksNow() + 8 (message_loop_impl.cc:143)
55  Flutter                         0x0000000102a53bf4 fml::MessageLoopDarwin::OnTimerFire(__CFRunLoopTimer*, fml::MessageLoopDarwin*) + 32 (message_loop_darwin.mm:75)
56  CoreFoundation                  0x00000001820411d4 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 32 (CFRunLoop.c:1807)
57  CoreFoundation                  0x0000000182040dd0 __CFRunLoopDoTimer + 1076 (CFRunLoop.c:2415)
58  CoreFoundation                  0x0000000182040220 __CFRunLoopDoTimers + 328 (CFRunLoop.c:2575)
59  CoreFoundation                  0x0000000182039fd4 __CFRunLoopRun + 1944 (CFRunLoop.c:3090)
60  CoreFoundation                  0x0000000182039308 CFRunLoopRunSpecific + 600 (CFRunLoop.c:3242)
61  Flutter                         0x0000000102a53ad0 fml::MessageLoopDarwin::Run() + 88 (message_loop_darwin.mm:46)
62  Flutter                         0x0000000102a534d4 fml::MessageLoopImpl::DoRun() + 28 (message_loop_impl.cc:96)
63  Flutter                         0x0000000102a534d4 fml::MessageLoop::Run() + 32 (message_loop.cc:49)
64  Flutter                         0x0000000102a534d4 fml::Thread::Thread(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)::$_0::operator()() const + 144 (thread.cc:35)
65  Flutter                         0x0000000102a534d4 decltype(std::__1::forward<fml::Thread::Thread(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)::$_0>(fp)()) std::__1::__invoke<fml::Thread::Thread(std:... + 144 (type_traits:4425)
66  Flutter                         0x0000000102a534d4 void std::__1::__thread_execute<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, fml::Thread::Thread(std::__1::basic_string<char, std::__1::cha... + 144 (thread:341)
67  Flutter                         0x0000000102a534d4 void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, fml::Thread::Thread(std::__1::basic_string<char... + 196 (thread:351)
68  libsystem_pthread.dylib         0x00000001cdd34bfc _pthread_start + 320 (pthread.c:887)
69  libsystem_pthread.dylib         0x00000001cdd3d758 thread_start + 8

Thread 8 name:
Thread 8:
0   libsystem_kernel.dylib          0x00000001b028c4fc mach_msg_trap + 8
1   libsystem_kernel.dylib          0x00000001b028b884 mach_msg + 76 (mach_msg.c:103)
2   CoreFoundation                  0x000000018203fe58 __CFRunLoopServiceMachPort + 372 (CFRunLoop.c:2641)
3   CoreFoundation                  0x0000000182039cf8 __CFRunLoopRun + 1212 (CFRunLoop.c:2974)
4   CoreFoundation                  0x0000000182039308 CFRunLoopRunSpecific + 600 (CFRunLoop.c:3242)
5   Flutter                         0x0000000102a53ad0 fml::MessageLoopDarwin::Run() + 88 (message_loop_darwin.mm:46)
6   Flutter                         0x0000000102a534d4 fml::MessageLoopImpl::DoRun() + 28 (message_loop_impl.cc:96)
7   Flutter                         0x0000000102a534d4 fml::MessageLoop::Run() + 32 (message_loop.cc:49)
8   Flutter                         0x0000000102a534d4 fml::Thread::Thread(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)::$_0::operator()() const + 144 (thread.cc:35)
9   Flutter                         0x0000000102a534d4 decltype(std::__1::forward<fml::Thread::Thread(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)::$_0>(fp)()) std::__1::__invoke<fml::Thread::Thread(std:... + 144 (type_traits:4425)
10  Flutter                         0x0000000102a534d4 void std::__1::__thread_execute<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, fml::Thread::Thread(std::__1::basic_string<char, std::__1::cha... + 144 (thread:341)
11  Flutter                         0x0000000102a534d4 void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, fml::Thread::Thread(std::__1::basic_string<char... + 196 (thread:351)
12  libsystem_pthread.dylib         0x00000001cdd34bfc _pthread_start + 320 (pthread.c:887)
13  libsystem_pthread.dylib         0x00000001cdd3d758 thread_start + 8

Thread 9 name:
Thread 9 Crashed:
0   libsystem_kernel.dylib          0x00000001b02b1334 __pthread_kill + 8
1   libsystem_pthread.dylib         0x00000001cdd35a9c pthread_kill + 272 (pthread.c:1582)
2   libsystem_c.dylib               0x000000018b48dc10 __abort + 128 (abort.c:155)
3   libsystem_c.dylib               0x000000018b48db90 abort + 136 (abort.c:126)
4   Metal                           0x000000019836a2e0 MTLReleaseAssertionFailure + 220 (MTLDebug.mm:57)
5   IOGPU                           0x00000001bf8f7450 -[IOGPUMetalCommandBuffer setCurrentCommandEncoder:] + 244 (IOGPUMetalCommandBuffer.m:300)
6   Metal                           0x000000019835a260 -[_MTLCommandEncoder initWithCommandBuffer:] + 884 (MTLCommandEncoder.m:91)
7   IOGPU                           0x00000001bf8f910c -[IOGPUMetalCommandEncoder initWithCommandBuffer:] + 56 (IOGPUMetalCommandEncoder.mm:17)
8   AGXMetalA13                     0x00000001cf413644 -[AGXA13FamilyBlitContext initWithCommandBuffer:descriptor:] + 60 (agxa_blit_objc.mm:34)
9   AGXMetalA13                     0x00000001cf146d10 -[AGXA13FamilyCommandBuffer blitCommandEncoder] + 88 (agxa_command_buffer_objc.mm:251)
10  Flutter                         0x00000001029ed8d0 GrMtlCommandBuffer::getBlitCommandEncoder() + 48 (GrMtlCommandBuffer.mm:44)
11  Flutter                         0x00000001029f078c GrMtlGpu::uploadToTexture(GrMtlTexture*, int, int, int, int, GrColorType, GrMipLevel const*, int) + 184 (GrMtlGpu.mm:390)
12  Flutter                         0x00000001029f078c GrMtlGpu::onWritePixels(GrSurface*, int, int, int, int, GrColorType, GrColorType, GrMipLevel const*, int, bool) + 376 (GrMtlGpu.mm:1213)
13  Flutter                         0x00000001028f6b54 GrGpu::writePixels(GrSurface*, int, int, int, int, GrColorType, GrColorType, GrMipLevel const*, int, bool) + 472 (GrGpu.cpp:449)
14  Flutter                         0x000000010290973c GrGpu::createTexture(SkISize, GrBackendFormat const&, GrRenderable, int, SkBudgeted, GrProtected, GrColorType, GrColorType, GrMipLevel const*, int) + 116 (GrGpu.cpp:211)
15  Flutter                         0x000000010290973c GrResourceProvider::createTexture(SkISize, GrBackendFormat const&, GrColorType, GrRenderable, int, SkBudgeted, GrMipmapped, GrProtected, GrMipLevel const*) + 908 (GrResourceProvider.cpp:89)
16  Flutter                         0x0000000102902a40 GrProxyProvider::createMippedProxyFromBitmap(SkBitmap const&, SkBudgeted)::$_1::operator()(GrResourceProvider*, GrSurfaceProxy::LazySurfaceDesc const&) const + 240 (GrProxyProvider.cpp:376)
17  Flutter                         0x0000000102902a40 decltype(std::__1::forward<GrProxyProvider::createMippedProxyFromBitmap(SkBitmap const&, SkBudgeted)::$_1&>(fp)(std::__1::forward<GrResourceProvider*>(fp0), std::__1::forward<GrSurfaceProxy::LazySu... + 244 (type_traits:4425)
18  Flutter                         0x0000000102902a40 GrSurfaceProxy::LazyCallbackResult std::__1::__invoke_void_return_wrapper<GrSurfaceProxy::LazyCallbackResult>::__call<GrProxyProvider::createMippedProxyFromBitmap(SkBitmap const&, SkBudgeted)::$_1&... + 244 (__functional_base:317)
19  Flutter                         0x0000000102902a40 std::__1::__function::__alloc_func<GrProxyProvider::createMippedProxyFromBitmap(SkBitmap const&, SkBudgeted)::$_1, std::__1::allocator<GrProxyProvider::createMippedProxyFromBitmap(SkBitmap const&, ... + 244 (functional:1533)
20  Flutter                         0x0000000102902a40 std::__1::__function::__func<GrProxyProvider::createMippedProxyFromBitmap(SkBitmap const&, SkBudgeted)::$_1, std::__1::allocator<GrProxyProvider::createMippedProxyFromBitmap(SkBitmap const&, SkBudg... + 288 (functional:1707)
21  Flutter                         0x0000000102920588 std::__1::__function::__value_func<GrSurfaceProxy::LazyCallbackResult (GrResourceProvider*, GrSurfaceProxy::LazySurfaceDesc const&)>::operator()(GrResourceProvider*&&, GrSurfaceProxy::LazySurfaceDe... + 32 (functional:1860)
22  Flutter                         0x0000000102920588 std::__1::function<GrSurfaceProxy::LazyCallbackResult (GrResourceProvider*, GrSurfaceProxy::LazySurfaceDesc const&)>::operator()(GrResourceProvider*, GrSurfaceProxy::LazySurfaceDesc const&) const + 32 (functional:2419)
23  Flutter                         0x0000000102920588 GrSurfaceProxyPriv::doLazyInstantiation(GrResourceProvider*) + 200 (GrSurfaceProxy.cpp:403)
24  Flutter                         0x0000000102902600 GrProxyProvider::createProxyFromBitmap(SkBitmap const&, GrMipmapped, SkBackingFit, SkBudgeted) + 1068 (GrProxyProvider.cpp:305)
25  Flutter                         0x00000001028db228 GrBitmapTextureMaker::refOriginalTextureProxyView(GrMipmapped) + 280 (GrBitmapTextureMaker.cpp:90)
26  Flutter                         0x00000001029a0cac SkImage::MakeCrossContextFromPixmap(GrDirectContext*, SkPixmap const&, bool, bool) + 436 (SkImage_Gpu.cpp:457)
27  Flutter                         0x0000000102b6dc14 flutter::UploadRasterImage(sk_sp<SkImage>, fml::WeakPtr<flutter::IOManager>, fml::tracing::TraceFlow const&)::$_3::operator()() const + 84 (image_decoder.cc:202)
28  Flutter                         0x0000000102b6dc14 decltype(std::__1::forward<flutter::UploadRasterImage(sk_sp<SkImage>, fml::WeakPtr<flutter::IOManager>, fml::tracing::TraceFlow const&)::$_3&>(fp)()) std::__1::__invoke<flutter::UploadRasterImage(s... + 84 (type_traits:4425)
29  Flutter                         0x0000000102b6dc14 void std::__1::__invoke_void_return_wrapper<void>::__call<flutter::UploadRasterImage(sk_sp<SkImage>, fml::WeakPtr<flutter::IOManager>, fml::tracing::TraceFlow const&)::$_3&>(flutter::UploadRasterIm... + 84 (__functional_base:348)
30  Flutter                         0x0000000102b6dc14 std::__1::__function::__alloc_func<flutter::UploadRasterImage(sk_sp<SkImage>, fml::WeakPtr<flutter::IOManager>, fml::tracing::TraceFlow const&)::$_3, std::__1::allocator<flutter::UploadRasterImage(... + 84 (functional:1533)
31  Flutter                         0x0000000102b6dc14 std::__1::__function::__func<flutter::UploadRasterImage(sk_sp<SkImage>, fml::WeakPtr<flutter::IOManager>, fml::tracing::TraceFlow const&)::$_3, std::__1::allocator<flutter::UploadRasterImage(sk_sp<... + 108 (functional:1707)
32  Flutter                         0x0000000102a53024 fml::SyncSwitch::Execute(fml::SyncSwitch::Handlers const&) + 52 (sync_switch.cc:0)
33  Flutter                         0x0000000102b6d4d0 flutter::UploadRasterImage(sk_sp<SkImage>, fml::WeakPtr<flutter::IOManager>, fml::tracing::TraceFlow const&) + 456 (image_decoder.cc:187)
34  Flutter                         0x0000000102b6d4d0 flutter::ImageDecoder::Decode(fml::RefPtr<flutter::ImageDescriptor>, unsigned int, unsigned int, std::__1::function<void (flutter::SkiaGPUObject<SkImage>)> const&)::$_1::operator()()::'lambda'()::o... + 560 (image_decoder.cc:316)
35  Flutter                         0x0000000102b6d4d0 auto fml::internal::CopyableLambda<flutter::ImageDecoder::Decode(fml::RefPtr<flutter::ImageDescriptor>, unsigned int, unsigned int, std::__1::function<void (flutter::SkiaGPUObject<SkImage>)> const&... + 560 (make_copyable.h:24)
36  Flutter                         0x0000000102b6d4d0 decltype(std::__1::forward<fml::internal::CopyableLambda<flutter::ImageDecoder::Decode(fml::RefPtr<flutter::ImageDescriptor>, unsigned int, unsigned int, std::__1::function<void (flutter::SkiaGPUOb... + 560 (type_traits:4425)
37  Flutter                         0x0000000102b6d4d0 void std::__1::__invoke_void_return_wrapper<void>::__call<fml::internal::CopyableLambda<flutter::ImageDecoder::Decode(fml::RefPtr<flutter::ImageDescriptor>, unsigned int, unsigned int, std::__1::fu... + 560 (__functional_base:348)
38  Flutter                         0x0000000102b6d4d0 std::__1::__function::__alloc_func<fml::internal::CopyableLambda<flutter::ImageDecoder::Decode(fml::RefPtr<flutter::ImageDescriptor>, unsigned int, unsigned int, std::__1::function<void (flutter::S... + 560 (functional:1533)
39  Flutter                         0x0000000102b6d4d0 std::__1::__function::__func<fml::internal::CopyableLambda<flutter::ImageDecoder::Decode(fml::RefPtr<flutter::ImageDescriptor>, unsigned int, unsigned int, std::__1::function<void (flutter::SkiaGPU... + 704 (functional:1707)
40  Flutter                         0x0000000102a51d94 std::__1::__function::__value_func<void ()>::operator()() const + 12 (functional:1860)
41  Flutter                         0x0000000102a51d94 std::__1::function<void ()>::operator()() const + 12 (functional:2419)
42  Flutter                         0x0000000102a51d94 fml::MessageLoopImpl::FlushTasks(fml::FlushType) + 1444 (message_loop_impl.cc:130)
43  Flutter                         0x0000000102a53bf4 fml::MessageLoopImpl::RunExpiredTasksNow() + 8 (message_loop_impl.cc:143)
44  Flutter                         0x0000000102a53bf4 fml::MessageLoopDarwin::OnTimerFire(__CFRunLoopTimer*, fml::MessageLoopDarwin*) + 32 (message_loop_darwin.mm:75)
45  CoreFoundation                  0x00000001820411d4 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 32 (CFRunLoop.c:1807)
46  CoreFoundation                  0x0000000182040dd0 __CFRunLoopDoTimer + 1076 (CFRunLoop.c:2415)
47  CoreFoundation                  0x0000000182040220 __CFRunLoopDoTimers + 328 (CFRunLoop.c:2575)
48  CoreFoundation                  0x0000000182039fd4 __CFRunLoopRun + 1944 (CFRunLoop.c:3090)
49  CoreFoundation                  0x0000000182039308 CFRunLoopRunSpecific + 600 (CFRunLoop.c:3242)
50  Flutter                         0x0000000102a53ad0 fml::MessageLoopDarwin::Run() + 88 (message_loop_darwin.mm:46)
51  Flutter                         0x0000000102a534d4 fml::MessageLoopImpl::DoRun() + 28 (message_loop_impl.cc:96)
52  Flutter                         0x0000000102a534d4 fml::MessageLoop::Run() + 32 (message_loop.cc:49)
53  Flutter                         0x0000000102a534d4 fml::Thread::Thread(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)::$_0::operator()() const + 144 (thread.cc:35)
54  Flutter                         0x0000000102a534d4 decltype(std::__1::forward<fml::Thread::Thread(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)::$_0>(fp)()) std::__1::__invoke<fml::Thread::Thread(std:... + 144 (type_traits:4425)
55  Flutter                         0x0000000102a534d4 void std::__1::__thread_execute<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, fml::Thread::Thread(std::__1::basic_string<char, std::__1::cha... + 144 (thread:341)
56  Flutter                         0x0000000102a534d4 void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, fml::Thread::Thread(std::__1::basic_string<char... + 196 (thread:351)
57  libsystem_pthread.dylib         0x00000001cdd34bfc _pthread_start + 320 (pthread.c:887)
58  libsystem_pthread.dylib         0x00000001cdd3d758 thread_start + 8

Thread 10 name:
Thread 10:
0   libsystem_kernel.dylib          0x00000001b02b10cc __psynch_cvwait + 8
1   libsystem_pthread.dylib         0x00000001cdd38434 _pthread_cond_wait + 1248 (pthread_cond.c:636)
2   libc++.1.dylib                  0x0000000196c4befc std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 28 (__threading_support:428)
3   Flutter                         0x0000000102a4ebdc void std::__1::condition_variable::wait<fml::ConcurrentMessageLoop::WorkerMain()::$_1>(std::__1::unique_lock<std::__1::mutex>&, fml::ConcurrentMessageLoop::WorkerMain()::$_1) + 40 (__mutex_base:374)
4   Flutter                         0x0000000102a4ebdc fml::ConcurrentMessageLoop::WorkerMain() + 80 (concurrent_message_loop.cc:80)
5   Flutter                         0x0000000102a4ebdc fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0::operator()() const + 184 (concurrent_message_loop.cc:26)
6   Flutter                         0x0000000102a4ebdc decltype(std::__1::forward<fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0>(fp)()) std::__1::__invoke<fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0>(fm... + 184 (type_traits:4425)
7   Flutter                         0x0000000102a4ebdc void std::__1::__thread_execute<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned lon... + 184 (thread:341)
8   Flutter                         0x0000000102a4ebdc void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, fml::ConcurrentMessageLoop::ConcurrentMessageLo... + 256 (thread:351)
9   libsystem_pthread.dylib         0x00000001cdd34bfc _pthread_start + 320 (pthread.c:887)
10  libsystem_pthread.dylib         0x00000001cdd3d758 thread_start + 8

Thread 11 name:
Thread 11:
0   libsystem_kernel.dylib          0x00000001b02b10cc __psynch_cvwait + 8
1   libsystem_pthread.dylib         0x00000001cdd38434 _pthread_cond_wait + 1248 (pthread_cond.c:636)
2   libc++.1.dylib                  0x0000000196c4befc std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 28 (__threading_support:428)
3   Flutter                         0x0000000102a4ebdc void std::__1::condition_variable::wait<fml::ConcurrentMessageLoop::WorkerMain()::$_1>(std::__1::unique_lock<std::__1::mutex>&, fml::ConcurrentMessageLoop::WorkerMain()::$_1) + 40 (__mutex_base:374)
4   Flutter                         0x0000000102a4ebdc fml::ConcurrentMessageLoop::WorkerMain() + 80 (concurrent_message_loop.cc:80)
5   Flutter                         0x0000000102a4ebdc fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0::operator()() const + 184 (concurrent_message_loop.cc:26)
6   Flutter                         0x0000000102a4ebdc decltype(std::__1::forward<fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0>(fp)()) std::__1::__invoke<fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0>(fm... + 184 (type_traits:4425)
7   Flutter                         0x0000000102a4ebdc void std::__1::__thread_execute<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned lon... + 184 (thread:341)
8   Flutter                         0x0000000102a4ebdc void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, fml::ConcurrentMessageLoop::ConcurrentMessageLo... + 256 (thread:351)
9   libsystem_pthread.dylib         0x00000001cdd34bfc _pthread_start + 320 (pthread.c:887)
10  libsystem_pthread.dylib         0x00000001cdd3d758 thread_start + 8

Thread 12 name:
Thread 12:
0   libsystem_kernel.dylib          0x00000001b02b10cc __psynch_cvwait + 8
1   libsystem_pthread.dylib         0x00000001cdd38434 _pthread_cond_wait + 1248 (pthread_cond.c:636)
2   libc++.1.dylib                  0x0000000196c4befc std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 28 (__threading_support:428)
3   Flutter                         0x0000000102a4ebdc void std::__1::condition_variable::wait<fml::ConcurrentMessageLoop::WorkerMain()::$_1>(std::__1::unique_lock<std::__1::mutex>&, fml::ConcurrentMessageLoop::WorkerMain()::$_1) + 40 (__mutex_base:374)
4   Flutter                         0x0000000102a4ebdc fml::ConcurrentMessageLoop::WorkerMain() + 80 (concurrent_message_loop.cc:80)
5   Flutter                         0x0000000102a4ebdc fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0::operator()() const + 184 (concurrent_message_loop.cc:26)
6   Flutter                         0x0000000102a4ebdc decltype(std::__1::forward<fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0>(fp)()) std::__1::__invoke<fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0>(fm... + 184 (type_traits:4425)
7   Flutter                         0x0000000102a4ebdc void std::__1::__thread_execute<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned lon... + 184 (thread:341)
8   Flutter                         0x0000000102a4ebdc void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, fml::ConcurrentMessageLoop::ConcurrentMessageLo... + 256 (thread:351)
9   libsystem_pthread.dylib         0x00000001cdd34bfc _pthread_start + 320 (pthread.c:887)
10  libsystem_pthread.dylib         0x00000001cdd3d758 thread_start + 8

Thread 13 name:
Thread 13:
0   libsystem_kernel.dylib          0x00000001b02b10cc __psynch_cvwait + 8
1   libsystem_pthread.dylib         0x00000001cdd38434 _pthread_cond_wait + 1248 (pthread_cond.c:636)
2   libc++.1.dylib                  0x0000000196c4befc std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 28 (__threading_support:428)
3   Flutter                         0x0000000102a4ebdc void std::__1::condition_variable::wait<fml::ConcurrentMessageLoop::WorkerMain()::$_1>(std::__1::unique_lock<std::__1::mutex>&, fml::ConcurrentMessageLoop::WorkerMain()::$_1) + 40 (__mutex_base:374)
4   Flutter                         0x0000000102a4ebdc fml::ConcurrentMessageLoop::WorkerMain() + 80 (concurrent_message_loop.cc:80)
5   Flutter                         0x0000000102a4ebdc fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0::operator()() const + 184 (concurrent_message_loop.cc:26)
6   Flutter                         0x0000000102a4ebdc decltype(std::__1::forward<fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0>(fp)()) std::__1::__invoke<fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0>(fm... + 184 (type_traits:4425)
7   Flutter                         0x0000000102a4ebdc void std::__1::__thread_execute<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned lon... + 184 (thread:341)
8   Flutter                         0x0000000102a4ebdc void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, fml::ConcurrentMessageLoop::ConcurrentMessageLo... + 256 (thread:351)
9   libsystem_pthread.dylib         0x00000001cdd34bfc _pthread_start + 320 (pthread.c:887)
10  libsystem_pthread.dylib         0x00000001cdd3d758 thread_start + 8

Thread 14 name:
Thread 14:
0   libsystem_kernel.dylib          0x00000001b02b10cc __psynch_cvwait + 8
1   libsystem_pthread.dylib         0x00000001cdd38434 _pthread_cond_wait + 1248 (pthread_cond.c:636)
2   libc++.1.dylib                  0x0000000196c4befc std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 28 (__threading_support:428)
3   Flutter                         0x0000000102a4ebdc void std::__1::condition_variable::wait<fml::ConcurrentMessageLoop::WorkerMain()::$_1>(std::__1::unique_lock<std::__1::mutex>&, fml::ConcurrentMessageLoop::WorkerMain()::$_1) + 40 (__mutex_base:374)
4   Flutter                         0x0000000102a4ebdc fml::ConcurrentMessageLoop::WorkerMain() + 80 (concurrent_message_loop.cc:80)
5   Flutter                         0x0000000102a4ebdc fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0::operator()() const + 184 (concurrent_message_loop.cc:26)
6   Flutter                         0x0000000102a4ebdc decltype(std::__1::forward<fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0>(fp)()) std::__1::__invoke<fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0>(fm... + 184 (type_traits:4425)
7   Flutter                         0x0000000102a4ebdc void std::__1::__thread_execute<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned lon... + 184 (thread:341)
8   Flutter                         0x0000000102a4ebdc void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, fml::ConcurrentMessageLoop::ConcurrentMessageLo... + 256 (thread:351)
9   libsystem_pthread.dylib         0x00000001cdd34bfc _pthread_start + 320 (pthread.c:887)
10  libsystem_pthread.dylib         0x00000001cdd3d758 thread_start + 8

Thread 15 name:
Thread 15:
0   libsystem_kernel.dylib          0x00000001b02b10cc __psynch_cvwait + 8
1   libsystem_pthread.dylib         0x00000001cdd38434 _pthread_cond_wait + 1248 (pthread_cond.c:636)
2   libc++.1.dylib                  0x0000000196c4befc std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 28 (__threading_support:428)
3   Flutter                         0x0000000102a4ebdc void std::__1::condition_variable::wait<fml::ConcurrentMessageLoop::WorkerMain()::$_1>(std::__1::unique_lock<std::__1::mutex>&, fml::ConcurrentMessageLoop::WorkerMain()::$_1) + 40 (__mutex_base:374)
4   Flutter                         0x0000000102a4ebdc fml::ConcurrentMessageLoop::WorkerMain() + 80 (concurrent_message_loop.cc:80)
5   Flutter                         0x0000000102a4ebdc fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0::operator()() const + 184 (concurrent_message_loop.cc:26)
6   Flutter                         0x0000000102a4ebdc decltype(std::__1::forward<fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0>(fp)()) std::__1::__invoke<fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0>(fm... + 184 (type_traits:4425)
7   Flutter                         0x0000000102a4ebdc void std::__1::__thread_execute<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned lon... + 184 (thread:341)
8   Flutter                         0x0000000102a4ebdc void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, fml::ConcurrentMessageLoop::ConcurrentMessageLo... + 256 (thread:351)
9   libsystem_pthread.dylib         0x00000001cdd34bfc _pthread_start + 320 (pthread.c:887)
10  libsystem_pthread.dylib         0x00000001cdd3d758 thread_start + 8

Thread 16 name:
Thread 16:
0   libsystem_kernel.dylib          0x00000001b02b3150 kevent + 8
1   Flutter                         0x0000000102b89e88 dart::bin::EventHandlerImplementation::EventHandlerEntry(unsigned long) + 360 (eventhandler_macos.cc:451)
2   Flutter                         0x0000000102bb6e1c dart::bin::ThreadStart(void*) + 48 (thread_macos.cc:87)
3   libsystem_pthread.dylib         0x00000001cdd34bfc _pthread_start + 320 (pthread.c:887)
4   libsystem_pthread.dylib         0x00000001cdd3d758 thread_start + 8

Thread 17:
0   libsystem_pthread.dylib         0x00000001cdd3d744 start_wqthread + 0

Thread 18:
0   libsystem_pthread.dylib         0x00000001cdd3d744 start_wqthread + 0

Thread 19:
0   libsystem_pthread.dylib         0x00000001cdd3d744 start_wqthread + 0

Thread 20 name:
Thread 20:
0   libsystem_kernel.dylib          0x00000001b028c4fc mach_msg_trap + 8
1   libsystem_kernel.dylib          0x00000001b028b884 mach_msg + 76 (mach_msg.c:103)
2   FirebaseCrashlytics             0x0000000101d14ad0 FIRCLSMachExceptionReadMessage + 56 (FIRCLSMachException.c:194)
3   FirebaseCrashlytics             0x0000000101d14ad0 FIRCLSMachExceptionServer + 104 (FIRCLSMachException.c:170)
4   libsystem_pthread.dylib         0x00000001cdd34bfc _pthread_start + 320 (pthread.c:887)
5   libsystem_pthread.dylib         0x00000001cdd3d758 thread_start + 8

Thread 21 name:
Thread 21:
0   libsystem_kernel.dylib          0x00000001b02b10cc __psynch_cvwait + 8
1   libsystem_pthread.dylib         0x00000001cdd38434 _pthread_cond_wait + 1248 (pthread_cond.c:636)
2   libc++.1.dylib                  0x0000000196c4befc std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 28 (__threading_support:428)
3   JavaScriptCore                  0x000000018c4b4b7c void std::__1::condition_variable_any::wait<std::__1::unique_lock<bmalloc::Mutex> >(std::__1::unique_lock<bmalloc::Mutex>&) + 108 (condition_variable:203)
4   JavaScriptCore                  0x000000018c4b8fc0 bmalloc::Scavenger::threadRunLoop() + 208 (condition_variable:212)
5   JavaScriptCore                  0x000000018c4b8bcc bmalloc::Scavenger::threadEntryPoint(bmalloc::Scavenger*) + 16 (Scavenger.cpp:395)
6   JavaScriptCore                  0x000000018c4ba0e4 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::Scaveng... + 48 (type_traits:3747)
7   libsystem_pthread.dylib         0x00000001cdd34bfc _pthread_start + 320 (pthread.c:887)
8   libsystem_pthread.dylib         0x00000001cdd3d758 thread_start + 8

Thread 22 name:
Thread 22:
0   libsystem_kernel.dylib          0x00000001b028c4fc mach_msg_trap + 8
1   libsystem_kernel.dylib          0x00000001b028b884 mach_msg + 76 (mach_msg.c:103)
2   CoreFoundation                  0x000000018203fe58 __CFRunLoopServiceMachPort + 372 (CFRunLoop.c:2641)
3   CoreFoundation                  0x0000000182039cf8 __CFRunLoopRun + 1212 (CFRunLoop.c:2974)
4   CoreFoundation                  0x0000000182039308 CFRunLoopRunSpecific + 600 (CFRunLoop.c:3242)
5   Flutter                         0x0000000102a53ad0 fml::MessageLoopDarwin::Run() + 88 (message_loop_darwin.mm:46)
6   Flutter                         0x0000000102a534d4 fml::MessageLoopImpl::DoRun() + 28 (message_loop_impl.cc:96)
7   Flutter                         0x0000000102a534d4 fml::MessageLoop::Run() + 32 (message_loop.cc:49)
8   Flutter                         0x0000000102a534d4 fml::Thread::Thread(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)::$_0::operator()() const + 144 (thread.cc:35)
9   Flutter                         0x0000000102a534d4 decltype(std::__1::forward<fml::Thread::Thread(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)::$_0>(fp)()) std::__1::__invoke<fml::Thread::Thread(std:... + 144 (type_traits:4425)
10  Flutter                         0x0000000102a534d4 void std::__1::__thread_execute<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, fml::Thread::Thread(std::__1::basic_string<char, std::__1::cha... + 144 (thread:341)
11  Flutter                         0x0000000102a534d4 void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, fml::Thread::Thread(std::__1::basic_string<char... + 196 (thread:351)
12  libsystem_pthread.dylib         0x00000001cdd34bfc _pthread_start + 320 (pthread.c:887)
13  libsystem_pthread.dylib         0x00000001cdd3d758 thread_start + 8

Thread 23 name:
Thread 23:
0   libsystem_kernel.dylib          0x00000001b028c4fc mach_msg_trap + 8
1   libsystem_kernel.dylib          0x00000001b028b884 mach_msg + 76 (mach_msg.c:103)
2   CoreFoundation                  0x000000018203fe58 __CFRunLoopServiceMachPort + 372 (CFRunLoop.c:2641)
3   CoreFoundation                  0x0000000182039cf8 __CFRunLoopRun + 1212 (CFRunLoop.c:2974)
4   CoreFoundation                  0x0000000182039308 CFRunLoopRunSpecific + 600 (CFRunLoop.c:3242)
5   Flutter                         0x0000000102a53ad0 fml::MessageLoopDarwin::Run() + 88 (message_loop_darwin.mm:46)
6   Flutter                         0x0000000102a534d4 fml::MessageLoopImpl::DoRun() + 28 (message_loop_impl.cc:96)
7   Flutter                         0x0000000102a534d4 fml::MessageLoop::Run() + 32 (message_loop.cc:49)
8   Flutter                         0x0000000102a534d4 fml::Thread::Thread(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)::$_0::operator()() const + 144 (thread.cc:35)
9   Flutter                         0x0000000102a534d4 decltype(std::__1::forward<fml::Thread::Thread(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)::$_0>(fp)()) std::__1::__invoke<fml::Thread::Thread(std:... + 144 (type_traits:4425)
10  Flutter                         0x0000000102a534d4 void std::__1::__thread_execute<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, fml::Thread::Thread(std::__1::basic_string<char, std::__1::cha... + 144 (thread:341)
11  Flutter                         0x0000000102a534d4 void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, fml::Thread::Thread(std::__1::basic_string<char... + 196 (thread:351)
12  libsystem_pthread.dylib         0x00000001cdd34bfc _pthread_start + 320 (pthread.c:887)
13  libsystem_pthread.dylib         0x00000001cdd3d758 thread_start + 8

Thread 24 name:
Thread 24:
0   libsystem_kernel.dylib          0x00000001b028c4fc mach_msg_trap + 8
1   libsystem_kernel.dylib          0x00000001b028b884 mach_msg + 76 (mach_msg.c:103)
2   CoreFoundation                  0x000000018203fe58 __CFRunLoopServiceMachPort + 372 (CFRunLoop.c:2641)
3   CoreFoundation                  0x0000000182039cf8 __CFRunLoopRun + 1212 (CFRunLoop.c:2974)
4   CoreFoundation                  0x0000000182039308 CFRunLoopRunSpecific + 600 (CFRunLoop.c:3242)
5   Flutter                         0x0000000102a53ad0 fml::MessageLoopDarwin::Run() + 88 (message_loop_darwin.mm:46)
6   Flutter                         0x0000000102a534d4 fml::MessageLoopImpl::DoRun() + 28 (message_loop_impl.cc:96)
7   Flutter                         0x0000000102a534d4 fml::MessageLoop::Run() + 32 (message_loop.cc:49)
8   Flutter                         0x0000000102a534d4 fml::Thread::Thread(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)::$_0::operator()() const + 144 (thread.cc:35)
9   Flutter                         0x0000000102a534d4 decltype(std::__1::forward<fml::Thread::Thread(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)::$_0>(fp)()) std::__1::__invoke<fml::Thread::Thread(std:... + 144 (type_traits:4425)
10  Flutter                         0x0000000102a534d4 void std::__1::__thread_execute<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, fml::Thread::Thread(std::__1::basic_string<char, std::__1::cha... + 144 (thread:341)
11  Flutter                         0x0000000102a534d4 void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, fml::Thread::Thread(std::__1::basic_string<char... + 196 (thread:351)
12  libsystem_pthread.dylib         0x00000001cdd34bfc _pthread_start + 320 (pthread.c:887)
13  libsystem_pthread.dylib         0x00000001cdd3d758 thread_start + 8

Thread 25 name:
Thread 25:
0   libsystem_kernel.dylib          0x00000001b02b10cc __psynch_cvwait + 8
1   libsystem_pthread.dylib         0x00000001cdd38460 _pthread_cond_wait + 1292 (pthread_cond.c:640)
2   Flutter                         0x0000000102cd8628 dart::Monitor::WaitMicros(long long) + 128 (os_thread_macos.cc:430)
3   Flutter                         0x0000000102d20960 0x10277c000 + 5917024
4   Flutter                         0x0000000102cd7f50 dart::ThreadStart(void*) + 260 (os_thread_macos.cc:132)
5   libsystem_pthread.dylib         0x00000001cdd34bfc _pthread_start + 320 (pthread.c:887)
6   libsystem_pthread.dylib         0x00000001cdd3d758 thread_start + 8

Thread 26 name:
Thread 26:
0   libsystem_kernel.dylib          0x00000001b02b10cc __psynch_cvwait + 8
1   libsystem_pthread.dylib         0x00000001cdd38460 _pthread_cond_wait + 1292 (pthread_cond.c:640)
2   Flutter                         0x0000000102cd8628 dart::Monitor::WaitMicros(long long) + 128 (os_thread_macos.cc:430)
3   Flutter                         0x0000000102d20960 0x10277c000 + 5917024
4   Flutter                         0x0000000102cd7f50 dart::ThreadStart(void*) + 260 (os_thread_macos.cc:132)
5   libsystem_pthread.dylib         0x00000001cdd34bfc _pthread_start + 320 (pthread.c:887)
6   libsystem_pthread.dylib         0x00000001cdd3d758 thread_start + 8

Thread 27 name:
Thread 27:
0   libsystem_kernel.dylib          0x00000001b028c4fc mach_msg_trap + 8
1   libsystem_kernel.dylib          0x00000001b028b884 mach_msg + 76 (mach_msg.c:103)
2   CoreFoundation                  0x000000018203fe58 __CFRunLoopServiceMachPort + 372 (CFRunLoop.c:2641)
3   CoreFoundation                  0x0000000182039cf8 __CFRunLoopRun + 1212 (CFRunLoop.c:2974)
4   CoreFoundation                  0x0000000182039308 CFRunLoopRunSpecific + 600 (CFRunLoop.c:3242)
5   CFNetwork                       0x0000000182917b38 +[__CFN_CoreSchedulingSetRunnable _run:] + 568 (CoreSchedulingSet.mm:1374)
6   Foundation                      0x000000018349a30c __NSThread__start__ + 864 (NSThread.m:724)
7   libsystem_pthread.dylib         0x00000001cdd34bfc _pthread_start + 320 (pthread.c:887)
8   libsystem_pthread.dylib         0x00000001cdd3d758 thread_start + 8

Thread 28 name:
Thread 28:
0   libsystem_kernel.dylib          0x00000001b028c4fc mach_msg_trap + 8
1   libsystem_kernel.dylib          0x00000001b028b884 mach_msg + 76 (mach_msg.c:103)
2   CoreFoundation                  0x000000018203fe58 __CFRunLoopServiceMachPort + 372 (CFRunLoop.c:2641)
3   CoreFoundation                  0x0000000182039cf8 __CFRunLoopRun + 1212 (CFRunLoop.c:2974)
4   CoreFoundation                  0x0000000182039308 CFRunLoopRunSpecific + 600 (CFRunLoop.c:3242)
5   Foundation                      0x0000000183328d8c -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 232 (NSRunLoop.m:377)
6   FirebaseDatabase                0x0000000101dfad64 -[_FSRRunLoopThread main] + 252 (FSRWebSocket.m:1860)
7   Foundation                      0x000000018349a30c __NSThread__start__ + 864 (NSThread.m:724)
8   libsystem_pthread.dylib         0x00000001cdd34bfc _pthread_start + 320 (pthread.c:887)
9   libsystem_pthread.dylib         0x00000001cdd3d758 thread_start + 8

Thread 29 name:
Thread 29:
0   libsystem_kernel.dylib          0x00000001b02b162c select$DARWIN_EXTSN + 8
1   CoreFoundation                  0x000000018204d034 __CFSocketManager + 624 (CFSocket.c:1343)
2   libsystem_pthread.dylib         0x00000001cdd34bfc _pthread_start + 320 (pthread.c:887)
3   libsystem_pthread.dylib         0x00000001cdd3d758 thread_start + 8

Thread 9 crashed with ARM Thread State (64-bit):
    x0: 0x0000000000000000   x1: 0x0000000000000000   x2: 0x0000000000000000   x3: 0x0000000000000000
    x4: 0x0000000000000000   x5: 0x0000000000989680   x6: 0x00000000000014fc   x7: 0x000000000001bc00
    x8: 0xfdf46095ac5bf963   x9: 0xfdf46094c31d8963  x10: 0x00000000000003e8  x11: 0x000000000000004b
   x12: 0x0000000000000001  x13: 0x00000000ab612ffb  x14: 0x00000000ab813000  x15: 0x0000000000013000
   x16: 0x0000000000000148  x17: 0x000000016f467000  x18: 0x0000000000000000  x19: 0x0000000000000006
   x20: 0x0000000000005a03  x21: 0x000000016f4670e0  x22: 0x0000000000000000  x23: 0x00000001d8c5d000
   x24: 0x0000000000000004  x25: 0x0000000103381ed0  x26: 0x0000000000000000  x27: 0x0000000000000000
   x28: 0x0000000000000004   fp: 0x000000016f463e40   lr: 0x00000001cdd35a9c
    sp: 0x000000016f463e20   pc: 0x00000001b02b1334 cpsr: 0x40000000
   esr: 0x56000080  Address size fault

Binary Images:
0x100e80000 - 0x101423fff Runner arm64  <d7156727af1638d8bb1fbc88153671cc> /var/containers/Bundle/Application/225A7D09-E019-45D3-AF58-C68D01470D0D/Runner.app/Runner
0x101798000 - 0x1017f3fff DKImagePickerController arm64  <4a59c44dd1b23724ac444c5c8c75d89a> /var/containers/Bundle/Application/225A7D09-E019-45D3-AF58-C68D01470D0D/Runner.app/Frameworks/DKImagePickerController.framework/DKImagePickerController
0x1018fc000 - 0x10190bfff FBLPromises arm64  <5b37278eda583cb7931765b2172af6c1> /var/containers/Bundle/Application/225A7D09-E019-45D3-AF58-C68D01470D0D/Runner.app/Frameworks/FBLPromises.framework/FBLPromises
0x10192c000 - 0x10193ffff FMDB arm64  <140bd5f61f563679a0de168b7f78e425> /var/containers/Bundle/Application/225A7D09-E019-45D3-AF58-C68D01470D0D/Runner.app/Frameworks/FMDB.framework/FMDB
0x101964000 - 0x10196ffff FirebaseABTesting arm64  <1760b82d6787389a93e98c989da62949> /var/containers/Bundle/Application/225A7D09-E019-45D3-AF58-C68D01470D0D/Runner.app/Frameworks/FirebaseABTesting.framework/FirebaseABTesting
0x101984000 - 0x10198bfff FirebaseCoreDiagnostics arm64  <71dd3944a2123e37a6f7a1937d02aa49> /var/containers/Bundle/Application/225A7D09-E019-45D3-AF58-C68D01470D0D/Runner.app/Frameworks/FirebaseCoreDiagnostics.framework/FirebaseCoreDiagnostics
0x1019a8000 - 0x101a1bfff dyld arm64e  <b8adece0d2cc3c958d01c5fa21bc74ea> /usr/lib/dyld
0x101aa0000 - 0x101ae7fff DKPhotoGallery arm64  <93470b36d18832c4b61ed6474ee7064b> /var/containers/Bundle/Application/225A7D09-E019-45D3-AF58-C68D01470D0D/Runner.app/Frameworks/DKPhotoGallery.framework/DKPhotoGallery
0x101ba8000 - 0x101bf7fff FirebaseAuth arm64  <72938c5907293f55a3a2df1ee66b1314> /var/containers/Bundle/Application/225A7D09-E019-45D3-AF58-C68D01470D0D/Runner.app/Frameworks/FirebaseAuth.framework/FirebaseAuth
0x101cc8000 - 0x101cd7fff FirebaseCore arm64  <3c138a92840837b1af0d88e9d8e2a891> /var/containers/Bundle/Application/225A7D09-E019-45D3-AF58-C68D01470D0D/Runner.app/Frameworks/FirebaseCore.framework/FirebaseCore
0x101cfc000 - 0x101d37fff FirebaseCrashlytics arm64  <c082c3aecabe3ff3844f42bf8c611d32> /var/containers/Bundle/Application/225A7D09-E019-45D3-AF58-C68D01470D0D/Runner.app/Frameworks/FirebaseCrashlytics.framework/FirebaseCrashlytics
0x101da8000 - 0x101e2ffff FirebaseDatabase arm64  <1f491878d299355cb71bd72b71f5e517> /var/containers/Bundle/Application/225A7D09-E019-45D3-AF58-C68D01470D0D/Runner.app/Frameworks/FirebaseDatabase.framework/FirebaseDatabase
0x101f30000 - 0x101f47fff FirebaseInstallations arm64  <3741314562553eea9d2c8941a8f22ba1> /var/containers/Bundle/Application/225A7D09-E019-45D3-AF58-C68D01470D0D/Runner.app/Frameworks/FirebaseInstallations.framework/FirebaseInstallations
0x101f78000 - 0x101fabfff FirebaseMessaging arm64  <a7f5a1b442223724b7d083622e3570d1> /var/containers/Bundle/Application/225A7D09-E019-45D3-AF58-C68D01470D0D/Runner.app/Frameworks/FirebaseMessaging.framework/FirebaseMessaging
0x102000000 - 0x10201ffff FirebaseRemoteConfig arm64  <39b7dc784a2f3c57b7fdd39ccd1f87c5> /var/containers/Bundle/Application/225A7D09-E019-45D3-AF58-C68D01470D0D/Runner.app/Frameworks/FirebaseRemoteConfig.framework/FirebaseRemoteConfig
0x102050000 - 0x10206bfff FirebaseStorage arm64  <28b76edab90534048d92d6b6943f7786> /var/containers/Bundle/Application/225A7D09-E019-45D3-AF58-C68D01470D0D/Runner.app/Frameworks/FirebaseStorage.framework/FirebaseStorage
0x1020a4000 - 0x1020cbfff GTMSessionFetcher arm64  <eecb9fc347e33a3db2b08c63f41694dd> /var/containers/Bundle/Application/225A7D09-E019-45D3-AF58-C68D01470D0D/Runner.app/Frameworks/GTMSessionFetcher.framework/GTMSessionFetcher
0x10210c000 - 0x10212bfff GoogleDataTransport arm64  <ea41ef9281e73378b39bf329a866b9dd> /var/containers/Bundle/Application/225A7D09-E019-45D3-AF58-C68D01470D0D/Runner.app/Frameworks/GoogleDataTransport.framework/GoogleDataTransport
0x102168000 - 0x102183fff GoogleUtilities arm64  <0aaebbfe70a238ab96405a53c441bd93> /var/containers/Bundle/Application/225A7D09-E019-45D3-AF58-C68D01470D0D/Runner.app/Frameworks/GoogleUtilities.framework/GoogleUtilities
0x1021bc000 - 0x1021cbfff OrderedSet arm64  <faddc91c0d533569b1f24396c9c6ebd2> /var/containers/Bundle/Application/225A7D09-E019-45D3-AF58-C68D01470D0D/Runner.app/Frameworks/OrderedSet.framework/OrderedSet
0x1021e8000 - 0x1021effff Reachability arm64  <725321f430813a78a41c4c7a740d35e8> /var/containers/Bundle/Application/225A7D09-E019-45D3-AF58-C68D01470D0D/Runner.app/Frameworks/Reachability.framework/Reachability
0x102200000 - 0x102247fff SDWebImage arm64  <584ed1f7f440353e9939e88907a6e1df> /var/containers/Bundle/Application/225A7D09-E019-45D3-AF58-C68D01470D0D/Runner.app/Frameworks/SDWebImage.framework/SDWebImage
0x1022e8000 - 0x1022fbfff SwiftyGif arm64  <a402477532383293bd6badcab51fcd35> /var/containers/Bundle/Application/225A7D09-E019-45D3-AF58-C68D01470D0D/Runner.app/Frameworks/SwiftyGif.framework/SwiftyGif
0x102324000 - 0x10232ffff background_locator arm64  <903b44a716da3931bb93a07446435953> /var/containers/Bundle/Application/225A7D09-E019-45D3-AF58-C68D01470D0D/Runner.app/Frameworks/background_locator.framework/background_locator
0x102344000 - 0x10234bfff connectivity_plus arm64  <2ee298632c493e288599a746540da302> /var/containers/Bundle/Application/225A7D09-E019-45D3-AF58-C68D01470D0D/Runner.app/Frameworks/connectivity_plus.framework/connectivity_plus
0x102358000 - 0x10235ffff device_info arm64  <522107f0432036358138a72961ff50d1> /var/containers/Bundle/Application/225A7D09-E019-45D3-AF58-C68D01470D0D/Runner.app/Frameworks/device_info.framework/device_info
0x10236c000 - 0x102377fff file_picker arm64  <ff84347e58ac378ea47d59d43812bb81> /var/containers/Bundle/Application/225A7D09-E019-45D3-AF58-C68D01470D0D/Runner.app/Frameworks/file_picker.framework/file_picker
0x10238c000 - 0x102393fff flutter_app_badger arm64  <b6c15b763d7d35c7b71d002f817a1bbf> /var/containers/Bundle/Application/225A7D09-E019-45D3-AF58-C68D01470D0D/Runner.app/Frameworks/flutter_app_badger.framework/flutter_app_badger
0x1023a0000 - 0x1023affff flutter_better_camera arm64  <fa9667acf5cc33ecae27000b33a60655> /var/containers/Bundle/Application/225A7D09-E019-45D3-AF58-C68D01470D0D/Runner.app/Frameworks/flutter_better_camera.framework/flutter_better_camera
0x1023c8000 - 0x102487fff flutter_inappwebview arm64  <eaaa624df5713f2db7c2f9331604beef> /var/containers/Bundle/Application/225A7D09-E019-45D3-AF58-C68D01470D0D/Runner.app/Frameworks/flutter_inappwebview.framework/flutter_inappwebview
0x1025e4000 - 0x1025effff geolocator arm64  <1c7f13f2871937d689859ba736ce296a> /var/containers/Bundle/Application/225A7D09-E019-45D3-AF58-C68D01470D0D/Runner.app/Frameworks/geolocator.framework/geolocator
0x102604000 - 0x10260ffff image_picker arm64  <94389c57af9c369eb06148c38b1f529a> /var/containers/Bundle/Application/225A7D09-E019-45D3-AF58-C68D01470D0D/Runner.app/Frameworks/image_picker.framework/image_picker
0x102624000 - 0x10265bfff leveldb arm64  <50a439dfa3fd39d3838dd7d7a1ff30d8> /var/containers/Bundle/Application/225A7D09-E019-45D3-AF58-C68D01470D0D/Runner.app/Frameworks/leveldb.framework/leveldb
0x1026b8000 - 0x1026c7fff map_launcher arm64  <ac7672413759360e8038caec4de70c2c> /var/containers/Bundle/Application/225A7D09-E019-45D3-AF58-C68D01470D0D/Runner.app/Frameworks/map_launcher.framework/map_launcher
0x1026e0000 - 0x1026e7fff nanopb arm64  <c039ab23b07c3d7b8161eafc7edc5a92> /var/containers/Bundle/Application/225A7D09-E019-45D3-AF58-C68D01470D0D/Runner.app/Frameworks/nanopb.framework/nanopb
0x1026f4000 - 0x1026fbfff package_info arm64  <b3bf16c4ae1f32e3a6af5e69de494b49> /var/containers/Bundle/Application/225A7D09-E019-45D3-AF58-C68D01470D0D/Runner.app/Frameworks/package_info.framework/package_info
0x102708000 - 0x10270ffff package_info_plus arm64  <f552019d54be3b0187d6343c7395792c> /var/containers/Bundle/Application/225A7D09-E019-45D3-AF58-C68D01470D0D/Runner.app/Frameworks/package_info_plus.framework/package_info_plus
0x10271c000 - 0x102723fff path_provider arm64  <05317f6d2d773f14b5d5e11ff0f938fb> /var/containers/Bundle/Application/225A7D09-E019-45D3-AF58-C68D01470D0D/Runner.app/Frameworks/path_provider.framework/path_provider
0x102730000 - 0x102737fff shared_preferences arm64  <33dc44c2267b3e23bc826c950f05fc65> /var/containers/Bundle/Application/225A7D09-E019-45D3-AF58-C68D01470D0D/Runner.app/Frameworks/shared_preferences.framework/shared_preferences
0x102744000 - 0x10274ffff sqflite arm64  <2ae1738238023f839cfdba630a3007ce> /var/containers/Bundle/Application/225A7D09-E019-45D3-AF58-C68D01470D0D/Runner.app/Frameworks/sqflite.framework/sqflite
0x102764000 - 0x10276bfff url_launcher arm64  <38870ed091003dc8a85917033a3fbe23> /var/containers/Bundle/Application/225A7D09-E019-45D3-AF58-C68D01470D0D/Runner.app/Frameworks/url_launcher.framework/url_launcher
0x10277c000 - 0x102e7ffff Flutter arm64  <34fbd46d4a1f3b41a0f14e57d7e25b04> /var/containers/Bundle/Application/225A7D09-E019-45D3-AF58-C68D01470D0D/Runner.app/Frameworks/Flutter.framework/Flutter
0x103660000 - 0x10366bfff libobjc-trampolines.dylib arm64e  <bc30b5bd95c23ac1972f6d7eeb3d252f> /usr/lib/libobjc-trampolines.dylib
0x1036d4000 - 0x1036e7fff GAXClient arm64e  <a3f4434da8063ec0bb97db94827047e8> /System/Library/AccessibilityBundles/GAXClient.bundle/GAXClient
0x109800000 - 0x10a3cbfff App arm64  <50bceb74a53f31d69b916374504f83f8> /var/containers/Bundle/Application/225A7D09-E019-45D3-AF58-C68D01470D0D/Runner.app/Frameworks/App.framework/App
0x181caf000 - 0x181cf3fff libdispatch.dylib arm64e  <9555d7d99c923af39837ae1f5aa7da44> /usr/lib/system/libdispatch.dylib
0x181cf4000 - 0x181d30fff libdyld.dylib arm64e  <ff7d256792773aa6b3dd2c5748e432a6> /usr/lib/system/libdyld.dylib
0x181d31000 - 0x181f9cfff libicucore.A.dylib arm64e  <b4aab5d9238b3d088659ece5df3997c4> /usr/lib/libicucore.A.dylib
0x181f9d000 - 0x18235cfff CoreFoundation arm64e  <338f58b19b7538a0b908e2574ab1d39a> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
0x18235d000 - 0x182510fff CoreServices arm64e  <5f1040b9318a3bba867fdb4d9e5d2c66> /System/Library/Frameworks/CoreServices.framework/CoreServices
0x182511000 - 0x182558fff WirelessDiagnostics arm64e  <0d5d519880ac30648077397b52685b82> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/WirelessDiagnostics
0x182559000 - 0x1825d5fff SystemConfiguration arm64e  <59324780a81c34a6b3658cb1727c59ed> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
0x1825d6000 - 0x1826cbfff CoreTelephony arm64e  <eeecd41ea67e3bba83a3bd16ab14e6cd> /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
0x1826cc000 - 0x182b5efff CFNetwork arm64e  <df2aa3047ef2311688065072ece34942> /System/Library/Frameworks/CFNetwork.framework/CFNetwork
0x182b5f000 - 0x1832aafff libnetwork.dylib arm64e  <40081c9d213a3efc8e663fc0e3110449> /usr/lib/libnetwork.dylib
0x1832ab000 - 0x18331ffff Accounts arm64e  <2e06b42e4982394c98355cb6e97a82f8> /System/Library/Frameworks/Accounts.framework/Accounts
0x183320000 - 0x1835d6fff Foundation arm64e  <4e7d1ff66b6438339e60cc662afe2647> /System/Library/Frameworks/Foundation.framework/Foundation
0x1835d7000 - 0x18393afff ImageIO arm64e  <173940a995fb34b19254f4d3faeecdd3> /System/Library/Frameworks/ImageIO.framework/ImageIO
0x18393b000 - 0x183953fff libCGInterfaces.dylib arm64e  <994c5bf078953a72b834f86819c20c1c> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/Libraries/libCGInterfaces.dylib
0x183954000 - 0x183eecfff CoreGraphics arm64e  <994f6c83e2c83a4bbba7cde00bec90cf> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
0x183eed000 - 0x1852f8fff UIKitCore arm64e  <41d9bf6284393b2199594e27e75c294e> /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore
0x1852f9000 - 0x185317fff libAccessibility.dylib arm64e  <c4af3db7014830e59eab75cfe67ef9fe> /usr/lib/libAccessibility.dylib
0x185318000 - 0x1855acfff QuartzCore arm64e  <03f2f6c89bec352581aa6125d428fbb7> /System/Library/Frameworks/QuartzCore.framework/QuartzCore
0x1855ad000 - 0x185617fff BackBoardServices arm64e  <ce9a946541db372b90573998d10595d8> /System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices
0x185618000 - 0x18569ffff TextInput arm64e  <fea2a68c90e6374aa4a709d7392a84a3> /System/Library/PrivateFrameworks/TextInput.framework/TextInput
0x1856a0000 - 0x185708fff libusrtcp.dylib arm64e  <62f90a19a9633029acbb56b13a9caff8> /usr/lib/libusrtcp.dylib
0x185709000 - 0x185acafff AppleMediaServices arm64e  <5a21d30773d43e70a002162e74daed93> /System/Library/PrivateFrameworks/AppleMediaServices.framework/AppleMediaServices
0x185acb000 - 0x185c2dfff libswiftFoundation.dylib arm64e  <363c3aa27ac3352fa0483690b8add7f7> /usr/lib/swift/libswiftFoundation.dylib
0x185c2e000 - 0x18606ffff libswiftCore.dylib arm64e  <996c3dff305532b998ebe7a60a68ad2e> /usr/lib/swift/libswiftCore.dylib
0x186070000 - 0x18608cfff UIKitServices arm64e  <82390e3c3b393b968430c31b8e6134d5> /System/Library/PrivateFrameworks/UIKitServices.framework/UIKitServices
0x18608d000 - 0x1861e3fff Preferences arm64e  <8c061f594dad3bf5ae061c2b0c13d9b5> /System/Library/PrivateFrameworks/Preferences.framework/Preferences
0x1861e4000 - 0x1863effff ContactsUI arm64e  <88eae52cb7a839ea9c688a67973d832e> /System/Library/Frameworks/ContactsUI.framework/ContactsUI
0x1863f0000 - 0x1865a6fff CoreText arm64e  <9b9f956532633b31a16aff71d30334e9> /System/Library/Frameworks/CoreText.framework/CoreText
0x1865a7000 - 0x1865c0fff ExtensionKit arm64e  <e2af4c071090380dae9ab1c270f59a62> /System/Library/PrivateFrameworks/ExtensionKit.framework/ExtensionKit
0x1865d7000 - 0x18665afff BaseBoard arm64e  <2576a52fc086389aad31cacc2c3b927d> /System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard
0x18665b000 - 0x1868a6fff CoreDuet arm64e  <f832673297183f40b52bad561fa521ee> /System/Library/PrivateFrameworks/CoreDuet.framework/CoreDuet
0x1868a7000 - 0x186a00fff Contacts arm64e  <b4f1dfda31c83a2c82ffa2639ef4af4e> /System/Library/Frameworks/Contacts.framework/Contacts
0x186a01000 - 0x187f6dfff GeoServices arm64e  <27b60f17004f3d9394d8d1efb6a04663> /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices
0x187f6e000 - 0x188004fff CoreLocation arm64e  <8dfa627ed1ae304589d5dbcc54908a42> /System/Library/Frameworks/CoreLocation.framework/CoreLocation
0x188005000 - 0x1881a6fff CloudKit arm64e  <8e097f321a8731fdaaffd4bc49ff4b50> /System/Library/Frameworks/CloudKit.framework/CloudKit
0x1881a7000 - 0x18851bfff CoreData arm64e  <d8eb003ed418315d85167fedfdd982a0> /System/Library/Frameworks/CoreData.framework/CoreData
0x1892b7000 - 0x1892c1fff libswiftCoreGraphics.dylib arm64e  <bf714af61471352fb4f4a2fb16cfeaed> /usr/lib/swift/libswiftCoreGraphics.dylib
0x1892c2000 - 0x189301fff AppSupport arm64e  <49cf830632e83cb4943a76f9a07b7d6e> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
0x189302000 - 0x189427fff ManagedConfiguration arm64e  <3359c29220b93209818d83e97a246ec1> /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration
0x189428000 - 0x189496fff IMFoundation arm64e  <664b35a2f2813089b10e3432cf139c5c> /System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation
0x189497000 - 0x1895a4fff IDS arm64e  <a5593dc4541232f288bb5e9dc0219922> /System/Library/PrivateFrameworks/IDS.framework/IDS
0x1895a5000 - 0x1896f7fff Security arm64e  <5a04c342004c3fe99ae6d2697f104f8e> /System/Library/Frameworks/Security.framework/Security
0x1896f8000 - 0x189adbfff MediaPlayer arm64e  <c14455cd3a093e54aea281693197cb5e> /System/Library/Frameworks/MediaPlayer.framework/MediaPlayer
0x189adc000 - 0x189af3fff AudioSession arm64e  <1e000caa0b2034debab4ba6000e48199> /System/Library/PrivateFrameworks/AudioSession.framework/AudioSession
0x189af4000 - 0x189c9efff AVFCore arm64e  <a420dfd4118c35b38be3542c67d9a289> /System/Library/PrivateFrameworks/AVFCore.framework/AVFCore
0x189c9f000 - 0x18a23bfff Intents arm64e  <98c5307f54e83736a95c617b7e1fe5c3> /System/Library/Frameworks/Intents.framework/Intents
0x18a28b000 - 0x18a59cfff CoreImage arm64e  <65317cebeaac31c9805e555fac7bf4ac> /System/Library/Frameworks/CoreImage.framework/CoreImage
0x18a59d000 - 0x18a65afff ColorSync arm64e  <09df4e1d3647372fab53fbe443c5d375> /System/Library/PrivateFrameworks/ColorSync.framework/ColorSync
0x18a65b000 - 0x18a696fff CoreVideo arm64e  <37aba14e82cb3064b2074580c7b6069f> /System/Library/Frameworks/CoreVideo.framework/CoreVideo
0x18a697000 - 0x18aec1fff MediaToolbox arm64e  <c1e908797e943eeda9d272b65e52f2e1> /System/Library/Frameworks/MediaToolbox.framework/MediaToolbox
0x18aec2000 - 0x18afc3fff CoreMedia arm64e  <c781a20934d230128840c12abcc25613> /System/Library/Frameworks/CoreMedia.framework/CoreMedia
0x18afc4000 - 0x18b234fff AudioToolbox arm64e  <8a48ed6266f83001b0b20f2b2a1a1d24> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
0x18b235000 - 0x18b285fff CoreHaptics arm64e  <f47d18d580703db99e062e98d17daf58> /System/Library/Frameworks/CoreHaptics.framework/CoreHaptics
0x18b286000 - 0x18b2e5fff UserActivity arm64e  <abaa3fb696a23451872ee4414aff5815> /System/Library/PrivateFrameworks/UserActivity.framework/UserActivity
0x18b2e6000 - 0x18b3effff UIFoundation arm64e  <f167a5702ad2386c9391c9abf784d509> /System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation
0x18b3f0000 - 0x18b415fff libsystem_info.dylib arm64e  <88a748c2a30b37939d05920396cb95ef> /usr/lib/system/libsystem_info.dylib
0x18b416000 - 0x18b495fff libsystem_c.dylib arm64e  <117637f82c663b93b239a0e23fc95d62> /usr/lib/system/libsystem_c.dylib
0x18b496000 - 0x18b4e0fff RunningBoardServices arm64e  <8c48e2cb14ac3119bf9771c88ef5583c> /System/Library/PrivateFrameworks/RunningBoardServices.framework/RunningBoardServices
0x18b4e1000 - 0x18c5b1fff JavaScriptCore arm64e  <dbc92bff45e83eb0b670612c8cc19b56> /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore
0x18cb60000 - 0x18cbeefff ContactsFoundation arm64e  <ea90f539f9393d57a563d823bb15df95> /System/Library/PrivateFrameworks/ContactsFoundation.framework/ContactsFoundation
0x18cbef000 - 0x18ce32fff HealthKit arm64e  <9664aeca7353371d8e3e581dd862f619> /System/Library/Frameworks/HealthKit.framework/HealthKit
0x18ce33000 - 0x18ce55fff ProactiveEventTracker arm64e  <f3c73894913636bfa24a7879c400cd7d> /System/Library/PrivateFrameworks/ProactiveEventTracker.framework/ProactiveEventTracker
0x18ce56000 - 0x18cea0fff Lexicon arm64e  <14c4dd5ad01f36739c8765249152d793> /System/Library/PrivateFrameworks/Lexicon.framework/Lexicon
0x18cea1000 - 0x18cf0afff PersonalizationPortrait arm64e  <8725aee26e1033f39b7715c558606b8c> /System/Library/PrivateFrameworks/PersonalizationPortrait.framework/PersonalizationPortrait
0x18cf0b000 - 0x18cf5afff CoreDuetContext arm64e  <4424389341733712999fd3d440ee13ec> /System/Library/PrivateFrameworks/CoreDuetContext.framework/CoreDuetContext
0x18cf5b000 - 0x18d006fff IOKit arm64e  <487705e7e59a3a4f9fb8fc4b590e6c13> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x18d007000 - 0x18d015fff DataMigration arm64e  <791dbb6dc4a8393d8025de83778cdc11> /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
0x18d016000 - 0x18d071fff SpringBoardServices arm64e  <b08acca7ee46367a8fba09f8672d50f0> /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices
0x18d072000 - 0x18d083fff ContextKit arm64e  <1719a5dda1643f21b71dd89ab61ef9ac> /System/Library/PrivateFrameworks/ContextKit.framework/ContextKit
0x18d084000 - 0x18d2f7fff CoreMotion arm64e  <ba3987d6a1af360aa6c324399bf3d66d> /System/Library/Frameworks/CoreMotion.framework/CoreMotion
0x18d2f8000 - 0x18d435fff EventKit arm64e  <6ff87e2d980c34868db9ae92396336f2> /System/Library/Frameworks/EventKit.framework/EventKit
0x18d98b000 - 0x18dc40fff MediaRemote arm64e  <994bc2eaf95f37ecbc2454c7f17cbf96> /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote
0x18dc41000 - 0x18ddebfff CoreUtils arm64e  <544564f1a71d30189d85369b23a838d9> /System/Library/PrivateFrameworks/CoreUtils.framework/CoreUtils
0x18ddec000 - 0x18de01fff FamilyCircle arm64e  <9ea7dff31cdc3857ac0006f7bcbaf1ff> /System/Library/PrivateFrameworks/FamilyCircle.framework/FamilyCircle
0x18de02000 - 0x18de6efff CoreSpotlight arm64e  <aa521a46949f33719464549936b517d5> /System/Library/Frameworks/CoreSpotlight.framework/CoreSpotlight
0x18e1be000 - 0x18e39cfff AssistantServices arm64e  <c1e04540ae6c33c3a84872101be04b06> /System/Library/PrivateFrameworks/AssistantServices.framework/AssistantServices
0x18e39d000 - 0x18e461fff CoreUI arm64e  <0f677ec67f2e371b95fde29cdca240fc> /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
0x18e462000 - 0x18e4affff SafariSafeBrowsing arm64e  <34646dbd57eb3e0ca16e5b917bb1954a> /System/Library/PrivateFrameworks/SafariSafeBrowsing.framework/SafariSafeBrowsing
0x18e4b0000 - 0x18ec8bfff WebKit arm64e  <efd6b2114a2e3f05ad5bdd08bd504ad0> /System/Library/Frameworks/WebKit.framework/WebKit
0x18ec8c000 - 0x191233fff WebCore arm64e  <dab838aed09e3e3aaadfe0edafcc6902> /System/Library/PrivateFrameworks/WebCore.framework/WebCore
0x191234000 - 0x191292fff libMobileGestalt.dylib arm64e  <977041cadc333103abf4f0f4d82523e4> /usr/lib/libMobileGestalt.dylib
0x191293000 - 0x1912aefff CommonUtilities arm64e  <2c5097600e9c3db9becd919f8150a2b3> /System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities
0x1912af000 - 0x191414fff IDSFoundation arm64e  <a15bc491606f374baf8afea474035e99> /System/Library/PrivateFrameworks/IDSFoundation.framework/IDSFoundation
0x191415000 - 0x191515fff IMSharedUtilities arm64e  <0a6d5e66c16630249f2a37930556c640> /System/Library/PrivateFrameworks/IMSharedUtilities.framework/IMSharedUtilities
0x191516000 - 0x1915befff CoreSuggestions arm64e  <37124856fcfe39d0bcaf443a8216ccc7> /System/Library/PrivateFrameworks/CoreSuggestions.framework/CoreSuggestions
0x1915bf000 - 0x19165bfff AddressBookLegacy arm64e  <1d6c24fdbc413b48b6e126adcf90ccf8> /System/Library/PrivateFrameworks/AddressBookLegacy.framework/AddressBookLegacy
0x19165c000 - 0x19168dfff UserNotifications arm64e  <f6e9023e2ab2353484a0a0f953543873> /System/Library/Frameworks/UserNotifications.framework/UserNotifications
0x19168e000 - 0x191717fff FrontBoardServices arm64e  <7c0b0af0337138af85345e4bb65286f4> /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices
0x191718000 - 0x19173bfff libsystem_malloc.dylib arm64e  <af32c646edef35d7b6980e33a0768e49> /usr/lib/system/libsystem_malloc.dylib
0x19173c000 - 0x191a01fff MapKit arm64e  <e68c42cf38523a189df50d3d15502fd4> /System/Library/Frameworks/MapKit.framework/MapKit
0x191a02000 - 0x1921a1fff VectorKit arm64e  <a2d31057e9083c30a29231b4a2e9e015> /System/Library/PrivateFrameworks/VectorKit.framework/VectorKit
0x1921a2000 - 0x192230fff AuthKit arm64e  <cc78c1a7a18831b3a8a9ab9754a4bf23> /System/Library/PrivateFrameworks/AuthKit.framework/AuthKit
0x192231000 - 0x1922c2fff AppleAccount arm64e  <171be2bb9ac4369ab2c49478da7c65d9> /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount
0x1922c3000 - 0x19252afff AudioToolboxCore arm64e  <09c159e9359e3c1aafe71a5e8598bb46> /System/Library/PrivateFrameworks/AudioToolboxCore.framework/AudioToolboxCore
0x19255e000 - 0x192830fff StoreServices arm64e  <b94155a4e63f352da821600d78b9105d> /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices
0x192831000 - 0x1929c0fff Sharing arm64e  <08b2818593843602997ba6dbb192aeaa> /System/Library/PrivateFrameworks/Sharing.framework/Sharing
0x1929c1000 - 0x192a61fff ShareSheet arm64e  <87adc84746bd371c96457a364df64c6f> /System/Library/PrivateFrameworks/ShareSheet.framework/ShareSheet
0x192a62000 - 0x192b25fff CoreParsec arm64e  <d849e1ab355735d49c0f83111a1e8c38> /System/Library/PrivateFrameworks/CoreParsec.framework/CoreParsec
0x192b26000 - 0x192b6dfff PhotoFoundation arm64e  <5ea789fdebe13a9597b6477bddd026b4> /System/Library/PrivateFrameworks/PhotoFoundation.framework/PhotoFoundation
0x192b6e000 - 0x192dacfff Photos arm64e  <a3e27603cfa63f1f9f33eb0180e1b5ae> /System/Library/Frameworks/Photos.framework/Photos
0x192dad000 - 0x1934cefff PhotoLibraryServices arm64e  <9e3c1e875d003dbf879288e6577b8ebf> /System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices
0x1934cf000 - 0x19358efff AssetsLibraryServices arm64e  <22d8e9b7f86132559a4bc8b2b22f0e3d> /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices
0x19358f000 - 0x1935defff MobileBackup arm64e  <ac0558685aae31a489f4c884dac1d3d4> /System/Library/PrivateFrameworks/MobileBackup.framework/MobileBackup
0x1935df000 - 0x1935f2fff MSUDataAccessor arm64e  <b593b71b621e3e5fb10f3000ed23b7e9> /System/Library/PrivateFrameworks/MSUDataAccessor.framework/MSUDataAccessor
0x1935f3000 - 0x19361afff MobileAsset arm64e  <6f6749a46fad326fb5f39917c1e1a35c> /System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset
0x19361b000 - 0x19362afff libsystem_networkextension.dylib arm64e  <fbf4c1ba37d03e9d9e47dc6b4056fdeb> /usr/lib/system/libsystem_networkextension.dylib
0x19362b000 - 0x193872fff NetworkExtension arm64e  <4774c6e3f1a8394f8319cfe7243ead4d> /System/Library/Frameworks/NetworkExtension.framework/NetworkExtension
0x193873000 - 0x1938a9fff Trial arm64e  <0d0a36b0cf9a3c4b97fb2c49eb67bf6e> /System/Library/PrivateFrameworks/Trial.framework/Trial
0x1938aa000 - 0x194129fff CoreML arm64e  <a7b19ecfb1fa3f0e8662f364d5c06302> /System/Library/Frameworks/CoreML.framework/CoreML
0x19412a000 - 0x19489dfff Espresso arm64e  <41b443219ae93c9484209d2c5f269f9d> /System/Library/PrivateFrameworks/Espresso.framework/Espresso
0x19489e000 - 0x1949a6fff VideoToolbox arm64e  <04e35822ce173a5d81c70f5ee40e209f> /System/Library/Frameworks/VideoToolbox.framework/VideoToolbox
0x1949a7000 - 0x1949effff OnBoardingKit arm64e  <baba5b0798213b51a0f8777acbdc48bf> /System/Library/PrivateFrameworks/OnBoardingKit.framework/OnBoardingKit
0x1949f0000 - 0x194ae4fff AccessibilityUtilities arm64e  <c9f677f4289a3f1493c8817e31ef1f81> /System/Library/PrivateFrameworks/AccessibilityUtilities.framework/AccessibilityUtilities
0x194ae5000 - 0x194af6fff AXCoreUtilities arm64e  <a21241858eed3b1987bd730a24d8ea3d> /System/Library/PrivateFrameworks/AXCoreUtilities.framework/AXCoreUtilities
0x194af7000 - 0x195077fff PhotosUI arm64e  <a4d317977880365bb471eee27d630a3b> /System/Library/Frameworks/PhotosUI.framework/PhotosUI
0x195078000 - 0x195941fff PhotosUICore arm64e  <7e92810424793154af69ad97bfd3c20e> /System/Library/PrivateFrameworks/PhotosUICore.framework/PhotosUICore
0x195942000 - 0x195ab6fff Montreal arm64e  <a80b5e8add663db6b6a6999664bfbbf4> /System/Library/PrivateFrameworks/Montreal.framework/Montreal
0x195ab7000 - 0x195bcafff LanguageModeling arm64e  <22f790363bae3637a5d0cf10b464699f> /System/Library/PrivateFrameworks/LanguageModeling.framework/LanguageModeling
0x195bcb000 - 0x195bd3fff InternationalSupport arm64e  <5eed74842485336fb15cca607baebbf4> /System/Library/PrivateFrameworks/InternationalSupport.framework/InternationalSupport
0x195bd4000 - 0x195e26fff iTunesCloud arm64e  <71634ec257a23de8903295793a42ee35> /System/Library/PrivateFrameworks/iTunesCloud.framework/iTunesCloud
0x195e27000 - 0x195e6cfff libswiftUIKit.dylib arm64e  <13261e1bc1243cec950aaecb54477e6a> /usr/lib/swift/libswiftUIKit.dylib
0x195f83000 - 0x19602cfff CalendarDatabase arm64e  <c64f3dafd3be3d5e83817dbc1161c6d9> /System/Library/PrivateFrameworks/CalendarDatabase.framework/CalendarDatabase
0x19607b000 - 0x19615efff LinkPresentation arm64e  <3358ceff90533809be88f573f52e3b29> /System/Library/Frameworks/LinkPresentation.framework/LinkPresentation
0x19615f000 - 0x1962a0fff Combine arm64e  <d0ee77851fce36b9a72a466d06fa5ffe> /System/Library/Frameworks/Combine.framework/Combine
0x19632d000 - 0x19633efff UniformTypeIdentifiers arm64e  <cd3928e68d9431e5b89e60be34d2ae9c> /System/Library/Frameworks/UniformTypeIdentifiers.framework/UniformTypeIdentifiers
0x19633f000 - 0x1963c0fff CloudDocs arm64e  <b86543f9cdf43bdf89a00b7ac3486949> /System/Library/PrivateFrameworks/CloudDocs.framework/CloudDocs
0x1968ff000 - 0x196943fff MediaServices arm64e  <4c92e4901b113c4a9bc7906bdc1a35fa> /System/Library/PrivateFrameworks/MediaServices.framework/MediaServices
0x196944000 - 0x196acefff SearchFoundation arm64e  <f1b3b0f632d834989df3d8ba76902c23> /System/Library/PrivateFrameworks/SearchFoundation.framework/SearchFoundation
0x196acf000 - 0x196b29fff WebBookmarks arm64e  <734627aa7d703653805e0a86b668cc07> /System/Library/PrivateFrameworks/WebBookmarks.framework/WebBookmarks
0x196ba8000 - 0x196bdffff libobjc.A.dylib arm64e  <bf0467d5384c33f289d8b2d3b47a7ada> /usr/lib/libobjc.A.dylib
0x196be0000 - 0x196c41fff LoggingSupport arm64e  <8686893472a53ce1aaf82c807f562b11> /System/Library/PrivateFrameworks/LoggingSupport.framework/LoggingSupport
0x196c42000 - 0x196c9dfff libc++.1.dylib arm64e  <a0b465d224273dd08577866a3f211ebb> /usr/lib/libc++.1.dylib
0x196c9e000 - 0x196cb7fff libc++abi.dylib arm64e  <712b3f6e7bf03b8088b959f12b1a8a6d> /usr/lib/libc++abi.dylib
0x196cb8000 - 0x196cf9fff SetupAssistant arm64e  <73e49cf9dbe53a85a331fa61fe1736a0> /System/Library/PrivateFrameworks/SetupAssistant.framework/SetupAssistant
0x196e4b000 - 0x196e8dfff CoreAutoLayout arm64e  <da979160e3303c35bf6fd3248dcc3246> /System/Library/PrivateFrameworks/CoreAutoLayout.framework/CoreAutoLayout
0x196e8e000 - 0x196febfff Network arm64e  <79399cc5b7a5378a9bab30e12eb4b93e> /System/Library/Frameworks/Network.framework/Network
0x196fec000 - 0x197022fff MobileKeyBag arm64e  <8a685026a3f735ea90f29f8255ad52a8> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag
0x197253000 - 0x197265fff BaseBoardUI arm64e  <cc73cd39f41d3a9caddc1ebdbc08b624> /System/Library/PrivateFrameworks/BaseBoardUI.framework/BaseBoardUI
0x197266000 - 0x197314fff libvDSP.dylib arm64e  <2c073a65ade63986998d51a526f1a811> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib
0x197315000 - 0x197348fff libAudioToolboxUtility.dylib arm64e  <2cb3c5e75c133e8fb6f26d58ba4a6110> /usr/lib/libAudioToolboxUtility.dylib
0x19751c000 - 0x1975a7fff CoreNLP arm64e  <4d6787dcb1c636938fa3464e6f28d399> /System/Library/PrivateFrameworks/CoreNLP.framework/CoreNLP
0x1975a8000 - 0x1976bdfff FileProvider arm64e  <45641630628234cc8d62138cc58b7fa3> /System/Library/Frameworks/FileProvider.framework/FileProvider
0x1976be000 - 0x1976cffff BiomeStorage arm64e  <af1f90efd2dc3b9ba43f0af1be400d33> /System/Library/PrivateFrameworks/BiomeStorage.framework/BiomeStorage
0x1976d0000 - 0x1976e8fff libswiftDispatch.dylib arm64e  <bb0b8a54e4c733f69dca3358aca2264a> /usr/lib/swift/libswiftDispatch.dylib
0x1976e9000 - 0x19771efff DataDetectorsCore arm64e  <8359f93a730a3e6685e96c692422e767> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/DataDetectorsCore
0x19771f000 - 0x1977bbfff Symbolication arm64e  <adab38d3df6838e7b7199a0c78d375ad> /System/Library/PrivateFrameworks/Symbolication.framework/Symbolication
0x1977bc000 - 0x1977cafff CrashReporterSupport arm64e  <9428f7403aea3e4a96f5080822f8bdab> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport
0x19782c000 - 0x1978fefff TelephonyUtilities arm64e  <c1f483b5c73d377db6c0fd6057892fb8> /System/Library/PrivateFrameworks/TelephonyUtilities.framework/TelephonyUtilities
0x197936000 - 0x197b23fff MPSNeuralNetwork arm64e  <0ad5ffa811e331e0bee976c4f0993dff> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/MPSNeuralNetwork
0x197b24000 - 0x197b79fff MPSCore arm64e  <57fc1f9af0fa331a82cca4767c040624> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/MPSCore
0x197cd4000 - 0x197d3dfff CalendarFoundation arm64e  <b7d188d6e98539cba0fbc79eeacf5867> /System/Library/PrivateFrameworks/CalendarFoundation.framework/CalendarFoundation
0x197d9e000 - 0x197e87fff NLP arm64e  <e083186917f230a5bf0de73f5d4abebf> /System/Library/PrivateFrameworks/NLP.framework/NLP
0x197e88000 - 0x197eaffff AppSupportUI arm64e  <916f613595dd303294a34d9e31435d86> /System/Library/PrivateFrameworks/AppSupportUI.framework/AppSupportUI
0x197eb9000 - 0x197f0cfff FTServices arm64e  <adf6434ebab43967a3f130fd3c2f1dbc> /System/Library/PrivateFrameworks/FTServices.framework/FTServices
0x197f0d000 - 0x197fbffff libboringssl.dylib arm64e  <5fded51c72fa3fbf8cb0ae75caeca5a3> /usr/lib/libboringssl.dylib
0x197fc0000 - 0x197fd6fff ProtocolBuffer arm64e  <4bcbb3fa7c113df888a2d1487c011947> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer
0x197fd7000 - 0x1980d7fff AVKit arm64e  <7177cc95e7c53b589e28acadfd218f54> /System/Library/Frameworks/AVKit.framework/AVKit
0x198245000 - 0x198254fff AssertionServices arm64e  <2d51f10029b73f42a5ac0e6b4c18a3c7> /System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices
0x1982d2000 - 0x1983adfff Metal arm64e  <dcc1fcda370537b4bd413263dfc0ae4b> /System/Library/Frameworks/Metal.framework/Metal
0x1983ae000 - 0x198504fff MediaExperience arm64e  <4f75381e301c38d4a229c8cea4230896> /System/Library/PrivateFrameworks/MediaExperience.framework/MediaExperience
0x198505000 - 0x19890dfff VideoProcessing arm64e  <cfb68bdae6803576823d6a4e89a54f62> /System/Library/PrivateFrameworks/VideoProcessing.framework/VideoProcessing
0x19890e000 - 0x198924fff libsystem_trace.dylib arm64e  <e3e9dce11550349d904b564488150c9d> /usr/lib/system/libsystem_trace.dylib
0x198925000 - 0x198956fff CoreServicesInternal arm64e  <c05f071663b835f08550d8d797cc808e> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesInternal
0x198957000 - 0x1989c6fff SafariCore arm64e  <966e34a035ac340389e93bc27e17c351> /System/Library/PrivateFrameworks/SafariCore.framework/SafariCore
0x1989c7000 - 0x198bfbfff SafariShared arm64e  <1a1cf0b87b013123a1bbf7580c66f0bb> /System/Library/PrivateFrameworks/SafariShared.framework/SafariShared
0x198bfc000 - 0x198c8dfff AppStoreDaemon arm64e  <1fdf7a2499a436cf8e16ccc9c5637f46> /System/Library/PrivateFrameworks/AppStoreDaemon.framework/AppStoreDaemon
0x1995f5000 - 0x19966dfff SAObjects arm64e  <46ddea443a6438c8bdf77ab95f21520b> /System/Library/PrivateFrameworks/SAObjects.framework/SAObjects
0x19966e000 - 0x1996b8fff VoiceServices arm64e  <224e5068b3443cd4943e4c242d1f031b> /System/Library/PrivateFrameworks/VoiceServices.framework/VoiceServices
0x1996b9000 - 0x1996c1fff GraphicsServices arm64e  <04a3f8ac0afa3689ab0c613cf170255a> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
0x1996c2000 - 0x199714fff DeviceManagement arm64e  <cc2e14379a713b8bb47f288fa268f291> /System/Library/PrivateFrameworks/DeviceManagement.framework/DeviceManagement
0x199715000 - 0x19988efff Translation arm64e  <7929f3140fdd3077bfa08a7c8f8de152> /System/Library/PrivateFrameworks/Translation.framework/Translation
0x19988f000 - 0x1998a3fff PowerLog arm64e  <18ef23ae31a33f988a46e8c3517491a0> /System/Library/PrivateFrameworks/PowerLog.framework/PowerLog
0x1998a4000 - 0x1998cbfff DuetActivityScheduler arm64e  <3a829c01687b3f06b95064468e63e68a> /System/Library/PrivateFrameworks/DuetActivityScheduler.framework/DuetActivityScheduler
0x19b367000 - 0x19b60cfff Vision arm64e  <927eddc1d7563784b369f1f60489aa1d> /System/Library/Frameworks/Vision.framework/Vision
0x19b667000 - 0x19b6d1fff ProactiveSupport arm64e  <df13b3613b2030b88fd135cf90c95c15> /System/Library/PrivateFrameworks/ProactiveSupport.framework/ProactiveSupport
0x19b6fd000 - 0x19b71cfff ApplePushService arm64e  <b0a3fc818de535cc9177c694396fdbe7> /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService
0x19b71d000 - 0x19b746fff BoardServices arm64e  <2a94faa805c037e28781bfb3628ca1d3> /System/Library/PrivateFrameworks/BoardServices.framework/BoardServices
0x19b8bb000 - 0x19b8ebfff libncurses.5.4.dylib arm64e  <aedb5a8385273a61807d428d7115465e> /usr/lib/libncurses.5.4.dylib
0x19b8ec000 - 0x19b92bfff OSAnalytics arm64e  <e6c4210d68ed388483e8ab53f8738d10> /System/Library/PrivateFrameworks/OSAnalytics.framework/OSAnalytics
0x19b92c000 - 0x19b987fff CoreBluetooth arm64e  <954c24de0a88325a9366e237ab23c67c> /System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth
0x19bb7b000 - 0x19bbbefff TemplateKit arm64e  <65e1b70808fe34e3855b8320b911d033> /System/Library/PrivateFrameworks/TemplateKit.framework/TemplateKit
0x19bbbf000 - 0x19bbfdfff MobileInstallation arm64e  <3df06093e4ad3fdda2ce90ace4692ed1> /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation
0x19bbfe000 - 0x19bc8bfff libTelephonyUtilDynamic.dylib arm64e  <bbea72cdab253315be560762d36d58e0> /usr/lib/libTelephonyUtilDynamic.dylib
0x19bc8c000 - 0x19bcf9fff NanoRegistry arm64e  <dbed3f54038e3714a0c85ec873e1ca80> /System/Library/PrivateFrameworks/NanoRegistry.framework/NanoRegistry
0x19bdd9000 - 0x19bdf5fff CoreMaterial arm64e  <974bb16908e23cda9afac527bba1651f> /System/Library/PrivateFrameworks/CoreMaterial.framework/CoreMaterial
0x19be6c000 - 0x19bff1fff libsqlite3.dylib arm64e  <22b645b3986a3fda8b67ae12277fa7df> /usr/lib/libsqlite3.dylib
0x19bff2000 - 0x19c0b7fff AVFCapture arm64e  <300150623eef390d9acf6bbd98f618bd> /System/Library/PrivateFrameworks/AVFCapture.framework/AVFCapture
0x19c0b8000 - 0x19c404fff CMCapture arm64e  <94dc60d6941b32018cfc61f4efad079b> /System/Library/PrivateFrameworks/CMCapture.framework/CMCapture
0x19c5bf000 - 0x19c834fff MobileSpotlightIndex arm64e  <c07095007c7036438c23ccba0c324741> /System/Library/PrivateFrameworks/MobileSpotlightIndex.framework/MobileSpotlightIndex
0x19c8fc000 - 0x19c941fff AccessibilityUIUtilities arm64e  <23dbb3b653c531eba49fc51172666827> /System/Library/PrivateFrameworks/AccessibilityUIUtilities.framework/AccessibilityUIUtilities
0x19cc64000 - 0x19cc6efff libsystem_notify.dylib arm64e  <48c4f208b169312c89383730d38c242b> /usr/lib/system/libsystem_notify.dylib
0x19cc6f000 - 0x19ccb2fff CryptoTokenKit arm64e  <3a57219302a6349f87f71ec6286e0867> /System/Library/Frameworks/CryptoTokenKit.framework/CryptoTokenKit
0x19cd1d000 - 0x19cd90fff libcorecrypto.dylib arm64e  <db2986a1de6c3ad5b75dac2ca13e5efc> /usr/lib/system/libcorecrypto.dylib
0x19cd91000 - 0x19cdb4fff UserManagement arm64e  <6e9b787ecb203c3c8b204439740518dc> /System/Library/PrivateFrameworks/UserManagement.framework/UserManagement
0x19ce8c000 - 0x19cea6fff libsystem_asl.dylib arm64e  <5f1e3b9d53a533e5b7c06e8c23773c0d> /usr/lib/system/libsystem_asl.dylib
0x19cea7000 - 0x19ceccfff AppSSO arm64e  <b4b4952969bb3314add43bf9014b4665> /System/Library/PrivateFrameworks/AppSSO.framework/AppSSO
0x19cecd000 - 0x19ceedfff SharedWebCredentials arm64e  <50c861a051ff3533ab323f922462c99e> /System/Library/PrivateFrameworks/SharedWebCredentials.framework/SharedWebCredentials
0x19ceee000 - 0x19d0bffff SafariServices arm64e  <1fb024d8b34d33cea12179ac52b5c1c8> /System/Library/Frameworks/SafariServices.framework/SafariServices
0x19d114000 - 0x19d14afff DataAccessExpress arm64e  <bd3f263f388d3e979eb97f7118e6af44> /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress
0x19d14b000 - 0x19d182fff CoreServicesStore arm64e  <c6b31540bf88383ebb5086475b5e1f7b> /System/Library/PrivateFrameworks/CoreServicesStore.framework/CoreServicesStore
0x19d183000 - 0x19d1b5fff CoreAnalytics arm64e  <45fa3c7a8d5038608100f73fb9394cb9> /System/Library/PrivateFrameworks/CoreAnalytics.framework/CoreAnalytics
0x19d1b6000 - 0x19d1c1fff SymptomAnalytics arm64e  <206bcbf604c93a59bf123645851297c8> /System/Library/PrivateFrameworks/Symptoms.framework/Frameworks/SymptomAnalytics.framework/SymptomAnalytics
0x19d3bb000 - 0x19d3cafff NanoPreferencesSync arm64e  <de308338a9cf340fb7fb660f8c0f5af4> /System/Library/PrivateFrameworks/NanoPreferencesSync.framework/NanoPreferencesSync
0x19dc3f000 - 0x19dc69fff IconServices arm64e  <c5ded8918e1c3c24a0d0fc742ab8e4bf> /System/Library/PrivateFrameworks/IconServices.framework/IconServices
0x19e713000 - 0x19e9d0fff vImage arm64e  <3b3b8bb116d3361abe521d2d7d89a33e> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage
0x19f7e2000 - 0x19f9a9fff IMCore arm64e  <4f14cab2e1ef30ffbabc461a6a93e324> /System/Library/PrivateFrameworks/IMCore.framework/IMCore
0x19fa9e000 - 0x19fab5fff IAP arm64e  <eb9463888173339fa7f9530afe494203> /System/Library/PrivateFrameworks/IAP.framework/IAP
0x19fab6000 - 0x19fb11fff ktrace arm64e  <55d42674286139e19e09648d2bcbd9d3> /System/Library/PrivateFrameworks/ktrace.framework/ktrace
0x19fb12000 - 0x19fb14fff libAXSafeCategoryBundle.dylib arm64e  <266e6ae74c8632f0ad8c6d0c513463ed> /usr/lib/libAXSafeCategoryBundle.dylib
0x19fe34000 - 0x19fe42fff Celestial arm64e  <b23f130bc7333b9e9b6b6d6c273575da> /System/Library/PrivateFrameworks/Celestial.framework/Celestial
0x19fee9000 - 0x19ff30fff Pegasus arm64e  <9136d70dbee9376788625e79018c5836> /System/Library/PrivateFrameworks/Pegasus.framework/Pegasus
0x19ff31000 - 0x1a0097fff WebKitLegacy arm64e  <56c0080b20f23ce1b32e108d46f79cec> /System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy
0x1a010f000 - 0x1a018efff ClassKit arm64e  <dde0c445897d34efb364f49bafb805be> /System/Library/Frameworks/ClassKit.framework/ClassKit
0x1a018f000 - 0x1a01d5fff StoreKit arm64e  <244f4a293b533fc1a59c6995f05321f2> /System/Library/Frameworks/StoreKit.framework/StoreKit
0x1a1314000 - 0x1a131efff IOMobileFramebuffer arm64e  <f8f735ef84403f99934111b2a214286b> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer
0x1a131f000 - 0x1a1393fff ScreenTimeCore arm64e  <d283370d3b5b3addb0cb20c7870968de> /System/Library/PrivateFrameworks/ScreenTimeCore.framework/ScreenTimeCore
0x1a143f000 - 0x1a15c1fff CloudPhotoLibrary arm64e  <cc06fc1d5ae83bfcabfd4a920d2a8e36> /System/Library/PrivateFrameworks/CloudPhotoLibrary.framework/CloudPhotoLibrary
0x1a15c2000 - 0x1a188bfff MusicLibrary arm64e  <eaf9da3f1f0f3e559830d88b9098c8c7> /System/Library/PrivateFrameworks/MusicLibrary.framework/MusicLibrary
0x1a188c000 - 0x1a18f4fff CallKit arm64e  <b2afb05166063868b5be7ff24ecdccaa> /System/Library/Frameworks/CallKit.framework/CallKit
0x1a192f000 - 0x1a1997fff AXRuntime arm64e  <53efc8bf14613e08bd2ea128bf1d174a> /System/Library/PrivateFrameworks/AXRuntime.framework/AXRuntime
0x1a1998000 - 0x1a19b7fff PrototypeTools arm64e  <1362e70f843c34e5b7a1752ace01db21> /System/Library/PrivateFrameworks/PrototypeTools.framework/PrototypeTools
0x1a19b8000 - 0x1a19e3fff PersistentConnection arm64e  <a1176f0ace373cd6bd47fd4e38b60987> /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection
0x1a1ac3000 - 0x1a1b05fff BiomeStreams arm64e  <ebe6ed1587533cae9d35b85cd0d9ccd4> /System/Library/PrivateFrameworks/BiomeStreams.framework/BiomeStreams
0x1a1b20000 - 0x1a1dcefff PencilKit arm64e  <e53a9e1aeeb43c98aa5efc728b817c70> /System/Library/Frameworks/PencilKit.framework/PencilKit
0x1a1e7a000 - 0x1a1e8cfff libswiftUniformTypeIdentifiers.dylib arm64e  <ec7b5b41b830357e96fca768a521c7e1> /usr/lib/swift/libswiftUniformTypeIdentifiers.dylib
0x1a1e8d000 - 0x1a1ffdfff CoreSpeech arm64e  <c0279f1912413d0cac6b8928338cd54c> /System/Library/PrivateFrameworks/CoreSpeech.framework/CoreSpeech
0x1a1ffe000 - 0x1a2157fff IMDPersistence arm64e  <a3542395a5ca34f89958baac82c4c796> /System/Library/PrivateFrameworks/IMDPersistence.framework/IMDPersistence
0x1a23f6000 - 0x1a24bbfff SafariSharedUI arm64e  <2c18ac7147b5344887fcb75740e9c2bf> /System/Library/PrivateFrameworks/SafariSharedUI.framework/SafariSharedUI
0x1a24bc000 - 0x1a24d7fff TextToSpeech arm64e  <c166d0883f7d344a99e085431a61187a> /System/Library/PrivateFrameworks/TextToSpeech.framework/TextToSpeech
0x1a24d8000 - 0x1a24eefff AppSSOCore arm64e  <a5ccb751ebf833a1ab3cf1682e2582f3> /System/Library/PrivateFrameworks/AppSSOCore.framework/AppSSOCore
0x1a24fa000 - 0x1a2510fff CoreFollowUp arm64e  <d231943fd02b3dccb44a5b9cb51c49fe> /System/Library/PrivateFrameworks/CoreFollowUp.framework/CoreFollowUp
0x1a2511000 - 0x1a2589fff Rapport arm64e  <956eb9e9d0c830e8b7836154dee5daf1> /System/Library/PrivateFrameworks/Rapport.framework/Rapport
0x1a266c000 - 0x1a267dfff Categories arm64e  <92ea9868f15b3380b18874994a6e6faa> /System/Library/PrivateFrameworks/Categories.framework/Categories
0x1a294a000 - 0x1a2971fff LocationSupport arm64e  <59eb54e6f24d3ffbb8016c14e3b1f9dc> /System/Library/PrivateFrameworks/LocationSupport.framework/LocationSupport
0x1a2972000 - 0x1a29a5fff iCalendar arm64e  <68ee87122fcf3f1388d37b9aebfe1182> /System/Library/PrivateFrameworks/iCalendar.framework/iCalendar
0x1a29a6000 - 0x1a29d5fff CoreAccessories arm64e  <d376af852ad43e77855d42abcf1cd69b> /System/Library/PrivateFrameworks/CoreAccessories.framework/CoreAccessories
0x1a29d6000 - 0x1a2ad4fff ConfigurationEngineModel arm64e  <d39ecb24abb038ed81d8c4217524d7a7> /System/Library/PrivateFrameworks/ConfigurationEngineModel.framework/ConfigurationEngineModel
0x1a2ad5000 - 0x1a2afffff CacheDelete arm64e  <47501643d50e3e5d9c6a70853cd502bd> /System/Library/PrivateFrameworks/CacheDelete.framework/CacheDelete
0x1a2b00000 - 0x1a2b7afff CVNLP arm64e  <c2230064ac503584850638fdf2f2cca7> /System/Library/PrivateFrameworks/CVNLP.framework/CVNLP
0x1a2cea000 - 0x1a2cecfff OSAServicesClient arm64e  <eaa97584d2b0363796030a3fbb10f08a> /System/Library/PrivateFrameworks/OSAServicesClient.framework/OSAServicesClient
0x1a2ced000 - 0x1a2ceffff BiomeFoundation arm64e  <8e32cf95420b316383fd10aea4e12686> /System/Library/PrivateFrameworks/BiomeFoundation.framework/BiomeFoundation
0x1a2cf0000 - 0x1a2d49fff ProtectedCloudStorage arm64e  <f77cc5dc9e1d32c4acfa5b3e21f2b71b> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/ProtectedCloudStorage
0x1a2d4a000 - 0x1a2d7ffff C2 arm64e  <1d97dacf8eb93175b8988a78aae0c333> /System/Library/PrivateFrameworks/C2.framework/C2
0x1a2d80000 - 0x1a2ff2fff DifferentialPrivacy arm64e  <776b37d5d4023bcf8dca26361d3fc2ec> /System/Library/PrivateFrameworks/DifferentialPrivacy.framework/DifferentialPrivacy
0x1a3225000 - 0x1a3aa3fff EmbeddedAcousticRecognition arm64e  <743956dbd2083e3b8e93dceebfec41e6> /System/Library/PrivateFrameworks/EmbeddedAcousticRecognition.framework/EmbeddedAcousticRecognition
0x1a3aa4000 - 0x1a3b62fff SiriInstrumentation arm64e  <a1b5a4a128f53195868bca6f76b1e7e4> /System/Library/PrivateFrameworks/SiriInstrumentation.framework/SiriInstrumentation
0x1a3b63000 - 0x1a3ba6fff BiometricKit arm64e  <9c104ced92f937e69f0040e0d0ba62ef> /System/Library/PrivateFrameworks/BiometricKit.framework/BiometricKit
0x1a3bff000 - 0x1a3caefff CoreSymbolication arm64e  <2dc2e5ce5e5a3ef499d3908d93aa9d5e> /System/Library/PrivateFrameworks/CoreSymbolication.framework/CoreSymbolication
0x1a3d27000 - 0x1a3db8fff SpeakerRecognition arm64e  <ade653cb2e8c3bbd8860910fa52b35f1> /System/Library/PrivateFrameworks/SpeakerRecognition.framework/SpeakerRecognition
0x1a447d000 - 0x1a448ffff IOSurface arm64e  <4ddb38c56319327d8671613f2d5b2812> /System/Library/Frameworks/IOSurface.framework/IOSurface
0x1a4490000 - 0x1a44f3fff MobileWiFi arm64e  <e02c20dfd22b3c4eb4faef4ef4eeff3d> /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi
0x1a49db000 - 0x1a4a83fff MMCS arm64e  <ddab81db4e4c390f9488ceeb326dc722> /System/Library/PrivateFrameworks/MMCS.framework/MMCS
0x1a4afa000 - 0x1a4b35fff libGLImage.dylib arm64e  <854edc0597163823bb9096370225b427> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
0x1a4b36000 - 0x1a4b3dfff libsystem_symptoms.dylib arm64e  <2f500492952831b4a9fca8bb8c3be1c1> /usr/lib/system/libsystem_symptoms.dylib
0x1a4b8c000 - 0x1a50e3fff CoreAudio arm64e  <c627d80a47f83267ac0de724adcad0a5> /System/Library/Frameworks/CoreAudio.framework/CoreAudio
0x1a50e4000 - 0x1a50fbfff ContactsDonation arm64e  <0985d18d4c6a3281a48dd70b26a4546d> /System/Library/PrivateFrameworks/ContactsDonation.framework/ContactsDonation
0x1a50fc000 - 0x1a5119fff IntentsCore arm64e  <c9a0c3d319e4332a87ca6fff58daacac> /System/Library/PrivateFrameworks/IntentsCore.framework/IntentsCore
0x1a51be000 - 0x1a51f4fff ImageCaptureCore arm64e  <45eb095b354d31c48df3c826c2c8bcf0> /System/Library/Frameworks/ImageCaptureCore.framework/ImageCaptureCore
0x1a5363000 - 0x1a54a9fff Navigation arm64e  <c883e97ea12f39e0b4f788b3d615330e> /System/Library/PrivateFrameworks/Navigation.framework/Navigation
0x1a54aa000 - 0x1a54c6fff SafariFoundation arm64e  <53acd078712e319b82d68c682c3b9eb3> /System/Library/PrivateFrameworks/SafariFoundation.framework/SafariFoundation
0x1a5651000 - 0x1a5664fff MaterialKit arm64e  <ed31ebbdf06d3cf39e6a6f465bd2307c> /System/Library/PrivateFrameworks/MaterialKit.framework/MaterialKit
0x1a580f000 - 0x1a581ffff CoreAUC arm64e  <78224760b0df3b8dbbf6acbd2fac0da9> /System/Library/PrivateFrameworks/CoreAUC.framework/CoreAUC
0x1a6086000 - 0x1a609cfff SettingsFoundation arm64e  <a4b06f6dc00c3d3b90d4e50b5a4be464> /System/Library/PrivateFrameworks/SettingsFoundation.framework/SettingsFoundation
0x1a6a68000 - 0x1a6ac8fff ToneLibrary arm64e  <6dbd830a0f293015ae9541cf5e9791b3> /System/Library/PrivateFrameworks/ToneLibrary.framework/ToneLibrary
0x1a6ac9000 - 0x1a6b33fff TrialProto arm64e  <00ecf279e8f033d6bfc6f14378850bba> /System/Library/PrivateFrameworks/TrialProto.framework/TrialProto
0x1a7307000 - 0x1a7314fff MediaSafetyNet arm64e  <2711359778163045a3ca40dcea99b8f9> /System/Library/PrivateFrameworks/MediaSafetyNet.framework/MediaSafetyNet
0x1a7315000 - 0x1a7350fff TimeSync arm64e  <d08f2db7cddb3b359e7e332835860151> /System/Library/PrivateFrameworks/TimeSync.framework/TimeSync
0x1a73e8000 - 0x1a742efff ExposureNotification arm64e  <fbf0446f7bec38e7aed026efde4cbd46> /System/Library/Frameworks/ExposureNotification.framework/ExposureNotification
0x1a7abe000 - 0x1a7ac7fff CoreTime arm64e  <62b3a7df9e363e19a5a084f3d3377786> /System/Library/PrivateFrameworks/CoreTime.framework/CoreTime
0x1a8258000 - 0x1a8454fff NeutrinoCore arm64e  <318ff609dc143ea9a622472079841307> /System/Library/PrivateFrameworks/NeutrinoCore.framework/NeutrinoCore
0x1a8464000 - 0x1a8561fff TextRecognition arm64e  <cb5918beffe63bda96c6442d523ad3bc> /System/Library/PrivateFrameworks/TextRecognition.framework/TextRecognition
0x1a8562000 - 0x1a856bfff ContextKitExtraction arm64e  <b7e041dc3a2f3580895789b5cfc7189e> /System/Library/PrivateFrameworks/ContextKitExtraction.framework/ContextKitExtraction
0x1a8640000 - 0x1a8642fff libswiftObjectiveC.dylib arm64e  <c366b2980cc63f50b0db759a2e866f52> /usr/lib/swift/libswiftObjectiveC.dylib
0x1a8643000 - 0x1a8892fff libmorphun.dylib arm64e  <2a2f04771fad340e8cd1ec050995d7a8> /usr/lib/libmorphun.dylib
0x1a9c0c000 - 0x1a9c45fff PhotosPlayer arm64e  <fa0a10b3f9f63b99874114fc00006435> /System/Library/PrivateFrameworks/PhotosPlayer.framework/PhotosPlayer
0x1a9c8a000 - 0x1a9d0dfff CoreDAV arm64e  <76d9c32df678385795e2e05a252b1258> /System/Library/PrivateFrameworks/CoreDAV.framework/CoreDAV
0x1a9eeb000 - 0x1a9efafff MobileIcons arm64e  <68be3efc05883049a6788a6463838cb9> /System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons
0x1aa2cc000 - 0x1aa3a0fff ProofReader arm64e  <f243f57a6fdc3950af7bb17657c45db8> /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader
0x1ab5d3000 - 0x1ab62afff AccessibilitySharedSupport arm64e  <122f7aa0c2c1387e88cef9aa87525080> /System/Library/PrivateFrameworks/AccessibilitySharedSupport.framework/AccessibilitySharedSupport
0x1ab62b000 - 0x1ab635fff MallocStackLogging arm64e  <b6a20086d7c73f299d3c6797b6300477> /System/Library/PrivateFrameworks/MallocStackLogging.framework/MallocStackLogging
0x1ab86e000 - 0x1ab8b9fff MetadataUtilities arm64e  <9a448430309d33ebb4ae5c0ae15525f5> /System/Library/PrivateFrameworks/MetadataUtilities.framework/MetadataUtilities
0x1ac066000 - 0x1ac0c4fff CoreLocationProtobuf arm64e  <3ad840012108312b85b7f48d116d3beb> /System/Library/PrivateFrameworks/CoreLocationProtobuf.framework/CoreLocationProtobuf
0x1ac2e1000 - 0x1ac313fff Bom arm64e  <a83baae7966c3270b1d841767c1d56ab> /System/Library/PrivateFrameworks/Bom.framework/Bom
0x1ac347000 - 0x1ac34dfff PushKit arm64e  <1e0eb78e5e9635cf96d6ee78b6130be7> /System/Library/Frameworks/PushKit.framework/PushKit
0x1ac34e000 - 0x1ac3b7fff PhotosFormats arm64e  <47abd127ef27308a80d311a4a7175a14> /System/Library/PrivateFrameworks/PhotosFormats.framework/PhotosFormats
0x1ac55b000 - 0x1ac5ebfff Quagga arm64e  <29ee378cd6d03a63977f71a6f770f5cb> /System/Library/PrivateFrameworks/Quagga.framework/Quagga
0x1ac5ec000 - 0x1ac5f4fff StudyLog arm64e  <11fa3acdb33c3811b0fb9ff6f15e6283> /System/Library/PrivateFrameworks/StudyLog.framework/StudyLog
0x1ad5ab000 - 0x1ad5ecfff NaturalLanguage arm64e  <e13ffcc3fbd130c889e58e833d6ac229> /System/Library/Frameworks/NaturalLanguage.framework/NaturalLanguage
0x1ae0aa000 - 0x1ae0c9fff MediaStream arm64e  <13aab4ebd29f3416ac9227ffa81e5a93> /System/Library/PrivateFrameworks/MediaStream.framework/MediaStream
0x1ae8d8000 - 0x1ae8e7fff libAXSpeechManager.dylib arm64e  <b3d6799126d03986926f4a2330087e35> /usr/lib/libAXSpeechManager.dylib
0x1aec28000 - 0x1aed55fff InternalSwiftProtobuf arm64e  <577ed3894ad43f6398fdff9b047bc86f> /System/Library/PrivateFrameworks/InternalSwiftProtobuf.framework/InternalSwiftProtobuf
0x1aee9d000 - 0x1aeec6fff MediaConversionService arm64e  <46ac88ca994033ebb8a41fb961d3949f> /System/Library/PrivateFrameworks/MediaConversionService.framework/MediaConversionService
0x1af01c000 - 0x1af15ffff CoreHandwriting arm64e  <375e07d21cd635219c454d1ca35e40e2> /System/Library/PrivateFrameworks/CoreHandwriting.framework/CoreHandwriting
0x1af992000 - 0x1af99dfff AppleIDAuthSupport arm64e  <c6c083b97d0c3715ad2cdd32da64fa16> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/AppleIDAuthSupport
0x1af9ad000 - 0x1af9c4fff LocalAuthentication arm64e  <6e887ee18c1835c7ab76ebad5cdb022c> /System/Library/Frameworks/LocalAuthentication.framework/LocalAuthentication
0x1af9c5000 - 0x1af9cbfff IOAccelerator arm64e  <74bb685835363c99a156a023217151cf> /System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator
0x1afdb6000 - 0x1afdc0fff CloudPhotoServices arm64e  <91eea0974775344cb9b51f5267af4e2d> /System/Library/PrivateFrameworks/CloudPhotoServices.framework/CloudPhotoServices
0x1afe08000 - 0x1afeb3fff iTunesStore arm64e  <2a47ab93e237337580f84f5017d1733c> /System/Library/PrivateFrameworks/iTunesStore.framework/iTunesStore
0x1b0288000 - 0x1b02bafff libsystem_kernel.dylib arm64e  <ef6b203fbeed30698623bf884b0f2bad> /usr/lib/system/libsystem_kernel.dylib
0x1b05c6000 - 0x1b06d0fff ResponseKit arm64e  <0a71f12347513c2e8c3edd135b953f14> /System/Library/PrivateFrameworks/ResponseKit.framework/ResponseKit
0x1b06d1000 - 0x1b070bfff EmojiFoundation arm64e  <5761d00ffaee32368ecc4cbba09d21b8> /System/Library/PrivateFrameworks/EmojiFoundation.framework/EmojiFoundation
0x1b0d40000 - 0x1b0d4dfff FontServices arm64e  <0e03d60cce3d33248095b5e60bb88530> /System/Library/PrivateFrameworks/FontServices.framework/FontServices
0x1b0f07000 - 0x1b0f13fff MediaAccessibility arm64e  <5bf0ba8f1a953a91bb2a4a45bb9da44d> /System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility
0x1b0f54000 - 0x1b1530fff SiriTTS arm64e  <8ce90de153523a5cafc832e9ea498969> /System/Library/PrivateFrameworks/SiriTTS.framework/SiriTTS
0x1b1531000 - 0x1b153ffff SetupAssistantSupport arm64e  <2fe08e9e80083d59a886e637a7b9c74a> /System/Library/PrivateFrameworks/SetupAssistantSupport.framework/SetupAssistantSupport
0x1b1548000 - 0x1b15a8fff Social arm64e  <25b2053354ac3d52acea0458be70bfc7> /System/Library/Frameworks/Social.framework/Social
0x1b1686000 - 0x1b16b7fff VirtualGarage arm64e  <0fe09817a127334d8209921d5810fc6e> /System/Library/PrivateFrameworks/VirtualGarage.framework/VirtualGarage
0x1b16b8000 - 0x1b16ddfff NetAppsUtilities arm64e  <56f6a94badda3338a7e3e2741a57343b> /System/Library/PrivateFrameworks/NetAppsUtilities.framework/NetAppsUtilities
0x1b16de000 - 0x1b173ffff Osprey arm64e  <87e1470134c9344a9aafd5fdb5703e27> /System/Library/PrivateFrameworks/Osprey.framework/Osprey
0x1b28fc000 - 0x1b2909fff libdscsym.dylib arm64e  <267ab6d21b03306cb6c1288b432e58c7> /usr/lib/libdscsym.dylib
0x1b290a000 - 0x1b291afff HangTracer arm64e  <56b032f723bf36bf81bab40674db07c6> /System/Library/PrivateFrameworks/HangTracer.framework/HangTracer
0x1b2ad6000 - 0x1b2b91fff SampleAnalysis arm64e  <f0548da47e5e3470814907496357e3f7> /System/Library/PrivateFrameworks/SampleAnalysis.framework/SampleAnalysis
0x1b2b92000 - 0x1b2bc2fff PlugInKit arm64e  <038a371d664d38e1a8d367709b7412cf> /System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit
0x1b2c78000 - 0x1b2c79fff libSystem.B.dylib arm64e  <5929c340b3113f1492aa1639b9558c49> /usr/lib/libSystem.B.dylib
0x1b2f8b000 - 0x1b2f98fff MobileActivation arm64e  <8b3e8efb37953102ae5ac66be1fe522c> /System/Library/PrivateFrameworks/MobileActivation.framework/MobileActivation
0x1b2f99000 - 0x1b2ff1fff CalendarDaemon arm64e  <278d9b9333883574a517f3bdcdd78e69> /System/Library/PrivateFrameworks/CalendarDaemon.framework/CalendarDaemon
0x1b30e7000 - 0x1b3157fff libarchive.2.dylib arm64e  <9bb4fe57ded132c197a967ea381b50f3> /usr/lib/libarchive.2.dylib
0x1b3158000 - 0x1b317cfff libtailspin.dylib arm64e  <30cc74bba607313baca711fccef4dca5> /usr/lib/libtailspin.dylib
0x1b317d000 - 0x1b363afff libBNNS.dylib arm64e  <637110448324325f8f87955e8e599a40> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBNNS.dylib
0x1b363b000 - 0x1b367efff SharedUtils arm64e  <82e6fdfa6650304e9f6fd09382659a72> /System/Library/Frameworks/LocalAuthentication.framework/Support/SharedUtils.framework/SharedUtils
0x1b3935000 - 0x1b393afff libsysdiagnose.dylib arm64e  <c9ac3ad75e263385b2306605ccb45f84> /usr/lib/libsysdiagnose.dylib
0x1b3977000 - 0x1b3a82fff CoreMediaStream arm64e  <bb0583679a633d188f5d7d90b4fb9117> /System/Library/PrivateFrameworks/CoreMediaStream.framework/CoreMediaStream
0x1b3c94000 - 0x1b3c94fff AVFoundation arm64e  <b7737ca2e89339349fc26eacd6e37177> /System/Library/Frameworks/AVFoundation.framework/AVFoundation
0x1b3c95000 - 0x1b3c95fff Accelerate arm64e  <226d1977e7e63b129cd80c25774f52f4> /System/Library/Frameworks/Accelerate.framework/Accelerate
0x1b3c96000 - 0x1b3f00fff libBLAS.dylib arm64e  <4484edb04bab39f6b778380f81f263bd> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib
0x1b3f01000 - 0x1b43bdfff libLAPACK.dylib arm64e  <271aeb78ac5434659bce4968e0857fb3> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib
0x1b43be000 - 0x1b43d2fff libLinearAlgebra.dylib arm64e  <36eeded9196f32d7be5b99d3cfcc9aa2> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLinearAlgebra.dylib
0x1b43d3000 - 0x1b43d7fff libQuadrature.dylib arm64e  <e8d1469c128636e1b6e1e4c4c6a26e9f> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libQuadrature.dylib
0x1b43d8000 - 0x1b443afff libSparse.dylib arm64e  <2ca4c8e7acd035af9187dea4bb377f5b> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparse.dylib
0x1b443b000 - 0x1b444dfff libSparseBLAS.dylib arm64e  <21b901e556ab35a886fcb306c55692f1> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparseBLAS.dylib
0x1b444e000 - 0x1b44a1fff libvMisc.dylib arm64e  <1337a0a0f50c3646bce6d704e9631f39> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib
0x1b44a2000 - 0x1b44a2fff vecLib arm64e  <6ba023482f75346fbc6b25e568dbd866> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib
0x1b44a3000 - 0x1b44a6fff Accessibility arm64e  <f078898e64ff38d2b958e9801dd7a526> /System/Library/Frameworks/Accessibility.framework/Accessibility
0x1b44a9000 - 0x1b44d0fff AddressBook arm64e  <a8da456491ad3a0386e7127339ffb529> /System/Library/Frameworks/AddressBook.framework/AddressBook
0x1b44da000 - 0x1b44ddfff AppTrackingTransparency arm64e  <e46ce5876aec314d942460ba20061ed3> /System/Library/Frameworks/AppTrackingTransparency.framework/AppTrackingTransparency
0x1b44de000 - 0x1b44effff AssetsLibrary arm64e  <1a536f4368293cd49115a60c7c7a1053> /System/Library/Frameworks/AssetsLibrary.framework/AssetsLibrary
0x1b4605000 - 0x1b4622fff AuthenticationServices arm64e  <5b71de4ee0973fc3855c16a2f23bb1c6> /System/Library/Frameworks/AuthenticationServices.framework/AuthenticationServices
0x1b4711000 - 0x1b477afff CoreMIDI arm64e  <49d90d20b1b33af9b8eab44b3c214106> /System/Library/Frameworks/CoreMIDI.framework/CoreMIDI
0x1b4ca6000 - 0x1b4cbdfff ExternalAccessory arm64e  <a09e86e60f8f36bd9ca8471140d3037c> /System/Library/Frameworks/ExternalAccessory.framework/ExternalAccessory
0x1b4cd1000 - 0x1b4cf7fff GLKit arm64e  <dbbb7e87da4c3ccc82265c2e515364b6> /System/Library/Frameworks/GLKit.framework/GLKit
0x1b4e9f000 - 0x1b5023fff MLCompute arm64e  <2e869391e8263b0e82637e8075e9ef50> /System/Library/Frameworks/MLCompute.framework/MLCompute
0x1b504a000 - 0x1b5062fff MetalKit arm64e  <ff49d4e5ef853d8287a9c6f63d39f26b> /System/Library/Frameworks/MetalKit.framework/MetalKit
0x1b5063000 - 0x1b50e9fff MPSImage arm64e  <176d30ce1405315aaa7d12abedadacbe> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/MPSImage
0x1b50ea000 - 0x1b5110fff MPSMatrix arm64e  <7e92845419493732b15ab829c1446b7a> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/MPSMatrix
0x1b5111000 - 0x1b514bfff MPSNDArray arm64e  <708dd022b6223cc5b77be4492673c79b> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNDArray.framework/MPSNDArray
0x1b514c000 - 0x1b5194fff MPSRayIntersector arm64e  <264410eab2783663bd5c2d5c10993c0a> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/MPSRayIntersector
0x1b5195000 - 0x1b5195fff MetalPerformanceShaders arm64e  <f33f4ad0e61934078a4385882a512fff> /System/Library/Frameworks/MetalPerformanceShaders.framework/MetalPerformanceShaders
0x1b5532000 - 0x1b5532fff MobileCoreServices arm64e  <ec4c56b163793abf8186469fc496e7dc> /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
0x1b611c000 - 0x1b6124fff OpenGLES arm64e  <45a3fcebebdb3251af0503b73ddfc0de> /System/Library/Frameworks/OpenGLES.framework/OpenGLES
0x1b6125000 - 0x1b6126fff libCVMSPluginSupport.dylib arm64e  <7415b456c06c3b4e91bd903bfad4d100> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib
0x1b6127000 - 0x1b612dfff libCoreFSCache.dylib arm64e  <7c0e241b91f23bde98ac9efba809c31e> /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib
0x1b612e000 - 0x1b6133fff libCoreVMClient.dylib arm64e  <b4a1f6de030539eb8b344095e30c2fa4> /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib
0x1b6134000 - 0x1b613dfff libGFXShared.dylib arm64e  <7ea2566d104736848ec98e25183d77a0> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
0x1b62f6000 - 0x1b63bcfff PDFKit arm64e  <65facea6c8c636d5908a7cc3755fa9ad> /System/Library/Frameworks/PDFKit.framework/PDFKit
0x1b63cb000 - 0x1b6406fff QuickLookThumbnailing arm64e  <263e7f1ab67f3142ad27b908f5eeb7cb> /System/Library/Frameworks/QuickLookThumbnailing.framework/QuickLookThumbnailing
0x1b6ad8000 - 0x1b6c1cfff SoundAnalysis arm64e  <32eaf1fe9c4035bdaf6d80431e48571a> /System/Library/Frameworks/SoundAnalysis.framework/SoundAnalysis
0x1b6c1d000 - 0x1b6c2efff Speech arm64e  <acf128b360943e92a63caae0a04275df> /System/Library/Frameworks/Speech.framework/Speech
0x1b6d4b000 - 0x1b6d4bfff UIKit arm64e  <f7c51227926d36eb9984e23857e8c876> /System/Library/Frameworks/UIKit.framework/UIKit
0x1b6d55000 - 0x1b6e1efff VideoSubscriberAccount arm64e  <d2a07e5a085433ffacbd2639d52d9dba> /System/Library/Frameworks/VideoSubscriberAccount.framework/VideoSubscriberAccount
0x1b6e1f000 - 0x1b7a09fff libfaceCore.dylib arm64e  <84c10d65825a3f4687eade4f7e34df6e> /System/Library/Frameworks/Vision.framework/libfaceCore.dylib
0x1b7f4d000 - 0x1b7f50fff AFKUser arm64e  <34b47e32995a33f296e4a8631c1f72ec> /System/Library/PrivateFrameworks/AFKUser.framework/AFKUser
0x1b8015000 - 0x1b829bfff ANECompiler arm64e  <5e172334317f314eb4262c4789bab9c2> /System/Library/PrivateFrameworks/ANECompiler.framework/ANECompiler
0x1b829c000 - 0x1b82b0fff ANEServices arm64e  <592c6deb0c8e3eca9134bb110d946589> /System/Library/PrivateFrameworks/ANEServices.framework/ANEServices
0x1b82b5000 - 0x1b8374fff APFS arm64e  <3fd76ccf66f93cb2bfce2c114ef9343d> /System/Library/PrivateFrameworks/APFS.framework/APFS
0x1b8375000 - 0x1b837bfff ASEProcessing arm64e  <0e418f7911ef36cb8f5a2ffaa0c60396> /System/Library/PrivateFrameworks/ASEProcessing.framework/ASEProcessing
0x1b8b9d000 - 0x1b8ba2fff AggregateDictionary arm64e  <f0c6be99e12d32a590ea0e07375058c4> /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary
0x1b8d37000 - 0x1b8e0dfff AirPlaySync arm64e  <a40ad11ef06e3130aa8c7a104fa30117> /System/Library/PrivateFrameworks/AirPlaySync.framework/AirPlaySync
0x1b8f16000 - 0x1b8f32fff AlgosScoreFramework arm64e  <0ab0d37972133f8b9712f049f332c58b> /System/Library/PrivateFrameworks/AlgosScoreFramework.framework/AlgosScoreFramework
0x1b905c000 - 0x1b91e5fff AppC3D arm64e  <32097972462b3ffab6e1f967c6404c6b> /System/Library/PrivateFrameworks/AppC3D.framework/AppC3D
0x1b91e6000 - 0x1b9208fff AppConduit arm64e  <1a51612c88c13cd685666bd16e81e477> /System/Library/PrivateFrameworks/AppConduit.framework/AppConduit
0x1b9311000 - 0x1b931bfff AppStoreOverlays arm64e  <8b33cd01e9e23a3a80708e601006a734> /System/Library/PrivateFrameworks/AppStoreOverlays.framework/AppStoreOverlays
0x1ba44e000 - 0x1ba5effff AppleCVA arm64e  <26d9e069f2b03053a3dc5065838f713f> /System/Library/PrivateFrameworks/AppleCVA.framework/AppleCVA
0x1ba640000 - 0x1ba64ffff AppleFSCompression arm64e  <68da865b4bb431e9a7b633c77123b332> /System/Library/PrivateFrameworks/AppleFSCompression.framework/AppleFSCompression
0x1ba65d000 - 0x1ba681fff AppleIDSSOAuthentication arm64e  <83c51b5d1bef3d54b73ae00add21286a> /System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/AppleIDSSOAuthentication
0x1ba682000 - 0x1ba6c7fff AppleJPEG arm64e  <bba23431ea6735739c08432a8b1d467c> /System/Library/PrivateFrameworks/AppleJPEG.framework/AppleJPEG
0x1ba767000 - 0x1ba77afff AppleNeuralEngine arm64e  <560e6cad33fb35f782b93878f036f97b> /System/Library/PrivateFrameworks/AppleNeuralEngine.framework/AppleNeuralEngine
0x1ba784000 - 0x1ba7a8fff AppleSauce arm64e  <f4f6406cb95631f7981713fb9150bbca> /System/Library/PrivateFrameworks/AppleSauce.framework/AppleSauce
0x1ba7db000 - 0x1ba7f9fff AssetCacheServices arm64e  <aaf761ec6ce3300c84c3f51bcbca16ff> /System/Library/PrivateFrameworks/AssetCacheServices.framework/AssetCacheServices
0x1ba960000 - 0x1ba9bdfff AuthKitUI arm64e  <701480c1a5b5373fb7f8038ff6f1f9b5> /System/Library/PrivateFrameworks/AuthKitUI.framework/AuthKitUI
0x1ba9be000 - 0x1baa11fff AutoLoop arm64e  <c14dea5bed213d5a956f350ed928c8ab> /System/Library/PrivateFrameworks/AutoLoop.framework/AutoLoop
0x1baa4a000 - 0x1baa63fff BiomePubSub arm64e  <437874a4a89a3f688c7aa709d451b573> /System/Library/PrivateFrameworks/BiomePubSub.framework/BiomePubSub
0x1bad64000 - 0x1bad73fff BluetoothManager arm64e  <9f62861358da34679910b88898090ae8> /System/Library/PrivateFrameworks/BluetoothManager.framework/BluetoothManager
0x1bae0e000 - 0x1bae1efff BrailleTranslation arm64e  <a0cf6855c2ba34e3860b266d074d7276> /System/Library/PrivateFrameworks/BrailleTranslation.framework/BrailleTranslation
0x1bb017000 - 0x1bb021fff CMCaptureCore arm64e  <592f165f9aa63ea59425cd1d97cd1387> /System/Library/PrivateFrameworks/CMCaptureCore.framework/CMCaptureCore
0x1bb022000 - 0x1bb038fff CPAnalytics arm64e  <6c538bfd81a633f0b3f418793b5ae2e9> /System/Library/PrivateFrameworks/CPAnalytics.framework/CPAnalytics
0x1bb03b000 - 0x1bb04afff CPMS arm64e  <0461571d68453729a7268eefd16be318> /System/Library/PrivateFrameworks/CPMS.framework/CPMS
0x1bb04b000 - 0x1bb05afff CTCarrierSpace arm64e  <bab99e9d29a23156b62d94a33eb86e0a> /System/Library/PrivateFrameworks/CTCarrierSpace.framework/CTCarrierSpace
0x1bb1c5000 - 0x1bb1effff CameraEditKit arm64e  <ddd7c36aa47a309aa38eed6e6177dc2e> /System/Library/PrivateFrameworks/CameraEditKit.framework/CameraEditKit
0x1bb35f000 - 0x1bb36afff CaptiveNetwork arm64e  <bad3f636dfd739648beed022e1448510> /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork
0x1bb489000 - 0x1bb4dafff Catalyst arm64e  <b25c095b65e037da87d3b04658982c00> /System/Library/PrivateFrameworks/Catalyst.framework/Catalyst
0x1bb4ff000 - 0x1bb523fff CellularPlanManager arm64e  <906d176c46983d198b8a22abf6f5ccff> /System/Library/PrivateFrameworks/CellularPlanManager.framework/CellularPlanManager
0x1bb53b000 - 0x1bb543fff CertUI arm64e  <0f4e353ecb833bc08fca68165d2fe763> /System/Library/PrivateFrameworks/CertUI.framework/CertUI
0x1bb54c000 - 0x1bb59bfff ChunkingLibrary arm64e  <7cff37c338e63d349994df0a7022bde3> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/ChunkingLibrary
0x1bba05000 - 0x1bba09fff CommunicationsFilter arm64e  <95237b31d71a3a6aa53996a8093832fd> /System/Library/PrivateFrameworks/CommunicationsFilter.framework/CommunicationsFilter
0x1bbadc000 - 0x1bbadffff ConstantClasses arm64e  <1910532cfdde3cf89babefe10a59c87a> /System/Library/PrivateFrameworks/ConstantClasses.framework/ConstantClasses
0x1bbae9000 - 0x1bbb27fff ContactsAutocomplete arm64e  <31d33609ebd837d09550c3e60470c44e> /System/Library/PrivateFrameworks/ContactsAutocomplete.framework/ContactsAutocomplete
0x1bbb2d000 - 0x1bbba5fff ContactsUICore arm64e  <ad91e43802533c178a96f12fa8bf4006> /System/Library/PrivateFrameworks/ContactsUICore.framework/ContactsUICore
0x1bbbe2000 - 0x1bbc3bfff CoreAppleCVA arm64e  <23de2899e3383b4eb968e48808d5cd77> /System/Library/PrivateFrameworks/CoreAppleCVA.framework/CoreAppleCVA
0x1bbc3c000 - 0x1bbd38fff CoreBrightness arm64e  <8c58c1c68d803f8bab0797689e2ab1c2> /System/Library/PrivateFrameworks/CoreBrightness.framework/CoreBrightness
0x1bbda4000 - 0x1bbdb1fff CoreDuetDaemonProtocol arm64e  <fe8276c8ac8a31d1ba5bd02d2eb6c220> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/CoreDuetDaemonProtocol
0x1bbdb4000 - 0x1bbdb6fff CoreDuetDebugLogging arm64e  <b40f5a70d11e39e2876edb1d24e25524> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/CoreDuetDebugLogging
0x1bbdc5000 - 0x1bbdd7fff CoreEmoji arm64e  <9786253ffee63713998735963bea5aaf> /System/Library/PrivateFrameworks/CoreEmoji.framework/CoreEmoji
0x1bc3ff000 - 0x1bc403fff CoreOptimization arm64e  <eb824da9f01133748fa047a6a6b98a91> /System/Library/PrivateFrameworks/CoreOptimization.framework/CoreOptimization
0x1bc404000 - 0x1bc4c0fff CorePDF arm64e  <d063b7ad0f4334269542956dbb2f54f2> /System/Library/PrivateFrameworks/CorePDF.framework/CorePDF
0x1bc4c1000 - 0x1bc4c9fff CorePhoneNumbers arm64e  <ebd43b9789a93ff486db457692e97fcf> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/CorePhoneNumbers
0x1bc4ca000 - 0x1bc521fff CorePrediction arm64e  <bf40c0ee60b4326f8337054b6c5b7f7c> /System/Library/PrivateFrameworks/CorePrediction.framework/CorePrediction
0x1bce4e000 - 0x1bce59fff CoreRecents arm64e  <ea571da623fa30448e9862fb778385c0> /System/Library/PrivateFrameworks/CoreRecents.framework/CoreRecents
0x1bce5a000 - 0x1bcec1fff CoreRecognition arm64e  <cd18137248dc3514951a9194e04022e0> /System/Library/PrivateFrameworks/CoreRecognition.framework/CoreRecognition
0x1bcec2000 - 0x1bced8fff CoreSDB arm64e  <4e80eb464f5f3f0aa7c7798afe11079d> /System/Library/PrivateFrameworks/CoreSDB.framework/CoreSDB
0x1bced9000 - 0x1bcf03fff CoreSVG arm64e  <1d39f0149e553d6dab36c73240b1f2dd> /System/Library/PrivateFrameworks/CoreSVG.framework/CoreSVG
0x1bd11a000 - 0x1bd11efff DAAPKit arm64e  <2beee2a9606e3a0daf67be90ba52f620> /System/Library/PrivateFrameworks/DAAPKit.framework/DAAPKit
0x1bd140000 - 0x1bd14dfff DCIMServices arm64e  <5cc179d1e949325a8becb3d747eb49e8> /System/Library/PrivateFrameworks/DCIMServices.framework/DCIMServices
0x1bd164000 - 0x1bd1a0fff DataDetectorsNaturalLanguage arm64e  <fd17a88111b534f0aabc051851f23608> /System/Library/PrivateFrameworks/DataDetectorsNaturalLanguage.framework/DataDetectorsNaturalLanguage
0x1bd1fe000 - 0x1bd233fff DeviceIdentity arm64e  <bbfe7a2e70683031aa2b517bcddd5b85> /System/Library/PrivateFrameworks/DeviceIdentity.framework/DeviceIdentity
0x1bd363000 - 0x1bd39afff DistributedEvaluation arm64e  <a79605daeaf53b76ae22e4d536157778> /System/Library/PrivateFrameworks/DistributedEvaluation.framework/DistributedEvaluation
0x1bd4ba000 - 0x1bd4f4fff DocumentManager arm64e  <0b1d9bef0bbd385d997e6730eb3d9590> /System/Library/PrivateFrameworks/DocumentManager.framework/DocumentManager
0x1bd4f5000 - 0x1bd513fff DocumentManagerCore arm64e  <b11b8ccc9cec3145a7e9df39584363c7> /System/Library/PrivateFrameworks/DocumentManagerCore.framework/DocumentManagerCore
0x1bd59a000 - 0x1bd59cfff DragUI arm64e  <e00634bc318f311588c60f4561f24485> /System/Library/PrivateFrameworks/DragUI.framework/DragUI
0x1bd5cd000 - 0x1bd5fefff EAP8021X arm64e  <51a7a228a2ad380fba29d2c5d4e09112> /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X
0x1bd62e000 - 0x1bd643fff Engram arm64e  <603d685a64f836bb843cfcd12db7fc39> /System/Library/PrivateFrameworks/Engram.framework/Engram
0x1bd77c000 - 0x1bd782fff ExtensionFoundation arm64e  <75c6015b6652325db69d3c0dc0b1b13f> /System/Library/PrivateFrameworks/ExtensionFoundation.framework/ExtensionFoundation
0x1bd912000 - 0x1bd91efff FSEvents arm64e  <5d1ef59f3ae83fb48ad8593c6dc7ff10> /System/Library/PrivateFrameworks/FSEvents.framework/FSEvents
0x1bd91f000 - 0x1bd93efff FTAWD arm64e  <bbff8565381034f9b4dbf3408599e02f> /System/Library/PrivateFrameworks/FTAWD.framework/FTAWD
0x1bd93f000 - 0x1bd942fff FTClientServices arm64e  <18dc6cd515a6399b8d54c6b440bb969b> /System/Library/PrivateFrameworks/FTClientServices.framework/FTClientServices
0x1bd943000 - 0x1bdd56fff FaceCore arm64e  <7cffd494745b331daed7a7fbd7e9ba5c> /System/Library/PrivateFrameworks/FaceCore.framework/FaceCore
0x1bdd5d000 - 0x1bdd62fff FeatureFlagsSupport arm64e  <a4ac8cbe0ee539ff8b83413639c4d663> /System/Library/PrivateFrameworks/FeatureFlagsSupport.framework/FeatureFlagsSupport
0x1bdd63000 - 0x1bdd6efff FeedbackLogger arm64e  <8ad24129d58936778a45009930a94ebf> /System/Library/PrivateFrameworks/FeedbackLogger.framework/FeedbackLogger
0x1bdf04000 - 0x1be049fff libFontParser.dylib arm64e  <544ded4e3a6e348bbba7ab546f6dd3d4> /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
0x1be04a000 - 0x1be052fff libGSFont.dylib arm64e  <1c23cc78276538b8915148138d968712> /System/Library/PrivateFrameworks/FontServices.framework/libGSFont.dylib
0x1be053000 - 0x1be090fff libGSFontCache.dylib arm64e  <4a101c76865d3fe8b13a5484f1f84964> /System/Library/PrivateFrameworks/FontServices.framework/libGSFontCache.dylib
0x1be0f6000 - 0x1be103fff libhvf.dylib arm64e  <f61926551a4e394a81d6e707191d6477> /System/Library/PrivateFrameworks/FontServices.framework/libhvf.dylib
0x1be12b000 - 0x1be142fff Futhark arm64e  <1d3c104515ec31a293f922d5a09716f3> /System/Library/PrivateFrameworks/Futhark.framework/Futhark
0x1bedb6000 - 0x1bedd4fff GenerationalStorage arm64e  <167e50b3f5cb315282ae98350dd17200> /System/Library/PrivateFrameworks/GenerationalStorage.framework/GenerationalStorage
0x1bedd5000 - 0x1bede2fff GraphVisualizer arm64e  <2bda27baab723051960337d997fb2be7> /System/Library/PrivateFrameworks/GraphVisualizer.framework/GraphVisualizer
0x1bee10000 - 0x1bee1cfff HID arm64e  <77346600f49c379082ea72c093225a38> /System/Library/PrivateFrameworks/HID.framework/HID
0x1bf527000 - 0x1bf59bfff HomeSharing arm64e  <10979feedf973acab2c1a1d18c7ddfb5> /System/Library/PrivateFrameworks/HomeSharing.framework/HomeSharing
0x1bf5f5000 - 0x1bf5fbfff IDSKVStore arm64e  <b8499edd98b1358e8007ca36dd6b09af> /System/Library/PrivateFrameworks/IDSKVStore.framework/IDSKVStore
0x1bf8f4000 - 0x1bf910fff IOGPU arm64e  <a3d7add8f4023f008ec8a1526d265155> /System/Library/PrivateFrameworks/IOGPU.framework/IOGPU
0x1bf912000 - 0x1bf91bfff IOKitten arm64e  <8178fa04e2b83ed2ad60d35caaafe529> /System/Library/PrivateFrameworks/IOKitten.framework/IOKitten
0x1bf91c000 - 0x1bf91efff IOSurfaceAccelerator arm64e  <94c25785ee14393c93e17b8823dbc3dd> /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/IOSurfaceAccelerator
0x1bf946000 - 0x1bf94dfff IdleTimerServices arm64e  <d82db32583073456b8b800ca160fb43c> /System/Library/PrivateFrameworks/IdleTimerServices.framework/IdleTimerServices
0x1bf956000 - 0x1bf95cfff IncomingCallFilter arm64e  <87e6bca18c843fc8a9234e2e1768d845> /System/Library/PrivateFrameworks/IncomingCallFilter.framework/IncomingCallFilter
0x1bf95d000 - 0x1bf9d9fff InertiaCam arm64e  <62d9f698de66335f8435b32fdba455dd> /System/Library/PrivateFrameworks/InertiaCam.framework/InertiaCam
0x1bfa1d000 - 0x1bfa2afff IntentsFoundation arm64e  <4749f8ec89fb3868ac4eb9a3cd14c784> /System/Library/PrivateFrameworks/IntentsFoundation.framework/IntentsFoundation
0x1bfa44000 - 0x1bfa46fff InternationalTextSearch arm64e  <cfa31d08220c340a99e122c17bc7fcb9> /System/Library/PrivateFrameworks/InternationalTextSearch.framework/InternationalTextSearch
0x1bfa47000 - 0x1bfa63fff IntlPreferences arm64e  <288a58f06800341b80503b2c369b2166> /System/Library/PrivateFrameworks/IntlPreferences.framework/IntlPreferences
0x1bfcce000 - 0x1bfcd4fff LinguisticData arm64e  <97937392bc5e3280ae27a6324860c860> /System/Library/PrivateFrameworks/LinguisticData.framework/LinguisticData
0x1bfd24000 - 0x1bfd5cfff LocalAuthenticationPrivateUI arm64e  <05d0316f0c8434f0a44b11a12141c371> /System/Library/PrivateFrameworks/LocalAuthenticationPrivateUI.framework/LocalAuthenticationPrivateUI
0x1bff25000 - 0x1bff25fff Marco arm64e  <0f577f1d7cee300aa253c252f6625d14> /System/Library/PrivateFrameworks/Marco.framework/Marco
0x1c0238000 - 0x1c04fefff MediaLibraryCore arm64e  <862be4b224993de0ae8715453f4f17b4> /System/Library/PrivateFrameworks/MediaLibraryCore.framework/MediaLibraryCore
0x1c04ff000 - 0x1c0551fff MediaPlatform arm64e  <c61da4ca953f39db8a6f03982989b522> /System/Library/PrivateFrameworks/MediaPlatform.framework/MediaPlatform
0x1c0942000 - 0x1c0a15fff MetalTools arm64e  <e1863aa44c2f3e0d9ce9e0cb2ef26ad6> /System/Library/PrivateFrameworks/MetalTools.framework/MetalTools
0x1c0a37000 - 0x1c0a93fff MetricsKit arm64e  <32634a7199f8330094e35ec4e8cc2555> /System/Library/PrivateFrameworks/MetricsKit.framework/MetricsKit
0x1c0aa4000 - 0x1c0addfff MobileBluetooth arm64e  <12cdb951311e33dc9e0c0b6fc4b94022> /System/Library/PrivateFrameworks/MobileBluetooth.framework/MobileBluetooth
0x1c0b5e000 - 0x1c0b64fff MobileSystemServices arm64e  <71b638f4a4f1364ca9c993e57af26364> /System/Library/PrivateFrameworks/MobileSystemServices.framework/MobileSystemServices
0x1c0f0e000 - 0x1c0f14fff Netrb arm64e  <64f8770c0e2938178cfbebac7c0dee05> /System/Library/PrivateFrameworks/Netrb.framework/Netrb
0x1c0fe8000 - 0x1c1006fff NeutrinoKit arm64e  <f0ccd5ee34b4347783ed9d337dc9e8ed> /System/Library/PrivateFrameworks/NeutrinoKit.framework/NeutrinoKit
0x1c1044000 - 0x1c1046fff OAuth arm64e  <4ed5878480bc329da0882b3bd22a65e5> /System/Library/PrivateFrameworks/OAuth.framework/OAuth
0x1c1064000 - 0x1c10a3fff OTSVG arm64e  <c8e8cffb9a8935c98d277072ebfce938> /System/Library/PrivateFrameworks/OTSVG.framework/OTSVG
0x1c16e0000 - 0x1c16e2fff ParsecSubscriptionServiceSupport arm64e  <41f6c6e14aac35ec99daa561d1f4d7d0> /System/Library/PrivateFrameworks/ParsecSubscriptionServiceSupport.framework/ParsecSubscriptionServiceSupport
0x1c16e7000 - 0x1c1711fff Pasteboard arm64e  <556237412daa30dc806a197bdf690976> /System/Library/PrivateFrameworks/Pasteboard.framework/Pasteboard
0x1c1741000 - 0x1c174bfff PersonaKit arm64e  <73f0347789e73587bed6b8fa94e2134a> /System/Library/PrivateFrameworks/PersonaKit.framework/PersonaKit
0x1c174c000 - 0x1c1758fff PersonaUI arm64e  <617e252304823decb0231c08381c3d23> /System/Library/PrivateFrameworks/PersonaUI.framework/PersonaUI
0x1c1792000 - 0x1c1792fff PhoneNumbers arm64e  <e0a8d18d17e03ac3a0de12bff39e9ae1> /System/Library/PrivateFrameworks/PhoneNumbers.framework/PhoneNumbers
0x1c179b000 - 0x1c18b2fff PhotoImaging arm64e  <423a0cfcf5d93985912e6b5bc436dd54> /System/Library/PrivateFrameworks/PhotoImaging.framework/PhotoImaging
0x1c18b3000 - 0x1c1910fff PhotoLibrary arm64e  <4978e80139043baba33d61c2978383f6> /System/Library/PrivateFrameworks/PhotoLibrary.framework/PhotoLibrary
0x1c1959000 - 0x1c1998fff PhotosImagingFoundation arm64e  <f529682a02ce32c8bd776912f59bca89> /System/Library/PrivateFrameworks/PhotosImagingFoundation.framework/PhotosImagingFoundation
0x1c1999000 - 0x1c19e3fff PhysicsKit arm64e  <ed7dbfbac67c34b2899dfb9b4419ca86> /System/Library/PrivateFrameworks/PhysicsKit.framework/PhysicsKit
0x1c1a91000 - 0x1c1a9cfff PointerUIServices arm64e  <1079e90a3dcd3cd29dd7e9fb55214489> /System/Library/PrivateFrameworks/PointerUIServices.framework/PointerUIServices
0x1c2ee8000 - 0x1c2ef5fff PrototypeToolsUI arm64e  <3ee46c75481c3e628655c7a3e0516a90> /System/Library/PrivateFrameworks/PrototypeToolsUI.framework/PrototypeToolsUI
0x1c2f73000 - 0x1c2f7efff RTCReporting arm64e  <2b1724eb6f5b3f959d5cd636bac2ce12> /System/Library/PrivateFrameworks/RTCReporting.framework/RTCReporting
0x1c32be000 - 0x1c32cefff RemoteTextInput arm64e  <8b954cf050a53985a40721ab2d4c237c> /System/Library/PrivateFrameworks/RemoteTextInput.framework/RemoteTextInput
0x1c32cf000 - 0x1c3336fff RemoteUI arm64e  <e54b013dffb93e29a0a725781981e22c> /System/Library/PrivateFrameworks/RemoteUI.framework/RemoteUI
0x1c336e000 - 0x1c3372fff RevealCore arm64e  <e53483ce4fd7301e87b3c71c9f47b0df> /System/Library/PrivateFrameworks/RevealCore.framework/RevealCore
0x1c3389000 - 0x1c3710fff SDAPI arm64e  <9974f25802b03bc08eaf4023dc3be013> /System/Library/PrivateFrameworks/SDAPI.framework/SDAPI
0x1c3887000 - 0x1c38bcfff ScreenReaderCore arm64e  <f09049915a8a389cb07b2b164bcdbda3> /System/Library/PrivateFrameworks/ScreenReaderCore.framework/ScreenReaderCore
0x1c38bd000 - 0x1c3904fff ScreenReaderOutput arm64e  <7964e7a26f9b338f868954a1444629f0> /System/Library/PrivateFrameworks/ScreenReaderOutput.framework/ScreenReaderOutput
0x1c4e85000 - 0x1c4e8ffff SignpostCollection arm64e  <3f6101a4f7a03892a9aff2e35f17ec02> /System/Library/PrivateFrameworks/SignpostCollection.framework/SignpostCollection
0x1c4e90000 - 0x1c4e90fff SignpostMetrics arm64e  <80274ec8a6f13897a8c7352218b61a06> /System/Library/PrivateFrameworks/SignpostMetrics.framework/SignpostMetrics
0x1c4e92000 - 0x1c4ecffff SignpostSupport arm64e  <e2af2eb92b013558809d0e00143cc192> /System/Library/PrivateFrameworks/SignpostSupport.framework/SignpostSupport
0x1c5468000 - 0x1c5482fff SiriObservation arm64e  <45e6cbf48a7b3273b682f12289502d79> /System/Library/PrivateFrameworks/SiriObservation.framework/SiriObservation
0x1c5ad1000 - 0x1c5ad1fff SoftLinking arm64e  <8fa815a857753bbdaa3b9752db4f1334> /System/Library/PrivateFrameworks/SoftLinking.framework/SoftLinking
0x1c5ecd000 - 0x1c5f0bfff StreamingZip arm64e  <1d0aa40018f6301ea82b58764b34d375> /System/Library/PrivateFrameworks/StreamingZip.framework/StreamingZip
0x1c5f13000 - 0x1c5f1dfff SymptomDiagnosticReporter arm64e  <46295ba45697346e922295492fdb0f9e> /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/SymptomDiagnosticReporter
0x1c5f4e000 - 0x1c5f6afff SymptomPresentationFeed arm64e  <b8737a12daa736dcadf220f500c9db10> /System/Library/PrivateFrameworks/Symptoms.framework/Frameworks/SymptomPresentationFeed.framework/SymptomPresentationFeed
0x1c5fa7000 - 0x1c5fb7fff TCC arm64e  <5fb7d77934a339fd84a03bf4c1fe5629> /System/Library/PrivateFrameworks/TCC.framework/TCC
0x1c688f000 - 0x1c6942fff TextureIO arm64e  <e7a2e880cbae3043b371a37a2ab98018> /System/Library/PrivateFrameworks/TextureIO.framework/TextureIO
0x1c6b74000 - 0x1c6b7bfff URLFormatting arm64e  <6d19c73ea360390b9babafbaa0dcfe2b> /System/Library/PrivateFrameworks/URLFormatting.framework/URLFormatting
0x1c7161000 - 0x1c718afff UsageTracking arm64e  <747c87f7409c35c68317936ad4652a37> /System/Library/PrivateFrameworks/UsageTracking.framework/UsageTracking
0x1c7c74000 - 0x1c7cb0fff VoiceOverServices arm64e  <e85ca76c706c3e8f862b89a997ac592b> /System/Library/PrivateFrameworks/VoiceOverServices.framework/VoiceOverServices
0x1c7cb9000 - 0x1c7d82fff VoiceTrigger arm64e  <9b9630dfd61e3455b5475aa764e7fe69> /System/Library/PrivateFrameworks/VoiceTrigger.framework/VoiceTrigger
0x1c7e51000 - 0x1c7e52fff WatchdogClient arm64e  <be8916b4bc4b3436a501554aa8e68742> /System/Library/PrivateFrameworks/WatchdogClient.framework/WatchdogClient
0x1c81bc000 - 0x1c88fdfff libwebrtc.dylib arm64e  <65923b23abd534f697aef715e78e0911> /System/Library/PrivateFrameworks/WebCore.framework/Frameworks/libwebrtc.dylib
0x1c897c000 - 0x1c8991fff WebUI arm64e  <c00e597c98ac38f9a546cfca81797438> /System/Library/PrivateFrameworks/WebUI.framework/WebUI
0x1c8eb6000 - 0x1c8eb9fff XCTTargetBootstrap arm64e  <bf2d7d74bbe83318b041c1fd8f6f9c7f> /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/XCTTargetBootstrap
0x1c8f51000 - 0x1c8f70fff caulk arm64e  <acf9e5380c673e6eb3786ab049ee653a> /System/Library/PrivateFrameworks/caulk.framework/caulk
0x1cb548000 - 0x1cb54dfff kperf arm64e  <979504c563da3deaa5b81186257616f3> /System/Library/PrivateFrameworks/kperf.framework/kperf
0x1cb54e000 - 0x1cb556fff kperfdata arm64e  <285e0d44052d34fb8c0a1f3672a52adc> /System/Library/PrivateFrameworks/kperfdata.framework/kperfdata
0x1cb557000 - 0x1cb56dfff libEDR arm64e  <605c6f4feb4c3ef89976c731583fd26d> /System/Library/PrivateFrameworks/libEDR.framework/libEDR
0x1cb586000 - 0x1cb596fff perfdata arm64e  <8b280efba5453d22a9895c89399b5f19> /System/Library/PrivateFrameworks/perfdata.framework/perfdata
0x1cb597000 - 0x1cb5c6fff vCard arm64e  <0449c12df5c23e91a019cbb8353a07d9> /System/Library/PrivateFrameworks/vCard.framework/vCard
0x1cbe2a000 - 0x1cbe69fff libAWDSupport.dylib arm64e  <61ee0780e1af3e0cab62e10e03959a97> /usr/lib/libAWDSupport.dylib
0x1cbe6a000 - 0x1cc20afff libAWDSupportFramework.dylib arm64e  <87a01e9a446e3ddabab8ebf1e3533512> /usr/lib/libAWDSupportFramework.dylib
0x1cc39a000 - 0x1cc3a9fff libAudioStatistics.dylib arm64e  <7cebe88c49a33b989b4f0902c5977b12> /usr/lib/libAudioStatistics.dylib
0x1cc54d000 - 0x1cc57ffff libCRFSuite.dylib arm64e  <7367da2969f33d84ae66d043eb28f3b8> /usr/lib/libCRFSuite.dylib
0x1cc580000 - 0x1cc581fff libCTGreenTeaLogger.dylib arm64e  <fa05d12c52e032daac441b9356ce64cc> /usr/lib/libCTGreenTeaLogger.dylib
0x1cc582000 - 0x1cc58cfff libChineseTokenizer.dylib arm64e  <e84afd59446632a1b84978b7890009a9> /usr/lib/libChineseTokenizer.dylib
0x1cc823000 - 0x1cc82afff libIOReport.dylib arm64e  <2448fcbea0ef30b58ec38b6339418d7f> /usr/lib/libIOReport.dylib
0x1cc8a6000 - 0x1cc8adfff libMatch.1.dylib arm64e  <356948b784cf31a09060533e54cb7cfc> /usr/lib/libMatch.1.dylib
0x1cc9c9000 - 0x1cc9cafff libThaiTokenizer.dylib arm64e  <191ca7c10e5e3329841294e748ef20d9> /usr/lib/libThaiTokenizer.dylib
0x1ccc36000 - 0x1ccc38fff libapp_launch_measurement.dylib arm64e  <2872e92856cb3f8888ec8f3ef288395f> /usr/lib/libapp_launch_measurement.dylib
0x1ccc39000 - 0x1ccc4ffff libapple_nghttp2.dylib arm64e  <ee9f1b76f40639f2a0ab0c1ed6eb35f6> /usr/lib/libapple_nghttp2.dylib
0x1ccc50000 - 0x1ccce1fff libate.dylib arm64e  <988ce6e4a00f312997bb86e6be833d82> /usr/lib/libate.dylib
0x1ccd73000 - 0x1ccd83fff libbsm.0.dylib arm64e  <71440631b96e302d851c6938515e4e3e> /usr/lib/libbsm.0.dylib
0x1ccd84000 - 0x1ccd90fff libbz2.1.0.dylib arm64e  <c6fd20d711e930cca4cad1343e980191> /usr/lib/libbz2.1.0.dylib
0x1ccd91000 - 0x1ccd91fff libcharset.1.dylib arm64e  <436a94ec1f9b33b29dbe3a36194a9767> /usr/lib/libcharset.1.dylib
0x1ccd92000 - 0x1ccda3fff libcmph.dylib arm64e  <a4c0b2ab0d4c3e48a6abdc715178ead8> /usr/lib/libcmph.dylib
0x1ccda4000 - 0x1ccdc2fff libcompression.dylib arm64e  <e9b2780cb4563fab9f43fdba4e898b0d> /usr/lib/libcompression.dylib
0x1ccdc3000 - 0x1ccdd9fff libcoretls.dylib arm64e  <e6855e89527b30e1b7697a1d09ce2a31> /usr/lib/libcoretls.dylib
0x1ccdda000 - 0x1ccddbfff libcoretls_cfhelpers.dylib arm64e  <cf3dbe49aaeb38b39720df5b4560594b> /usr/lib/libcoretls_cfhelpers.dylib
0x1cce01000 - 0x1cce08fff libcupolicy.dylib arm64e  <9c52c15cb31e305b9a1274a156beb759> /usr/lib/libcupolicy.dylib
0x1cce09000 - 0x1cce10fff libdns_services.dylib arm64e  <c97c9b75595234af8bab47e5441efdca> /usr/lib/libdns_services.dylib
0x1cce11000 - 0x1cce2efff libedit.3.dylib arm64e  <a09750fff11b3f4887aac5a9a1dd2b74> /usr/lib/libedit.3.dylib
0x1cce2f000 - 0x1cce33fff libenergytrace.dylib arm64e  <103ea3b8d7523ccdad1390e6aff3c4ca> /usr/lib/libenergytrace.dylib
0x1cce34000 - 0x1cce4dfff libexpat.1.dylib arm64e  <638f4e5a58013d7383bb9247f50275cd> /usr/lib/libexpat.1.dylib
0x1cce77000 - 0x1cce7bfff libgermantok.dylib arm64e  <3952a196328e369c9fe8e689e7f63c94> /usr/lib/libgermantok.dylib
0x1cce7c000 - 0x1cce81fff libheimdal-asn1.dylib arm64e  <b097bed221f736f89ff8eceadfe12f54> /usr/lib/libheimdal-asn1.dylib
0x1cce82000 - 0x1ccf73fff libiconv.2.dylib arm64e  <c9bc2b426e893c71878f10821c5cc83a> /usr/lib/libiconv.2.dylib
0x1ccf92000 - 0x1ccf93fff liblangid.dylib arm64e  <ea52d8188bf137c0adfb957cf7155436> /usr/lib/liblangid.dylib
0x1ccf94000 - 0x1ccf9ffff liblockdown.dylib arm64e  <d1bddcd5a77c3c9b94660ffbe2d532bc> /usr/lib/liblockdown.dylib
0x1ccfa0000 - 0x1ccfb8fff liblzma.5.dylib arm64e  <0c1719ea57be3c0d91fbc411a3abbcae> /usr/lib/liblzma.5.dylib
0x1ccfe7000 - 0x1cd03dfff libmecab.dylib arm64e  <7a626572279132208a377f4a1e75820b> /usr/lib/libmecab.dylib
0x1cd03e000 - 0x1cd278fff libmecabra.dylib arm64e  <2ffd10f0ba073280afe44365e09ab050> /usr/lib/libmecabra.dylib
0x1cd279000 - 0x1cd28cfff libmis.dylib arm64e  <f7b8be98f7b03b2ba8f1964d2f030041> /usr/lib/libmis.dylib
0x1cd28d000 - 0x1cd2a3fff libnetworkextension.dylib arm64e  <8c098be0aa003f1dab7227740883d3af> /usr/lib/libnetworkextension.dylib
0x1cd64e000 - 0x1cd689fff libpcap.A.dylib arm64e  <c324aa7e564b3517873f801058f6676c> /usr/lib/libpcap.A.dylib
0x1cd68a000 - 0x1cd697fff libperfcheck.dylib arm64e  <57f4661a4b773540a6466d6b3e4f005c> /usr/lib/libperfcheck.dylib
0x1cd69f000 - 0x1cd6b1fff libprequelite.dylib arm64e  <a199e551448a3975ad1e4a1d8743e28d> /usr/lib/libprequelite.dylib
0x1cd6b2000 - 0x1cd6c4fff libprotobuf-lite.dylib arm64e  <1affb66eded632d5aa4f0711d1e4a0e7> /usr/lib/libprotobuf-lite.dylib
0x1cd6c5000 - 0x1cd726fff libprotobuf.dylib arm64e  <f17b69f5ea9538c8a415982de2173b75> /usr/lib/libprotobuf.dylib
0x1cd727000 - 0x1cd7c4fff libquic.dylib arm64e  <038590952483375b80e5f5fbe19d2f60> /usr/lib/libquic.dylib
0x1cd7c5000 - 0x1cd7ddfff libresolv.9.dylib arm64e  <70ce845009ca37bfae9498119fb3aa30> /usr/lib/libresolv.9.dylib
0x1cd7de000 - 0x1cd7e0fff libsandbox.1.dylib arm64e  <b35e2e9ee04a331a8630b1c3171b175e> /usr/lib/libsandbox.1.dylib
0x1cd828000 - 0x1cd82bfff libutil.dylib arm64e  <3b79863ac1c03789bf9caeb661178106> /usr/lib/libutil.dylib
0x1cd82c000 - 0x1cd918fff libxml2.2.dylib arm64e  <c0774108a66d3153bc9f90411eefcd39> /usr/lib/libxml2.2.dylib
0x1cd91d000 - 0x1cd946fff libxslt.1.dylib arm64e  <11cd4a1c06283233b6781fbf0f793e09> /usr/lib/libxslt.1.dylib
0x1cd947000 - 0x1cd958fff libz.1.dylib arm64e  <90e30088819e32309e4c910ee27c2819> /usr/lib/libz.1.dylib
0x1cd998000 - 0x1cd99afff liblog_network.dylib arm64e  <97817dbf16173b259457dad1b5534179> /usr/lib/log/liblog_network.dylib
0x1cd9a3000 - 0x1cd9aafff libswiftAVFoundation.dylib arm64e  <8ba7936be3c63ed6a3a000f3216288f2> /usr/lib/swift/libswiftAVFoundation.dylib
0x1cda43000 - 0x1cda4bfff libswiftCoreAudio.dylib arm64e  <ad593767aacc34d7bdff062e6b6b4877> /usr/lib/swift/libswiftCoreAudio.dylib
0x1cda51000 - 0x1cda51fff libswiftCoreFoundation.dylib arm64e  <85aab51ab79f32c4a32db8abc15f93ac> /usr/lib/swift/libswiftCoreFoundation.dylib
0x1cda52000 - 0x1cda52fff libswiftCoreImage.dylib arm64e  <38ccb6bdc32c3e449b16e389f2ce493e> /usr/lib/swift/libswiftCoreImage.dylib
0x1cda53000 - 0x1cda55fff libswiftCoreLocation.dylib arm64e  <4ea1f18bf1bd3377815477b09e70f8f2> /usr/lib/swift/libswiftCoreLocation.dylib
0x1cda56000 - 0x1cda5ffff libswiftCoreMIDI.dylib arm64e  <09e8729e57be34a0ae41d17405123ab2> /usr/lib/swift/libswiftCoreMIDI.dylib
0x1cda64000 - 0x1cdaa0fff libswiftCoreMedia.dylib arm64e  <86aa73632e1c3df08d98cc22c6f7a4e6> /usr/lib/swift/libswiftCoreMedia.dylib
0x1cdaae000 - 0x1cdab7fff libswiftDarwin.dylib arm64e  <86d7e5daecfe338a984095cf757a11e9> /usr/lib/swift/libswiftDarwin.dylib
0x1cdad0000 - 0x1cdad2fff libswiftMapKit.dylib arm64e  <919ced8ab9563d4c8cd8993844fa313a> /usr/lib/swift/libswiftMapKit.dylib
0x1cdad7000 - 0x1cdadbfff libswiftMetal.dylib arm64e  <474d4b27886d33bdb9e1dbdaf8344895> /usr/lib/swift/libswiftMetal.dylib
0x1cdb4a000 - 0x1cdb4afff libswiftPhotos.dylib arm64e  <3d45677b197f34138347b67727004519> /usr/lib/swift/libswiftPhotos.dylib
0x1cdb50000 - 0x1cdb51fff libswiftQuartzCore.dylib arm64e  <b67d3acb9a213a139d0f8521869e8b9f> /usr/lib/swift/libswiftQuartzCore.dylib
0x1cdb8f000 - 0x1cdb91fff libswiftWebKit.dylib arm64e  <83762e7a93943f73ae64e63c6ce449f4> /usr/lib/swift/libswiftWebKit.dylib
0x1cdb92000 - 0x1cdba4fff libswiftos.dylib arm64e  <dc5d1fa354293e659d760621d7de3c16> /usr/lib/swift/libswiftos.dylib
0x1cdba5000 - 0x1cdbb7fff libswiftsimd.dylib arm64e  <3eb5e42bbc863de68828e97b7e6062e7> /usr/lib/swift/libswiftsimd.dylib
0x1cdbb8000 - 0x1cdbbdfff libcache.dylib arm64e  <4ebfeac2cce83be1ba2966f83009520d> /usr/lib/system/libcache.dylib
0x1cdbbe000 - 0x1cdbcbfff libcommonCrypto.dylib arm64e  <e3ce468bb11c37f9aa82774a72ce03cc> /usr/lib/system/libcommonCrypto.dylib
0x1cdbcc000 - 0x1cdbcffff libcompiler_rt.dylib arm64e  <2444b290f11337acadae6e17aad40caa> /usr/lib/system/libcompiler_rt.dylib
0x1cdbd0000 - 0x1cdbd8fff libcopyfile.dylib arm64e  <1e47076b135d350e921b6be66f63e3ee> /usr/lib/system/libcopyfile.dylib
0x1cdcbe000 - 0x1cdcbefff liblaunch.dylib arm64e  <aaab1db57f0f38eda4309823e1ea916b> /usr/lib/system/liblaunch.dylib
0x1cdcbf000 - 0x1cdcc4fff libmacho.dylib arm64e  <80dfaea5f566361793eb773c9a707451> /usr/lib/system/libmacho.dylib
0x1cdcc5000 - 0x1cdcc7fff libremovefile.dylib arm64e  <8ab546bbf4c23e87b7d184c7462c8a86> /usr/lib/system/libremovefile.dylib
0x1cdcc8000 - 0x1cdcc9fff libsystem_blocks.dylib arm64e  <995043539a163794b7b01869f2fb3610> /usr/lib/system/libsystem_blocks.dylib
0x1cdcca000 - 0x1cdcccfff libsystem_collections.dylib arm64e  <4a005313615e3782965871798334a4fa> /usr/lib/system/libsystem_collections.dylib
0x1cdccd000 - 0x1cdcd1fff libsystem_configuration.dylib arm64e  <b0d800eaac65394aa510d6af7c974a92> /usr/lib/system/libsystem_configuration.dylib
0x1cdcd2000 - 0x1cdce4fff libsystem_containermanager.dylib arm64e  <b28eee6cbee73e9fa74075f6da89331b> /usr/lib/system/libsystem_containermanager.dylib
0x1cdce5000 - 0x1cdce6fff libsystem_coreservices.dylib arm64e  <13e1baaac63230a6b0f3803eabb610e1> /usr/lib/system/libsystem_coreservices.dylib
0x1cdce7000 - 0x1cdcf0fff libsystem_darwin.dylib arm64e  <b8280082509a3d8fb92eb11205068eb9> /usr/lib/system/libsystem_darwin.dylib
0x1cdcf1000 - 0x1cdcf9fff libsystem_dnssd.dylib arm64e  <0eae751caa2c32248e40ed0393698626> /usr/lib/system/libsystem_dnssd.dylib
0x1cdcfa000 - 0x1cdcfcfff libsystem_featureflags.dylib arm64e  <a3ccb91ebca736afb16779cb14a2b37f> /usr/lib/system/libsystem_featureflags.dylib
0x1cdcfd000 - 0x1cdd2afff libsystem_m.dylib arm64e  <1454dccc3f3e365ea26a6e0abc0a6c70> /usr/lib/system/libsystem_m.dylib
0x1cdd2b000 - 0x1cdd31fff libsystem_platform.dylib arm64e  <987d48d53caa34d79141c0bd6e2351e8> /usr/lib/system/libsystem_platform.dylib
0x1cdd32000 - 0x1cdd32fff libsystem_product_info_filter.dylib arm64e  <71f4c0a002453bf29325dbd635e6be2b> /usr/lib/system/libsystem_product_info_filter.dylib
0x1cdd33000 - 0x1cdd3efff libsystem_pthread.dylib arm64e  <9f849e98f7423b3db01a61f75acf0540> /usr/lib/system/libsystem_pthread.dylib
0x1cdd3f000 - 0x1cdd42fff libsystem_sandbox.dylib arm64e  <036b2dd46cc139018ebf02b9a62dd64f> /usr/lib/system/libsystem_sandbox.dylib
0x1cdd43000 - 0x1cdd4dfff libunwind.dylib arm64e  <d1609a0b770c3799ac8030a2248e6459> /usr/lib/system/libunwind.dylib
0x1cdd4e000 - 0x1cdd84fff libxpc.dylib arm64e  <bdc5de3dfbf03f6b8f1cdc3cde64049d> /usr/lib/system/libxpc.dylib
0x1cde28000 - 0x1cde42fff AccessibilitySettingsLoader arm64e  <c1fac7c412d93d979ae22677d076903f> /System/Library/AccessibilityBundles/AccessibilitySettingsLoader.bundle/AccessibilitySettingsLoader
0x1cf12c000 - 0x1cf457fff AGXMetalA13 arm64e  <fd28fde87c713addbc67b0f5b72419fa> /System/Library/Extensions/AGXMetalA13.bundle/AGXMetalA13
0x1cf458000 - 0x1cf565fff AVFAudio arm64e  <03bf8bea27953547ae7bcd4f4a95dbff> /System/Library/Frameworks/AVFAudio.framework/AVFAudio
0x1cf85f000 - 0x1cf865fff AuthenticationServicesCore arm64e  <f9c9b4fe4ff63614a5ad06b7c2c669dc> /System/Library/PrivateFrameworks/AuthenticationServicesCore.framework/AuthenticationServicesCore
0x1cf866000 - 0x1cf873fff CMImaging arm64e  <da120422308b38fab2b45644838fb2eb> /System/Library/PrivateFrameworks/CMImaging.framework/CMImaging
0x1cf874000 - 0x1cf88afff CinematicFraming arm64e  <1abbc1ea141d3d69baf0c72fef703b39> /System/Library/PrivateFrameworks/CinematicFraming.framework/CinematicFraming
0x1cf99a000 - 0x1cf9b2fff CoreSpeechFoundation arm64e  <8938a8e4ff863a9684a9e7963f55f65e> /System/Library/PrivateFrameworks/CoreSpeechFoundation.framework/CoreSpeechFoundation
0x1cfb49000 - 0x1cfb59fff MobileSafari arm64e  <9f3ed9f37e1035679bf48772c64b44ed> /System/Library/PrivateFrameworks/MobileSafari.framework/MobileSafari
0x1cfbc7000 - 0x1d0484fff PegasusAPI arm64e  <78584396817d35238ed0ff4919d760f4> /System/Library/PrivateFrameworks/PegasusAPI.framework/PegasusAPI
0x1d05d0000 - 0x1d05d4fff SiriLiminal arm64e  <40f958fde4d93c29a82877ca46d31c40> /System/Library/PrivateFrameworks/SiriLiminal.framework/SiriLiminal
0x1d075d000 - 0x1d076ffff SpotlightLinguistics arm64e  <96cce5040a653c2fafc811f088e5b2ad> /System/Library/PrivateFrameworks/SpotlightLinguistics.framework/SpotlightLinguistics

EOF
mehdok commented 3 years ago

Hi @Wian-TMC, Thank you for providing log data. Can you provide a scenario for producing this crash?

@johnvolkov Do you still have a problem with this?

Wian-TMC commented 3 years ago

@mehdok I tried to reproduce this issue and specifically check if background locator causes it, but I am now also uncertain. Secondary crash logs indicate a problem with iOS and 'Metal' found here https://github.com/flutter/flutter/issues/76772 .

I think it is unwise to start digging for problems here just yet, until I am sure that it is background locator. Apologies for jumping to conclusions and pre-maturely blaming background_locator.

johnvolkov commented 3 years ago

@johnvolkov Do you still have a problem with this?

Everything works fine for me, on all devices.

mehdok commented 3 years ago

@Wian-TMC That's fine, we can discuss and reopen the issue whenever you want;