godotengine / godot

Godot Engine – Multi-platform 2D and 3D game engine
https://godotengine.org
MIT License
88.96k stars 20.18k forks source link

Crash on iOS when generating a MeshInstance using ArrayMesh #42728

Open Ombarus opened 3 years ago

Ombarus commented 3 years ago

Godot version: 3.2

OS/device including version: iPhone X with iOS 13.5.1 and 14.0.1 with GLES2

The crash doesn't happen with 3.2.3 running on GLES3

Issue description: I generate an ArrayMesh to set the mesh in an MeshInstance2D.

var _mesh := ArrayMesh.new()
_mesh.add_surface_from_arrays(Mesh.PRIMITIVE_TRIANGLES, _arrays)
var mesh_instance = get_node("MeshInstance2D")
mesh_instance.mesh = _mesh

This work without any problem on Windows, Linux and even running directly in the editor on MacOS but the iOS build is crashing with this log :

Incident Identifier: 3BC7C95E-BA29-43C1-8543-5B4C5ADE8392
Hardware Model:      iPhone10,6
Process:             SolarRogue-0.4.4 [16372]
Path:                /private/var/containers/Bundle/Application/746B72AF-3806-4807-B5E9-34C583BE08EC/SolarRogue-0.4.4.app/SolarRogue-0.4.4
Identifier:          com.ombarus.solarrogue
Version:             0.4.4 (0.4.4)
AppStoreTools:       11E801a
AppVariant:          1:iPhone10,6:13
Beta:                YES
Code Type:           ARM-64 (Native)
Role:                Foreground
Parent Process:      launchd [1]
Coalition:           com.ombarus.solarrogue [2995]

Date/Time:           2020-09-15 23:26:16.5162 -0400
Launch Time:         2020-09-15 23:25:07.1179 -0400
OS Version:          iPhone OS 13.5.1 (17F80)
Release Type:        User
Baseband Version:    3.05.00
Report Version:      104

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

Thread 0 name:
Thread 0 Crashed:
0   libsystem_kernel.dylib          0x000000019c16ad88 __pthread_kill + 8
1   libsystem_pthread.dylib         0x000000019c08774c pthread_kill$VARIANT$armv81 + 216 (pthread.c:1458)
2   libsystem_c.dylib               0x000000019bfd6934 abort + 100 (abort.c:110)
3   AppleMetalGLRenderer            0x00000001b6e23cd4 GLDContextRec::flushContextInternal() + 696 (glr_sync.mm:262)
4   GLEngine                        0x00000001b6daa0c4 gleFreeOrphan + 124 (gle_buffer_object.c:1022)
5   GLEngine                        0x00000001b6da9d34 gleCleanupOrphans + 52 (gle_buffer_object.c:1056)
6   GLEngine                        0x00000001b6da9c38 gleOrphanBufferObject + 392 (gle_buffer_object.c:883)
7   GLEngine                        0x00000001b6d6bbdc glBufferData_Exec + 424 (gl_buffer_object.c:1116)
8   SolarRogue-0.4.4                0x00000001012e46cc RasterizerCanvasGLES2::canvas_render_items(RasterizerCanvas::Item*, int, Color const&, RasterizerCanvas::Light*, Transform2D const&) + 8064
9   SolarRogue-0.4.4                0x0000000101c00820 VisualServerCanvas::render_canvas(VisualServerCanvas::Canvas*, Transform2D const&, RasterizerCanvas::Light*, RasterizerCanvas::Light*, Rect2 const&) + 1412
10  QuartzCore                      0x00000001a2dee394 display_timer_callback(__CFMachPort*, void*, long, void*) + 264 (CADisplayTimer.cpp:164)
11  CoreFoundation                  0x000000019c2cac74 __CFMachPortPerform + 172 (CFMachPort.c:533)
12  CoreFoundation                  0x000000019c2f42b4 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 56 (CFRunLoop.c:1937)
13  CoreFoundation                  0x000000019c2f39c0 __CFRunLoopDoSource1 + 444 (CFRunLoop.c:2075)
14  CoreFoundation                  0x000000019c2ee774 __CFRunLoopRun + 1888 (CFRunLoop.c:3098)
15  CoreFoundation                  0x000000019c2edce8 CFRunLoopRunSpecific + 424 (CFRunLoop.c:3192)
16  GraphicsServices                0x00000001a643838c GSEventRunModal + 160 (GSEvent.c:2246)
17  UIKitCore                       0x00000001a041c444 UIApplicationMain + 1932 (UIApplication.m:4823)
18  SolarRogue-0.4.4                0x0000000100ee0770 main + 120

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

Thread 2 name:
Thread 2:
0   libsystem_kernel.dylib          0x000000019c149198 mach_msg_trap + 8
1   libsystem_kernel.dylib          0x000000019c14860c mach_msg + 72 (mach_msg.c:103)
2   CoreFoundation                  0x000000019c2f3468 __CFRunLoopServiceMachPort + 148 (CFRunLoop.c:2575)
3   CoreFoundation                  0x000000019c2ee49c __CFRunLoopRun + 1160 (CFRunLoop.c:2931)
4   CoreFoundation                  0x000000019c2edce8 CFRunLoopRunSpecific + 424 (CFRunLoop.c:3192)
5   Foundation                      0x000000019c63101c -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 228 (NSRunLoop.m:374)
6   Foundation                      0x000000019c630efc -[NSRunLoop(NSRunLoop) runUntilDate:] + 88 (NSRunLoop.m:421)
7   UIKitCore                       0x00000001a04bf5dc -[UIEventFetcher threadMain] + 152 (UIEventFetcher.m:733)
8   Foundation                      0x000000019c75fe20 __NSThread__start__ + 848 (NSThread.m:724)
9   libsystem_pthread.dylib         0x000000019c08bd98 _pthread_start + 156 (pthread.c:896)
10  libsystem_pthread.dylib         0x000000019c08f74c thread_start + 8

Thread 3:
0   libsystem_kernel.dylib          0x000000019c16d128 read + 8
1   SolarRogue-0.4.4                0x0000000100edd1ac SemaphoreIphone::wait() + 24
2   libsystem_pthread.dylib         0x000000019c08f74c thread_start + 8

Thread 4 name:
Thread 4:
0   libsystem_kernel.dylib          0x000000019c149198 mach_msg_trap + 8
1   libsystem_kernel.dylib          0x000000019c14860c mach_msg + 72 (mach_msg.c:103)
2   CoreFoundation                  0x000000019c2f3468 __CFRunLoopServiceMachPort + 148 (CFRunLoop.c:2575)
3   CoreFoundation                  0x000000019c2ee49c __CFRunLoopRun + 1160 (CFRunLoop.c:2931)
4   CoreFoundation                  0x000000019c2edce8 CFRunLoopRunSpecific + 424 (CFRunLoop.c:3192)
5   CoreFoundation                  0x000000019c2eea44 CFRunLoopRun + 60 (CFRunLoop.c:3216)
6   CoreMotion                      0x00000001a8f556f4 CLMotionCore::runMotionThread(void*) + 1096 (CLMotionCore.mm:354)
7   libsystem_pthread.dylib         0x000000019c08bd98 _pthread_start + 156 (pthread.c:896)
8   libsystem_pthread.dylib         0x000000019c08f74c thread_start + 8

Thread 5 name:
Thread 5:
0   libsystem_kernel.dylib          0x000000019c149198 mach_msg_trap + 8
1   libsystem_kernel.dylib          0x000000019c14860c mach_msg + 72 (mach_msg.c:103)
2   CoreFoundation                  0x000000019c2f3468 __CFRunLoopServiceMachPort + 148 (CFRunLoop.c:2575)
3   CoreFoundation                  0x000000019c2ee49c __CFRunLoopRun + 1160 (CFRunLoop.c:2931)
4   CoreFoundation                  0x000000019c2edce8 CFRunLoopRunSpecific + 424 (CFRunLoop.c:3192)
5   AVFAudio                        0x00000001a9097a2c GenericRunLoopThread::Entry(void*) + 156 (GenericRunLoopThread.h:91)
6   AVFAudio                        0x00000001a90e87a0 CAPThread::Entry(CAPThread*) + 204 (CAPThread.cpp:286)
7   libsystem_pthread.dylib         0x000000019c08bd98 _pthread_start + 156 (pthread.c:896)
8   libsystem_pthread.dylib         0x000000019c08f74c thread_start + 8

Thread 6:
0   libsystem_kernel.dylib          0x000000019c16d128 read + 8
1   SolarRogue-0.4.4                0x0000000100edd1ac SemaphoreIphone::wait() + 24
2   libsystem_pthread.dylib         0x000000019c08f74c thread_start + 8

Thread 7:
0   libsystem_pthread.dylib         0x000000019c08f738 start_wqthread + 0

Thread 8 name:
Thread 8:
0   libsystem_kernel.dylib          0x000000019c149198 mach_msg_trap + 8
1   libsystem_kernel.dylib          0x000000019c14860c mach_msg + 72 (mach_msg.c:103)
2   libEmbeddedSystemAUs.dylib      0x00000001baa2a990 AURemoteIO::IOThread::Entry(void*) + 532 (AURemoteIO.cpp:1896)
3   libAudioToolboxUtility.dylib    0x00000001a76e16a4 CAPThread::Entry(CAPThread*) + 88 (CAPThread.cpp:318)
4   libsystem_pthread.dylib         0x000000019c08bd98 _pthread_start + 156 (pthread.c:896)
5   libsystem_pthread.dylib         0x000000019c08f74c thread_start + 8

Thread 9:
0   libsystem_pthread.dylib         0x000000019c08f738 start_wqthread + 0

Thread 10:
0   libsystem_pthread.dylib         0x000000019c08f738 start_wqthread + 0

Thread 0 crashed with ARM Thread State (64-bit):
    x0: 0x0000000000000000   x1: 0x0000000000000000   x2: 0x0000000000000000   x3: 0x0000000000000000
    x4: 0x0000000000000006   x5: 0x0000000000000000   x6: 0x0000000000000000   x7: 0x0000000000000403
    x8: 0x00000001026d9840   x9: 0x056b91dac0526a18  x10: 0x000000019c083160  x11: 0x000000000037fa5e
   x12: 0x0200000110000a98  x13: 0x0000000000000000  x14: 0x0200000010000a78  x15: 0x0000000000000001
   x16: 0x0000000000000148  x17: 0x000000019c028654  x18: 0x0000000000000000  x19: 0x0000000000000006
   x20: 0x0000000000000407  x21: 0x00000001026d9920  x22: 0x000000016ef08b20  x23: 0x0000000282c58ab8
   x24: 0x0000000102667b10  x25: 0x0000000000000001  x26: 0x0000000102667aff  x27: 0x00000001026681a0
   x28: 0x000000010285c700   fp: 0x000000016ef08a20   lr: 0x000000019c08774c
    sp: 0x000000016ef08a00   pc: 0x000000019c16ad88 cpsr: 0x40000000
   esr: 0x56000080  Address size fault

Binary Images:
0x100ed4000 - 0x102153fff SolarRogue-0.4.4 arm64  <733a9f5143b53dc9b1ecd9eea9fb53e5> /var/containers/Bundle/Application/746B72AF-3806-4807-B5E9-34C583BE08EC/SolarRogue-0.4.4.app/SolarRogue-0.4.4
0x102394000 - 0x10239ffff libobjc-trampolines.dylib arm64  <927690b4ce6e3dbb8d54d00bd46e211c> /usr/lib/libobjc-trampolines.dylib
0x10266c000 - 0x1026cffff dyld arm64  <c9d0dd090ebd3364b6b6d3baeb788dbf> /usr/lib/dyld
0x19bf1a000 - 0x19bf30fff libsystem_trace.dylib arm64  <c70a923b37ad3f8a8e0873a3157620b1> /usr/lib/system/libsystem_trace.dylib
0x19bf31000 - 0x19bf62fff libxpc.dylib arm64  <d54676d1b91b309b8f35ed171eff1612> /usr/lib/system/libxpc.dylib
0x19bf63000 - 0x19bf63fff libsystem_blocks.dylib arm64  <5ecacf25aea7392db0edea47df03841f> /usr/lib/system/libsystem_blocks.dylib
0x19bf64000 - 0x19bfdffff libsystem_c.dylib arm64  <7de48f8fc80f3f6582e5438a038914de> /usr/lib/system/libsystem_c.dylib
0x19bfe0000 - 0x19c054fff libdispatch.dylib arm64  <652a10daa0e73b479c95af3dfe45a66c> /usr/lib/system/libdispatch.dylib
0x19c055000 - 0x19c075fff libsystem_malloc.dylib arm64  <9dfc8592541931188bfd2e39417bb3ea> /usr/lib/system/libsystem_malloc.dylib
0x19c076000 - 0x19c080fff libsystem_platform.dylib arm64  <3834105b0f623e9ba9f7b9f29a2b7e1b> /usr/lib/system/libsystem_platform.dylib
0x19c081000 - 0x19c091fff libsystem_pthread.dylib arm64  <4f339f5eab9c39239a054f32d6361a9f> /usr/lib/system/libsystem_pthread.dylib
0x19c092000 - 0x19c0c3fff libobjc.A.dylib arm64  <8e7331ccb39b39c3bce21c8fc3fd640c> /usr/lib/libobjc.A.dylib
0x19c0c4000 - 0x19c12bfff libcorecrypto.dylib arm64  <eeebbbdc9c863e0c8d1650c6376c69c4> /usr/lib/system/libcorecrypto.dylib
0x19c12c000 - 0x19c144fff libc++abi.dylib arm64  <23af4b8a9578339983a8ba171a4a6984> /usr/lib/libc++abi.dylib
0x19c145000 - 0x19c173fff libsystem_kernel.dylib arm64  <3b6ed4dcb4a437a581867d8d2cc888eb> /usr/lib/system/libsystem_kernel.dylib
0x19c174000 - 0x19c1a6fff libdyld.dylib arm64  <3d6d64b4cb2b3cc4a7e902774df7ae74> /usr/lib/system/libdyld.dylib
0x19c1a7000 - 0x19c1affff libsystem_darwin.dylib arm64  <fa0df7426de6311e93d6607ff8317f8e> /usr/lib/system/libsystem_darwin.dylib
0x19c1b0000 - 0x19c209fff libc++.1.dylib arm64  <c5a6adff5bc33037ae3ee8107e311554> /usr/lib/libc++.1.dylib
0x19c20a000 - 0x19c24afff libsystem_info.dylib arm64  <1ba5618b578f3c16b9fd96243b982e37> /usr/lib/system/libsystem_info.dylib
0x19c24b000 - 0x19c5befff CoreFoundation arm64  <50cf3336313f3a7d9048cb1ed8ec3368> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
0x19c5bf000 - 0x19c628fff SystemConfiguration arm64  <97d4a21f62de39d4bac3eda6e23b867b> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
0x19c629000 - 0x19c8e0fff Foundation arm64  <c82f8a4f3d0f33db8d40c1e8bef27e56> /System/Library/Frameworks/Foundation.framework/Foundation
0x19c8e1000 - 0x19c913fff libCRFSuite.dylib arm64  <7866c08c0a1f38fbaa972690df5d31a3> /usr/lib/libCRFSuite.dylib
0x19c914000 - 0x19ca8efff CoreServices arm64  <fb61d083d56b361ca997727e291dffe9> /System/Library/Frameworks/CoreServices.framework/CoreServices
0x19ca8f000 - 0x19caeffff libSparse.dylib arm64  <a2c74bcc9f6d34ed9720e4a265e297ca> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparse.dylib
0x19caf0000 - 0x19cfdafff ImageIO arm64  <43e9306e349b3872a9b8b3239218efe1> /System/Library/Frameworks/ImageIO.framework/ImageIO
0x19cfdb000 - 0x19cfddfff ConstantClasses arm64  <bd7142b42f5139e894c2d0b7f671dc2b> /System/Library/PrivateFrameworks/ConstantClasses.framework/ConstantClasses
0x19cfde000 - 0x19d17cfff CoreText arm64  <155a11781fb53b7da110e84a79ce3207> /System/Library/Frameworks/CoreText.framework/CoreText
0x19d17d000 - 0x19d2b2fff Security arm64  <a9bfe02f306b3ee7a40322cfb1bb9aaa> /System/Library/Frameworks/Security.framework/Security
0x19d2b3000 - 0x19d356fff IOKit arm64  <412da55765be384aa89d20a2b651c60e> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x19d357000 - 0x19d38efff libMobileGestalt.dylib arm64  <31b92bfd73383ece975dfd316e355aa1> /usr/lib/libMobileGestalt.dylib
0x19d38f000 - 0x19d3ebfff libprotobuf.dylib arm64  <841ca362c6873dfd84528cac6a2cd9c0> /usr/lib/libprotobuf.dylib
0x19d3ec000 - 0x19d3fdfff libprotobuf-lite.dylib arm64  <7536ad4fbc5c3354af80689a2324924a> /usr/lib/libprotobuf-lite.dylib
0x19d3fe000 - 0x19d64efff libicucore.A.dylib arm64  <07864dddec643dd4b9a213200969c011> /usr/lib/libicucore.A.dylib
0x19d64f000 - 0x19d678fff CoreServicesInternal arm64  <55bcb265e2e1392ba7873bfaa74437d5> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesInternal
0x19d679000 - 0x19d6c0fff WirelessDiagnostics arm64  <5843debc06fd3e178fa388ba71a877b2> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/WirelessDiagnostics
0x19d6c1000 - 0x19d6fafff libAWDSupport.dylib arm64  <cb3af95f0538380891eccbd61ec40192> /usr/lib/libAWDSupport.dylib
0x19d6fb000 - 0x19db7efff CoreAudio arm64  <123334ddbe8b393c8ded639235cc34c4> /System/Library/Frameworks/CoreAudio.framework/CoreAudio
0x19db7f000 - 0x19de4bfff CoreImage arm64  <de9d96b2048c3f09b4d1314870f137b4> /System/Library/Frameworks/CoreImage.framework/CoreImage
0x19de4c000 - 0x19df3afff LanguageModeling arm64  <42a6eb09ca1730c0973d71ad7b65420f> /System/Library/PrivateFrameworks/LanguageModeling.framework/LanguageModeling
0x19df3b000 - 0x19df81fff Lexicon arm64  <4b4c917fecbd3d408f30ea89c9aa9b5d> /System/Library/PrivateFrameworks/Lexicon.framework/Lexicon
0x19df82000 - 0x19e104fff libsqlite3.dylib arm64  <50368f42182239ecbb7d9e28f2cb51d4> /usr/lib/libsqlite3.dylib
0x19e105000 - 0x19e137fff MobileKeyBag arm64  <9a1e1f562fe5348c986dc3021bac41bc> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag
0x19e138000 - 0x19e141fff libsystem_notify.dylib arm64  <da91f7854f5d3228bd9e869447a7c34d> /usr/lib/system/libsystem_notify.dylib
0x19e142000 - 0x19e322fff CoreDuet arm64  <9a761d9edbdf326cb7fc42af61f6a7af> /System/Library/PrivateFrameworks/CoreDuet.framework/CoreDuet
0x19e323000 - 0x19e465fff Montreal arm64  <d79d6ae017713d638204dfaaaebbb87c> /System/Library/PrivateFrameworks/Montreal.framework/Montreal
0x19e466000 - 0x19e54cfff NLP arm64  <0303b400cb323183a85050e5a103b8ed> /System/Library/PrivateFrameworks/NLP.framework/NLP
0x19e54d000 - 0x19e56afff CellularPlanManager arm64  <4605f191e6c63719914a00feabb0752f> /System/Library/PrivateFrameworks/CellularPlanManager.framework/CellularPlanManager
0x19e56b000 - 0x19e5a8fff AppSupport arm64  <d31707fec6183ce59ff3b8002015da90> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
0x19e5a9000 - 0x19ea7bfff libnetwork.dylib arm64  <53347c285841393f8a4ddb34799c75b1> /usr/lib/libnetwork.dylib
0x19ea7c000 - 0x19eb88fff ManagedConfiguration arm64  <de81fe303b2f367cb5b62a8a898433b9> /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration
0x19eb89000 - 0x19ebb2fff CoreServicesStore arm64  <2bf3563076013293a6053c4c54d896e0> /System/Library/PrivateFrameworks/CoreServicesStore.framework/CoreServicesStore
0x19ebb3000 - 0x19ebd3fff UserManagement arm64  <07e5026006443636bcdae4734557d986> /System/Library/PrivateFrameworks/UserManagement.framework/UserManagement
0x19ebd4000 - 0x19ee8bfff CoreML arm64  <8943fae7f89433a6b36478f37321f739> /System/Library/Frameworks/CoreML.framework/CoreML
0x19ee8c000 - 0x19eea2fff ProtocolBuffer arm64  <2da9d6e47a603a5bb7f9580b31477a14> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer
0x19eea3000 - 0x19eebdfff CommonUtilities arm64  <d30d4f0820ea3f1ba814e827ba0af31b> /System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities
0x19eebe000 - 0x19eebefff libenergytrace.dylib arm64  <ffa48c1c677231e187723e30deeffeb5> /usr/lib/libenergytrace.dylib
0x19eebf000 - 0x19eef5fff RunningBoardServices arm64  <a20c63500ef83edbb889f5ddbda003bd> /System/Library/PrivateFrameworks/RunningBoardServices.framework/RunningBoardServices
0x19eef6000 - 0x19ef72fff BaseBoard arm64  <85a351e7c0c131bca0ade2cb67207653> /System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard
0x19ef73000 - 0x19f4c7fff SiriTTS arm64  <82924c680a9c301f998a0a2a3b572762> /System/Library/PrivateFrameworks/SiriTTS.framework/SiriTTS
0x19f4c8000 - 0x19f53afff CoreLocation arm64  <9836af7d3a913fadb09cb6994baf3890> /System/Library/Frameworks/CoreLocation.framework/CoreLocation
0x19f548000 - 0x19f59bfff Accounts arm64  <2bf74d45d81638dcbfbfbdebd52a8dc9> /System/Library/Frameworks/Accounts.framework/Accounts
0x19f5ad000 - 0x19f90efff CFNetwork arm64  <65f4b06044a6399dae37054295956158> /System/Library/Frameworks/CFNetwork.framework/CFNetwork
0x19f90f000 - 0x19f9edfff UIFoundation arm64  <7c505b75a2a9369e96a883adb4376aa1> /System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation
0x19f9ee000 - 0x1a0b08fff UIKitCore arm64  <bd57bd6e12b43f9285ca754932da499d> /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore
0x1a0b09000 - 0x1a0b16fff AssertionServices arm64  <79768aa2a40a3cbaa30f184b510d2d5e> /System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices
0x1a0b17000 - 0x1a0be9fff CoreTelephony arm64  <b90e9fb79d943bd89f9132ff8771be92> /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
0x1a0bea000 - 0x1a0beffff AggregateDictionary arm64  <3dbe2791e6e43acc979739a8cdbeced9> /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary
0x1a0bf0000 - 0x1a0c06fff libsystem_asl.dylib arm64  <4c9b25c01cd03eed8add79a5b57f927b> /usr/lib/system/libsystem_asl.dylib
0x1a0c07000 - 0x1a0c7ffff CloudDocs arm64  <abd12b723a21363e8108995c88dbca58> /System/Library/PrivateFrameworks/CloudDocs.framework/CloudDocs
0x1a0c80000 - 0x1a0fa8fff CoreData arm64  <71c2361d6162376dbcc125d7dd75669a> /System/Library/Frameworks/CoreData.framework/CoreData
0x1a0fa9000 - 0x1a11cefff Vision arm64  <5da8d3c8dfde3c6495e08e9ff0a3c21f> /System/Library/Frameworks/Vision.framework/Vision
0x1a11cf000 - 0x1a1211fff PhotoFoundation arm64  <32361048c86c3acf9e1691333fe803d6> /System/Library/PrivateFrameworks/PhotoFoundation.framework/PhotoFoundation
0x1a1212000 - 0x1a123cfff BoardServices arm64  <3e864ffd7b073032b8a42e9ce57a880b> /System/Library/PrivateFrameworks/BoardServices.framework/BoardServices
0x1a12f2000 - 0x1a1300fff libsystem_networkextension.dylib arm64  <eb9e62efbb8b300ab9c139f25856319b> /usr/lib/system/libsystem_networkextension.dylib
0x1a1301000 - 0x1a1321fff CoreAnalytics arm64  <94498ba0e7fa338ba1289d84968ce676> /System/Library/PrivateFrameworks/CoreAnalytics.framework/CoreAnalytics
0x1a1322000 - 0x1a1491fff CloudKit arm64  <f4a4bb654dc434beb02db5c94a948451> /System/Library/Frameworks/CloudKit.framework/CloudKit
0x1a1492000 - 0x1a14dffff SpringBoardServices arm64  <4f1dc2cb19f63076a88ed6191effcade> /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices
0x1a14e0000 - 0x1a1552fff FrontBoardServices arm64  <6a942cc34b733477af9f95c8edcb8c85> /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices
0x1a1553000 - 0x1a167afff Network arm64  <e3c994c5c94934a0b9c8a9162660b505> /System/Library/Frameworks/Network.framework/Network
0x1a16d8000 - 0x1a16dffff libsystem_symptoms.dylib arm64  <22082eb064283a988e827b97d1f153d7> /usr/lib/system/libsystem_symptoms.dylib
0x1a16e0000 - 0x1a25c9fff GeoServices arm64  <15129e9f5f7f3c77bb2908308c78afbb> /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices
0x1a25ca000 - 0x1a25d2fff TCC arm64  <bb908ebc51da300c8b85cb0af71a9706> /System/Library/PrivateFrameworks/TCC.framework/TCC
0x1a25d3000 - 0x1a262cfff IMFoundation arm64  <ab9a5e9bb7ff308090687bf92773342e> /System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation
0x1a262d000 - 0x1a27a0fff CoreUtils arm64  <c3cd19972ec132dc87242402385e853f> /System/Library/PrivateFrameworks/CoreUtils.framework/CoreUtils
0x1a27a1000 - 0x1a2852fff IMSharedUtilities arm64  <ee90c6a6f05834b7a23f7aee74172b56> /System/Library/PrivateFrameworks/IMSharedUtilities.framework/IMSharedUtilities
0x1a2853000 - 0x1a2888fff ImageCaptureCore arm64  <95542502b0dd39b181282efcf856f1d6> /System/Library/Frameworks/ImageCaptureCore.framework/ImageCaptureCore
0x1a2889000 - 0x1a2892fff libsystem_containermanager.dylib arm64  <f221bea37b46392cb7dd0a0fe7c07c44> /usr/lib/system/libsystem_containermanager.dylib
0x1a2893000 - 0x1a290efff AppleAccount arm64  <4c2cc696222f3179b510d28bd91c4b6e> /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount
0x1a290f000 - 0x1a292afff ApplePushService arm64  <c7cf2c1aef533911b363c68710e50967> /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService
0x1a292b000 - 0x1a2a13fff IDS arm64  <300bd79bac543a76be770441b1bb37c6> /System/Library/PrivateFrameworks/IDS.framework/IDS
0x1a2a14000 - 0x1a2b3efff IDSFoundation arm64  <c45d2047bcff31ef9902726f87422ae4> /System/Library/PrivateFrameworks/IDSFoundation.framework/IDSFoundation
0x1a2b3f000 - 0x1a2b40fff libCTGreenTeaLogger.dylib arm64  <fc9059f17df03681b82a1e1eccc9ffdc> /usr/lib/libCTGreenTeaLogger.dylib
0x1a2ba5000 - 0x1a2ca5fff CoreMedia arm64  <d9f289d8e83b380396157009e1094713> /System/Library/Frameworks/CoreMedia.framework/CoreMedia
0x1a2ca6000 - 0x1a2cb5fff UIKitServices arm64  <3eee112dd96c3980a68969cd09a3d04f> /System/Library/PrivateFrameworks/UIKitServices.framework/UIKitServices
0x1a2cb6000 - 0x1a2d11fff BackBoardServices arm64  <7e4bbf2499a23fb5a3c4e380f27b7b25> /System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices
0x1a2d12000 - 0x1a2f63fff QuartzCore arm64  <cf72678241d539a68a87ae03f4f07584> /System/Library/Frameworks/QuartzCore.framework/QuartzCore
0x1a2f64000 - 0x1a302bfff ColorSync arm64  <95d2b119e3b136d88755c2d0ee68e7e4> /System/Library/PrivateFrameworks/ColorSync.framework/ColorSync
0x1a302c000 - 0x1a359bfff CoreGraphics arm64  <0de7c48a285e336aa0892fd49635300c> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
0x1a359c000 - 0x1a36ccfff Contacts arm64  <0074d18f8d4a30ebae0e310725d0845c> /System/Library/Frameworks/Contacts.framework/Contacts
0x1a36cd000 - 0x1a36fbfff UserNotifications arm64  <8025920b36003c45ae04901f5b9f96ab> /System/Library/Frameworks/UserNotifications.framework/UserNotifications
0x1a36fc000 - 0x1a371ffff LocationSupport arm64  <022fc28a220938bb98895dac79b77fe6> /System/Library/PrivateFrameworks/LocationSupport.framework/LocationSupport
0x1a3720000 - 0x1a387bfff Sharing arm64  <170df713721233b7bf13acbcac9bd961> /System/Library/PrivateFrameworks/Sharing.framework/Sharing
0x1a387c000 - 0x1a3ebefff WebKit arm64  <bc61661ececc3cc6ac128735eca90848> /System/Library/Frameworks/WebKit.framework/WebKit
0x1a3ebf000 - 0x1a5c74fff WebCore arm64  <665cd83b3f283d9eb3b1e51e53285f9f> /System/Library/PrivateFrameworks/WebCore.framework/WebCore
0x1a5c75000 - 0x1a5c8ffff libAccessibility.dylib arm64  <4caf798e480e338facab4d80ec282cef> /usr/lib/libAccessibility.dylib
0x1a5c90000 - 0x1a5c9bfff AXCoreUtilities arm64  <7f78c74b27a0325aac828ff60350aaab> /System/Library/PrivateFrameworks/AXCoreUtilities.framework/AXCoreUtilities
0x1a5c9c000 - 0x1a5d0ffff ContactsFoundation arm64  <9f130e4c01313afb9a745e1e344f8229> /System/Library/PrivateFrameworks/ContactsFoundation.framework/ContactsFoundation
0x1a5d10000 - 0x1a5d24fff PowerLog arm64  <d81cc5a8419b313bba353d2a2aad8e6e> /System/Library/PrivateFrameworks/PowerLog.framework/PowerLog
0x1a5d25000 - 0x1a5d36fff IOSurface arm64  <0ea65ad7b698333baabfced9d05e17b5> /System/Library/Frameworks/IOSurface.framework/IOSurface
0x1a5d37000 - 0x1a6434fff MediaToolbox arm64  <f53fce8dfa723ff98e32d52f40f80c93> /System/Library/Frameworks/MediaToolbox.framework/MediaToolbox
0x1a6435000 - 0x1a643dfff GraphicsServices arm64  <0f9f2b391e8536349022ee6c8b55ca27> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
0x1a643e000 - 0x1a6525fff AccessibilityUtilities arm64  <e5b8139124ea30dca896999cc3e5a6e4> /System/Library/PrivateFrameworks/AccessibilityUtilities.framework/AccessibilityUtilities
0x1a6526000 - 0x1a671efff AVFoundation arm64  <d4cd8c0f3b463bbcbd78e70f427068cf> /System/Library/Frameworks/AVFoundation.framework/AVFoundation
0x1a671f000 - 0x1a6756fff OnBoardingKit arm64  <f10d8f4c4a723349bf07a6ecbf645cf7> /System/Library/PrivateFrameworks/OnBoardingKit.framework/OnBoardingKit
0x1a6757000 - 0x1a67a5fff MobileWiFi arm64  <61c6745b133b362abf4585d1184cc99f> /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi
0x1a67a6000 - 0x1a67befff MobileAsset arm64  <a253df10f98b3080a841d7471451f7b0> /System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset
0x1a67bf000 - 0x1a67ccfff libGSFont.dylib arm64  <9d7da51ad9063da4957a4b0e4637b858> /System/Library/PrivateFrameworks/FontServices.framework/libGSFont.dylib
0x1a67cd000 - 0x1a67d6fff FontServices arm64  <fa882e0c5a513708bf09a091c3c8dcff> /System/Library/PrivateFrameworks/FontServices.framework/FontServices
0x1a67d7000 - 0x1a6920fff libFontParser.dylib arm64  <eb50029a314d336492bab796ded5e34a> /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
0x1a6921000 - 0x1a696cfff AXRuntime arm64  <169a5b78de953ef5a7881c80cd2a0f49> /System/Library/PrivateFrameworks/AXRuntime.framework/AXRuntime
0x1a696d000 - 0x1a696ffff libAXSafeCategoryBundle.dylib arm64  <b3181a2ee4453918b3a95103c62f9267> /usr/lib/libAXSafeCategoryBundle.dylib
0x1a6970000 - 0x1a6aa9fff SearchFoundation arm64  <2ca6ec9fd8243754983d795fccf1b42c> /System/Library/PrivateFrameworks/SearchFoundation.framework/SearchFoundation
0x1a6aaa000 - 0x1a6bc9fff Preferences arm64  <43f0d3075e473f4d9f0521d92ff161aa> /System/Library/PrivateFrameworks/Preferences.framework/Preferences
0x1a6bca000 - 0x1a7237fff PhotoLibraryServices arm64  <670633f2447e35be9322fdacf8e710da> /System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices
0x1a7238000 - 0x1a749cfff vImage arm64  <42016dc261c83e55a547bdd8ce8ada8f> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage
0x1a749d000 - 0x1a76d1fff AudioToolbox arm64  <7540831c52293d109a4de8eb4899fcca> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
0x1a76d2000 - 0x1a7704fff libAudioToolboxUtility.dylib arm64  <e1152b58066f3980a1b945add6502ed6> /usr/lib/libAudioToolboxUtility.dylib
0x1a7705000 - 0x1a78c1fff ContactsUI arm64  <3b2915d61659398ca878da2378cf9772> /System/Library/Frameworks/ContactsUI.framework/ContactsUI
0x1a78c2000 - 0x1a792bfff UIAccessibility arm64  <b8974e64177f36fbac69c2b6cf31bde5> /System/Library/PrivateFrameworks/UIAccessibility.framework/UIAccessibility
0x1a792c000 - 0x1a7b2ffff Photos arm64  <ac87add9922f30ce98e3136990f74ebc> /System/Library/Frameworks/Photos.framework/Photos
0x1a7b30000 - 0x1a7bc4fff ShareSheet arm64  <157365e6818937f29855cc4a099e0895> /System/Library/PrivateFrameworks/ShareSheet.framework/ShareSheet
0x1a7bc5000 - 0x1a7bd8fff BaseBoardUI arm64  <4b9de98a64023a35b70d61bd451fb58d> /System/Library/PrivateFrameworks/BaseBoardUI.framework/BaseBoardUI
0x1a7bd9000 - 0x1a7c8dfff PDFKit arm64  <ec475d01e546353c9e4740f408d524d6> /System/Library/Frameworks/PDFKit.framework/PDFKit
0x1a7d0b000 - 0x1a7d38fff DocumentManager arm64  <99f5bfa1f1df351d97cd5336243fcfb3> /System/Library/PrivateFrameworks/DocumentManager.framework/DocumentManager
0x1a7d39000 - 0x1a7f92fff libmecabra.dylib arm64  <e2c7d8a07c7836cea5ad34309b090af8> /usr/lib/libmecabra.dylib
0x1a7f93000 - 0x1a800afff AuthKit arm64  <613e9a43755c3da1952c47a071b854da> /System/Library/PrivateFrameworks/AuthKit.framework/AuthKit
0x1a800b000 - 0x1a8427fff Intents arm64  <94465293623e37ccaeb857fa543757b3> /System/Library/Frameworks/Intents.framework/Intents
0x1a843d000 - 0x1a859cfff WebKitLegacy arm64  <64745c415a793051b1561cba0600c5ef> /System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy
0x1a859d000 - 0x1a8607fff TextInput arm64  <b50880c28673336b99b7dace53141817> /System/Library/PrivateFrameworks/TextInput.framework/TextInput
0x1a8608000 - 0x1a8682fff AXMediaUtilities arm64  <085ed265b85f36758135c87716f3eb24> /System/Library/PrivateFrameworks/AXMediaUtilities.framework/AXMediaUtilities
0x1a8683000 - 0x1a8686fff XCTTargetBootstrap arm64  <7a6898bfcb4c371988a5acbb4bc3dc8d> /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/XCTTargetBootstrap
0x1a8687000 - 0x1a873bfff CorePDF arm64  <080514c27b5d3d658578fea2c8b3714d> /System/Library/PrivateFrameworks/CorePDF.framework/CorePDF
0x1a873c000 - 0x1a8776fff AccessibilityUIUtilities arm64  <34b27a75ec553c658745795f691ad217> /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AccessibilityUIUtilities.framework/AccessibilityUIUtilities
0x1a8777000 - 0x1a8b27fff MediaPlayer arm64  <0769fdb1ec1738c5937a9f2685a3b275> /System/Library/Frameworks/MediaPlayer.framework/MediaPlayer
0x1a8b28000 - 0x1a8e43fff AppleMediaServices arm64  <3bba6b988c953c93b69e02cd74b3f0f9> /System/Library/PrivateFrameworks/AppleMediaServices.framework/AppleMediaServices
0x1a8e44000 - 0x1a8e6afff CacheDelete arm64  <829a439eb02c30898ad2e7f15eb5e5fb> /System/Library/PrivateFrameworks/CacheDelete.framework/CacheDelete
0x1a8e6b000 - 0x1a9031fff CoreMotion arm64  <4e13533feeb33982ab9eaf9cc68a0058> /System/Library/Frameworks/CoreMotion.framework/CoreMotion
0x1a9032000 - 0x1a911ffff AVFAudio arm64  <6efaea94ffec3ac8922605dc7c06def5> /System/Library/Frameworks/AVFoundation.framework/Frameworks/AVFAudio.framework/AVFAudio
0x1a933d000 - 0x1a93f3fff CoreUI arm64  <d6f7e33d3361378f933dfe49f17ea64b> /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
0x1a93f4000 - 0x1a9417fff AppSupportUI arm64  <e28270d231693d6d8acfb35559ba8c11> /System/Library/PrivateFrameworks/AppSupportUI.framework/AppSupportUI
0x1a9418000 - 0x1a944dfff CoreVideo arm64  <6eaaeaf60b0134a9a4e7b73b638efe7a> /System/Library/Frameworks/CoreVideo.framework/CoreVideo
0x1a944e000 - 0x1a9684fff AudioToolboxCore arm64  <20e2f8e7e3323d8c8c01d0b801f0f815> /System/Library/PrivateFrameworks/AudioToolboxCore.framework/AudioToolboxCore
0x1a9685000 - 0x1a96c8fff CoreDuetContext arm64  <bbc5606c2dac31888f3f9e5a479fbaa3> /System/Library/PrivateFrameworks/CoreDuetContext.framework/CoreDuetContext
0x1a96c9000 - 0x1a9703fff SetupAssistant arm64  <0b444aa20505343b95b0c43cba311110> /System/Library/PrivateFrameworks/SetupAssistant.framework/SetupAssistant
0x1a9704000 - 0x1a97c0fff TelephonyUtilities arm64  <41411eb46b723727ae63b592745fd992> /System/Library/PrivateFrameworks/TelephonyUtilities.framework/TelephonyUtilities
0x1a97c1000 - 0x1a97ebfff PlugInKit arm64  <230c0e71638c3235b25e82880ad22080> /System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit
0x1a97ec000 - 0x1a9b6efff libswiftCore.dylib arm64  <01a8ee3dc8dc396b89ada5f64df13f80> /usr/lib/swift/libswiftCore.dylib
0x1a9b6f000 - 0x1a9caafff AssistantServices arm64  <2c0d5a24a8bb3f68b8328866617f8560> /System/Library/PrivateFrameworks/AssistantServices.framework/AssistantServices
0x1a9cab000 - 0x1a9d0afff ProactiveSupport arm64  <0491e9858f5130d48e723e7c94f3a137> /System/Library/PrivateFrameworks/ProactiveSupport.framework/ProactiveSupport
0x1a9d0b000 - 0x1a9f4dfff MapKit arm64  <aeeae7d1d5f033d187c95040a2856e13> /System/Library/Frameworks/MapKit.framework/MapKit
0x1a9f4e000 - 0x1a9f6afff PrototypeTools arm64  <77cada6a09b736dfada587d074003aa6> /System/Library/PrivateFrameworks/PrototypeTools.framework/PrototypeTools
0x1a9f6b000 - 0x1aa05cfff MediaExperience arm64  <f3a8a27d6f263d0a9f918f0bfb3e12db> /System/Library/PrivateFrameworks/MediaExperience.framework/MediaExperience
0x1aa05d000 - 0x1aa331fff Celestial arm64  <29b045d05743327cabe1186fff703295> /System/Library/PrivateFrameworks/Celestial.framework/Celestial
0x1aa332000 - 0x1aa38efff CallKit arm64  <1504fb2ab5c33b95a9c1d3174f6075b1> /System/Library/Frameworks/CallKit.framework/CallKit
0x1aa555000 - 0x1aac4bfff VectorKit arm64  <b35db2eaacb03c6fbcd4c962e704117d> /System/Library/PrivateFrameworks/VectorKit.framework/VectorKit
0x1aac4c000 - 0x1aad1bfff AVKit arm64  <d673a06f50553a3c8dcbf3be01467826> /System/Library/Frameworks/AVKit.framework/AVKit
0x1aad1c000 - 0x1aad4afff Pegasus arm64  <045319dd3bfe3163aa0526ade1f4d89a> /System/Library/PrivateFrameworks/Pegasus.framework/Pegasus
0x1aad4b000 - 0x1aad4dfff libapp_launch_measurement.dylib arm64  <7e5b527aaecc34678f37deeaa3a223c5> /usr/lib/libapp_launch_measurement.dylib
0x1aad63000 - 0x1aadc5fff CoreSpotlight arm64  <835c41121267306695997a75b65c7876> /System/Library/Frameworks/CoreSpotlight.framework/CoreSpotlight
0x1aadc6000 - 0x1aae5dfff AddressBookLegacy arm64  <b29936be3dce3d50a34a9ff25aa6e44c> /System/Library/PrivateFrameworks/AddressBookLegacy.framework/AddressBookLegacy
0x1aae5e000 - 0x1aae6dfff CrashReporterSupport arm64  <32bae125126e3c608be1edc26ab919ac> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport
0x1aae6e000 - 0x1aae80fff MobileBluetooth arm64  <7c0d97f4a93f38bfb3cfd2cf409b7f60> /System/Library/PrivateFrameworks/MobileBluetooth.framework/MobileBluetooth
0x1aae81000 - 0x1aaf3bfff LinkPresentation arm64  <c6a0ac3774373e7791ccb95e595db9c8> /System/Library/Frameworks/LinkPresentation.framework/LinkPresentation
0x1aaf3c000 - 0x1aaf73fff StoreKit arm64  <55d93c63c4513363be1f8519db60e9fe> /System/Library/Frameworks/StoreKit.framework/StoreKit
0x1aaf74000 - 0x1aaf78fff libsystem_configuration.dylib arm64  <80edea640ddf39f79406c5d316d6d1fc> /usr/lib/system/libsystem_configuration.dylib
0x1aaf79000 - 0x1aafd3fff RemoteUI arm64  <3336dfba4a5b32bbab6f8808c9706ad2> /System/Library/PrivateFrameworks/RemoteUI.framework/RemoteUI
0x1aafd4000 - 0x1ab029fff AuthKitUI arm64  <1aa4e66cdbf535e8b6b1088f99df5f85> /System/Library/PrivateFrameworks/AuthKitUI.framework/AuthKitUI
0x1ab113000 - 0x1ab15ffff WatchKit arm64  <b24d0274f97433d4af064815f76f7e1a> /System/Library/Frameworks/WatchKit.framework/WatchKit
0x1ab160000 - 0x1ab16efff HangTracer arm64  <7f38923757243c08b2ccd9f4caa34745> /System/Library/PrivateFrameworks/HangTracer.framework/HangTracer
0x1ab16f000 - 0x1ab1d4fff CoreNLP arm64  <a5cddc6de3dd39a39044ef3e61e29ef0> /System/Library/PrivateFrameworks/CoreNLP.framework/CoreNLP
0x1ab1d5000 - 0x1ab1d6fff liblangid.dylib arm64  <1dcd5ff27d8c33b197a2a4886beb84a7> /usr/lib/liblangid.dylib
0x1ab1d7000 - 0x1ac062fff JavaScriptCore arm64  <6b20d2edb28734a29dfb4115cee617d9> /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore
0x1ac063000 - 0x1ac0f0fff libTelephonyUtilDynamic.dylib arm64  <929962407c513b05b25888ad6e85299d> /usr/lib/libTelephonyUtilDynamic.dylib
0x1ac105000 - 0x1ac383fff StoreServices arm64  <367c6a3f0ee53093841c79c2e27a55e2> /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices
0x1ac384000 - 0x1ac38dfff IOMobileFramebuffer arm64  <5f50ed2207f833e199a4e19d8ccad8d8> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer
0x1ac517000 - 0x1ac6eefff Message arm64  <444bf20e20073651b7010681cbb3c370> /System/Library/PrivateFrameworks/Message.framework/Message
0x1ac706000 - 0x1ac720fff CoreMaterial arm64  <f035cafea35b33338ccebf380f7740ce> /System/Library/PrivateFrameworks/CoreMaterial.framework/CoreMaterial
0x1ac721000 - 0x1ac806fff libxml2.2.dylib arm64  <701e3c5c20443b17b92b883a32fc9270> /usr/lib/libxml2.2.dylib
0x1ac807000 - 0x1ad80afff ModelIO arm64  <e69dbaec82ec3ff2b058906ee3c70d0b> /System/Library/Frameworks/ModelIO.framework/ModelIO
0x1ad80b000 - 0x1adc26fff ChatKit arm64  <2afd1bbf7545352888010f135e93c3a8> /System/Library/PrivateFrameworks/ChatKit.framework/ChatKit
0x1ae080000 - 0x1ae08afff SymptomAnalytics arm64  <d9f6d5795339319092055c8ccdc45d98> /System/Library/PrivateFrameworks/Symptoms.framework/Frameworks/SymptomAnalytics.framework/SymptomAnalytics
0x1ae08b000 - 0x1ae0d3fff MetadataUtilities arm64  <fc9d4c74fdce3e34a22946629487d976> /System/Library/PrivateFrameworks/MetadataUtilities.framework/MetadataUtilities
0x1ae291000 - 0x1ae2a6fff FMCoreLite arm64  <3800cb1c05be33b2a190cd5e85e7e66e> /System/Library/PrivateFrameworks/FMCoreLite.framework/FMCoreLite
0x1ae74a000 - 0x1ae768fff BridgePreferences arm64  <8f96cae5668439198e506b3be46a8dc3> /System/Library/PrivateFrameworks/BridgePreferences.framework/BridgePreferences
0x1ae90d000 - 0x1ae934fff AccountsUI arm64  <8a012486c6dc3bfdac4dbd43c54cb830> /System/Library/PrivateFrameworks/AccountsUI.framework/AccountsUI
0x1ae935000 - 0x1ae94afff CertInfo arm64  <09cb5c2bfa7d3c3096f450da2a28159e> /System/Library/PrivateFrameworks/CertInfo.framework/CertInfo
0x1ae94b000 - 0x1ae9a6fff ManagedConfigurationUI arm64  <8b42e382722a3e4ab26bab5c1053ce19> /System/Library/PrivateFrameworks/ManagedConfigurationUI.framework/ManagedConfigurationUI
0x1ae9a7000 - 0x1aea54fff QuickLook arm64  <f3be2ef88fe0334eacd5fc3a473d77af> /System/Library/Frameworks/QuickLook.framework/QuickLook
0x1aea55000 - 0x1aec66fff NetworkExtension arm64  <648fc76bbad13b0c831e47f01de40323> /System/Library/Frameworks/NetworkExtension.framework/NetworkExtension
0x1aec67000 - 0x1aec9cfff DataDetectorsCore arm64  <306c0ed03c67310d862818c496f9071d> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/DataDetectorsCore
0x1aec9d000 - 0x1aecfcfff CalendarFoundation arm64  <293ec4cd997b390e98ec648e44802a19> /System/Library/PrivateFrameworks/CalendarFoundation.framework/CalendarFoundation
0x1aecfd000 - 0x1aedeffff EventKit arm64  <c7dc164fd33c3c5b86170b3aac8a8ed1> /System/Library/Frameworks/EventKit.framework/EventKit
0x1aedf0000 - 0x1aee26fff MediaServices arm64  <707d4e0834a331efb51033d475661f0e> /System/Library/PrivateFrameworks/MediaServices.framework/MediaServices
0x1aef32000 - 0x1af0d1fff PencilKit arm64  <2c49d87fbf993a0799af71ab3e24e8ef> /System/Library/Frameworks/PencilKit.framework/PencilKit
0x1af0d2000 - 0x1af1f4fff MessageUI arm64  <5f6d48f2ee273f6584df28110b4b042b> /System/Library/Frameworks/MessageUI.framework/MessageUI
0x1af1f5000 - 0x1af241fff AppleAccountUI arm64  <2fb1e978392631a587aa3906357565cc> /System/Library/PrivateFrameworks/AppleAccountUI.framework/AppleAccountUI
0x1af242000 - 0x1af281fff BiometricKit arm64  <e12f8e451573323c9e6d328cfd069985> /System/Library/PrivateFrameworks/BiometricKit.framework/BiometricKit
0x1af282000 - 0x1af2acfff PersistentConnection arm64  <abe8f6d02d61399dbe2c2c6259d0a0a8> /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection
0x1af2ad000 - 0x1af300fff CalendarDaemon arm64  <fb79a798c1bb3d988294cfc2d2167eab> /System/Library/PrivateFrameworks/CalendarDaemon.framework/CalendarDaemon
0x1af301000 - 0x1af397fff CalendarDatabase arm64  <7ae4c7ba51b5381284adafe11cbdc462> /System/Library/PrivateFrameworks/CalendarDatabase.framework/CalendarDatabase
0x1af398000 - 0x1af585fff MediaRemote arm64  <7eb61fe4d9ed3b13bdf38d97ef2972e9> /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote
0x1af586000 - 0x1af58efff CorePhoneNumbers arm64  <a08c60315472312881bf86d417df458d> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/CorePhoneNumbers
0x1af58f000 - 0x1af59efff SyncedDefaults arm64  <f7d0458e5637361980de2fed96d755a9> /System/Library/PrivateFrameworks/SyncedDefaults.framework/SyncedDefaults
0x1af59f000 - 0x1af5c5fff DuetActivityScheduler arm64  <7f95b791842b323a8923eb37b0a4b3d1> /System/Library/PrivateFrameworks/DuetActivityScheduler.framework/DuetActivityScheduler
0x1af68a000 - 0x1af6c9fff ContactsAutocompleteUI arm64  <2ef3ae75cb623d729670d7d9baeccacb> /System/Library/PrivateFrameworks/ContactsAutocompleteUI.framework/ContactsAutocompleteUI
0x1af6ca000 - 0x1af6ecfff CoreSVG arm64  <cd177cb7120b37ea9c9faa2e8ab54b9b> /System/Library/PrivateFrameworks/CoreSVG.framework/CoreSVG
0x1af6ed000 - 0x1af706fff SymptomPresentationFeed arm64  <89e8f85c0b7f39f7aa37a44cfb62a8fc> /System/Library/PrivateFrameworks/Symptoms.framework/Frameworks/SymptomPresentationFeed.framework/SymptomPresentationFeed
0x1af707000 - 0x1af724fff ProactiveEventTracker arm64  <66256e0700c13ae5a40d7579e3f733ca> /System/Library/PrivateFrameworks/ProactiveEventTracker.framework/ProactiveEventTracker
0x1af725000 - 0x1af730fff MallocStackLogging arm64  <9dd92a16c9963a6b98a6264eddf84087> /System/Library/PrivateFrameworks/MallocStackLogging.framework/MallocStackLogging
0x1af731000 - 0x1af7c5fff CoreSuggestions arm64  <0ff8e07e4f13379f9ca2d043b1e161b7> /System/Library/PrivateFrameworks/CoreSuggestions.framework/CoreSuggestions
0x1af7c6000 - 0x1af977fff IMCore arm64  <05b0a77980f83ad99e26cdfb7a591ff5> /System/Library/PrivateFrameworks/IMCore.framework/IMCore
0x1af978000 - 0x1af9c9fff DeviceManagement arm64  <ca9f06a5049f34139fd817a4bc40aaed> /System/Library/PrivateFrameworks/DeviceManagement.framework/DeviceManagement
0x1af9ca000 - 0x1afbb6fff HealthKit arm64  <1c85a0f17796379092534f8d9567b6da> /System/Library/Frameworks/HealthKit.framework/HealthKit
0x1b01ce000 - 0x1b01dbfff BluetoothManager arm64  <9d2661e56523387eacbc01fd58511f7f> /System/Library/PrivateFrameworks/BluetoothManager.framework/BluetoothManager
0x1b01dc000 - 0x1b0211fff CoreBluetooth arm64  <efc4e2b8d357335ab09d98cc8a8775df> /System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth
0x1b0212000 - 0x1b0214fff libsystem_sandbox.dylib arm64  <bb3febc0692d3079ac9599d82a77525b> /usr/lib/system/libsystem_sandbox.dylib
0x1b0340000 - 0x1b034cfff ContextKit arm64  <12c6dafaeb3c30dfad4596a367177177> /System/Library/PrivateFrameworks/ContextKit.framework/ContextKit
0x1b037d000 - 0x1b03e9fff Rapport arm64  <e770f276ea72366284900bd7ec15e736> /System/Library/PrivateFrameworks/Rapport.framework/Rapport
0x1b03ea000 - 0x1b042dfff OSAnalytics arm64  <b7f9bdbaa80a31bf8e3bb4db48dba940> /System/Library/PrivateFrameworks/OSAnalytics.framework/OSAnalytics
0x1b042e000 - 0x1b045cfff MobileInstallation arm64  <a68ce2e61edd317ea8fd76c298e47b49> /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation
0x1b045d000 - 0x1b04f7fff Metal arm64  <1a3ebad8d72b3611ae0083c386e95d24> /System/Library/Frameworks/Metal.framework/Metal
0x1b04f8000 - 0x1b04fdfff IOAccelerator arm64  <a446895f97a63ee481e311b5426b106e> /System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator
0x1b04fe000 - 0x1b0509fff MediaAccessibility arm64  <1f7ba84ab5b93527a4035ef25ef17798> /System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility
0x1b050a000 - 0x1b0526fff FindMyDevice arm64  <44e431f284dc3f4fb1542184f7074d89> /System/Library/PrivateFrameworks/FindMyDevice.framework/FindMyDevice
0x1b0527000 - 0x1b052efff libsystem_dnssd.dylib arm64  <70f6609c95f03d30b65bc26064033647> /usr/lib/system/libsystem_dnssd.dylib
0x1b052f000 - 0x1b0535fff PushKit arm64  <ff87c0fbf40b390a988b149064c6dc52> /System/Library/Frameworks/PushKit.framework/PushKit
0x1b0536000 - 0x1b063bfff FileProvider arm64  <bbbe034ad68931e598275c7e3b230242> /System/Library/Frameworks/FileProvider.framework/FileProvider
0x1b0650000 - 0x1b0651fff BackgroundTaskAgent arm64  <efecac0c945f3d949fd1f07c70390be4> /System/Library/PrivateFrameworks/BackgroundTaskAgent.framework/BackgroundTaskAgent
0x1b0652000 - 0x1b0657fff LinguisticData arm64  <5408531c1d0e3cd7b78ded739b8c6630> /System/Library/PrivateFrameworks/LinguisticData.framework/LinguisticData
0x1b0658000 - 0x1b0670fff CoreSDB arm64  <9fa211cf0a673483840f18e4f2dde501> /System/Library/PrivateFrameworks/CoreSDB.framework/CoreSDB
0x1b0671000 - 0x1b0681fff Categories arm64  <3ff14778575e3b7081f2284031eb978d> /System/Library/PrivateFrameworks/Categories.framework/Categories
0x1b0682000 - 0x1b069bfff DoNotDisturb arm64  <ac53afbabf0d3a1798b8559cd05be7e8> /System/Library/PrivateFrameworks/DoNotDisturb.framework/DoNotDisturb
0x1b069c000 - 0x1b0757fff VideoToolbox arm64  <a7cf69e36902338494fb743fe94f3bdd> /System/Library/Frameworks/VideoToolbox.framework/VideoToolbox
0x1b0758000 - 0x1b0b61fff SceneKit arm64  <1864a7c7c6d336eb8789260564183f42> /System/Library/Frameworks/SceneKit.framework/SceneKit
0x1b0b62000 - 0x1b0b6afff EmojiKit arm64  <48c36aa951a33d8596134a8908f1b3d3> /System/Library/PrivateFrameworks/EmojiKit.framework/EmojiKit
0x1b0b6b000 - 0x1b0b85fff Messages arm64  <bbe8cc2402b53d04b7232d718dc94074> /System/Library/Frameworks/Messages.framework/Messages
0x1b0b86000 - 0x1b0b8afff CameraKit arm64  <ecac1124ff783aa9ac5147f9693ac842> /System/Library/PrivateFrameworks/CameraKit.framework/CameraKit
0x1b0b8b000 - 0x1b0b8cfff MessageSupport arm64  <04dd3c8467823b9ab426de2fc0124544> /System/Library/PrivateFrameworks/MessageSupport.framework/MessageSupport
0x1b0be9000 - 0x1b0c57fff AppStoreDaemon arm64  <8d80d5b9fad33f18bb277b5a6ffebc05> /System/Library/PrivateFrameworks/AppStoreDaemon.framework/AppStoreDaemon
0x1b0cb2000 - 0x1b0cbafff SymptomDiagnosticReporter arm64  <7fe89de3ecb2381b9cb74e6497ff3745> /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/SymptomDiagnosticReporter
0x1b0cbb000 - 0x1b0cbdfff IOSurfaceAccelerator arm64  <c4152242d2a53ea392df320602a752ca> /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/IOSurfaceAccelerator
0x1b0cbe000 - 0x1b0d6cfff AssetsLibraryServices arm64  <48d669ea5de33f88825ea8ff1fd2ed93> /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices
0x1b0d6d000 - 0x1b0d9bfff DataAccessExpress arm64  <4870fda4a66e3c03af6f40cc700dfebc> /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress
0x1b0d9c000 - 0x1b0e0afff EmailFoundation arm64  <712148eac5f33c09ad5ca87c73a985e9> /System/Library/PrivateFrameworks/EmailFoundation.framework/EmailFoundation
0x1b0e0b000 - 0x1b0e1ffff CoreFollowUp arm64  <3f426f64986f3431ba5d5dc3759c498d> /System/Library/PrivateFrameworks/CoreFollowUp.framework/CoreFollowUp
0x1b0e20000 - 0x1b0e28fff FamilyCircle arm64  <a927cdfa40423229a826984b4a556883> /System/Library/PrivateFrameworks/FamilyCircle.framework/FamilyCircle
0x1b0e29000 - 0x1b0e3efff libcoretls.dylib arm64  <b156216516c03cf1a824793d4c5e6a1e> /usr/lib/libcoretls.dylib
0x1b0e95000 - 0x1b0f26fff libate.dylib arm64  <f2d030ff44363292ba62b4eeba78290d> /usr/lib/libate.dylib
0x1b21d7000 - 0x1b2225fff FTServices arm64  <8200be85df163301b8ff129147fb083f> /System/Library/PrivateFrameworks/FTServices.framework/FTServices
0x1b22c6000 - 0x1b22d6fff MaterialKit arm64  <0056d99289d73b2b9cd3101ad3654031> /System/Library/PrivateFrameworks/MaterialKit.framework/MaterialKit
0x1b22d7000 - 0x1b2341fff SAObjects arm64  <1843eaa6d35934bb95e80b4f8e3a6ea4> /System/Library/PrivateFrameworks/SAObjects.framework/SAObjects
0x1b2342000 - 0x1b234cfff CoreRecents arm64  <c87fff64cb023a2eb4f2528f1edc5624> /System/Library/PrivateFrameworks/CoreRecents.framework/CoreRecents
0x1b234d000 - 0x1b2393fff MIME arm64  <294dd9dc59bf39fe846c4c6acbd79ad1> /System/Library/PrivateFrameworks/MIME.framework/MIME
0x1b23f5000 - 0x1b2402fff DataMigration arm64  <8f1d8a0bb9e43ebc9e701932ba8a1e1c> /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
0x1b2507000 - 0x1b2562fff EmailCore arm64  <9004f3f5e73b3e1a8b86d71a447d18b4> /System/Library/PrivateFrameworks/EmailCore.framework/EmailCore
0x1b25b6000 - 0x1b25dafff IconServices arm64  <6760398284583c048830f768dcf664b0> /System/Library/PrivateFrameworks/IconServices.framework/IconServices
0x1b25db000 - 0x1b27c8fff iTunesCloud arm64  <4c4f6a79e2623fb9840854aaa49f2dc3> /System/Library/PrivateFrameworks/iTunesCloud.framework/iTunesCloud
0x1b27c9000 - 0x1b2a8dfff MusicLibrary arm64  <4e63d976b63736a09dc313fc7e3d9a52> /System/Library/PrivateFrameworks/MusicLibrary.framework/MusicLibrary
0x1b2a8e000 - 0x1b2a8ffff WatchdogClient arm64  <aec1239651193219befe9838e2809ada> /System/Library/PrivateFrameworks/WatchdogClient.framework/WatchdogClient
0x1b2a90000 - 0x1b2aa1fff libprequelite.dylib arm64  <4546b5ab7cf636cfa3fce6f66566a6a2> /usr/lib/libprequelite.dylib
0x1b2ac6000 - 0x1b2acbfff IDSKVStore arm64  <dcda3d4ad2ed32d89ffd5aab1b342d5c> /System/Library/PrivateFrameworks/IDSKVStore.framework/IDSKVStore
0x1b2acc000 - 0x1b2adcfff CoreEmoji arm64  <9c62f4899b843203b6277df1548a2057> /System/Library/PrivateFrameworks/CoreEmoji.framework/CoreEmoji
0x1b2add000 - 0x1b2b74fff Email arm64  <c3bfb8e59f983b80a14750ad4a400223> /System/Library/PrivateFrameworks/Email.framework/Email
0x1b2b75000 - 0x1b2bd9fff ClassKit arm64  <ceb2833f4dbd33be8a287c03b6cea460> /System/Library/Frameworks/ClassKit.framework/ClassKit
0x1b2c45000 - 0x1b2c52fff CPMS arm64  <fffd9e689b5f32dfbf1b24e8a98cc3d8> /System/Library/PrivateFrameworks/CPMS.framework/CPMS
0x1b2c53000 - 0x1b2c5bfff RTCReporting arm64  <4956425a4c453b02980028575f51f19d> /System/Library/PrivateFrameworks/RTCReporting.framework/RTCReporting
0x1b2db7000 - 0x1b2e03fff MobileBackup arm64  <a9de7889048339098f219f2d1e96bc29> /System/Library/PrivateFrameworks/MobileBackup.framework/MobileBackup
0x1b2eb2000 - 0x1b2eb9fff CoreTime arm64  <819c7a0291053ab59e6962d89046be61> /System/Library/PrivateFrameworks/CoreTime.framework/CoreTime
0x1b2f01000 - 0x1b303ffff IMDPersistence arm64  <fc71c214405b39eeb8547dd681c31698> /System/Library/PrivateFrameworks/IMDPersistence.framework/IMDPersistence
0x1b30b6000 - 0x1b315bfff DistributedEvaluation arm64  <2f4481e6089a32f1a95040654dd350a2> /System/Library/PrivateFrameworks/DistributedEvaluation.framework/DistributedEvaluation
0x1b315c000 - 0x1b31aafff DataAccess arm64  <511e280e55533839a44f767d5f55e488> /System/Library/PrivateFrameworks/DataAccess.framework/DataAccess
0x1b34e6000 - 0x1b3539fff ToneLibrary arm64  <820cd5e145cf3638adf4d8bd39899ea3> /System/Library/PrivateFrameworks/ToneLibrary.framework/ToneLibrary
0x1b353a000 - 0x1b37d2fff CoreNavigation arm64  <f9c3b0d3dfde3ae9ae495a77882e3af8> /System/Library/PrivateFrameworks/CoreNavigation.framework/CoreNavigation
0x1b37d3000 - 0x1b37f1fff AppConduit arm64  <2f2102d9d6b53e98bfa84978ed4b58d4> /System/Library/PrivateFrameworks/AppConduit.framework/AppConduit
0x1b37f2000 - 0x1b380afff IntlPreferences arm64  <d9bfead568aa305a9c5c1d6c94b4432c> /System/Library/PrivateFrameworks/IntlPreferences.framework/IntlPreferences
0x1b3bb8000 - 0x1b3ca6fff CoreBrightness arm64  <f1c804011f28311c9d97cb76323ca61e> /System/Library/PrivateFrameworks/CoreBrightness.framework/CoreBrightness
0x1b3ca7000 - 0x1b3caefff libIOReport.dylib arm64  <10f1d251510b37f98d7c266c5a542b66> /usr/lib/libIOReport.dylib
0x1b3e12000 - 0x1b3e36fff GameController arm64  <407b19e287243ff29e7861dd4d0012ad> /System/Library/Frameworks/GameController.framework/GameController
0x1b3e37000 - 0x1b406bfff libBNNS.dylib arm64  <01942ad29a4c351eaa5544085a064306> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBNNS.dylib
0x1b406c000 - 0x1b4073fff StudyLog arm64  <2932aac76ead300d8db77a325e1e1d7c> /System/Library/PrivateFrameworks/StudyLog.framework/StudyLog
0x1b419e000 - 0x1b46ddfff libAudioDSP.dylib arm64  <b51d57f88395361190c8f73ec6e79819> /System/Library/Frameworks/AudioToolbox.framework/libAudioDSP.dylib
0x1b46de000 - 0x1b4bd7fff AudioCodecs arm64  <0977207de14f3817b7cdb34f9f076c5d> /System/Library/Frameworks/AudioToolbox.framework/AudioCodecs
0x1b4c30000 - 0x1b4c97fff ScreenTimeCore arm64  <bd207bf66ea33caeb418c1be7d5ae6c2> /System/Library/PrivateFrameworks/ScreenTimeCore.framework/ScreenTimeCore
0x1b52a8000 - 0x1b52bafff LocalAuthentication arm64  <afcbd865788f3e35babec7dcf41193c1> /System/Library/Frameworks/LocalAuthentication.framework/LocalAuthentication
0x1b52bb000 - 0x1b52bffff CommunicationsFilter arm64  <5e02c60c8e3930f7990f070f2d7e9701> /System/Library/PrivateFrameworks/CommunicationsFilter.framework/CommunicationsFilter
0x1b52c0000 - 0x1b52e2fff AddressBook arm64  <fbb9a786418336fbbf134a0b1d20669c> /System/Library/Frameworks/AddressBook.framework/AddressBook
0x1b52e3000 - 0x1b52eefff CaptiveNetwork arm64  <a0a392efaae0307e96c233eff40533be> /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork
0x1b52f0000 - 0x1b5405fff SpriteKit arm64  <29f2043a1a1a36338f4514749bb7a284> /System/Library/Frameworks/SpriteKit.framework/SpriteKit
0x1b5406000 - 0x1b543efff Proximity arm64  <10017cc0315d38f3affa4c8e6d377538> /System/Library/PrivateFrameworks/Proximity.framework/Proximity
0x1b543f000 - 0x1b54effff libBLAS.dylib arm64  <79cc9111f6503d618043b69e3f57a8eb> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib
0x1b54f0000 - 0x1b54fefff CTCarrierSpace arm64  <2c14bfa8f7b63726bfc073425be011f6> /System/Library/PrivateFrameworks/CTCarrierSpace.framework/CTCarrierSpace
0x1b5d09000 - 0x1b5dd4fff CoreParsec arm64  <c84dcdf30c303c4397b254c3640dd2ce> /System/Library/PrivateFrameworks/CoreParsec.framework/CoreParsec
0x1b5fc3000 - 0x1b5fdefff libtailspin.dylib arm64  <f7e7432a44d83203a452e2c67c1d7367> /usr/lib/libtailspin.dylib
0x1b601d000 - 0x1b603afff KeychainCircle arm64  <ea76a07dd39836bea15ce6ac90aebd75> /System/Library/PrivateFrameworks/KeychainCircle.framework/KeychainCircle
0x1b603b000 - 0x1b604ffff ContactsDonation arm64  <f93c2001d4ff3ca5a1936c1e3a74c632> /System/Library/PrivateFrameworks/ContactsDonation.framework/ContactsDonation
0x1b609a000 - 0x1b60a3fff MobileActivation arm64  <61af7d53190e3a44928fbf8d4e0749fc> /System/Library/PrivateFrameworks/MobileActivation.framework/MobileActivation
0x1b6124000 - 0x1b6132fff MobileIcons arm64  <be253ee8bbb333798c76178a57ee4e7f> /System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons
0x1b6133000 - 0x1b6232fff ResponseKit arm64  <2908808b54213cc49f5f3c913a84bd38> /System/Library/PrivateFrameworks/ResponseKit.framework/ResponseKit
0x1b624f000 - 0x1b6288fff Notes arm64  <aa67831a61f23ac0923848668aa16236> /System/Library/PrivateFrameworks/Notes.framework/Notes
0x1b6289000 - 0x1b62a0fff MetalKit arm64  <639fe900d63b3880917fb016940ac87f> /System/Library/Frameworks/MetalKit.framework/MetalKit
0x1b62f9000 - 0x1b6343fff CoreHaptics arm64  <fc402f5b33ef3dd5a45a8c2642ab076c> /System/Library/Frameworks/CoreHaptics.framework/CoreHaptics
0x1b6344000 - 0x1b640cfff ProofReader arm64  <2483754368d135358b1435035f7b78b2> /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader
0x1b645b000 - 0x1b6466fff EmailAddressing arm64  <6282c80ed1ae36d59a2744c55d94deab> /System/Library/PrivateFrameworks/EmailAddressing.framework/EmailAddressing
0x1b6467000 - 0x1b647cfff MailServices arm64  <6313273c32e4335eb81bd1e62bad9c75> /System/Library/PrivateFrameworks/MailServices.framework/MailServices
0x1b647d000 - 0x1b650cfff CoreSymbolication arm64  <b1c9c665c1893612b2e1c0bdab7a02bd> /System/Library/PrivateFrameworks/CoreSymbolication.framework/CoreSymbolication
0x1b650d000 - 0x1b6513fff IdleTimerServices arm64  <802865a0d6f337fc9eda69c713233135> /System/Library/PrivateFrameworks/IdleTimerServices.framework/IdleTimerServices
0x1b66db000 - 0x1b66defff FTClientServices arm64  <ece5898c9bcf3f42a22151b980b9ace6> /System/Library/PrivateFrameworks/FTClientServices.framework/FTClientServices
0x1b66df000 - 0x1b6744fff ContactsUICore arm64  <809101bb8b6c3f1a8b508f75b0908f35> /System/Library/PrivateFrameworks/ContactsUICore.framework/ContactsUICore
0x1b6ba0000 - 0x1b6be7fff LoggingSupport arm64  <24c943753378364c8d30b901d874a5f1> /System/Library/PrivateFrameworks/LoggingSupport.framework/LoggingSupport
0x1b6ceb000 - 0x1b6d44fff ProtectedCloudStorage arm64  <9338f1276ef2313b902738327d71156b> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/ProtectedCloudStorage
0x1b6d45000 - 0x1b6e0dfff GLEngine arm64  <82891cdb94c93643ba7c2964235c3d1f> /System/Library/Frameworks/OpenGLES.framework/GLEngine.bundle/GLEngine
0x1b6e0e000 - 0x1b6e2afff AppleMetalGLRenderer arm64  <9bbffcd1348e38c7b7015b0de31b424c> /System/Library/Extensions/AppleMetalGLRenderer.bundle/AppleMetalGLRenderer
0x1b6e2b000 - 0x1b6e33fff OpenGLES arm64  <604e4d2b07c1328397e443cf3bfa48b6> /System/Library/Frameworks/OpenGLES.framework/OpenGLES
0x1b6e34000 - 0x1b6f92fff libGLProgrammability.dylib arm64  <b3646f673d22372ca57b7aa6adeecb10> /System/Library/Frameworks/OpenGLES.framework/libGLProgrammability.dylib
0x1b6f93000 - 0x1b6f9bfff libGFXShared.dylib arm64  <c80a125e96123abba080192c978d7cd9> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
0x1b6f9c000 - 0x1b6fd1fff SharedUtils arm64  <d853d81c74a23ed48c5fce28b0519501> /System/Library/Frameworks/LocalAuthentication.framework/Support/SharedUtils.framework/SharedUtils
0x1b6fd2000 - 0x1b701ffff PhotosFormats arm64  <aa10f36ee4313a678d1b83c3786eff73> /System/Library/PrivateFrameworks/PhotosFormats.framework/PhotosFormats
0x1b703f000 - 0x1b784ffff CoreRE arm64  <280b4cb898043bd3bad214d1d178cc46> /System/Library/PrivateFrameworks/CoreRE.framework/CoreRE
0x1b7850000 - 0x1b830efff AppleCV3D arm64  <9b9af1c8ed663a399025021f2c55de14> /System/Library/PrivateFrameworks/AppleCV3D.framework/AppleCV3D
0x1b830f000 - 0x1b853bfff ARKit arm64  <bebc7c8c4acc3f01a24276487d7965c8> /System/Library/Frameworks/ARKit.framework/ARKit
0x1b853c000 - 0x1b862bfff AvatarUI arm64  <af71859d25ba3c1780b3d8e9d00ae131> /System/Library/PrivateFrameworks/AvatarUI.framework/AvatarUI
0x1b862c000 - 0x1b8668fff StreamingZip arm64  <e82cf05374cb3231a3c5e684ee08e84b> /System/Library/PrivateFrameworks/StreamingZip.framework/StreamingZip
0x1b94dd000 - 0x1b94e0fff InternationalTextSearch arm64  <9662ee215e3a3d7fbe5111de8e06a777> /System/Library/PrivateFrameworks/InternationalTextSearch.framework/InternationalTextSearch
0x1b94fe000 - 0x1b951afff AssetCacheServices arm64  <9b1979e1641635f780d96135e4b3fe01> /System/Library/PrivateFrameworks/AssetCacheServices.framework/AssetCacheServices
0x1b99f1000 - 0x1b9a2efff PhotosPlayer arm64  <15406bee96ba384a843a84d1dfceb329> /System/Library/PrivateFrameworks/PhotosPlayer.framework/PhotosPlayer
0x1b9a45000 - 0x1b9e87fff AVConference arm64  <cfe56622f623364bb7c2c22880589716> /System/Library/PrivateFrameworks/AVConference.framework/AVConference
0x1b9e88000 - 0x1b9e8dfff IncomingCallFilter arm64  <f8f9814206fa3d2badd358215fcab606> /System/Library/PrivateFrameworks/IncomingCallFilter.framework/IncomingCallFilter
0x1b9ea9000 - 0x1b9ec1fff NetworkStatistics arm64  <a702231f3a793df7b9696e5d9440fd93> /System/Library/PrivateFrameworks/NetworkStatistics.framework/NetworkStatistics
0x1ba32c000 - 0x1ba332fff Netrb arm64  <db55a7b46e3e35d19858dfaf22cb0c08> /System/Library/PrivateFrameworks/Netrb.framework/Netrb
0x1ba336000 - 0x1ba369fff EAP8021X arm64  <881fc2429f963a45991e8db95d80cc15> /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X
0x1ba36a000 - 0x1ba36cfff OSAServicesClient arm64  <d40c8023ead233cfa89b65bd16d5d7aa> /System/Library/PrivateFrameworks/OSAServicesClient.framework/OSAServicesClient
0x1ba4f0000 - 0x1ba4f4fff libgermantok.dylib arm64  <b30139e2556032a7b45c712ec628b797> /usr/lib/libgermantok.dylib
0x1ba4f5000 - 0x1ba5a7fff libmecab.dylib arm64  <528a16b2ac603eafb22f2ce03f88cfa3> /usr/lib/libmecab.dylib
0x1ba5a8000 - 0x1ba5e3fff Catalyst arm64  <c4e04285ae523ca48a9ebdb88e5d6794> /System/Library/PrivateFrameworks/Catalyst.framework/Catalyst
0x1ba6a0000 - 0x1ba6b8fff EmojiFoundation arm64  <c529c7006a243977b2fc756688c76da1> /System/Library/PrivateFrameworks/EmojiFoundation.framework/EmojiFoundation
0x1ba751000 - 0x1ba78dfff VoiceServices arm64  <c1a138b7c4943a349836cb51bdd75979> /System/Library/PrivateFrameworks/VoiceServices.framework/VoiceServices
0x1ba78e000 - 0x1ba8a4fff Navigation arm64  <87b7f210343337ffb6511b046182d94a> /System/Library/PrivateFrameworks/Navigation.framework/Navigation
0x1ba99f000 - 0x1baaa5fff libEmbeddedSystemAUs.dylib arm64  <85e1403a09b63697bcc7c1b348b1e149> /System/Library/Frameworks/AudioToolbox.framework/libEmbeddedSystemAUs.dylib
0x1baaa6000 - 0x1babbbfff AvatarKit arm64  <8860a3efd9283d859439e6ecc1c390af> /System/Library/PrivateFrameworks/AvatarKit.framework/AvatarKit
0x1babbc000 - 0x1babcafff CoreDuetDaemonProtocol arm64  <0ac2c75be0dc347389b78ad94eeacfb7> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/CoreDuetDaemonProtocol
0x1babcb000 - 0x1babeafff FTAWD arm64  <8f8301a656433cbf8bf5f6b6321be47d> /System/Library/PrivateFrameworks/FTAWD.framework/FTAWD
0x1bc19d000 - 0x1bc19ffff OAuth arm64  <237248e78d693f699ea0b03e8709269a> /System/Library/PrivateFrameworks/OAuth.framework/OAuth
0x1bc43a000 - 0x1bc475fff DifferentialPrivacy arm64  <ddf6806db8623829a7156f98b861f561> /System/Library/PrivateFrameworks/DifferentialPrivacy.framework/DifferentialPrivacy
0x1bc70b000 - 0x1bc726fff CoreCDP arm64  <c3a73be9f69534ef9cf2af83d34166b2> /System/Library/PrivateFrameworks/CoreCDP.framework/CoreCDP
0x1bc727000 - 0x1bc8bffff EmailDaemon arm64  <4641b63d05bb3a6296304fb99b074e73> /System/Library/PrivateFrameworks/EmailDaemon.framework/EmailDaemon
0x1bcc23000 - 0x1bcc4efff MailSupport arm64  <46c86dc4d3fa32b1a5951332a9cee50d> /System/Library/PrivateFrameworks/MailSupport.framework/MailSupport
0x1bcc4f000 - 0x1bccbdfff libarchive.2.dylib arm64  <e5188a8a02a03c75b9048781d41547c2> /usr/lib/libarchive.2.dylib
0x1bccbe000 - 0x1bcceefff C2 arm64  <c86ff092ad233757b557898d59b73a75> /System/Library/PrivateFrameworks/C2.framework/C2
0x1bccef000 - 0x1bcd22fff NaturalLanguage arm64  <c538b08414453ba29d54198c2c4cd0f6> /System/Library/Frameworks/NaturalLanguage.framework/NaturalLanguage
0x1bcdb5000 - 0x1bcdb6fff libsystem_coreservices.dylib arm64  <600c7f6d924d3823bd9327d7558cc61c> /usr/lib/system/libsystem_coreservices.dylib
0x1bcdc8000 - 0x1bcddafff libmis.dylib arm64  <3f17d308a52238f58452f82c9917d7dc> /usr/lib/libmis.dylib
0x1bce31000 - 0x1bce3efff DCIMServices arm64  <50a177b0431d3db289414a2fd5ba93f1> /System/Library/PrivateFrameworks/DCIMServices.framework/DCIMServices
0x1bce3f000 - 0x1bcf8ffff CloudPhotoLibrary arm64  <55162b93a1053296924bc2f9d9797df2> /System/Library/PrivateFrameworks/CloudPhotoLibrary.framework/CloudPhotoLibrary
0x1bcf90000 - 0x1bcfc9fff ContactsAutocomplete arm64  <1f9053b420273b5aa885a671a69c8738> /System/Library/PrivateFrameworks/ContactsAutocomplete.framework/ContactsAutocomplete
0x1bcfca000 - 0x1bcfd2fff libcopyfile.dylib arm64  <5c00c4e5e50f3510bd01ed6279058308> /usr/lib/system/libcopyfile.dylib
0x1bd334000 - 0x1bd3c8fff AccountsDaemon arm64  <8206296baef1362f8750fa120df80e69> /System/Library/PrivateFrameworks/AccountsDaemon.framework/AccountsDaemon
0x1bd3c9000 - 0x1bd3d4fff AppleIDSSOAuthentication arm64  <560e7e1e694e39588f7c5551a2e2c4e6> /System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/AppleIDSSOAuthentication
0x1bd3d5000 - 0x1bd3e8fff SettingsFoundation arm64  <2f10b1d47cf83168bea690d34c716bd9> /System/Library/PrivateFrameworks/SettingsFoundation.framework/SettingsFoundation
0x1bd524000 - 0x1bd5a6fff Symbolication arm64  <d3a5f3142ef73f40b8e142280fcfe027> /System/Library/PrivateFrameworks/Symbolication.framework/Symbolication
0x1bd5a7000 - 0x1bd609fff GameplayKit arm64  <6f41f5c7f4e63e2d9c719d6ab4d8bafe> /System/Library/Frameworks/GameplayKit.framework/GameplayKit
0x1bd60a000 - 0x1bd75afff GameCenterUI arm64  <8123111a65a632c5a0ace1b15f39d423> /System/Library/PrivateFrameworks/GameCenterUI.framework/GameCenterUI
0x1bd75b000 - 0x1bd7a8fff ChunkingLibrary arm64  <36f9e5cf0d843a36941161bf263360c3> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/ChunkingLibrary
0x1bd7ac000 - 0x1bd7b0fff DAAPKit arm64  <0bc21d54c27c31179f521851515a91fc> /System/Library/PrivateFrameworks/DAAPKit.framework/DAAPKit
0x1bdc86000 - 0x1bdc88fff CoreDuetDebugLogging arm64  <7a624f9e73f23749a1ed6565c2806fda> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/CoreDuetDebugLogging
0x1be7ae000 - 0x1be7ecfff SignpostSupport arm64  <99baaa120ac63c5fa24a1f7c73bf3698> /System/Library/PrivateFrameworks/SignpostSupport.framework/SignpostSupport
0x1bea81000 - 0x1bea8afff SignpostCollection arm64  <665fd99ec6ef31adadb9b8a4908d8f90> /System/Library/PrivateFrameworks/SignpostCollection.framework/SignpostCollection
0x1bf1b6000 - 0x1bf1bcfff URLFormatting arm64  <bacc82fc1e53321294feac49a8fd0c1b> /System/Library/PrivateFrameworks/URLFormatting.framework/URLFormatting
0x1bf1d1000 - 0x1bf277fff MMCS arm64  <264b3829c67e3a3fb9415e81eed9d30d> /System/Library/PrivateFrameworks/MMCS.framework/MMCS
0x1bf2d0000 - 0x1bf4fcfff MobileSpotlightIndex arm64  <32b5883183633d8791f88047598594c4> /System/Library/PrivateFrameworks/MobileSpotlightIndex.framework/MobileSpotlightIndex
0x1bf91b000 - 0x1bf961fff CoreLocationProtobuf arm64  <f7abbf887805383791306149dc7eb14f> /System/Library/PrivateFrameworks/CoreLocationProtobuf.framework/CoreLocationProtobuf
0x1bfa15000 - 0x1bfa91fff Quagga arm64  <af1edc0b28dd3435a4cc2327de99d6d3> /System/Library/PrivateFrameworks/Quagga.framework/Quagga
0x1bfd29000 - 0x1bfd37fff libAXSpeechManager.dylib arm64  <8821a1beb3f63f8390a3465f7bea8c53> /usr/lib/libAXSpeechManager.dylib
0x1bfd9c000 - 0x1bfdb1fff libEDR arm64  <f62e9b9d21e737b5aa0b15aef959143f> /System/Library/PrivateFrameworks/libEDR.framework/libEDR
0x1bfdb2000 - 0x1bfdbbfff IMTranscoding arm64  <eabd7d53721331a7b371c981b3993d5f> /System/Library/PrivateFrameworks/IMTranscoding.framework/IMTranscoding
0x1c06f1000 - 0x1c09d3fff VideoProcessing arm64  <23dc283060eb36e389dbde74b2fc95fe> /System/Library/PrivateFrameworks/VideoProcessing.framework/VideoProcessing
0x1c09d4000 - 0x1c09e2fff libperfcheck.dylib arm64  <c827f52d1a803b619c50f05e5dd8b7c5> /usr/lib/libperfcheck.dylib
0x1c09e3000 - 0x1c09eefff libAudioStatistics.dylib arm64  <c999faa07a8f3fcc997bc5f6e7b9b45a> /usr/lib/libAudioStatistics.dylib
0x1c0bb5000 - 0x1c0bc5fff caulk arm64  <24522efcb725360b943653fa2b476a03> /System/Library/PrivateFrameworks/caulk.framework/caulk
0x1c0c04000 - 0x1c0c0afff MobileSystemServices arm64  <fe757939bae73b6d973ace77fea3c87f> /System/Library/PrivateFrameworks/MobileSystemServices.framework/MobileSystemServices
0x1c0da0000 - 0x1c0db9fff TextToSpeech arm64  <0f671f4e59f0345da7fff109eb88864b> /System/Library/PrivateFrameworks/TextToSpeech.framework/TextToSpeech
0x1c0dc2000 - 0x1c0dfdfff ViceroyTrace arm64  <a9c092991efd3c99b856f2652357904b> /System/Library/PrivateFrameworks/AVConference.framework/Frameworks/ViceroyTrace.framework/ViceroyTrace
0x1c0e7e000 - 0x1c0e9cfff CloudServices arm64  <da5c114e6b1c373bb456af007f3bb730> /System/Library/PrivateFrameworks/CloudServices.framework/CloudServices
0x1c1b17000 - 0x1c1b3cfff CloudKitCode arm64  <77c30d2b4db53c5a8c997681eed29879> /System/Library/PrivateFrameworks/CloudKitCode.framework/CloudKitCode
0x1c1c7e000 - 0x1c1d38fff CloudKitCodeProtobuf arm64  <fa72b541fee533acbec7e23bf64c212b> /System/Library/PrivateFrameworks/CloudKitCodeProtobuf.framework/CloudKitCodeProtobuf
0x1c1d39000 - 0x1c1d43fff HID arm64  <888d3ab055d73e5cb7ea184f62ea6806> /System/Library/PrivateFrameworks/HID.framework/HID
0x1c1d70000 - 0x1c1da9fff libGLImage.dylib arm64  <4b650111ce0e3ae1bec728cbb07165d7> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
0x1c21a6000 - 0x1c21b7fff libSparseBLAS.dylib arm64  <8913dba9e4da3bb68254d453e933106f> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparseBLAS.dylib
0x1c21b8000 - 0x1c21cbfff Engram arm64  <e3f1366a86a03c2487d5d6fbb368ae9b> /System/Library/PrivateFrameworks/Engram.framework/Engram
0x1c2242000 - 0x1c227cfff DataDetectorsNaturalLanguage arm64  <fe6e01f0b71439f884638634f6502c9a> /System/Library/PrivateFrameworks/DataDetectorsNaturalLanguage.framework/DataDetectorsNaturalLanguage
0x1c2573000 - 0x1c257bfff FSEvents arm64  <06304d064c9c3220b972b22e6b99dcb7> /System/Library/PrivateFrameworks/FSEvents.framework/FSEvents
0x1c258b000 - 0x1c2607fff CoreDAV arm64  <5de76699b852339e83a9961f4996f863> /System/Library/PrivateFrameworks/CoreDAV.framework/CoreDAV
0x1c2eec000 - 0x1c2efcfff RemoteTextInput arm64  <067c806ccba83614bb44c3c09c197142> /System/Library/PrivateFrameworks/RemoteTextInput.framework/RemoteTextInput
0x1c2f25000 - 0x1c2f54fff iCalendar arm64  <dc20ced8ddca3441b7aab47454e8dd69> /System/Library/PrivateFrameworks/iCalendar.framework/iCalendar
0x1c2f71000 - 0x1c2f7afff CloudPhotoServices arm64  <ce917f359cc23d92a24e1f61d678a0b1> /System/Library/PrivateFrameworks/CloudPhotoServices.framework/CloudPhotoServices
0x1c2fb9000 - 0x1c2fcdfff libLinearAlgebra.dylib arm64  <d86996ad71583cd08e6e893eb63fe239> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLinearAlgebra.dylib
0x1c3061000 - 0x1c315bfff ConfigurationEngineModel arm64  <7d92edb5f10938d7874cc995869bee7b> /System/Library/PrivateFrameworks/ConfigurationEngineModel.framework/ConfigurationEngineModel
0x1c315c000 - 0x1c3163fff CertUI arm64  <0a6830e4bb03304e83b7987210b69283> /System/Library/PrivateFrameworks/CertUI.framework/CertUI
0x1c3275000 - 0x1c3283fff CoreAUC arm64  <90948f76ec2035b5a37527f9c43d0e20> /System/Library/PrivateFrameworks/CoreAUC.framework/CoreAUC
0x1c3c1b000 - 0x1c3c61fff PhysicsKit arm64  <fd58aa9b771d301394ec51eb06253254> /System/Library/PrivateFrameworks/PhysicsKit.framework/PhysicsKit
0x1c3c62000 - 0x1c3cb3fff CorePrediction arm64  <611a49a6b7c738b4bdf5ee20b478d513> /System/Library/PrivateFrameworks/CorePrediction.framework/CorePrediction
0x1c40a4000 - 0x1c40f1fff SafariSafeBrowsing arm64  <8ca67f40ab7d393c823233a86faf73b5> /System/Library/PrivateFrameworks/SafariSafeBrowsing.framework/SafariSafeBrowsing
0x1c414d000 - 0x1c417dfff OpenAL arm64  <2789c1c24f59351ab4dbebb9ae6c5894> /System/Library/Frameworks/OpenAL.framework/OpenAL
0x1c449b000 - 0x1c4511fff HomeSharing arm64  <c5fc47dcf9d0337f89308b92b4cd6ab0> /System/Library/PrivateFrameworks/HomeSharing.framework/HomeSharing
0x1c45a0000 - 0x1c45befff GenerationalStorage arm64  <86771d0e35663419bc7e0a0bbcc9ca0a> /System/Library/PrivateFrameworks/GenerationalStorage.framework/GenerationalStorage
0x1c45bf000 - 0x1c45d6fff IMSharedUI arm64  <4b711e9f795e34fcb49128739c65fea1> /System/Library/PrivateFrameworks/IMSharedUI.framework/IMSharedUI
0x1c4621000 - 0x1c462cfff PersonaKit arm64  <32200c628e063858a8b950cf6f7e2774> /System/Library/PrivateFrameworks/PersonaKit.framework/PersonaKit
0x1c462d000 - 0x1c4639fff PersonaUI arm64  <278d5acbade0350ab120e70178490f6d> /System/Library/PrivateFrameworks/PersonaUI.framework/PersonaUI
0x1c4a46000 - 0x1c4a4bfff kperf arm64  <32595fbecfff32cd9c6311306bb94b9d> /System/Library/PrivateFrameworks/kperf.framework/kperf
0x1c4c23000 - 0x1c4c56fff libpcap.A.dylib arm64  <90e142a0cf673ed6a35eb85c7d41b010> /usr/lib/libpcap.A.dylib
0x1c4ed3000 - 0x1c4f14fff CoreCDPInternal arm64  <1df9fd5477773df09c1846532327c1a5> /System/Library/PrivateFrameworks/CoreCDPInternal.framework/CoreCDPInternal
0x1c4f8d000 - 0x1c5027fff libvDSP.dylib arm64  <ebefdfa70bae35c09329aea07c69bca7> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib
0x1c5028000 - 0x1c5052fff vCard arm64  <beb09a2b8a1f397ebd5f2587f50ca690> /System/Library/PrivateFrameworks/vCard.framework/vCard
0x1c509a000 - 0x1c5124fff SampleAnalysis arm64  <084ef282a4bd35618c253139b5e27c52> /System/Library/PrivateFrameworks/SampleAnalysis.framework/SampleAnalysis
0x1c5125000 - 0x1c5131fff IntentsFoundation arm64  <9e48c8dcb5f938c1afa304fbfa856a6f> /System/Library/PrivateFrameworks/IntentsFoundation.framework/IntentsFoundation
0x1c531e000 - 0x1c53adfff MediaPlatform arm64  <44b95f5878533051aab0c0b75cbf97f5> /System/Library/PrivateFrameworks/MediaPlatform.framework/MediaPlatform
0x1c53ae000 - 0x1c56befff MediaLibraryCore arm64  <be7bc4cc2748393e88b2cd2447bf31ca> /System/Library/PrivateFrameworks/MediaLibraryCore.framework/MediaLibraryCore
0x1c5721000 - 0x1c5759fff PhotosImagingFoundation arm64  <9f759d4e2e793a4fa1747a2057ddf8ff> /System/Library/PrivateFrameworks/PhotosImagingFoundation.framework/PhotosImagingFoundation
0x1c575a000 - 0x1c577bfff MediaConversionService arm64  <4fb4c3cfd5bf3968a362ea05047fedcf> /System/Library/PrivateFrameworks/MediaConversionService.framework/MediaConversionService
0x1c577c000 - 0x1c5799fff MediaStream arm64  <f63843fa994b3dbb900cb016c05d1bf9> /System/Library/PrivateFrameworks/MediaStream.framework/MediaStream
0x1c579a000 - 0x1c5894fff CoreMediaStream arm64  <7ab6ec28325b3c6a95499696dd792ce1> /System/Library/PrivateFrameworks/CoreMediaStream.framework/CoreMediaStream
0x1c58aa000 - 0x1c58c1fff StorageSettings arm64  <70f7e14b276531469a96a97105fe7d24> /System/Library/PrivateFrameworks/StorageSettings.framework/StorageSettings
0x1c598e000 - 0x1c5a93fff AGXMetalA11 arm64  <49393282f18c3d1686202a037525047c> /System/Library/Extensions/AGXMetalA11.bundle/AGXMetalA11
0x1c5aa1000 - 0x1c5ab3fff IOHIDLib arm64  <1868a13e926230dda3241d748509debc> /System/Library/Extensions/IOHIDFamily.kext/PlugIns/IOHIDLib.plugin/IOHIDLib
0x1c5ab4000 - 0x1c5ab4fff Accelerate arm64  <45ed52447abc39cdac12a8b2d3a5a562> /System/Library/Frameworks/Accelerate.framework/Accelerate
0x1c5ab5000 - 0x1c5dcafff libLAPACK.dylib arm64  <b7a586a24fe0368c8b768ae18aa00783> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib
0x1c5dcb000 - 0x1c5dcffff libQuadrature.dylib arm64  <3e867303b3a23f4ea2c16257389b3cfe> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libQuadrature.dylib
0x1c5dd0000 - 0x1c5e29fff libvMisc.dylib arm64  <b8f6029161983603ac94eb3a43f0ca54> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib
0x1c5e2a000 - 0x1c5e2afff vecLib arm64  <5decfb473f053638a3303c3f408b9826> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib
0x1c5e86000 - 0x1c5f7afff Combine arm64  <8016d92b356a360b846755475e69b611> /System/Library/Frameworks/Combine.framework/Combine
0x1c5f8c000 - 0x1c5fdcfff CoreMIDI arm64  <fcedaa6043843503830bb8bf61d60a21> /System/Library/Frameworks/CoreMIDI.framework/CoreMIDI
0x1c616a000 - 0x1c619efff CryptoKit arm64  <d4c4867879e93aea9e31a3665d170139> /System/Library/Frameworks/CryptoKit.framework/CryptoKit
0x1c61b4000 - 0x1c61d9fff GLKit arm64  <9f21572abf613b74bc7055ea08b3ec6b> /System/Library/Frameworks/GLKit.framework/GLKit
0x1c61da000 - 0x1c6207fff GSS arm64  <4a513bda672c344a939dc9779fcd7751> /System/Library/Frameworks/GSS.framework/GSS
0x1c6208000 - 0x1c6208fff GameKit arm64  <a0dcdd8d8ed230c2bdb458e708eb4f90> /System/Library/Frameworks/GameKit.framework/GameKit
0x1c621a000 - 0x1c624bfff MPSCore arm64  <cd17ff49e6bb33d2a0f79c129cb8e990> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/MPSCore
0x1c624c000 - 0x1c62c8fff MPSImage arm64  <1190dfcb2a853e1f8e0dc03312305cfa> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/MPSImage
0x1c62c9000 - 0x1c62eafff MPSMatrix arm64  <186d7ce42ca336a08e230a52bca68681> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/MPSMatrix
0x1c62eb000 - 0x1c62fffff MPSNDArray arm64  <e69bd666fd803d73a946f70ad5506676> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNDArray.framework/MPSNDArray
0x1c6300000 - 0x1c6490fff MPSNeuralNetwork arm64  <af350863ca983467b48ae8c1414f1a1b> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/MPSNeuralNetwork
0x1c6491000 - 0x1c64d5fff MPSRayIntersector arm64  <448f0c28db5f35a497d9a87781a24359> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/MPSRayIntersector
0x1c64d6000 - 0x1c64d6fff MetalPerformanceShaders arm64  <a96a73d467d033c08e4e7335fe465916> /System/Library/Frameworks/MetalPerformanceShaders.framework/MetalPerformanceShaders
0x1c64e3000 - 0x1c64e3fff MobileCoreServices arm64  <367b7c51834a3c9da651e56bc5a19665> /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
0x1c64ee000 - 0x1c64effff libCVMSPluginSupport.dylib arm64  <39f778321ea63e4eb9e9d4652704f22d> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib
0x1c64f0000 - 0x1c64f6fff libCoreFSCache.dylib arm64  <98a9f130bc473f9fb1a6509d862da4f2> /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib
0x1c64f7000 - 0x1c64fcfff libCoreVMClient.dylib arm64  <494e9d3a7eca306f9d41a8b65cb6c749> /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib
0x1c6531000 - 0x1c6568fff QuickLookThumbnailing arm64  <b3addda22d1239e29dbcf56e781b0d2c> /System/Library/Frameworks/QuickLookThumbnailing.framework/QuickLookThumbnailing
0x1c687c000 - 0x1c689bfff ReplayKit arm64  <717dee337bc43562b3e0589e708b030d> /System/Library/Frameworks/ReplayKit.framework/ReplayKit
0x1c689c000 - 0x1c6999fff SoundAnalysis arm64  <9a707042e11235e5a40d0b57bd5ba5fd> /System/Library/Frameworks/SoundAnalysis.framework/SoundAnalysis
0x1c699c000 - 0x1c699cfff UIKit arm64  <4fdb24a3542c3828ba78261029c70a23> /System/Library/Frameworks/UIKit.framework/UIKit
0x1c69be000 - 0x1c6a80fff VisionKit arm64  <b5424b28bfc93b948db3965612639b1f> /System/Library/Frameworks/VisionKit.framework/VisionKit
0x1c6d6b000 - 0x1c6ebdfff ANECompiler arm64  <6b296be830ef3c04aa153d22287b1acb> /System/Library/PrivateFrameworks/ANECompiler.framework/ANECompiler
0x1c6ebe000 - 0x1c6ecefff ANEServices arm64  <3eed4b031c24339abc1a020d7e7722bc> /System/Library/PrivateFrameworks/ANEServices.framework/ANEServices
0x1c6ed7000 - 0x1c6f67fff APFS arm64  <29c8ef70b4b23d3883d504b72e3a05b5> /System/Library/PrivateFrameworks/APFS.framework/APFS
0x1c6f68000 - 0x1c6f6cfff ASEProcessing arm64  <73ea640d90373df2923d9f845bd62f6d> /System/Library/PrivateFrameworks/ASEProcessing.framework/ASEProcessing
0x1c6f86000 - 0x1c6fecfff ICE arm64  <6935b3300da73a628f1ac150589e26ff> /System/Library/PrivateFrameworks/AVConference.framework/Frameworks/ICE.framework/ICE
0x1c6fed000 - 0x1c6fedfff LegacyHandle arm64  <42509c15450b36e5a45ee38539489e97> /System/Library/PrivateFrameworks/AVConference.framework/Frameworks/LegacyHandle.framework/LegacyHandle
0x1c6fee000 - 0x1c6ff4fff SimpleKeyExchange arm64  <5d6320687e1830e3a9023d8b86437af6> /System/Library/PrivateFrameworks/AVConference.framework/Frameworks/SimpleKeyExchange.framework/SimpleKeyExchange
0x1c6ff5000 - 0x1c6ff5fff snatmap arm64  <056774c064f5383bb679752c3d97663a> /System/Library/PrivateFrameworks/AVConference.framework/Frameworks/snatmap.framework/snatmap
0x1c7074000 - 0x1c70b6fff AccessibilitySharedSupport arm64  <73740f6fbba53cb79daec7e998e1b638> /System/Library/PrivateFrameworks/AccessibilitySharedSupport.framework/AccessibilitySharedSupport
0x1c7113000 - 0x1c711efff AccountSettings arm64  <4d807c3fb60f3815831f45ed57d3539f> /System/Library/PrivateFrameworks/AccountSettings.framework/AccountSettings
0x1c780c000 - 0x1c7830fff AppleCV3DMOVKit arm64  <1f0859be4a4f3a808727ea43813d0e38> /System/Library/PrivateFrameworks/AppleCV3DMOVKit.framework/AppleCV3DMOVKit
0x1c7831000 - 0x1c7839fff AppleCV3DModels arm64  <d8df0c8cbc1434c5921141da25f481fc> /System/Library/PrivateFrameworks/AppleCV3DModels.framework/AppleCV3DModels
0x1c783a000 - 0x1c79d6fff AppleCVA arm64  <376095a9fee13fe4ba6ad43aca6bdde8> /System/Library/PrivateFrameworks/AppleCVA.framework/AppleCVA
0x1c7a49000 - 0x1c7a57fff AppleFSCompression arm64  <d9b614c4bf9d3052bb7f6885c21781d0> /System/Library/PrivateFrameworks/AppleFSCompression.framework/AppleFSCompression
0x1c7a5e000 - 0x1c7a68fff AppleIDAuthSupport arm64  <22a9fb7b5603389383650474d5434566> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/AppleIDAuthSupport
0x1c7a69000 - 0x1c7aaafff AppleJPEG arm64  <aa6a4247cc4731b7924c0dd543590751> /System/Library/PrivateFrameworks/AppleJPEG.framework/AppleJPEG
0x1c7af3000 - 0x1c7b04fff AppleNeuralEngine arm64  <054d85f1ea203b98a8a72f3bd4a8392e> /System/Library/PrivateFrameworks/AppleNeuralEngine.framework/AppleNeuralEngine
0x1c7b0b000 - 0x1c7b2efff AppleSauce arm64  <45d33f483aaf39a38150e70c71fc3457> /System/Library/PrivateFrameworks/AppleSauce.framework/AppleSauce
0x1c7c66000 - 0x1c7cbafff AutoLoop arm64  <88916be26e13389f87a607ae028e0bf6> /System/Library/PrivateFrameworks/AutoLoop.framework/AutoLoop
0x1c7d27000 - 0x1c7d57fff Bom arm64  <a112997d23723b4d92ac164ebf6b58c5> /System/Library/PrivateFrameworks/Bom.framework/Bom
0x1c87d1000 - 0x1c87d8fff CommonAuth arm64  <731bac69de8c3062a6f8315f4af2ce23> /System/Library/PrivateFrameworks/CommonAuth.framework/CommonAuth
0x1c8976000 - 0x1c8a6bfff CoreAppleCVA arm64  <6b74df0a45bf32139a1959948276b9e2> /System/Library/PrivateFrameworks/CoreAppleCVA.framework/CoreAppleCVA
0x1c8a6c000 - 0x1c8a8ffff CoreCDPUI arm64  <f8cd643ea665372f8976e1f45fe82446> /System/Library/PrivateFrameworks/CoreCDPUI.framework/CoreCDPUI
0x1c8afb000 - 0x1c8becfff CoreHandwriting arm64  <f3c4b0c08b6b386ca982edd52ae68364> /System/Library/PrivateFrameworks/CoreHandwriting.framework/CoreHandwriting
0x1c8c02000 - 0x1c8c06fff CoreOptimization arm64  <09e499e483dd33cca2ef9d4f4b89a98c> /System/Library/PrivateFrameworks/CoreOptimization.framework/CoreOptimization
0x1c8c7e000 - 0x1c8c81fff CryptoKitCBridging arm64  <6dcb13cdc4c133fa98be5069a8f09fbd> /System/Library/PrivateFrameworks/CryptoKitCBridging.framework/CryptoKitCBridging
0x1c8c82000 - 0x1c8c99fff CryptoKitPrivate arm64  <5ec27bc47b2a3770aac88517be67a5e9> /System/Library/PrivateFrameworks/CryptoKitPrivate.framework/CryptoKitPrivate
0x1c8d51000 - 0x1c8d5cfff DeviceIdentity arm64  <af74f6cb76c733c29ac3091c282b1c8b> /System/Library/PrivateFrameworks/DeviceIdentity.framework/DeviceIdentity
0x1c8d61000 - 0x1c8d62fff DiagnosticLogCollection arm64  <a3fac27a9b953d6ea989e31425189942> /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/DiagnosticLogCollection
0x1c8eeb000 - 0x1c8f06fff DocumentManagerCore arm64  <ff2cf2538dd43d63908fee2db3c0741d> /System/Library/PrivateFrameworks/DocumentManagerCore.framework/DocumentManagerCore
0x1c8fbd000 - 0x1c9618fff Espresso arm64  <f2a579aaa78b3b4d9b2c5938d2b8e6bb> /System/Library/PrivateFrameworks/Espresso.framework/Espresso
0x1c98ca000 - 0x1c9cdbfff FaceCore arm64  <739f89ca13083c38868e0c03baa0ba31> /System/Library/PrivateFrameworks/FaceCore.framework/FaceCore
0x1c9dac000 - 0x1c9dc0fff libGSFontCache.dylib arm64  <eacc1e5aff313812bbc1efb4009feaa3> /System/Library/PrivateFrameworks/FontServices.framework/libGSFontCache.dylib
0x1c9e24000 - 0x1c9e30fff libhvf.dylib arm64  <22851faf21e63906835b53c3af30a1d2> /System/Library/PrivateFrameworks/FontServices.framework/libhvf.dylib
0x1c9e52000 - 0x1c9e66fff Futhark arm64  <01ee4afe7bec3d98bea929c4cead18ff> /System/Library/PrivateFrameworks/Futhark.framework/Futhark
0x1ca9b2000 - 0x1ca9b2fff libmetal_timestamp.dylib arm64  <fde07ddc4bad31c0a5c5ab2ab3656a9e> /System/Library/PrivateFrameworks/GPUCompiler.framework/Libraries/libmetal_timestamp.dylib
0x1ca9c9000 - 0x1caa94fff GameCenterFoundation arm64  <ca24726973353698b98bfe6669494293> /System/Library/PrivateFrameworks/GameCenterFoundation.framework/GameCenterFoundation
0x1caa95000 - 0x1cab32fff GameKitServices arm64  <0c225f1a343f391cb424b46669aeb222> /System/Library/PrivateFrameworks/GameKitServices.framework/GameKitServices
0x1cab33000 - 0x1cab3ffff GraphVisualizer arm64  <184c847f48e530e3b7ec62df77389172> /System/Library/PrivateFrameworks/GraphVisualizer.framework/GraphVisualizer
0x1cb46a000 - 0x1cb4dafff Heimdal arm64  <b4788f2f1e6b3a6aa3454026d680d469> /System/Library/PrivateFrameworks/Heimdal.framework/Heimdal
0x1cb973000 - 0x1cb9dcfff InertiaCam arm64  <58c903a69172332fb5583b72e23f42f3> /System/Library/PrivateFrameworks/InertiaCam.framework/InertiaCam
0x1cba25000 - 0x1cba2cfff InternationalSupport arm64  <2cb4779d4e2736309157ac43521d9013> /System/Library/PrivateFrameworks/InternationalSupport.framework/InternationalSupport
0x1cba7a000 - 0x1cba94fff Jet arm64  <b9f1e6561b4b30e38be59b2426856575> /System/Library/PrivateFrameworks/Jet.framework/Jet
0x1cbbb5000 - 0x1cbbc5fff LegacyGameKit arm64  <c985af08682839afa3da00b811281087> /System/Library/PrivateFrameworks/LegacyGameKit.framework/LegacyGameKit
0x1cbc94000 - 0x1cbcbffff MOVStreamIO arm64  <c1034510fdd53b7b8d22ed9d3994dbf3> /System/Library/PrivateFrameworks/MOVStreamIO.framework/MOVStreamIO
0x1cbccc000 - 0x1cbcccfff Marco arm64  <3349b784c7a43a0da9b339233c689f85> /System/Library/PrivateFrameworks/Marco.framework/Marco
0x1cc1b9000 - 0x1cc1ccfff MobileDeviceLink arm64  <f49af5a15e0437f28fa8158fbe8d6b12> /System/Library/PrivateFrameworks/MobileDeviceLink.framework/MobileDeviceLink
0x1cc483000 - 0x1cc4c2fff OTSVG arm64  <7d60ca625bb03b4292eb56386847aa1e> /System/Library/PrivateFrameworks/OTSVG.framework/OTSVG
0x1cca77000 - 0x1ccab9fff PBBridgeSupport arm64  <1dcc582c74f93f93854ea94c9cd66c06> /System/Library/PrivateFrameworks/PBBridgeSupport.framework/PBBridgeSupport
0x1ccb06000 - 0x1ccb06fff PhoneNumbers arm64  <3d872eff13233a1c9fdf9af8093ec832> /System/Library/PrivateFrameworks/PhoneNumbers.framework/PhoneNumbers
0x1ce30a000 - 0x1ce31efff QuickLookSupport arm64  <91f731a0c5a53d1bb5e92c82f94109a6> /System/Library/PrivateFrameworks/QuickLookSupport.framework/QuickLookSupport
0x1ce4d1000 - 0x1ce4d5fff RevealCore arm64  <afe0d6b08a7d38dc92ca24f687a6977d> /System/Library/PrivateFrameworks/RevealCore.framework/RevealCore
0x1ce5cc000 - 0x1ce5fdfff ScreenReaderCore arm64  <9ef031c52741306185ee8432add63bfa> /System/Library/PrivateFrameworks/ScreenReaderCore.framework/ScreenReaderCore
0x1ce672000 - 0x1ce67efff SetupAssistantSupport arm64  <710ef63d26a23bdcb11bc7373ede4008> /System/Library/PrivateFrameworks/SetupAssistantSupport.framework/SetupAssistantSupport
0x1ce69c000 - 0x1ce69cfff SignpostMetrics arm64  <d72273ba272232e4ae0fbe5ec6e47289> /System/Library/PrivateFrameworks/SignpostMetrics.framework/SignpostMetrics
0x1ce6ca000 - 0x1ce6fafff SiriInstrumentation arm64  <d09935c2e24a34ee977f69f6b51b4277> /System/Library/PrivateFrameworks/SiriInstrumentation.framework/SiriInstrumentation
0x1cef10000 - 0x1cf02bfff TextRecognition arm64  <c4827065eec338ab89fef90dba5ab065> /System/Library/PrivateFrameworks/TextRecognition.framework/TextRecognition
0x1cf02c000 - 0x1cf0cdfff TextureIO arm64  <588753da475530e78c3958ff5b7e40d3> /System/Library/PrivateFrameworks/TextureIO.framework/TextureIO
0x1cf2cf000 - 0x1cf8a5fff USDKit arm64  <ffb61bdd4b653bd1b6fe0eb8dec73058> /System/Library/PrivateFrameworks/USDKit.framework/USDKit
0x1d004b000 - 0x1d05a8fff libwebrtc.dylib arm64  <688391f2d82939168d733189af03490c> /System/Library/PrivateFrameworks/WebCore.framework/Frameworks/libwebrtc.dylib
0x1d0678000 - 0x1d0685fff WirelessCoexManager arm64  <4f2baa52c6f530f4944483ba0fcb3902> /System/Library/PrivateFrameworks/WirelessCoexManager.framework/WirelessCoexManager
0x1d073f000 - 0x1d0747fff kperfdata arm64  <752d24da4c093c56b85e3b4004188613> /System/Library/PrivateFrameworks/kperfdata.framework/kperfdata
0x1d0748000 - 0x1d078ffff ktrace arm64  <ee8f85cb44f937b3a79d4ea9d800fd5d> /System/Library/PrivateFrameworks/ktrace.framework/ktrace
0x1d07a8000 - 0x1d07b4fff perfdata arm64  <671df2b03e9c348982bc2217f236add7> /System/Library/PrivateFrameworks/perfdata.framework/perfdata
0x1d0b54000 - 0x1d0b54fff libAWDProtobufFacetimeiMessage.dylib arm64  <fcf4a87affac3649b4bc26a37272b0a1> /usr/lib/libAWDProtobufFacetimeiMessage.dylib
0x1d0bd1000 - 0x1d0efafff libAWDSupportFramework.dylib arm64  <8a4635f5148e3cbf850a59d2bf5817f1> /usr/lib/libAWDSupportFramework.dylib
0x1d10a4000 - 0x1d10aefff libChineseTokenizer.dylib arm64  <3570d6c175a631f7a1770f58e61a1607> /usr/lib/libChineseTokenizer.dylib
0x1d10d8000 - 0x1d128afff libFosl_dynamic.dylib arm64  <5e11e28bac87323b9e148c2ee1d84b1f> /usr/lib/libFosl_dynamic.dylib
0x1d1306000 - 0x1d130dfff libMatch.1.dylib arm64  <8ee0ee1b648c335a87e39f1a168a9be0> /usr/lib/libMatch.1.dylib
0x1d1328000 - 0x1d138dfff libParallelCompression.dylib arm64  <9452214e89d13ea89dcca3234a91a420> /usr/lib/libParallelCompression.dylib
0x1d14aa000 - 0x1d14abfff libSystem.B.dylib arm64  <bcb31b5256ee3793bd7c6081d56d1d56> /usr/lib/libSystem.B.dylib
0x1d14b4000 - 0x1d14b6fff libThaiTokenizer.dylib arm64  <9a16bf715bf73766852c9a8cd9443f1d> /usr/lib/libThaiTokenizer.dylib
0x1d15b5000 - 0x1d15cafff libapple_nghttp2.dylib arm64  <de8bc4040a933e99ac4176eef1969bcb> /usr/lib/libapple_nghttp2.dylib
0x1d1643000 - 0x1d1653fff libbsm.0.dylib arm64  <b9b6c15cdb9a34c098e98a841bbab03e> /usr/lib/libbsm.0.dylib
0x1d1654000 - 0x1d1660fff libbz2.1.0.dylib arm64  <2558d15491ea348788381b0790c71387> /usr/lib/libbz2.1.0.dylib
0x1d1661000 - 0x1d1661fff libcharset.1.dylib arm64  <f76e005224cb3454b201f26bd182be9e> /usr/lib/libcharset.1.dylib
0x1d1662000 - 0x1d1673fff libcmph.dylib arm64  <b5d596eb74e6339391a367217e562551> /usr/lib/libcmph.dylib
0x1d1674000 - 0x1d168bfff libcompression.dylib arm64  <b35ec2e287993c139dcf0809045612fe> /usr/lib/libcompression.dylib
0x1d168c000 - 0x1d168dfff libcoretls_cfhelpers.dylib arm64  <b9b8d4b420a93b0f989d8955d81f5f83> /usr/lib/libcoretls_cfhelpers.dylib
0x1d168e000 - 0x1d1694fff libcupolicy.dylib arm64  <f7cbff10e215320991226ea9334ccba0> /usr/lib/libcupolicy.dylib
0x1d16d4000 - 0x1d16ddfff libdscsym.dylib arm64  <f8f4c419ab0b38dd8485f4718e0ce00a> /usr/lib/libdscsym.dylib
0x1d16de000 - 0x1d16fafff libedit.3.dylib arm64  <17cc628c66bc39c7a8e7791eb25a6de6> /usr/lib/libedit.3.dylib
0x1d1c4a000 - 0x1d1c4ffff libheimdal-asn1.dylib arm64  <c4de7d74b5c237a4b7575a2de46b3346> /usr/lib/libheimdal-asn1.dylib
0x1d1c50000 - 0x1d1d41fff libiconv.2.dylib arm64  <68697fa18d523609b9d288c966f9cbfb> /usr/lib/libiconv.2.dylib
0x1d1d57000 - 0x1d1d62fff liblockdown.dylib arm64  <058fa15f190a3f58b9dd795b5c71828d> /usr/lib/liblockdown.dylib
0x1d1d63000 - 0x1d1d7bfff liblzma.5.dylib arm64  <ba5c6f1f32963b47bcc1a361d51c8b57> /usr/lib/liblzma.5.dylib
0x1d20f7000 - 0x1d2126fff libncurses.5.4.dylib arm64  <bdf2a4e1253737fcb3e32de6640705ba> /usr/lib/libncurses.5.4.dylib
0x1d2127000 - 0x1d213cfff libnetworkextension.dylib arm64  <503a9497f4bf3ae6bcd2d730087a1d4e> /usr/lib/libnetworkextension.dylib
0x1d24be000 - 0x1d24d5fff libresolv.9.dylib arm64  <bb9b3d4b48373c01bc1efced712f1ef4> /usr/lib/libresolv.9.dylib
0x1d24d6000 - 0x1d24d8fff libsandbox.1.dylib arm64  <c2344e9bd42637c2a0988580d212d8ed> /usr/lib/libsandbox.1.dylib
0x1d24d9000 - 0x1d24defff libsysdiagnose.dylib arm64  <8d9c880916b932c68f4a49a53ab375ba> /usr/lib/libsysdiagnose.dylib
0x1d24df000 - 0x1d2510fff libtidy.A.dylib arm64  <17f1940866753de5932ed4678fac73e6> /usr/lib/libtidy.A.dylib
0x1d2518000 - 0x1d251bfff libutil.dylib arm64  <c7f74d3fe09b321e9b295aaf6ec59645> /usr/lib/libutil.dylib
0x1d2520000 - 0x1d2548fff libxslt.1.dylib arm64  <cac9cd790e093341ac9f427b2d3571aa> /usr/lib/libxslt.1.dylib
0x1d2549000 - 0x1d255afff libz.1.dylib arm64  <ec0ac58642083f9abdb4c091f24f2ce9> /usr/lib/libz.1.dylib
0x1d25a3000 - 0x1d25d7fff libswiftAccelerate.dylib arm64  <f170d39525e937cba9c43a5bbc63b413> /usr/lib/swift/libswiftAccelerate.dylib
0x1d25e6000 - 0x1d25f5fff libswiftCloudKit.dylib arm64  <312301f5f52d3c1f8b5562d227da97c0> /usr/lib/swift/libswiftCloudKit.dylib
0x1d2600000 - 0x1d2606fff libswiftContacts.dylib arm64  <fcd79a20009136b59777cf5e871d48c1> /usr/lib/swift/libswiftContacts.dylib
0x1d261c000 - 0x1d2620fff libswiftCoreFoundation.dylib arm64  <f0446794e9f83997a9bf9c91e20230d9> /usr/lib/swift/libswiftCoreFoundation.dylib
0x1d2621000 - 0x1d262ffff libswiftCoreGraphics.dylib arm64  <7a8a92779a983f77a63af3b39273ce29> /usr/lib/swift/libswiftCoreGraphics.dylib
0x1d2635000 - 0x1d263bfff libswiftCoreLocation.dylib arm64  <14f0db2f7a4c39e781a2a1487039b39f> /usr/lib/swift/libswiftCoreLocation.dylib
0x1d2680000 - 0x1d2689fff libswiftDarwin.dylib arm64  <168177dac44c3287867b969d7bc6858c> /usr/lib/swift/libswiftDarwin.dylib
0x1d268a000 - 0x1d26a3fff libswiftDispatch.dylib arm64  <4aa0e720d2a73a8a97a6f02ad62052c9> /usr/lib/swift/libswiftDispatch.dylib
0x1d26a4000 - 0x1d2811fff libswiftFoundation.dylib arm64  <a716e7ec7fd0383784b9abe570fd51a6> /usr/lib/swift/libswiftFoundation.dylib
0x1d284e000 - 0x1d2855fff libswiftMetal.dylib arm64  <fd02c4f0eddd390a9eddae7dd74d41e6> /usr/lib/swift/libswiftMetal.dylib
0x1d28c5000 - 0x1d28cbfff libswiftObjectiveC.dylib arm64  <3ee492095682331c9d963b9c50acd8a9> /usr/lib/swift/libswiftObjectiveC.dylib
0x1d2947000 - 0x1d294ffff libswiftos.dylib arm64  <5fbd0d1433cf3f31bd6e470a0a0c31ac> /usr/lib/swift/libswiftos.dylib
0x1d296c000 - 0x1d2971fff libcache.dylib arm64  <3d7c37c118ba399b99363449d398a6de> /usr/lib/system/libcache.dylib
0x1d2972000 - 0x1d297efff libcommonCrypto.dylib arm64  <446b6b2b86133f0a8e9ba5fc9cc10f75> /usr/lib/system/libcommonCrypto.dylib
0x1d297f000 - 0x1d2983fff libcompiler_rt.dylib arm64  <3f75d9be14a43bbca74a489738a8fb9a> /usr/lib/system/libcompiler_rt.dylib
0x1d2a51000 - 0x1d2a51fff liblaunch.dylib arm64  <9b936ad4390833079b1b10466f84eef7> /usr/lib/system/liblaunch.dylib
0x1d2a52000 - 0x1d2a57fff libmacho.dylib arm64  <b62a3d819c0232f988b62b324a16aa06> /usr/lib/system/libmacho.dylib
0x1d2a58000 - 0x1d2a5afff libremovefile.dylib arm64  <70bd5e0a7cd63cc5bc40537acc1ab170> /usr/lib/system/libremovefile.dylib
0x1d2a5b000 - 0x1d2a5cfff libsystem_featureflags.dylib arm64  <4e5214ddb6023fb9983fcc322ebbd338> /usr/lib/system/libsystem_featureflags.dylib
0x1d2a5d000 - 0x1d2a8afff libsystem_m.dylib arm64  <5fc987fd4e38398b90f6eef6d341a9b9> /usr/lib/system/libsystem_m.dylib
0x1d2a8b000 - 0x1d2a90fff libunwind.dylib arm64  <b0b4d2a3005a37fa86174c8995e7fafa> /usr/lib/system/libunwind.dylib
0x1d2d70000 - 0x1d2dd7fff NanoRegistry arm64  <52aa654ffac133b38d519b1fae42f728> /System/Library/PrivateFrameworks/NanoRegistry.framework/NanoRegistry
0x1d2dd8000 - 0x1d2de5fff NanoPreferencesSync arm64  <f9a543d38aae3c1ca09de81f49b91bdf> /System/Library/PrivateFrameworks/NanoPreferencesSync.framework/NanoPreferencesSync
0x1d3289000 - 0x1d3295fff NanoSystemSettings arm64  <9a46a70a808939e8b1259df76856f69e> /System/Library/PrivateFrameworks/NanoSystemSettings.framework/NanoSystemSettings
0x1d3489000 - 0x1d3490fff NanoResourceGrabber arm64  <a26d61c4276a3355b0df95a05fa1b8fd> /System/Library/PrivateFrameworks/NanoResourceGrabber.framework/NanoResourceGrabber
0x1d37e3000 - 0x1d381cfff CryptoTokenKit arm64  <372cbaac3f983cdaa76b4ef549ab6782> /System/Library/Frameworks/CryptoTokenKit.framework/CryptoTokenKit
0x1d381d000 - 0x1d3835fff ExposureNotification arm64  <8690d585e715374f81f32cb141ca5913> /System/Library/Frameworks/ExposureNotification.framework/ExposureNotification
0x1d473d000 - 0x1d4763fff AppleDepth arm64  <958323119bb532229e0e02328015c5c5> /System/Library/PrivateFrameworks/AppleDepth.framework/AppleDepth
0x1d493b000 - 0x1d4a38fff JasperDepth arm64  <8ca6864a7f753c43961f5ef6e687db05> /System/Library/PrivateFrameworks/JasperDepth.framework/JasperDepth
0x1d4b47000 - 0x1d4b51fff PointerUIServices arm64  <10ec5cd78b4232c798a290e3a51a4385> /System/Library/PrivateFrameworks/PointerUIServices.framework/PointerUIServices

EOF

Steps to reproduce: Run the sample project on any iPhone and click the "crash?" button.

I have very limited access to Apple Hardware so I haven't been able to debug it much more than this. I sent a test project to a friend with an iPhone and it seems to have the same crash problem so I've attached the minimal reproduction project.

the scene actually generating the crash is FoW.tscn and it crashes as soon as it's loaded.

Minimal reproduction project: array_geom_crash.zip

clayjohn commented 3 years ago

This is very concerning, it looks like the graphics driver is crashing during drawing. Can you provide more info about the mesh you create?

Also does this crash when you use similar nodes like Polygon2D?

Ombarus commented 3 years ago

I packaged the scene I use to generate the mesh in the array_geom_crash.zip (everything is in FoW.gd). I'm basically making a 80x80 square tilemap. Each tile is 128x128 pixel and for each square I assign UVs based on some data I pass to the method.

I haven't tried different nodes. Sadly it takes me 2-3 days to make a new build, upload it to testflight and have some people I know test it and report to me so I can't really say. I do know that updating to 3.2.3 and switching to gles3 seem to prevent the crash. I'm not sure if it's the update to 3.2.3 or gles3 that fixed it since I changed both at the same time. I've seen other iOS issues mentioning problem with gles2 so maybe it's related (https://github.com/godotengine/godot/issues/39764)

I did browse the issues and internet. I saw mentions of problem when accessing data from other threads which is why I tried to do the surface creation in a call_deferred but it didn't fix the crash.

lawnjelly commented 3 years ago

Just to be clear, the crash is occurring with 3.2 stable GLES2? Have you tried 3.2.3 GLES2?

There have been a number of changes since 3.2. Notably there were some changes to reading back geometry on GLES2, which I have an inkling feeling may have been involved in the add_surface_from_arrays function historically.

See this PR : #34794

Edit: Ah maybe it's not that PR, it looks like it may have been committed just before 3.2 stable. Still worth trying a latest 3.2.3 build though.

Ombarus commented 3 years ago

Yes 3.2 stable and GLES2 crashes. 3.2.3 stable GLES3 doesn't crash. I have not tried GLES2 with 3.2.3.

naithar commented 3 years ago

Tested reproduction project in 3.2.3 with GLES2, which also results in crash.

2020-10-16 03:10:16.352563+0300 iOS_Touch[6366:2971248] Execution of the command buffer was aborted due to an error during execution. Caused GPU Address Fault Error (IOAF code 11)
2020-10-16 03:10:16.352646+0300 iOS_Touch[6366:2971248] Execution of the command buffer was aborted due to an error during execution. Caused GPU Address Fault Error (IOAF code 11)
2020-10-16 03:10:16.353679+0300 iOS_Touch[6366:2971248] GLDRendererMetal command buffer completion error: Error Domain=MTLCommandBufferErrorDomain Code=3 "Caused GPU Address Fault Error (IOAF code 11)" UserInfo={NSLocalizedDescription=Caused GPU Address Fault Error (IOAF code 11)}
2020-10-16 03:10:16.353734+0300 iOS_Touch[6366:2971248] Execution of the command buffer was aborted due to an error during execution. Caused GPU Address Fault Error (IOAF code 11)
2020-10-16 03:10:16.353759+0300 iOS_Touch[6366:2971248] Execution of the command buffer was aborted due to an error during execution. Caused GPU Address Fault Error (IOAF code 11)
2020-10-16 03:10:16.353808+0300 iOS_Touch[6366:2971248] GLDRendererMetal command buffer completion error: Error Domain=MTLCommandBufferErrorDomain Code=3 "Caused GPU Address Fault Error (IOAF code 11)" UserInfo={NSLocalizedDescription=Caused GPU Address Fault Error (IOAF code 11)}
2020-10-16 03:10:16.390961+0300 iOS_Touch[6366:2971248] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2020-10-16 03:10:16.391015+0300 iOS_Touch[6366:2971248] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2020-10-16 03:10:16.391039+0300 iOS_Touch[6366:2971248] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2020-10-16 03:10:16.391059+0300 iOS_Touch[6366:2971248] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2020-10-16 03:10:16.391110+0300 iOS_Touch[6366:2971248] GLDRendererMetal command buffer completion error: Error Domain=MTLCommandBufferErrorDomain Code=4 "Ignored (for causing prior/excessive GPU errors) (IOAF code 4)" UserInfo={NSLocalizedDescription=Ignored (for causing prior/excessive GPU errors) (IOAF code 4)}
2020-10-16 03:10:16.391533+0300 iOS_Touch[6366:2971041] Terminating due to blacklisting by kernel driver
Filippopotamus commented 3 years ago

Also seeing this crash on 3.2.3 GLES2

faywong commented 3 years ago

Tested reproduction project in 3.2.3 with GLES2, which also results in crash.

2020-10-16 03:10:16.352563+0300 iOS_Touch[6366:2971248] Execution of the command buffer was aborted due to an error during execution. Caused GPU Address Fault Error (IOAF code 11)
2020-10-16 03:10:16.352646+0300 iOS_Touch[6366:2971248] Execution of the command buffer was aborted due to an error during execution. Caused GPU Address Fault Error (IOAF code 11)
2020-10-16 03:10:16.353679+0300 iOS_Touch[6366:2971248] GLDRendererMetal command buffer completion error: Error Domain=MTLCommandBufferErrorDomain Code=3 "Caused GPU Address Fault Error (IOAF code 11)" UserInfo={NSLocalizedDescription=Caused GPU Address Fault Error (IOAF code 11)}
2020-10-16 03:10:16.353734+0300 iOS_Touch[6366:2971248] Execution of the command buffer was aborted due to an error during execution. Caused GPU Address Fault Error (IOAF code 11)
2020-10-16 03:10:16.353759+0300 iOS_Touch[6366:2971248] Execution of the command buffer was aborted due to an error during execution. Caused GPU Address Fault Error (IOAF code 11)
2020-10-16 03:10:16.353808+0300 iOS_Touch[6366:2971248] GLDRendererMetal command buffer completion error: Error Domain=MTLCommandBufferErrorDomain Code=3 "Caused GPU Address Fault Error (IOAF code 11)" UserInfo={NSLocalizedDescription=Caused GPU Address Fault Error (IOAF code 11)}
2020-10-16 03:10:16.390961+0300 iOS_Touch[6366:2971248] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2020-10-16 03:10:16.391015+0300 iOS_Touch[6366:2971248] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2020-10-16 03:10:16.391039+0300 iOS_Touch[6366:2971248] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2020-10-16 03:10:16.391059+0300 iOS_Touch[6366:2971248] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2020-10-16 03:10:16.391110+0300 iOS_Touch[6366:2971248] GLDRendererMetal command buffer completion error: Error Domain=MTLCommandBufferErrorDomain Code=4 "Ignored (for causing prior/excessive GPU errors) (IOAF code 4)" UserInfo={NSLocalizedDescription=Ignored (for causing prior/excessive GPU errors) (IOAF code 4)}
2020-10-16 03:10:16.391533+0300 iOS_Touch[6366:2971041] Terminating due to blacklisting by kernel driver

I have also run into this issue "GLDRendererMetal command buffer completion error: Error Domain=MTLCommandBufferErrorDomain Code=3 "Caused GPU Address Fault Error (IOAF code 11)" in my iOS app, but switching to GLES3 doesn't fix it.

Some advice?

extrawurst commented 3 years ago

I am also running into this now and I am not even using anything fancy. just some static meshes in the scene (Godot 3.2.3)