-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Description
Steps to Reproduce
I have implemented the flutter draw menu tutorial here https://medium.com/fluttery/flutter-challenge-hidden-drawer-menu-1aaca9a634fd.
The app works great when run in the simulator but when transferred to a real ios device it crashes after opening the menu a couple of times (sometimes only two openings - sometimes quite a few). I have tried with a release build as well and the error is still there.
I'm not sure how I can debug this further other than providing the logs below...
Logs
iOS app log - crash report. Looks like something to do with flutter's use of opengl:
Incident Identifier: 65A2B34F-9E89-4586-BAF2-517BF8FEB1F1
CrashReporter Key: 6e76a4b576d26ce4fd4156ca21f77d9ecfa529ff
Hardware Model: iPhone10,3
Process: Runner [565]
Path: /private/var/containers/Bundle/Application/7F5F1662-5F27-45A1-A3F6-1818DCAE84B3/Runner.app/Runner
Identifier: com.example.drawmenu
Version: 1 (1.0)
Code Type: ARM-64 (Native)
Role: Foreground
Parent Process: launchd [1]
Coalition: com.example.drawmenu [585]
Date/Time: 2018-05-03 09:43:20.4745 +0800
Launch Time: 2018-05-03 09:42:34.6911 +0800
OS Version: iPhone OS 11.3 (15E216)
Baseband Version: 1.89.00
Report Version: 104
Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Subtype: KERN_INVALID_ADDRESS at 0x0000000110b7c000
VM Region Info: 0x110b7c000 is not in any region. Bytes after previous region: 1 Bytes before following region: 16384
REGION TYPE START - END [ VSIZE] PRT/MAX SHRMOD REGION DETAIL
MALLOC_LARGE 0000000110b3c000-0000000110b7c000 [ 256K] rw-/rwx SM=PRV
---> GAP OF 0x4000 BYTES
VM_ALLOCATE 0000000110b80000-0000000110bc0000 [ 256K] rw-/rwx SM=PRV
Termination Signal: Segmentation fault: 11
Termination Reason: Namespace SIGNAL, Code 0xb
Terminating Process: exc handler [0]
Triggered by Thread: 4
Filtered syslog:
None found
Thread 0 name: Dispatch queue: com.apple.main-thread
Thread 0:
0 libsystem_kernel.dylib 0x0000000183fa7e08 mach_msg_trap + 8
1 libsystem_kernel.dylib 0x0000000183fa7c80 mach_msg + 72
2 CoreFoundation 0x00000001844eae40 __CFRunLoopServiceMachPort + 196
3 CoreFoundation 0x00000001844e8908 __CFRunLoopRun + 1568
4 CoreFoundation 0x0000000184408da8 CFRunLoopRunSpecific + 552
5 GraphicsServices 0x00000001863eb020 GSEventRunModal + 100
6 UIKit 0x000000018e3e978c UIApplicationMain + 236
7 Runner 0x00000001049d1c58 0x1049cc000 + 23640
8 libdyld.dylib 0x0000000183e99fc0 start + 4
Thread 1:
0 libsystem_pthread.dylib 0x0000000184167b04 start_wqthread + 0
Thread 2 name: com.apple.uikit.eventfetch-thread
Thread 2:
0 libsystem_kernel.dylib 0x0000000183fa7e08 mach_msg_trap + 8
1 libsystem_kernel.dylib 0x0000000183fa7c80 mach_msg + 72
2 CoreFoundation 0x00000001844eae40 __CFRunLoopServiceMachPort + 196
3 CoreFoundation 0x00000001844e8908 __CFRunLoopRun + 1568
4 CoreFoundation 0x0000000184408da8 CFRunLoopRunSpecific + 552
5 Foundation 0x0000000184e7d674 -[NSRunLoop+ 34420 (NSRunLoop) runMode:beforeDate:] + 304
6 Foundation 0x0000000184e7d51c -[NSRunLoop+ 34076 (NSRunLoop) runUntilDate:] + 148
7 UIKit 0x000000018e0ce7e4 -[UIEventFetcher threadMain] + 136
8 Foundation 0x0000000184f8defc NSThread__start + 1040
9 libsystem_pthread.dylib 0x0000000184169220 _pthread_body + 272
10 libsystem_pthread.dylib 0x0000000184169110 _pthread_body + 0
11 libsystem_pthread.dylib 0x0000000184167b10 thread_start + 4
Thread 3 name: io.flutter.1.ui
Thread 3:
0 libsystem_platform.dylib 0x00000001841649a0 OSAtomicDequeue$VARIANT$armv81 + 24
1 libsystem_malloc.dylib 0x0000000184011ad0 _nano_malloc_check_clear + 156
2 libsystem_malloc.dylib 0x00000001840109a0 nano_malloc + 44
3 libsystem_malloc.dylib 0x0000000183fff5dc malloc_zone_malloc + 160
4 libsystem_malloc.dylib 0x00000001840020b0 malloc + 32
5 libc++abi.dylib 0x00000001836d29ac operator new+ 2476 (unsigned long) + 44
6 Flutter 0x0000000104ca89a8 0x104c7c000 + 182696
7 Flutter 0x0000000104ca7158 0x104c7c000 + 176472
8 Flutter 0x0000000104caa144 0x104c7c000 + 188740
9 CoreFoundation 0x00000001844ebaa8 CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION + 28
10 CoreFoundation 0x00000001844eb76c __CFRunLoopDoTimer + 864
11 CoreFoundation 0x00000001844eb010 __CFRunLoopDoTimers + 248
12 CoreFoundation 0x00000001844e8b60 __CFRunLoopRun + 2168
13 CoreFoundation 0x0000000184408da8 CFRunLoopRunSpecific + 552
14 Flutter 0x0000000104caa268 0x104c7c000 + 189032
15 Flutter 0x0000000104ca7500 0x104c7c000 + 177408
16 Flutter 0x0000000104ca9c88 0x104c7c000 + 187528
17 libsystem_pthread.dylib 0x0000000184169220 _pthread_body + 272
18 libsystem_pthread.dylib 0x0000000184169110 _pthread_body + 0
19 libsystem_pthread.dylib 0x0000000184167b10 thread_start + 4
Thread 4 name: io.flutter.1.gpu
Thread 4 Crashed:
0 libsystem_platform.dylib 0x000000018415ea3c _platform_memmove + 108
1 AppleMetalGLRenderer 0x00000001a4994918 gldModifyTexSubImage + 1916
2 GLEngine 0x00000001a56fe06c glTexSubImage2D_Exec + 1664
3 OpenGLES 0x0000000187550890 glTexSubImage2D + 108
4 Flutter 0x0000000104f58eb4 0x104c7c000 + 3002036
5 Flutter 0x0000000104f5885c 0x104c7c000 + 3000412
6 Flutter 0x0000000104ecef08 0x104c7c000 + 2436872
7 Flutter 0x0000000104ecf0d0 0x104c7c000 + 2437328
8 Flutter 0x0000000104ed0e98 0x104c7c000 + 2444952
9 Flutter 0x0000000104ecae50 0x104c7c000 + 2420304
10 Flutter 0x0000000104ecad84 0x104c7c000 + 2420100
11 Flutter 0x0000000104ed0274 0x104c7c000 + 2441844
12 Flutter 0x0000000104ed01fc 0x104c7c000 + 2441724
13 Flutter 0x0000000104ec91e8 0x104c7c000 + 2413032
14 Flutter 0x0000000104ec8eb4 0x104c7c000 + 2412212
15 Flutter 0x0000000104ec940c 0x104c7c000 + 2413580
16 Flutter 0x0000000104ee1904 0x104c7c000 + 2513156
17 Flutter 0x0000000104ce7608 0x104c7c000 + 439816
18 Flutter 0x0000000104ce43a0 0x104c7c000 + 426912
19 Flutter 0x0000000104ce4330 0x104c7c000 + 426800
20 Flutter 0x0000000104cd9204 0x104c7c000 + 381444
21 Flutter 0x0000000104cd94d8 0x104c7c000 + 382168
22 Flutter 0x0000000104cd9d44 0x104c7c000 + 384324
23 Flutter 0x0000000104cd95e8 0x104c7c000 + 382440
24 Flutter 0x0000000104cd9338 0x104c7c000 + 381752
25 Flutter 0x0000000104ce314c 0x104c7c000 + 422220
26 Flutter 0x0000000104ca737c 0x104c7c000 + 177020
27 Flutter 0x0000000104caa144 0x104c7c000 + 188740
28 CoreFoundation 0x00000001844ebaa8 CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION + 28
29 CoreFoundation 0x00000001844eb76c __CFRunLoopDoTimer + 864
30 CoreFoundation 0x00000001844eb010 __CFRunLoopDoTimers + 248
31 CoreFoundation 0x00000001844e8b60 __CFRunLoopRun + 2168
32 CoreFoundation 0x0000000184408da8 CFRunLoopRunSpecific + 552
33 Flutter 0x0000000104caa268 0x104c7c000 + 189032
34 Flutter 0x0000000104ca7500 0x104c7c000 + 177408
35 Flutter 0x0000000104ca9c88 0x104c7c000 + 187528
36 libsystem_pthread.dylib 0x0000000184169220 _pthread_body + 272
37 libsystem_pthread.dylib 0x0000000184169110 _pthread_body + 0
38 libsystem_pthread.dylib 0x0000000184167b10 thread_start + 4
Thread 5 name: io.flutter.1.io
Thread 5:
0 libsystem_kernel.dylib 0x0000000183fa7e08 mach_msg_trap + 8
1 libsystem_kernel.dylib 0x0000000183fa7c80 mach_msg + 72
2 CoreFoundation 0x00000001844eae40 __CFRunLoopServiceMachPort + 196
3 CoreFoundation 0x00000001844e8908 __CFRunLoopRun + 1568
4 CoreFoundation 0x0000000184408da8 CFRunLoopRunSpecific + 552
5 Flutter 0x0000000104caa268 0x104c7c000 + 189032
6 Flutter 0x0000000104ca7500 0x104c7c000 + 177408
7 Flutter 0x0000000104ca9c88 0x104c7c000 + 187528
8 libsystem_pthread.dylib 0x0000000184169220 _pthread_body + 272
9 libsystem_pthread.dylib 0x0000000184169110 _pthread_body + 0
10 libsystem_pthread.dylib 0x0000000184167b10 thread_start + 4
Thread 6:
0 libsystem_kernel.dylib 0x0000000183fac34c kevent + 8
1 Flutter 0x0000000105034338 0x104c7c000 + 3900216
2 Flutter 0x000000010504f784 0x104c7c000 + 4011908
3 libsystem_pthread.dylib 0x0000000184169220 _pthread_body + 272
4 libsystem_pthread.dylib 0x0000000184169110 _pthread_body + 0
5 libsystem_pthread.dylib 0x0000000184167b10 thread_start + 4
Thread 7:
0 libsystem_kernel.dylib 0x0000000183fc90f4 __psynch_cvwait + 8
1 libsystem_pthread.dylib 0x000000018416fed8 _pthread_cond_wait$VARIANT$armv81 + 628
2 Flutter 0x000000010527b008 0x104c7c000 + 6287368
3 Flutter 0x000000010536a098 0x104c7c000 + 7266456
4 Flutter 0x000000010527a4b8 0x104c7c000 + 6284472
5 libsystem_pthread.dylib 0x0000000184169220 _pthread_body + 272
6 libsystem_pthread.dylib 0x0000000184169110 _pthread_body + 0
7 libsystem_pthread.dylib 0x0000000184167b10 thread_start + 4
Thread 8:
0 libsystem_kernel.dylib 0x0000000183fc90f4 __psynch_cvwait + 8
1 libsystem_pthread.dylib 0x000000018416fed8 _pthread_cond_wait$VARIANT$armv81 + 628
2 Flutter 0x000000010527b008 0x104c7c000 + 6287368
3 Flutter 0x00000001054753b8 0x104c7c000 + 8360888
4 Flutter 0x000000010536ab20 0x104c7c000 + 7269152
5 Flutter 0x000000010536a9d0 0x104c7c000 + 7268816
6 Flutter 0x000000010527a4b8 0x104c7c000 + 6284472
7 libsystem_pthread.dylib 0x0000000184169220 _pthread_body + 272
8 libsystem_pthread.dylib 0x0000000184169110 _pthread_body + 0
9 libsystem_pthread.dylib 0x0000000184167b10 thread_start + 4
Thread 9:
0 libsystem_kernel.dylib 0x0000000183fc90f4 __psynch_cvwait + 8
1 libsystem_pthread.dylib 0x000000018416fed8 _pthread_cond_wait$VARIANT$armv81 + 628
2 Flutter 0x000000010527b008 0x104c7c000 + 6287368
3 Flutter 0x00000001054753b8 0x104c7c000 + 8360888
4 Flutter 0x000000010536ab20 0x104c7c000 + 7269152
5 Flutter 0x000000010536a9d0 0x104c7c000 + 7268816
6 Flutter 0x000000010527a4b8 0x104c7c000 + 6284472
7 libsystem_pthread.dylib 0x0000000184169220 _pthread_body + 272
8 libsystem_pthread.dylib 0x0000000184169110 _pthread_body + 0
9 libsystem_pthread.dylib 0x0000000184167b10 thread_start + 4
Thread 10:
0 libsystem_pthread.dylib 0x0000000184167b04 start_wqthread + 0
Thread 11:
0 libsystem_kernel.dylib 0x0000000183fc90f4 __psynch_cvwait + 8
1 libsystem_pthread.dylib 0x000000018416ff10 _pthread_cond_wait$VARIANT$armv81 + 684
2 Flutter 0x000000010527aff0 0x104c7c000 + 6287344
3 Flutter 0x000000010536ab84 0x104c7c000 + 7269252
4 Flutter 0x000000010536a9d0 0x104c7c000 + 7268816
5 Flutter 0x000000010527a4b8 0x104c7c000 + 6284472
6 libsystem_pthread.dylib 0x0000000184169220 _pthread_body + 272
7 libsystem_pthread.dylib 0x0000000184169110 _pthread_body + 0
8 libsystem_pthread.dylib 0x0000000184167b10 thread_start + 4
Thread 12:
0 libsystem_kernel.dylib 0x0000000183fc90f4 __psynch_cvwait + 8
1 libsystem_pthread.dylib 0x000000018416ff10 _pthread_cond_wait$VARIANT$armv81 + 684
2 Flutter 0x000000010527aff0 0x104c7c000 + 6287344
3 Flutter 0x00000001051d5970 0x104c7c000 + 5609840
4 Flutter 0x000000010536ab20 0x104c7c000 + 7269152
5 Flutter 0x000000010536a9d0 0x104c7c000 + 7268816
6 Flutter 0x000000010527a4b8 0x104c7c000 + 6284472
7 libsystem_pthread.dylib 0x0000000184169220 _pthread_body + 272
8 libsystem_pthread.dylib 0x0000000184169110 _pthread_body + 0
9 libsystem_pthread.dylib 0x0000000184167b10 thread_start + 4
Thread 13:
0 libsystem_kernel.dylib 0x0000000183fc90f4 __psynch_cvwait + 8
1 libsystem_pthread.dylib 0x000000018416ff10 _pthread_cond_wait$VARIANT$armv81 + 684
2 Flutter 0x000000010527aff0 0x104c7c000 + 6287344
3 Flutter 0x000000010536ab84 0x104c7c000 + 7269252
4 Flutter 0x000000010536a9d0 0x104c7c000 + 7268816
5 Flutter 0x000000010527a4b8 0x104c7c000 + 6284472
6 libsystem_pthread.dylib 0x0000000184169220 _pthread_body + 272
7 libsystem_pthread.dylib 0x0000000184169110 _pthread_body + 0
8 libsystem_pthread.dylib 0x0000000184167b10 thread_start + 4
Thread 4 crashed with ARM Thread State (64-bit):
x0: 0x000000012ef2c800 x1: 0x0000000110b7c000 x2: 0x0000000000000080 x3: 0x000000012ef31f60
x4: 0x000000016b887928 x5: 0x0000000000000020 x6: 0x00000001d0462800 x7: 0x000000000000ab3a
x8: 0x0000000000000000 x9: 0x0000000000000000 x10: 0x0000000000000000 x11: 0x0000000000000000
x12: 0x0000000000000000 x13: 0xffffffff80000000 x14: 0x00000000b9ffffff x15: 0xffffffffc8000000
x16: 0x000000018415e9d0 x17: 0x000000018440adb4 x18: 0x0000000000000000 x19: 0x000000010b829c00
x20: 0x0000000000005800 x21: 0x0000000000000000 x22: 0x0000000000000000 x23: 0x0000000000000000
x24: 0x00000001d0463dc0 x25: 0x0000000108da61b0 x26: 0x0000000000000001 x27: 0x000000000000006c
x28: 0x000000000000002c fp: 0x000000016b887850 lr: 0x00000001a4994918
sp: 0x000000016b887850 pc: 0x000000018415ea3c cpsr: 0x20000000
Binary Images:
0x1049cc000 - 0x1049d3fff Runner arm64 /var/containers/Bundle/Application/7F5F1662-5F27-45A1-A3F6-1818DCAE84B3/Runner.app/Runner
0x1049e0000 - 0x1049e3fff App arm64 <0bedcd2269e233ba99db8d71c445a70e> /var/containers/Bundle/Application/7F5F1662-5F27-45A1-A3F6-1818DCAE84B3/Runner.app/Frameworks/App.framework/App
0x104be8000 - 0x104c23fff dyld arm64 <06dc98224ae03573bf72c78810c81a78> /usr/lib/dyld
0x104c7c000 - 0x105b1bfff Flutter arm64 <04c4bd8c23303555a8ae6d5c3bc04cd1> /var/containers/Bundle/Application/7F5F1662-5F27-45A1-A3F6-1818DCAE84B3/Runner.app/Frameworks/Flutter.framework/Flutter
0x183677000 - 0x183678fff libSystem.B.dylib arm64 <1cbfa6a1a0fb3fc99264d3d30ca0e543> /usr/lib/libSystem.B.dylib
0x183679000 - 0x1836d1fff libc++.1.dylib arm64 /usr/lib/libc++.1.dylib
0x1836d2000 - 0x1836f3fff libc++abi.dylib arm64 <086faefd537e3954b23565f56653a2cb> /usr/lib/libc++abi.dylib
0x1836f4000 - 0x183daffff libobjc.A.dylib arm64 /usr/lib/libobjc.A.dylib
0x183db0000 - 0x183db5fff libcache.dylib arm64 <9234c7627b253d1ba2b18cd9aaadbe2e> /usr/lib/system/libcache.dylib
0x183db6000 - 0x183dc1fff libcommonCrypto.dylib arm64 <50eeb933dceb3aa28a43dd3a791139ce> /usr/lib/system/libcommonCrypto.dylib
0x183dc2000 - 0x183dc5fff libcompiler_rt.dylib arm64 /usr/lib/system/libcompiler_rt.dylib
0x183dc6000 - 0x183dcefff libcopyfile.dylib arm64 /usr/lib/system/libcopyfile.dylib
0x183dcf000 - 0x183e32fff libcorecrypto.dylib arm64 /usr/lib/system/libcorecrypto.dylib
0x183e33000 - 0x183e98fff libdispatch.dylib arm64 <42fe29ae709d39d9bc00f31af92baaf1> /usr/lib/system/libdispatch.dylib
0x183e99000 - 0x183eb3fff libdyld.dylib arm64 /usr/lib/system/libdyld.dylib
0x183eb4000 - 0x183eb4fff liblaunch.dylib arm64 <5d50c01da0fb3538bce8415db84cf1eb> /usr/lib/system/liblaunch.dylib
0x183eb5000 - 0x183ebafff libmacho.dylib arm64 /usr/lib/system/libmacho.dylib
0x183ebb000 - 0x183ebcfff libremovefile.dylib arm64 /usr/lib/system/libremovefile.dylib
0x183ebd000 - 0x183ed3fff libsystem_asl.dylib arm64 <5d19da723b2d3036b96bbe9569d99d5b> /usr/lib/system/libsystem_asl.dylib
0x183ed4000 - 0x183ed4fff libsystem_blocks.dylib arm64 <9a69557f7f5d35e6b2bb4c8cb55b43b6> /usr/lib/system/libsystem_blocks.dylib
0x183ed5000 - 0x183f52fff libsystem_c.dylib arm64 <253425c2089e3d4d99cc1d073d72efe5> /usr/lib/system/libsystem_c.dylib
0x183f53000 - 0x183f57fff libsystem_configuration.dylib arm64 <1f70ae27eb2d31ecb98b4b45f5b82ad9> /usr/lib/system/libsystem_configuration.dylib
0x183f58000 - 0x183f5dfff libsystem_containermanager.dylib arm64 <3a312c5c347d3fcab6227fb824849657> /usr/lib/system/libsystem_containermanager.dylib
0x183f5e000 - 0x183f5ffff libsystem_coreservices.dylib arm64 <70bb743b7bf53de1afdf6f7afcce1379> /usr/lib/system/libsystem_coreservices.dylib
0x183f60000 - 0x183f61fff libsystem_darwin.dylib arm64 <90fe2ed455e4396aa662e5e32fd80b84> /usr/lib/system/libsystem_darwin.dylib
0x183f62000 - 0x183f68fff libsystem_dnssd.dylib arm64 <45af7516ceab3b94905cd74b35f4eab6> /usr/lib/system/libsystem_dnssd.dylib
0x183f69000 - 0x183fa6fff libsystem_info.dylib arm64 <515624006f30300186f77a218ef98326> /usr/lib/system/libsystem_info.dylib
0x183fa7000 - 0x183fcffff libsystem_kernel.dylib arm64 /usr/lib/system/libsystem_kernel.dylib
0x183fd0000 - 0x183ffdfff libsystem_m.dylib arm64 /usr/lib/system/libsystem_m.dylib
0x183ffe000 - 0x184019fff libsystem_malloc.dylib arm64 /usr/lib/system/libsystem_malloc.dylib
0x18401a000 - 0x184145fff libsystem_network.dylib arm64 <6762e60b7af83d2e86468be0ac6b4fa0> /usr/lib/system/libsystem_network.dylib
0x184146000 - 0x184151fff libsystem_networkextension.dylib arm64 /usr/lib/system/libsystem_networkextension.dylib
0x184152000 - 0x18415cfff libsystem_notify.dylib arm64 <5bd9385d98c83d0ba9d157e69c429638> /usr/lib/system/libsystem_notify.dylib
0x18415d000 - 0x184166fff libsystem_platform.dylib arm64 <038fc12926e83453a11b59ef3b1096c9> /usr/lib/system/libsystem_platform.dylib
0x184167000 - 0x184176fff libsystem_pthread.dylib arm64 <01327cdfaac23c388fadf36cf440f0e2> /usr/lib/system/libsystem_pthread.dylib
0x184177000 - 0x18417afff libsystem_sandbox.dylib arm64 /usr/lib/system/libsystem_sandbox.dylib
0x18417b000 - 0x184182fff libsystem_symptoms.dylib arm64 <7fc5e7245e09393aa5d003dceeffa74b> /usr/lib/system/libsystem_symptoms.dylib
0x184183000 - 0x184196fff libsystem_trace.dylib arm64 <9bfe9e9e10b9385787a827c768ba54bf> /usr/lib/system/libsystem_trace.dylib
0x184197000 - 0x18419cfff libunwind.dylib arm64 <7e526b97e5b039e6a1c78107321592aa> /usr/lib/system/libunwind.dylib
0x18419d000 - 0x18419dfff libvminterpose.dylib arm64 <39d037ec6db036179470ab258fc96c13> /usr/lib/system/libvminterpose.dylib
0x18419e000 - 0x1841c8fff libxpc.dylib arm64 <9bc6486ebaa83cc580e90415889c978d> /usr/lib/system/libxpc.dylib
0x1841c9000 - 0x1843eafff libicucore.A.dylib arm64 /usr/lib/libicucore.A.dylib
0x1843eb000 - 0x1843fcfff libz.1.dylib arm64 <39dcd0297ee130c891937f50ce23c2df> /usr/lib/libz.1.dylib
0x1843fd000 - 0x184793fff CoreFoundation arm64 /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
0x184794000 - 0x1847a4fff libbsm.0.dylib arm64 <3f8b35c8ab283b78a319327ea597212e> /usr/lib/libbsm.0.dylib
0x1847a5000 - 0x1847a5fff libenergytrace.dylib arm64 /usr/lib/libenergytrace.dylib
0x1847a6000 - 0x18482afff IOKit arm64 <56754e706db43267b2e2bc4387e34f2b> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x18482b000 - 0x184912fff libxml2.2.dylib arm64 <21cc9796ecb933e8b3e12f53e04148f7> /usr/lib/libxml2.2.dylib
0x184913000 - 0x184920fff libbz2.1.0.dylib arm64 <63ddef9a83dc335a9df0bef913f437a7> /usr/lib/libbz2.1.0.dylib
0x184921000 - 0x184939fff liblzma.5.dylib arm64 <252187562a8c3e07b7f01473a16c00d7> /usr/lib/liblzma.5.dylib
0x18493a000 - 0x184a9efff libsqlite3.dylib arm64 /usr/lib/libsqlite3.dylib
0x184a9f000 - 0x184ac5fff libMobileGestalt.dylib arm64 <816e5c2426243ca5a8e6b3b2b9521776> /usr/lib/libMobileGestalt.dylib
0x184ac6000 - 0x184e74fff CFNetwork arm64 <4f38683f50453eaa9a09eb6222eae139> /System/Library/Frameworks/CFNetwork.framework/CFNetwork
0x184e75000 - 0x18516dfff Foundation arm64 <18908b96750c38988eb0d7028c656a6d> /System/Library/Frameworks/Foundation.framework/Foundation
0x18516e000 - 0x18526efff Security arm64 /System/Library/Frameworks/Security.framework/Security
0x18526f000 - 0x1852dafff SystemConfiguration arm64 <0caa3f1372c637f791d1aae47629aed1> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
0x1852db000 - 0x185310fff libCRFSuite.dylib arm64 <7d19be0f618136a1a3bc7e81caba4b6d> /usr/lib/libCRFSuite.dylib
0x185311000 - 0x185311fff libapple_crypto.dylib arm64 /usr/lib/libapple_crypto.dylib
0x185312000 - 0x185328fff libapple_nghttp2.dylib arm64 <8d5134e490ad3c298330609806547a9e> /usr/lib/libapple_nghttp2.dylib
0x185329000 - 0x185352fff libarchive.2.dylib arm64 <93fac4c1f6b73383a9082c6a963da406> /usr/lib/libarchive.2.dylib
0x185353000 - 0x185401fff libboringssl.dylib arm64 <8b812051a23e35b8a22e4c272887ecf7> /usr/lib/libboringssl.dylib
0x185402000 - 0x185418fff libcoretls.dylib arm64 /usr/lib/libcoretls.dylib
0x185419000 - 0x18541afff libcoretls_cfhelpers.dylib arm64 /usr/lib/libcoretls_cfhelpers.dylib
0x18541b000 - 0x18541cfff liblangid.dylib arm64 /usr/lib/liblangid.dylib
0x18541d000 - 0x185592fff libnetwork.dylib arm64 /usr/lib/libnetwork.dylib
0x185593000 - 0x1855c5fff libpcap.A.dylib arm64 <36ff48f819553b0c9e92c9fb2aa1a4a2> /usr/lib/libpcap.A.dylib
0x1855c6000 - 0x185622fff libusrtcp.dylib arm64 /usr/lib/libusrtcp.dylib
0x185623000 - 0x18562dfff IOSurface arm64 /System/Library/Frameworks/IOSurface.framework/IOSurface
0x18562e000 - 0x1856d3fff libBLAS.dylib arm64 <50b5f5beeab037ffa5810a67e580bdbf> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib
0x1856d4000 - 0x1859f4fff libLAPACK.dylib arm64 /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib
0x1859f5000 - 0x185c64fff vImage arm64 <8f3ffa6be7e43dfdaf027891d655a60e> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage
0x185c65000 - 0x185c76fff libSparseBLAS.dylib arm64 /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparseBLAS.dylib
0x185c77000 - 0x185c9bfff libvMisc.dylib arm64 <483df9b3d90331888b43bb65d802485f> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib
0x185c9c000 - 0x185cc3fff libBNNS.dylib arm64 <982f32f4102133d2802ea5f81cdc13a8> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBNNS.dylib
0x185cc4000 - 0x185cd8fff libLinearAlgebra.dylib arm64 /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLinearAlgebra.dylib
0x185cd9000 - 0x185cddfff libQuadrature.dylib arm64 <5a98c0d39e0d38f89ce20797be797ac8> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libQuadrature.dylib
0x185cde000 - 0x185d4dfff libSparse.dylib arm64 <6556be33563434b78e2ef1c80da99eb7> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparse.dylib
0x185d4e000 - 0x185dd9fff libvDSP.dylib arm64 <4de8af8c7371382b9183e4dc14245445> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib
0x185dda000 - 0x185ddafff vecLib arm64 <2d93d3f4573b313d81fc9104810f0f61> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib
0x185ddb000 - 0x185ddbfff Accelerate arm64 <850c55e76100327ea543af936487944c> /System/Library/Frameworks/Accelerate.framework/Accelerate
0x185ddc000 - 0x185df2fff libcompression.dylib arm64 <9a090a94c6463eefa5413f012a34d3a4> /usr/lib/libcompression.dylib
0x185df3000 - 0x18633afff CoreGraphics arm64 /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
0x18633b000 - 0x186340fff IOAccelerator arm64 <83c3c1fcfd963ec4b3c15ca18ea71efe> /System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator
0x186341000 - 0x186346fff libCoreFSCache.dylib arm64 /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib
0x186347000 - 0x1863dffff Metal arm64 <46fc1e5f11c5316991cb5d7a0aa46523> /System/Library/Frameworks/Metal.framework/Metal
0x1863e0000 - 0x1863f3fff GraphicsServices arm64 <85072ece665a3a86807f153e85476fed> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
0x1863f4000 - 0x18654dfff MobileCoreServices arm64 /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
0x18654e000 - 0x186550fff IOSurfaceAccelerator arm64 <7b5129072b7f3d128f701b1b950bcdf3> /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/IOSurfaceAccelerator
0x186551000 - 0x186592fff AppleJPEG arm64 /System/Library/PrivateFrameworks/AppleJPEG.framework/AppleJPEG
0x186593000 - 0x186b43fff ImageIO arm64 /System/Library/Frameworks/ImageIO.framework/ImageIO
0x186b44000 - 0x186ba7fff BaseBoard arm64 <4a9ddf31f3443b6e9a17e272aebe2b8d> /System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard
0x186ba8000 - 0x186bbffff AssertionServices arm64 /System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices
0x186bc0000 - 0x186bc8fff CorePhoneNumbers arm64 <2cacbb2a053f314d9c6b6df55b4cea0c> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/CorePhoneNumbers
0x186bc9000 - 0x186c0dfff AppSupport arm64 /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
0x186c0e000 - 0x186c26fff CrashReporterSupport arm64 /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport
0x186c27000 - 0x186c2cfff AggregateDictionary arm64 <3e27a71f9459361193f3e182dc87d3b0> /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary
0x186c2d000 - 0x186cb1fff libTelephonyUtilDynamic.dylib arm64 /usr/lib/libTelephonyUtilDynamic.dylib
0x186cb2000 - 0x186cd1fff ProtocolBuffer arm64 /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer
0x186cd2000 - 0x186cfefff MobileKeyBag arm64 <19ed6cab7991380796131d9815a7e3df> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag
0x186cff000 - 0x186d33fff BackBoardServices arm64 /System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices
0x186d34000 - 0x186d8ffff FrontBoardServices arm64 <1f63db3e11403909903a700f99bbafe5> /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices
0x186d90000 - 0x186dccfff SpringBoardServices arm64 <618c22ec2c98329f8bb23caa50a4f53c> /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices
0x186dcd000 - 0x186ddbfff PowerLog arm64 <85efbdc068743b57a7dc8cf1115869ae> /System/Library/PrivateFrameworks/PowerLog.framework/PowerLog
0x186ddc000 - 0x186df8fff CommonUtilities arm64 /System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities
0x186df9000 - 0x186e04fff liblockdown.dylib arm64 <6ca17ea36c9b3d8a80b1b4d147ba35f9> /usr/lib/liblockdown.dylib
0x186e05000 - 0x187109fff CoreData arm64 /System/Library/Frameworks/CoreData.framework/CoreData
0x18710a000 - 0x187110fff TCC arm64 <5b6e4c731ff931a499b5c45cfd742c6c> /System/Library/PrivateFrameworks/TCC.framework/TCC
0x187111000 - 0x187118fff libcupolicy.dylib arm64 <0ef300210d2a342195796022e2a17e73> /usr/lib/libcupolicy.dylib
0x187119000 - 0x1871aafff CoreTelephony arm64 <3a7e603987983d8ca966b29eb8aa08fa> /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
0x1871ab000 - 0x187202fff Accounts arm64 /System/Library/Frameworks/Accounts.framework/Accounts
0x187203000 - 0x18722cfff AppleSauce arm64 <708bf2e767363eaaae3d41e17e0a0e86> /System/Library/PrivateFrameworks/AppleSauce.framework/AppleSauce
0x18722d000 - 0x187235fff DataMigration arm64 <3db16bbf04603c5da1bd70c06c7cb464> /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
0x187236000 - 0x18723cfff Netrb arm64 /System/Library/PrivateFrameworks/Netrb.framework/Netrb
0x18723d000 - 0x18726ffff PersistentConnection arm64 <644d574b0cb33cf0bcaa55f353b636d1> /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection
0x187270000 - 0x187281fff libmis.dylib arm64 <750810cf779d3946964aa5ee4a44f063> /usr/lib/libmis.dylib
0x187282000 - 0x187388fff ManagedConfiguration arm64 /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration
0x187389000 - 0x18738efff libReverseProxyDevice.dylib arm64 <7c2f9a593dd03a90855450c4b3b2208e> /usr/lib/libReverseProxyDevice.dylib
0x18738f000 - 0x1873a1fff libamsupport.dylib arm64 <6c1d65704dfc3b9b87980cd65560188e> /usr/lib/libamsupport.dylib
0x1873a2000 - 0x1873a7fff libCoreVMClient.dylib arm64 <8cfed6ca663f30748dd58b598a23169d> /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib
0x1873a8000 - 0x1873a9fff libCVMSPluginSupport.dylib arm64 <4bf21a6ca33d3222bd1442c13450464d> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib
0x1873aa000 - 0x1873adfff libutil.dylib arm64 <2f7e5961d4b734b496f3d85eae03acd1> /usr/lib/libutil.dylib
0x1873ae000 - 0x1873eefff libGLImage.dylib arm64 <9c2f70ff46913e4f9dc66605475914f9> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
0x1873ef000 - 0x187465fff APFS arm64 <075ddba3fa093db78988256945f50ff9> /System/Library/PrivateFrameworks/APFS.framework/APFS
0x187466000 - 0x187497fff MediaKit arm64 <82856e94773c33f5a67a8eb4c1c6148e> /System/Library/PrivateFrameworks/MediaKit.framework/MediaKit
0x187498000 - 0x1874b0fff libSERestoreInfo.dylib arm64 <3cb3e784ed3e389894f58e4b9fc7bb4e> /usr/lib/updaters/libSERestoreInfo.dylib
0x1874b5000 - 0x1874f1fff DiskImages arm64 <198c6094f9c237698130c80de266469b> /System/Library/PrivateFrameworks/DiskImages.framework/DiskImages
0x1874f2000 - 0x1874fbfff libGFXShared.dylib arm64 /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
0x1874fc000 - 0x187543fff libauthinstall.dylib arm64 /usr/lib/libauthinstall.dylib
0x187544000 - 0x18754cfff IOMobileFramebuffer arm64 /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer
0x18754d000 - 0x187558fff OpenGLES arm64 /System/Library/Frameworks/OpenGLES.framework/OpenGLES
0x187559000 - 0x1875e0fff ColorSync arm64 <5959a19f99dc3ed1b0553dc055c18347> /System/Library/PrivateFrameworks/ColorSync.framework/ColorSync
0x1875e1000 - 0x18760afff CoreVideo arm64 <740eb305ad133ba9ad42b2334b4c4ef5> /System/Library/Frameworks/CoreVideo.framework/CoreVideo
0x18760b000 - 0x18760cfff libCTGreenTeaLogger.dylib arm64 <63de7396e5733ef8a0707e336ea72fd7> /usr/lib/libCTGreenTeaLogger.dylib
0x18760d000 - 0x187779fff CoreAudio arm64 <8c29fcd6f30b3943bf20b01aeb0e04f6> /System/Library/Frameworks/CoreAudio.framework/CoreAudio
0x18777a000 - 0x1877a8fff CoreAnalytics arm64 <97087dc402a73b5d9d71d9e6e230991c> /System/Library/PrivateFrameworks/CoreAnalytics.framework/CoreAnalytics
0x1877a9000 - 0x1877acfff UserFS arm64 <26dc70e76d613a75aecc6a3fb815199c> /System/Library/PrivateFrameworks/UserFS.framework/UserFS
0x1877ad000 - 0x187929fff CoreMedia arm64 <002dc275201c3a4eac49cca5bbfbcbbc> /System/Library/Frameworks/CoreMedia.framework/CoreMedia
0x18792a000 - 0x18793cfff libprotobuf-lite.dylib arm64 <1a1686915f8b343ba80bea61f7bfb250> /usr/lib/libprotobuf-lite.dylib
0x18793d000 - 0x1879a1fff libprotobuf.dylib arm64 <0f2b421fec773e7a8c4dc240454fd2bd> /usr/lib/libprotobuf.dylib
0x1879a2000 - 0x187c65fff libAWDSupportFramework.dylib arm64 <1293c8fa59113426a524963ad2960534> /usr/lib/libAWDSupportFramework.dylib
0x187c66000 - 0x187caffff WirelessDiagnostics arm64 /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/WirelessDiagnostics
0x187cb0000 - 0x187d67fff VideoToolbox arm64 <1a06c4bc7dd533979bcc2b53b4c9d282> /System/Library/Frameworks/VideoToolbox.framework/VideoToolbox
0x187d68000 - 0x187e71fff libFontParser.dylib arm64 <4f1c4137cd9a327f9cfe6befb8772ecc> /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
0x187e72000 - 0x187e73fff FontServices arm64 /System/Library/PrivateFrameworks/FontServices.framework/FontServices
0x187e74000 - 0x187fc7fff CoreText arm64 <77db300ece0c3f60880c9c37d0328f09> /System/Library/Frameworks/CoreText.framework/CoreText
0x187fc8000 - 0x187fd7fff IntlPreferences arm64 /System/Library/PrivateFrameworks/IntlPreferences.framework/IntlPreferences
0x187fd8000 - 0x187fe0fff RTCReporting arm64 <4a3fab43886f3e6a80eff6d701c81c42> /System/Library/PrivateFrameworks/RTCReporting.framework/RTCReporting
0x187fe1000 - 0x188051fff CoreBrightness arm64 <09c973cf66153394aafc1d30404b2124> /System/Library/PrivateFrameworks/CoreBrightness.framework/CoreBrightness
0x188052000 - 0x18805cfff libAudioStatistics.dylib arm64 /usr/lib/libAudioStatistics.dylib
0x18805d000 - 0x188595fff AudioToolbox arm64 /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
0x188596000 - 0x1887c9fff QuartzCore arm64 <3b0f2dc265b03c6badac432a3bd1a26f> /System/Library/Frameworks/QuartzCore.framework/QuartzCore
0x1887ca000 - 0x1887d5fff MediaAccessibility arm64 <3bbdb8fbf36c387fb7ac14d5a0becfd4> /System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility
0x1887d6000 - 0x1888c8fff libiconv.2.dylib arm64 /usr/lib/libiconv.2.dylib
0x1888c9000 - 0x1888e4fff NetworkStatistics arm64 <4bc8202c17113cbbbedec9d698607ad8> /System/Library/PrivateFrameworks/NetworkStatistics.framework/NetworkStatistics
0x1888e5000 - 0x188900fff MPSCore arm64 /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/MPSCore
0x188901000 - 0x188969fff MPSImage arm64 /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/MPSImage
0x18896a000 - 0x18898cfff MPSMatrix arm64 <51eed27dc958331185498c57d285488c> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/MPSMatrix
0x18898d000 - 0x18899bfff CoreAUC arm64 <2224d1a7332a3d3086784b512a37864c> /System/Library/PrivateFrameworks/CoreAUC.framework/CoreAUC
0x18899c000 - 0x188ff1fff MediaToolbox arm64 <33dca775dcaa367ba2a05ad76239745c> /System/Library/Frameworks/MediaToolbox.framework/MediaToolbox
0x188ff2000 - 0x189121fff MPSNeuralNetwork arm64 <88bcea2c366b31a68c58df71a7f334ef> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/MPSNeuralNetwork
0x189122000 - 0x189122fff MetalPerformanceShaders arm64 <19616d7864ed39bd92fa2f834bea5e92> /System/Library/Frameworks/MetalPerformanceShaders.framework/MetalPerformanceShaders
0x189123000 - 0x18954dfff FaceCore arm64 <5e413f9639833bd582d1626f1324d0bf> /System/Library/PrivateFrameworks/FaceCore.framework/FaceCore
0x18954e000 - 0x18955bfff GraphVisualizer arm64 <8717060f6a11307eb90d4c68ab8026ba> /System/Library/PrivateFrameworks/GraphVisualizer.framework/GraphVisualizer
0x18955c000 - 0x189703fff libFosl_dynamic.dylib arm64 /usr/lib/libFosl_dynamic.dylib
0x189704000 - 0x189967fff CoreImage arm64 /System/Library/Frameworks/CoreImage.framework/CoreImage
0x189968000 - 0x189b66fff CoreMotion arm64 <47fb319b10c53669bcef50c4ee34d0c1> /System/Library/Frameworks/CoreMotion.framework/CoreMotion
0x189b67000 - 0x189b95fff CoreBluetooth arm64 /System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth
0x189b96000 - 0x189bb8fff PlugInKit arm64 <650de2e4f728381d9c6bae39eb3e2768> /System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit
0x189bb9000 - 0x189de4fff Celestial arm64 <206bb9240a6c3dbab2fc3bb64d5db1fc> /System/Library/PrivateFrameworks/Celestial.framework/Celestial
0x189de5000 - 0x189e67fff Quagga arm64 <95fb120567723673a0c85b1b91f1a67a> /System/Library/PrivateFrameworks/Quagga.framework/Quagga
0x189e68000 - 0x189f5efff AVFAudio arm64 /System/Library/Frameworks/AVFoundation.framework/Frameworks/AVFAudio.framework/AVFAudio
0x189f5f000 - 0x18a150fff AVFoundation arm64 <6fa521ecbea43fb6888cdbf49ed19506> /System/Library/Frameworks/AVFoundation.framework/AVFoundation
0x18a151000 - 0x18a173fff CacheDelete arm64 <10926c0dd8be35e08090aeae4b6aaabc> /System/Library/PrivateFrameworks/CacheDelete.framework/CacheDelete
0x18a174000 - 0x18a199fff StreamingZip arm64 /System/Library/PrivateFrameworks/StreamingZip.framework/StreamingZip
0x18a1ac000 - 0x18a1f9fff CoreLocationProtobuf arm64 /System/Library/PrivateFrameworks/CoreLocationProtobuf.framework/CoreLocationProtobuf
0x18a1fa000 - 0x18a202fff SymptomDiagnosticReporter arm64 <32a292fd7bac35528f161a9c3d8e24e6> /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/SymptomDiagnosticReporter
0x18a203000 - 0x18ab0cfff GeoServices arm64 <49ecb05055933ff287615105a26c9497> /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices
0x18ab0d000 - 0x18ab24fff MobileAsset arm64 <744020a967d23c8682d6e472ad53481f> /System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset
0x18acb1000 - 0x18ad4afff CoreLocation arm64 <4864efb67a7438ff83857835185cd8c6> /System/Library/Frameworks/CoreLocation.framework/CoreLocation
0x18ad4b000 - 0x18ad4bfff PhoneNumbers arm64 /System/Library/PrivateFrameworks/PhoneNumbers.framework/PhoneNumbers
0x18b0a4000 - 0x18bc05fff JavaScriptCore arm64 /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore
0x18bc06000 - 0x18bc0bfff libheimdal-asn1.dylib arm64 /usr/lib/libheimdal-asn1.dylib
0x18bc0c000 - 0x18bc87fff libate.dylib arm64 <9b79be10c08736b397ef06920b5d9a22> /usr/lib/libate.dylib
0x18bc88000 - 0x18bd3cfff TextureIO arm64 /System/Library/PrivateFrameworks/TextureIO.framework/TextureIO
0x18bd3d000 - 0x18be07fff CoreUI arm64 <5b1aadadc936328db96ad35b5b301850> /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
0x18be08000 - 0x18be11fff MobileIcons arm64 <1f2e75af8930391396411577077f1680> /System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons
0x18be21000 - 0x18be79fff TextInput arm64 <3c0b74e0fbe43fe9abbeb20cd9336f2a> /System/Library/PrivateFrameworks/TextInput.framework/TextInput
0x18bed8000 - 0x18bf6bfff FileProvider arm64 <23494a23c54d3372b651e89a5eab8c49> /System/Library/Frameworks/FileProvider.framework/FileProvider
0x18c136000 - 0x18c14afff libAccessibility.dylib arm64 /usr/lib/libAccessibility.dylib
0x18c14b000 - 0x18c5f1fff libwebrtc.dylib arm64 <0b40d36332b73129a6374ed7435e676d> /System/Library/PrivateFrameworks/WebCore.framework/Frameworks/libwebrtc.dylib
0x18c5f2000 - 0x18c654fff ContactsFoundation arm64 <957d69d66b6e317d90ce669eda861706> /System/Library/PrivateFrameworks/ContactsFoundation.framework/ContactsFoundation
0x18c655000 - 0x18dd1efff WebCore arm64 <551de08a4164334ca2ce69b67d8631c7> /System/Library/PrivateFrameworks/WebCore.framework/WebCore
0x18dd1f000 - 0x18dea2fff WebKitLegacy arm64 /System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy
0x18dea3000 - 0x18decbfff DataAccessExpress arm64 <8e3311f934e53459b1a50a56a8f072e1> /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress
0x18decc000 - 0x18df66fff AddressBookLegacy arm64 <9f96f3b0e89b37b38c4a0ac13b9fed3d> /System/Library/PrivateFrameworks/AddressBookLegacy.framework/AddressBookLegacy
0x18df67000 - 0x18dfc2fff ProtectedCloudStorage arm64 <97c44905d98f3aeda54d5e18852fdb1c> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/ProtectedCloudStorage
0x18dfc3000 - 0x18dfeffff UserNotifications arm64 /System/Library/Frameworks/UserNotifications.framework/UserNotifications
0x18dff0000 - 0x18dffbfff AppleIDAuthSupport arm64 <9a58a7b3913a36e7b80931230c9adac1> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/AppleIDAuthSupport
0x18dffc000 - 0x18e04cfff AuthKit arm64 <7b2eebc84315383e94b83f787ed9a111> /System/Library/PrivateFrameworks/AuthKit.framework/AuthKit
0x18e077000 - 0x18e0cbfff DocumentManager arm64 <8263ec0a6c883222a26bc072300c77db> /System/Library/Frameworks/UIKit.framework/Frameworks/DocumentManager.framework/DocumentManager
0x18e0cc000 - 0x18f14afff UIKit arm64 /System/Library/Frameworks/UIKit.framework/UIKit
0x18f14b000 - 0x18f15dfff DocumentManagerCore arm64 <1b0d69ce2d613b8a867a77e9f1b33989> /System/Library/PrivateFrameworks/DocumentManagerCore.framework/DocumentManagerCore
0x18f15e000 - 0x18f162fff HangTracer arm64 <03caf892e5c637ae91f8f122ccafcfe3> /System/Library/PrivateFrameworks/HangTracer.framework/HangTracer
0x18f163000 - 0x18f1b4fff PhysicsKit arm64 <1cb1907390353c898fffd99cd5610e81> /System/Library/PrivateFrameworks/PhysicsKit.framework/PhysicsKit
0x18f1b5000 - 0x18f1b7fff StudyLog arm64 <9b96f921e00c3c28923639f879fbea28> /System/Library/PrivateFrameworks/StudyLog.framework/StudyLog
0x18f1b8000 - 0x18f297fff UIFoundation arm64 <2431175d036e3f2d8cb0e7a6b0d1466f> /System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation
0x18f298000 - 0x18f3b6fff CloudKit arm64 /System/Library/Frameworks/CloudKit.framework/CloudKit
0x18f3b7000 - 0x18f3b7fff IntentsFoundation arm64 /System/Library/PrivateFrameworks/IntentsFoundation.framework/IntentsFoundation
0x18f3b8000 - 0x18f4d4fff Network arm64 /System/Library/PrivateFrameworks/Network.framework/Network
0x18f4d5000 - 0x18f6dcfff Intents arm64 <10d12a311d1932ee8aca5151e1b51d88> /System/Library/Frameworks/Intents.framework/Intents
0x18f6dd000 - 0x18f6f7fff libresolv.9.dylib arm64 <7c4f57d578193d9fa2b41e55d2df2db2> /usr/lib/libresolv.9.dylib
0x18f6f8000 - 0x18f6fafff CoreDuetDebugLogging arm64 <54c6a0c800a536efb318b67f910d62a1> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/CoreDuetDebugLogging
0x18f6fb000 - 0x18f730fff libtidy.A.dylib arm64 /usr/lib/libtidy.A.dylib
0x18f731000 - 0x18f860fff CoreDuet arm64 <9b8c0d8a045c39808e729680f7a02acf> /System/Library/PrivateFrameworks/CoreDuet.framework/CoreDuet
0x18f861000 - 0x18f880fff CoreDuetContext arm64 /System/Library/PrivateFrameworks/CoreDuetContext.framework/CoreDuetContext
0x18f881000 - 0x18f895fff CoreDuetDaemonProtocol arm64 <40eb67e397ef314886482b11e8022677> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/CoreDuetDaemonProtocol
0x18f896000 - 0x18f901fff IMFoundation arm64 <6b4b6b92108e33baa7f8381d42cccfec> /System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation
0x18f902000 - 0x18f930fff vCard arm64 <3752e374279634088834401ad0220ce8> /System/Library/PrivateFrameworks/vCard.framework/vCard
0x18f931000 - 0x18fa3efff Contacts arm64 <1591a177f0c33f73ad8cc2de14c743ff> /System/Library/Frameworks/Contacts.framework/Contacts
0x18fa3f000 - 0x18fa40fff DiagnosticLogCollection arm64 /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/DiagnosticLogCollection
0x18fa41000 - 0x18fa42fff Marco arm64 <865c2a3744c13039941e7f92aaf9bcaf> /System/Library/PrivateFrameworks/Marco.framework/Marco
0x18fa43000 - 0x18fa4dfff MessageProtection arm64 <6dd7d2b068083337830d3fac1c9cef2b> /System/Library/PrivateFrameworks/MessageProtection.framework/MessageProtection
0x18fa4e000 - 0x18fd5cfff StoreServices arm64 /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices
0x18fd5d000 - 0x18fd74fff Engram arm64 /System/Library/PrivateFrameworks/Engram.framework/Engram
0x18fd75000 - 0x18fe65fff IDSFoundation arm64 <08d21d4abe023b57bc062df7b9f71f1b> /System/Library/PrivateFrameworks/IDSFoundation.framework/IDSFoundation
0x18fe66000 - 0x18fe71fff CaptiveNetwork arm64 /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork
0x18fe72000 - 0x18fea0fff EAP8021X arm64 /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X
0x18fea1000 - 0x18fedbfff MobileWiFi arm64 <82fb4980e6053e0badca33aa5dde8957> /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi
0x18fedc000 - 0x18fedefff OAuth arm64 <5625c4fc795136469ed6983973f33dd5> /System/Library/PrivateFrameworks/OAuth.framework/OAuth
0x18fedf000 - 0x18fee1fff CommonAuth arm64 <8455c7ba72b938899f6f32067e1de0d9> /System/Library/PrivateFrameworks/CommonAuth.framework/CommonAuth
0x18fee2000 - 0x18ff50fff Heimdal arm64 /System/Library/PrivateFrameworks/Heimdal.framework/Heimdal
0x18ff51000 - 0x18ff7afff GSS arm64 <3595359311433789b5dd92832540f3aa> /System/Library/Frameworks/GSS.framework/GSS
0x18ff7b000 - 0x18ff92fff ApplePushService arm64 <613a5a854a4c3c87bb81f3177f4b0865> /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService
0x18ff93000 - 0x19002afff AccountsDaemon arm64 <1d435ebf3288320b865f40b605b5408f> /System/Library/PrivateFrameworks/AccountsDaemon.framework/AccountsDaemon
0x19002b000 - 0x19004ffff AppleIDSSOAuthentication arm64 <816bd8130fca33b7a218820dd1d2679b> /System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/AppleIDSSOAuthentication
0x190050000 - 0x1900c8fff AppleAccount arm64 <7eec817466d93d07bfac97e7cedb4d60> /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount
0x1900c9000 - 0x1901fffff CoreUtils arm64 <6170a002e2203fc8a39b6607d40ede58> /System/Library/PrivateFrameworks/CoreUtils.framework/CoreUtils
0x190200000 - 0x190316fff IDS arm64 <16a330e0018b33738d123c494e800dbc> /System/Library/PrivateFrameworks/IDS.framework/IDS
0x190317000 - 0x19033afff MediaServices arm64 <8b5314e242a83855b004ab611ea54e3c> /System/Library/PrivateFrameworks/MediaServices.framework/MediaServices
0x19033b000 - 0x1904f2fff MediaRemote arm64 <217cb8eb6a7d33b5a9e1032e5488ffd3> /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote
0x1904f3000 - 0x19050bfff UserManagement arm64 <64bd9de97b9f359594a20aabe0068e3e> /System/Library/PrivateFrameworks/UserManagement.framework/UserManagement
0x19051c000 - 0x19054cfff Bom arm64 <5ae2739d04103a60860a53eb4f696782> /System/Library/PrivateFrameworks/Bom.framework/Bom
0x190552000 - 0x190577fff FTAWD arm64 <4eb35e0a28ae30c5bdffec2ff4b899ab> /System/Library/PrivateFrameworks/FTAWD.framework/FTAWD
0x190578000 - 0x1905cbfff FTServices arm64 /System/Library/PrivateFrameworks/FTServices.framework/FTServices
0x1905cc000 - 0x19061dfff WirelessProximity arm64 <7799210b944235189b44234a063a8be8> /System/Library/PrivateFrameworks/WirelessProximity.framework/WirelessProximity
0x191641000 - 0x191a8dfff SiriTTS arm64 /System/Library/PrivateFrameworks/SiriTTS.framework/SiriTTS
0x191a8e000 - 0x191ae8fff SAObjects arm64 <23ce3832c03f34f19accad50e0a0fb7e> /System/Library/PrivateFrameworks/SAObjects.framework/SAObjects
0x191ae9000 - 0x191b27fff VoiceServices arm64 /System/Library/PrivateFrameworks/VoiceServices.framework/VoiceServices
0x191b59000 - 0x191c3efff AssistantServices arm64 <056177456cc934dd9c4024dfaab0f6bf> /System/Library/PrivateFrameworks/AssistantServices.framework/AssistantServices
0x19298c000 - 0x192a15fff CoreSymbolication arm64 /System/Library/PrivateFrameworks/CoreSymbolication.framework/CoreSymbolication
0x192d74000 - 0x192d7bfff CoreTime arm64 /System/Library/PrivateFrameworks/CoreTime.framework/CoreTime
0x1933ac000 - 0x1933affff MobileSystemServices arm64 /System/Library/PrivateFrameworks/MobileSystemServices.framework/MobileSystemServices
0x194377000 - 0x19437cfff ConstantClasses arm64 <73d3d9dc12313ec89aa75cc4636d65a5> /System/Library/PrivateFrameworks/ConstantClasses.framework/ConstantClasses
0x195d41000 - 0x195d65fff MobileInstallation arm64 /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation
0x1963ad000 - 0x1963c3fff CoreFollowUp arm64 /System/Library/PrivateFrameworks/CoreFollowUp.framework/CoreFollowUp
0x196b59000 - 0x196b5cfff FTClientServices arm64 /System/Library/PrivateFrameworks/FTClientServices.framework/FTClientServices
0x1970d7000 - 0x1970e4fff SetupAssistantSupport arm64 /System/Library/PrivateFrameworks/SetupAssistantSupport.framework/SetupAssistantSupport
0x1970e5000 - 0x19710dfff SetupAssistant arm64 <334293120d713f3b8c6ce065e63864e0> /System/Library/PrivateFrameworks/SetupAssistant.framework/SetupAssistant
0x197dce000 - 0x197de7fff CoreSDB arm64 /System/Library/PrivateFrameworks/CoreSDB.framework/CoreSDB
0x197de8000 - 0x197e51fff IMSharedUtilities arm64 /System/Library/PrivateFrameworks/IMSharedUtilities.framework/IMSharedUtilities
0x1984e1000 - 0x1985f4fff IMDPersistence arm64 /System/Library/PrivateFrameworks/IMDPersistence.framework/IMDPersistence
0x199405000 - 0x1995aafff IMCore arm64 <6d9ca9a0af2038d99b83ec8782861455> /System/Library/PrivateFrameworks/IMCore.framework/IMCore
0x19b330000 - 0x19b383fff CallKit arm64 <652d287678e734d78bc29505b1b77c60> /System/Library/Frameworks/CallKit.framework/CallKit
0x19b3e5000 - 0x19b43ffff IMAVCore arm64 <7fa6c8d778ed37119ed8132b918d5b57> /System/Library/PrivateFrameworks/IMAVCore.framework/IMAVCore
0x19ea99000 - 0x19ebf2fff libGLProgrammability.dylib arm64 <0a42e01ed4063a5087505c4d860b8d8b> /System/Library/Frameworks/OpenGLES.framework/libGLProgrammability.dylib
0x19ee84000 - 0x19ee88fff libsysdiagnose.dylib arm64 <0956540a4aef38ef83b49cd0445debce> /usr/lib/libsysdiagnose.dylib
0x1a1648000 - 0x1a1659fff DeviceIdentity arm64 <4f5d7a89c9a339b4b4fbc101fe35f4e5> /System/Library/PrivateFrameworks/DeviceIdentity.framework/DeviceIdentity
0x1a497d000 - 0x1a499afff AppleMetalGLRenderer arm64 <7133f88fac3830cabfd4e668b777dee1> /System/Library/Extensions/AppleMetalGLRenderer.bundle/AppleMetalGLRenderer
0x1a499b000 - 0x1a49affff libCGInterfaces.dylib arm64 /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/Libraries/libCGInterfaces.dylib
0x1a56ea000 - 0x1a57d4fff GLEngine arm64 <58eb59a5c3593cd7ae47be3d8e6e36c9> /System/Library/Frameworks/OpenGLES.framework/GLEngine.bundle/GLEngine
0x1a755b000 - 0x1a756cfff libGSFontCache.dylib arm64 <9e56e388c1903b99bcd16d21cc3d1ea3> /System/Library/PrivateFrameworks/FontServices.framework/libGSFontCache.dylib
0x1a756d000 - 0x1a759ffff libTrueTypeScaler.dylib arm64 /System/Library/PrivateFrameworks/FontServices.framework/libTrueTypeScaler.dylib
0x1a7ede000 - 0x1a7edefff libmetal_timestamp.dylib arm64 <744ac9041fb63c9ab278a95d74b21c73> /System/Library/PrivateFrameworks/GPUCompiler.framework/Libraries/libmetal_timestamp.dylib
0x1a8df5000 - 0x1a8df8fff InternationalSupport arm64 /System/Library/PrivateFrameworks/InternationalSupport.framework/InternationalSupport
0x1aab6f000 - 0x1aab74fff TextInputUI arm64 /System/Library/PrivateFrameworks/TextInputUI.framework/TextInputUI
0x1ac805000 - 0x1ac8c4fff AGXMetalA11 arm64 <978804a5b7e631718b6e33e62f530a83> /System/Library/Extensions/AGXMetalA11.bundle/AGXMetalA11
0x1acc81000 - 0x1accb1fff libclosured.dylib arm64 <23ea8cc8f66931e4a59c47fb92b8baaa> /usr/lib/closure/libclosured.dylib
EOF
Run flutter analyze and attach any output of that command also.
No issues found!
