Closed uc-apa closed 5 years ago
It looks like you are using an older version of React Native. Please update to the latest release, v0.60 and verify if the issue still exists.
M
Mb n
I have the same issue with android apk in release mode , the apk works perfectly in debug mode.
It looks like you are using an older version of React Native. Please update to the latest release, v0.60 and verify if the issue still exists.
I have upgraded react native to v0.60 and again it is crashing in the same scenario that I mentioned above. It was difficult to link all plugins as all the the repos did not support pods yet. Even though with manual linking or patch-packager, the app started working. But all of the effort gone in vain. Please help me with the crash log that I provided above. May be some plugin is having issue and I am unable to understand that crash report(what is that and where it is coming from).
I could check crashing issue in released app by following method:- 1) Run in terminal. react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res/
2) Install app in device by running react-native run-android in terminal.
Now the installed app has already the jsbundle of released app(do not need to reload). And this showed me the stack trace of the issue which was minified, so I opened the index.android.jsbundle and tried identifying the area, which could cause crash. Actually the error was thrown because require was undefined inside that function and I moved it to the top where all files were being imported.
It was showing require as undefined type error.
While testing my app in dev mode, it is working fine. But in release mode it crashes after I touch some buttons after performing some operations in the app(I don't know what exactly is the cause). This is not happening in dev mode on same device, same environment and same scenario. I got the following crash log from xCode.
React Native version:
React Native Environment Info: System: OS: macOS 10.14.5 CPU: (4) x64 Intel(R) Core(TM) i5-4278U CPU @ 2.60GHz Memory: 183.60 MB / 8.00 GB Shell: 3.2.57 - /bin/bash Binaries: Node: 10.0.0 - /usr/local/bin/node Yarn: 1.15.2 - /usr/local/bin/yarn npm: 5.6.0 - /usr/local/bin/npm Watchman: 4.7.0 - /usr/local/bin/watchman SDKs: iOS SDK: Platforms: iOS 12.2, macOS 10.14, tvOS 12.2, watchOS 5.2 Android SDK: API Levels: 17, 19, 22, 23, 25, 26 Build Tools: 23.0.1, 23.0.3, 25.0.0, 25.0.1, 25.0.2, 25.0.3, 26.0.1, 26.0.2, 27.0.3 System Images: a...google_apis | Google APIs Intel x86 Atom Sys..., a...google_apis | Google APIs Intel x86 Atom Sys..., a...gle_apis | Google APIs Intel x86 Atom_64 ..., a...s_playstore | Google Play Intel x86 Atom Sys... IDEs: Android Studio: 3.0 AI-171.4443003 Xcode: 10.2.1/10E1001 - /usr/bin/xcodebuild npmPackages: react: 16.8.3 => 16.8.3 react-native: ^0.59.10 => 0.59.10 npmGlobalPackages: react-native-push-notification: 3.1.3
Project packages "dependencies": { "art": "^0.10.3", "babel-plugin-transform-remove-console": "^6.9.4", "buffer": "^5.2.1", "crypto-js": "^3.1.9-1", "events": "^3.0.0", "firebase": "^5.10.0", "moment": "^2.24.0", "react": "16.8.3", "react-native": "^0.59.10", "react-native-autoheight-webview": "^1.1.2", "react-native-color-picker": "^0.4.0", "react-native-device-info": "^1.4.2", "react-native-fbsdk": "^0.8.0", "react-native-fs": "^2.13.3", "react-native-google-signin": "^1.2.2", "react-native-iap": "^2.4.8", "react-native-orientation-locker": "^1.1.5", "react-native-pdf": "^5.0.12", "react-native-restart": "0.0.10", "react-native-push-notification": "^3.1.3", "react-native-router-flux": "^4.0.6", "react-native-svg": "^9.4.0", "react-native-tts": "^2.0.0", "react-native-vector-icons": "^6.4.2", "react-native-video": "^4.4.1", "react-native-webview": "^5.7.1", "react-native-zip-archive": "^4.0.0", "realm": "^2.28.1", "rn-fetch-blob": "^0.10.13", "stream": "0.0.2", "timers": "^0.1.1", "xml2js": "^0.4.19" }, "devDependencies": { "@babel/core": "^7.4.3", "@babel/runtime": "^7.4.3", "babel-jest": "^24.6.0", "jest": "^24.6.0", "metro-react-native-babel-preset": "^0.53.1", "react-test-renderer": "16.8.3", "reactotron-react-native": "^1.14.0" }, "jest": { "preset": "react-native" }
Crash log
Incident Identifier: 89E4D86F-9436-463F-BCED-C485CE480948 CrashReporter Key: 2c420e3610370440b6caeb27572b87f877959c33 Hardware Model: iPhone7,2 Process: testingApp [887] Path: /private/var/containers/Bundle/Application/DADD8625-7A1D-456A-8A90-82D3EDC8C346/testingApp.app/testingApp Identifier: com.testing.testingappFinal Version: 1.8.60 (1.4.60) AppStoreTools: 10E1001 Code Type: ARM-64 (Native) Role: Non UI Parent Process: launchd [1] Coalition: com.testing.testingappFinal [685]
Date/Time: 2019-07-06 15:28:30.5838 +0530 Launch Time: 2019-07-06 15:28:00.3365 +0530 OS Version: iPhone OS 12.2 (16E227) Baseband Version: 7.55.01 Report Version: 104
Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x0000000000000000, 0x0000000000000000 Exception Note: EXC_CORPSE_NOTIFY Triggered by Thread: 15
Application Specific Information: abort() called
Last Exception Backtrace: 0 CoreFoundation 0x1cd1f4518 exceptionPreprocess + 228 1 libobjc.A.dylib 0x1cc3cf9f8 objc_exception_throw + 55 2 testingApp 0x100279b1c hidden#3885 + 482076 (hidden#5301_:145) 3 testingApp 0x100276090 hidden#5083 + 467088 (hidden#5106_:58) 4 CoreFoundation 0x1cd1fbba0 _invoking + 143 5 CoreFoundation 0x1cd0ddc90 -[NSInvocation invoke] + 291 6 CoreFoundation 0x1cd0de8c4 -[NSInvocation invokeWithTarget:] + 59 7 testingApp 0x10028d1a4 hidden#6238 + 561572 (hidden#6268_:551) 8 testingApp 0x1002ccc98 hidden#9046 + 822424 (_hidden#9062:104) 9 testingApp 0x1002cc9f8 hidden#9042 + 821752 (hidden#9062_:71) 10 libdispatch.dylib 0x1ccc34a38 _dispatch_call_block_and_release + 23 11 libdispatch.dylib 0x1ccc357d4 _dispatch_client_callout + 15 12 libdispatch.dylib 0x1ccbde320 _dispatch_lane_serial_drain$VARIANT$mp + 591 13 libdispatch.dylib 0x1ccbdee3c _dispatch_lane_invoke$VARIANT$mp + 427 14 libdispatch.dylib 0x1ccbe74a8 _dispatch_workloop_worker_thread + 595 15 libsystem_pthread.dylib 0x1cce15114 _pthread_wqthread + 303 16 libsystem_pthread.dylib 0x1cce17cd4 start_wqthread + 3
Thread 0 name: Dispatch queue: com.apple.main-thread Thread 0: 0 libsystem_kernel.dylib 0x00000001ccd870f4 mach_msg_trap + 8 1 libsystem_kernel.dylib 0x00000001ccd865a0 mach_msg + 72 2 CoreFoundation 0x00000001cd185cb4 CFRunLoopServiceMachPort + 236 3 CoreFoundation 0x00000001cd180bc4 CFRunLoopRun + 1360 4 CoreFoundation 0x00000001cd180354 CFRunLoopRunSpecific + 436 5 GraphicsServices 0x00000001cf38079c GSEventRunModal + 104 6 UIKitCore 0x00000001f95f3b68 UIApplicationMain + 212 7 testingApp 0x000000010020a000 main + 24576 (_hidden#50:14) 8 libdyld.dylib 0x00000001ccc468e0 start + 4
Thread 1: 0 libsystem_pthread.dylib 0x00000001cce17cd0 start_wqthread + 0
Thread 2 name: com.apple.uikit.eventfetch-thread Thread 2: 0 libsystem_kernel.dylib 0x00000001ccd870f4 mach_msg_trap + 8 1 libsystem_kernel.dylib 0x00000001ccd865a0 mach_msg + 72 2 CoreFoundation 0x00000001cd185cb4 CFRunLoopServiceMachPort + 236 3 CoreFoundation 0x00000001cd180bc4 CFRunLoopRun + 1360 4 CoreFoundation 0x00000001cd180354 CFRunLoopRunSpecific + 436 5 Foundation 0x00000001cdb4dfcc -[NSRunLoop+ 32716 (NSRunLoop) runMode:beforeDate:] + 300 6 Foundation 0x00000001cdb4de5c -[NSRunLoop+ 32348 (NSRunLoop) runUntilDate:] + 96 7 UIKitCore 0x00000001f96d9540 -[UIEventFetcher threadMain] + 136 8 Foundation 0x00000001cdc7a6e4 NSThreadstart__ + 984 9 libsystem_pthread.dylib 0x00000001cce142c0 _pthread_body + 128 10 libsystem_pthread.dylib 0x00000001cce14220 _pthread_start + 44 11 libsystem_pthread.dylib 0x00000001cce17cdc thread_start + 4
Thread 3 name: com.facebook.react.JavaScript Thread 3: 0 libsystem_kernel.dylib 0x00000001ccd91ee4 psynch_cvwait + 8 1 libsystem_pthread.dylib 0x00000001cce0ccf8 _pthread_cond_wait$VARIANT$mp + 636 2 JavaScriptCore 0x00000001d431cce4 WTF::ThreadCondition::timedWait+ 330980 (WTF::Mutex&, WTF::WallTime) + 80 3 JavaScriptCore 0x00000001d430396c WTF::ParkingLot::parkConditionallyImpl(void const*, WTF::ScopedLambda<bool ()> const&, WTF::ScopedLambda<void + 227692 ()> const&, WTF::TimeWithDynamicClockType const&) + 2004 4 JavaScriptCore 0x00000001d49568e0 JSC::Heap::acquireAccessSlow+ 6858976 () + 176 5 JavaScriptCore 0x00000001d4cac534 JSC::JSLock::didAcquireLock+ 10356020 () + 160 6 JavaScriptCore 0x00000001d4cac068 JSC::JSLockHolder::JSLockHolder+ 10354792 (JSC::VM&) + 52 7 JavaScriptCore 0x00000001d451b840 JSObjectMakeArray + 72 8 testingApp 0x00000001002e3748 hidden#10797 + 915272 (_hidden#10883:807) 9 testingApp 0x00000001002e7360 hidden#11165 + 930656 (hidden#11180_:21) 10 testingApp 0x00000001002eafd0 hidden#11270 + 946128 (hidden#11241_:233) 11 testingApp 0x00000001002e1df0 hidden#10551 + 908784 (_hidden#3491:1562) 12 testingApp 0x0000000100288b54 hidden#3830 + 543572 (hidden#6101_:0) 13 testingApp 0x000000010027f06c hidden#5581 + 503916 (hidden#5658_:0) 14 CoreFoundation 0x00000001cd18610c CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK + 20 15 CoreFoundation 0x00000001cd185a10 CFRunLoopDoBlocks + 272 16 CoreFoundation 0x00000001cd180f7c CFRunLoopRun + 2312 17 CoreFoundation 0x00000001cd180354 CFRunLoopRunSpecific + 436 18 testingApp 0x000000010026016c hidden#3828 + 377196 (_hidden#4156:0) 19 Foundation 0x00000001cdc7a6e4 NSThreadstart + 984 20 libsystem_pthread.dylib 0x00000001cce142c0 _pthread_body + 128 21 libsystem_pthread.dylib 0x00000001cce14220 _pthread_start + 44 22 libsystem_pthread.dylib 0x00000001cce17cdc thread_start + 4
Thread 4 name: JavaScriptCore bmalloc scavenger Thread 4: 0 libsystem_kernel.dylib 0x00000001ccd91ee4 psynch_cvwait + 8 1 libsystem_pthread.dylib 0x00000001cce0ccf8 _pthread_cond_wait$VARIANT$mp + 636 2 libc++.1.dylib 0x00000001cc369128 std::__1::condition_variable::do_timed_wait+ 33064 (std::1::unique_lock&, std::__1::chrono::time_point<std:: 1::chrono::system_clock, std::1::chrono::duration<long long, std::1::ratio<1l, 1000000000l> > >) + 96
3 JavaScriptCore 0x00000001d435b75c std::1::cv_status std::1::condition_variable::wait_until<std::1::chrono::steady_clock, std::1::chrono::duration<long long, std::1::ratio<1l, 1000000000l> > >+ 587612 (std::1::unique_lock&, std::1::chrono::time_point<std::__1::chrono::steady_clock, std::1::chrono::duration<long long, std::1::ratio<1l, 1000000000l> > > const&) + 124
4 JavaScriptCore 0x00000001d435b60c std::1::cv_status std::1::condition_variable_any::wait_until<std::__1::unique_lock, std:: 1::chrono::steady_clock, std::1::chrono::duration<long long, std::1::ratio<1l, 1000000000l> > >+ 587276 (std::1::unique_lock&, std::__1::chrono::time_point<std:: 1::chrono::steady_clock, std::1::chrono::duration<long long, std::1::ratio<1l, 1000000000l> > > const&) + 116
5 JavaScriptCore 0x00000001d435a2a4 bmalloc::Scavenger::threadRunLoop+ 582308 () + 296
6 JavaScriptCore 0x00000001d43599a4 bmalloc::Scavenger::Scavenger+ 580004 (std::__1::lock_guard&) + 0
7 JavaScriptCore 0x00000001d435b3e4 std::1::thread_specific_ptr::set_pointer+ 586724 (std::1::thread_struct*) + 0
8 libsystem_pthread.dylib 0x00000001cce142c0 _pthread_body + 128
9 libsystem_pthread.dylib 0x00000001cce14220 _pthread_start + 44
10 libsystem_pthread.dylib 0x00000001cce17cdc thread_start + 4
Thread 5 name: WebThread Thread 5: 0 libsystem_kernel.dylib 0x00000001ccd870f4 mach_msg_trap + 8 1 libsystem_kernel.dylib 0x00000001ccd865a0 mach_msg + 72 2 CoreFoundation 0x00000001cd185cb4 CFRunLoopServiceMachPort + 236 3 CoreFoundation 0x00000001cd180bc4 CFRunLoopRun + 1360 4 CoreFoundation 0x00000001cd180354 CFRunLoopRunSpecific + 436 5 WebCore 0x00000001d5dda480 RunWebThread+ 3970176 (void*) + 600 6 libsystem_pthread.dylib 0x00000001cce142c0 _pthread_body + 128 7 libsystem_pthread.dylib 0x00000001cce14220 _pthread_start + 44 8 libsystem_pthread.dylib 0x00000001cce17cdc thread_start + 4
Thread 6 name: AXSpeech Thread 6: 0 libsystem_kernel.dylib 0x00000001ccd870f4 mach_msg_trap + 8 1 libsystem_kernel.dylib 0x00000001ccd865a0 mach_msg + 72 2 CoreFoundation 0x00000001cd185cb4 CFRunLoopServiceMachPort + 236 3 CoreFoundation 0x00000001cd180bc4 CFRunLoopRun + 1360 4 CoreFoundation 0x00000001cd180354 CFRunLoopRunSpecific + 436 5 Foundation 0x00000001cdb4dfcc -[NSRunLoop+ 32716 (NSRunLoop) runMode:beforeDate:] + 300 6 libAXSpeechManager.dylib 0x00000001dce2094c -[AXSpeechThread main] + 264 7 Foundation 0x00000001cdc7a6e4 NSThreadstart__ + 984 8 libsystem_pthread.dylib 0x00000001cce142c0 _pthread_body + 128 9 libsystem_pthread.dylib 0x00000001cce14220 _pthread_start + 44 10 libsystem_pthread.dylib 0x00000001cce17cdc thread_start + 4
Thread 7 name: AVAudioSession Notify Thread Thread 7: 0 libsystem_kernel.dylib 0x00000001ccd870f4 mach_msg_trap + 8 1 libsystem_kernel.dylib 0x00000001ccd865a0 mach_msg + 72 2 CoreFoundation 0x00000001cd185cb4 CFRunLoopServiceMachPort + 236 3 CoreFoundation 0x00000001cd180bc4 CFRunLoopRun + 1360 4 CoreFoundation 0x00000001cd180354 CFRunLoopRunSpecific + 436 5 AVFAudio 0x00000001d303e378 GenericRunLoopThread::Entry+ 574328 (void) + 156 6 AVFAudio 0x00000001d3068c60 CAPThread::Entry+ 748640 (CAPThread) + 88 7 libsystem_pthread.dylib 0x00000001cce142c0 _pthread_body + 128 8 libsystem_pthread.dylib 0x00000001cce14220 _pthread_start + 44 9 libsystem_pthread.dylib 0x00000001cce17cdc thread_start + 4
Thread 8 name: Heap Helper Thread Thread 8: 0 JavaScriptCore 0x00000001d4976878 JSC::SlotVisitor::markAuxiliary+ 6989944 (void const) + 276 1 JavaScriptCore 0x00000001d49768b4 JSC::SlotVisitor::markAuxiliary+ 6990004 (void const) + 336 2 JavaScriptCore 0x00000001d4cbced4 JSC::JSFinalObject::visitChildren+ 10424020 (JSC::JSCell, JSC::SlotVisitor&) + 1492 3 JavaScriptCore 0x00000001d4979954 JSC::SlotVisitor::drain(WTF::MonotonicTime)::$_3::operator()+ 7002452 (JSC::MarkStackArray&) const + 292 4 JavaScriptCore 0x00000001d4976c94 JSC::SlotVisitor::drain+ 6990996 (WTF::MonotonicTime) + 144 5 JavaScriptCore 0x00000001d49774d4 JSC::SlotVisitor::drainFromShared+ 6993108 (JSC::SlotVisitor::SharedDrainMode, WTF::MonotonicTime) + 580 6 JavaScriptCore 0x00000001d495a2dc WTF::SharedTaskFunctor<void (), JSC::Heap::runBeginPhase(JSC::GCConductor)::$_18>::run+ 6873820 () + 172 7 JavaScriptCore 0x00000001d4302540 WTF::ParallelHelperClient::runTask(WTF::RefPtr<WTF::SharedTask<void ()>, WTF::DumbPtrTraits<WTF::SharedTask<void + 222528 ()> > > const&) + 52 8 JavaScriptCore 0x00000001d4303018 WTF::ParallelHelperPool::Thread::work+ 225304 () + 28 9 JavaScriptCore 0x00000001d42d7bdc WTF::Function<void ()>::CallableWrapper<WTF::AutomaticThread::start(WTF::AbstractLocker const&)::$_0>::call+ 48092 () + 372 10 JavaScriptCore 0x00000001d431af88 WTF::Thread::entryPoint+ 323464 (WTF::Thread::NewThreadContext) + 260 11 JavaScriptCore 0x00000001d431c494 WTF::wtfThreadEntryPoint+ 328852 (void*) + 12 12 libsystem_pthread.dylib 0x00000001cce142c0 _pthread_body + 128 13 libsystem_pthread.dylib 0x00000001cce14220 _pthread_start + 44 14 libsystem_pthread.dylib 0x00000001cce17cdc thread_start + 4
Thread 9 name: JSC Heap Collector Thread Thread 9: 0 libsystem_kernel.dylib 0x00000001ccd871fc swtch_pri + 8 1 libsystem_pthread.dylib 0x00000001cce14fb4 sched_yield + 16 2 JavaScriptCore 0x00000001d4955fe4 JSC::Heap::resumeThePeriphery+ 6856676 () + 512 3 JavaScriptCore 0x00000001d49537c8 JSC::Heap::finishChangingPhase+ 6846408 (JSC::GCConductor) + 116 4 JavaScriptCore 0x00000001d495494c JSC::Heap::runFixpointPhase+ 6850892 (JSC::GCConductor) + 1952 5 JavaScriptCore 0x00000001d495362c JSC::Heap::runCurrentPhase+ 6845996 (JSC::GCConductor, JSC::CurrentThreadState) + 372 6 JavaScriptCore 0x00000001d4958938 JSC::Heap::Thread::work+ 6867256 () + 32 7 JavaScriptCore 0x00000001d42d7bdc WTF::Function<void ()>::CallableWrapper<WTF::AutomaticThread::start(WTF::AbstractLocker const&)::$_0>::call+ 48092 () + 372 8 JavaScriptCore 0x00000001d431af88 WTF::Thread::entryPoint+ 323464 (WTF::Thread::NewThreadContext) + 260 9 JavaScriptCore 0x00000001d431c494 WTF::wtfThreadEntryPoint+ 328852 (void*) + 12 10 libsystem_pthread.dylib 0x00000001cce142c0 _pthread_body + 128 11 libsystem_pthread.dylib 0x00000001cce14220 _pthread_start + 44 12 libsystem_pthread.dylib 0x00000001cce17cdc thread_start + 4
Thread 10 name: RLMRealm notification listener Thread 10: 0 libsystem_kernel.dylib 0x00000001ccd938f4 kevent + 8 1 testingApp 0x000000010045db24 hidden#27022 + 2464548 (_hidden#27042:217) 2 testingApp 0x000000010045e4ec hidden#27038 + 2467052 (_hidden#27045:354) 3 libsystem_pthread.dylib 0x00000001cce142c0 _pthread_body + 128 4 libsystem_pthread.dylib 0x00000001cce14220 _pthread_start + 44 5 libsystem_pthread.dylib 0x00000001cce17cdc thread_start + 4
Thread 11 name: com.apple.NSURLConnectionLoader Thread 11: 0 libsystem_kernel.dylib 0x00000001ccd870f4 mach_msg_trap + 8 1 libsystem_kernel.dylib 0x00000001ccd865a0 mach_msg + 72 2 CoreFoundation 0x00000001cd185cb4 CFRunLoopServiceMachPort + 236 3 CoreFoundation 0x00000001cd180bc4 CFRunLoopRun + 1360 4 CoreFoundation 0x00000001cd180354 CFRunLoopRunSpecific + 436 5 CFNetwork 0x00000001cd79974c -[CoreSchedulingSetRunnable runForever] + 216 6 Foundation 0x00000001cdc7a6e4 NSThreadstart + 984 7 libsystem_pthread.dylib 0x00000001cce142c0 _pthread_body + 128 8 libsystem_pthread.dylib 0x00000001cce14220 _pthread_start + 44 9 libsystem_pthread.dylib 0x00000001cce17cdc thread_start + 4
Thread 12: 0 libsystem_pthread.dylib 0x00000001cce17cd0 start_wqthread + 0
Thread 13 name: com.apple.CFStream.LegacyThread Thread 13: 0 libsystem_kernel.dylib 0x00000001ccd870f4 mach_msg_trap + 8 1 libsystem_kernel.dylib 0x00000001ccd865a0 mach_msg + 72 2 CoreFoundation 0x00000001cd185cb4 CFRunLoopServiceMachPort + 236 3 CoreFoundation 0x00000001cd180bc4 CFRunLoopRun + 1360 4 CoreFoundation 0x00000001cd180354 CFRunLoopRunSpecific + 436 5 CoreFoundation 0x00000001cd199094 _legacyStreamRunLoop_workThread + 260 6 libsystem_pthread.dylib 0x00000001cce142c0 _pthread_body + 128 7 libsystem_pthread.dylib 0x00000001cce14220 _pthread_start + 44 8 libsystem_pthread.dylib 0x00000001cce17cdc thread_start + 4
Thread 14: 0 libsystem_pthread.dylib 0x00000001cce17cd0 start_wqthread + 0
Thread 15 name: Dispatch queue: com.facebook.react.ExceptionsManagerQueue Thread 15 Crashed: 0 libsystem_kernel.dylib 0x00000001ccd920dc pthread_kill + 8 1 libsystem_pthread.dylib 0x00000001cce0b094 pthread_kill$VARIANT$mp + 380 2 libsystem_c.dylib 0x00000001cccebea8 abort + 140 3 libc++abi.dylib 0x00000001cc3b8788 cxa_bad_cast + 0 4 libc++abi.dylib 0x00000001cc3b8934 default_unexpected_handler+ 6452 () + 0 5 libobjc.A.dylib 0x00000001cc3cfe00 _objc_terminate+ 24064 () + 124 6 libc++abi.dylib 0x00000001cc3c4838 std::__terminate(void (*)+ 55352 ()) + 16 7 libc++abi.dylib 0x00000001cc3c48c4 std::terminate+ 55492 () + 84 8 libdispatch.dylib 0x00000001ccc357e8 _dispatch_client_callout + 36 9 libdispatch.dylib 0x00000001ccbde320 _dispatch_lane_serial_drain$VARIANT$mp + 592 10 libdispatch.dylib 0x00000001ccbdee3c _dispatch_lane_invoke$VARIANT$mp + 428 11 libdispatch.dylib 0x00000001ccbe74a8 _dispatch_workloop_worker_thread + 596 12 libsystem_pthread.dylib 0x00000001cce15114 _pthread_wqthread + 304 13 libsystem_pthread.dylib 0x00000001cce17cd4 start_wqthread + 4
Thread 16: 0 libsystem_kernel.dylib 0x00000001ccd87148 semaphore_timedwait_trap + 8 1 libdispatch.dylib 0x00000001ccbd7880 _dispatch_sema4_timedwait$VARIANT$mp + 64 2 libdispatch.dylib 0x00000001ccbd81d8 _dispatch_semaphore_wait_slow + 72 3 libdispatch.dylib 0x00000001ccbe5df4 _dispatch_worker_thread + 352 4 libsystem_pthread.dylib 0x00000001cce142c0 _pthread_body + 128 5 libsystem_pthread.dylib 0x00000001cce14220 _pthread_start + 44 6 libsystem_pthread.dylib 0x00000001cce17cdc thread_start + 4
Thread 15 crashed with ARM Thread State (64-bit): x0: 0x0000000000000000 x1: 0x0000000000000000 x2: 0x0000000000000000 x3: 0x0000000281fb31b7 x4: 0x00000001cc3c7b71 x5: 0x000000017058a460 x6: 0x000000000000006e x7: 0xffffffffffffffec x8: 0x0000000000000c00 x9: 0x00000001cce0f888 x10: 0x00000001cce0af18 x11: 0x0000000000000003 x12: 0x0000000000000000 x13: 0x0000000000000001 x14: 0x0000000000000010 x15: 0x000000000000000d x16: 0x0000000000000148 x17: 0x0000000000000000 x18: 0x0000000000000000 x19: 0x0000000000000006 x20: 0x000000017058b000 x21: 0x000000017058a460 x22: 0x000000000000e303 x23: 0x000000017058b0e0 x24: 0x0000000282bb7d80 x25: 0x0000000000000000 x26: 0x0000000000000000 x27: 0x0000000000000000 x28: 0x000000017058b0e0 fp: 0x000000017058a3c0 lr: 0x00000001cce0b094 sp: 0x000000017058a390 pc: 0x00000001ccd920dc cpsr: 0x00000000
Binary Images: 0x100204000 - 0x10092bfff testingApp arm64 <859117bc8d2e36e8920e2f06723461b5> /var/containers/Bundle/Application/DADD8625-7A1D-456A-8A90-82D3EDC8C346/testingApp.app/testingApp 0x100abc000 - 0x100b13fff dyld arm64 <8c28034501643b82a228124b23ca0e9f> /usr/lib/dyld 0x100ee0000 - 0x100eebfff libobjc-trampolines.dylib arm64 /usr/lib/libobjc-trampolines.dylib
0x105f00000 - 0x106007fff MacinTalk arm64 <57381859d4bf39fd87fa40fd27e8185b> /System/Library/TTSPlugins/MacinTalk.speechbundle/MacinTalk
0x107a00000 - 0x107a3ffff TTSSpeechBundle arm64 <5d628b80c4d03606a27bc80fd248dee0> /System/Library/TTSPlugins/TTSSpeechBundle.speechbundle/TTSSpeechBundle
0x1cc35f000 - 0x1cc360fff libSystem.B.dylib arm64 <8b5ad3930f0a3ea2ba9e180d1d979d8c> /usr/lib/libSystem.B.dylib
0x1cc361000 - 0x1cc3b6fff libc++.1.dylib arm64 <1f3ca975290139bc97a3430e0cb586ee> /usr/lib/libc++.1.dylib
0x1cc3b7000 - 0x1cc3c9fff libc++abi.dylib arm64 <9ea63d1804ce3e28b6c12cb873ccad18> /usr/lib/libc++abi.dylib
0x1cc3ca000 - 0x1ccb51fff libobjc.A.dylib arm64 <6bcefc3ae6583699925f68a56dda06b5> /usr/lib/libobjc.A.dylib
0x1ccb52000 - 0x1ccb56fff libcache.dylib arm64 /usr/lib/system/libcache.dylib
0x1ccb57000 - 0x1ccb62fff libcommonCrypto.dylib arm64 <3e243d7fb2283cf482b68575d889c112> /usr/lib/system/libcommonCrypto.dylib
0x1ccb63000 - 0x1ccb67fff libcompiler_rt.dylib arm64 <60d6c3ce000c34868b0876ab06e51d1b> /usr/lib/system/libcompiler_rt.dylib
0x1ccb68000 - 0x1ccb70fff libcopyfile.dylib arm64 <6e86afdf5d203fc38fd2739ec830940e> /usr/lib/system/libcopyfile.dylib
0x1ccb71000 - 0x1ccbd4fff libcorecrypto.dylib arm64 <568543130dd63ba98f7da3f441045254> /usr/lib/system/libcorecrypto.dylib
0x1ccbd5000 - 0x1ccc44fff libdispatch.dylib arm64 <9cc8817521b2366da7f24340d383b286> /usr/lib/system/libdispatch.dylib
0x1ccc45000 - 0x1ccc6efff libdyld.dylib arm64 <2d8aee81500d34799da53eb3c27a7c2b> /usr/lib/system/libdyld.dylib
0x1ccc6f000 - 0x1ccc6ffff liblaunch.dylib arm64 /usr/lib/system/liblaunch.dylib
0x1ccc70000 - 0x1ccc75fff libmacho.dylib arm64 <1b0eeb34d4653da582c1105d68d9d844> /usr/lib/system/libmacho.dylib
0x1ccc76000 - 0x1ccc77fff libremovefile.dylib arm64 <35f75dfd93ee325dab74ed5155c40d43> /usr/lib/system/libremovefile.dylib
0x1ccc78000 - 0x1ccc8ffff libsystem_asl.dylib arm64 <7651388bca523a4eaab22545eddb45f3> /usr/lib/system/libsystem_asl.dylib
0x1ccc90000 - 0x1ccc90fff libsystem_blocks.dylib arm64 /usr/lib/system/libsystem_blocks.dylib
0x1ccc91000 - 0x1ccd12fff libsystem_c.dylib arm64 <0673635f9d0930dbacca56578ae05a3a> /usr/lib/system/libsystem_c.dylib
0x1ccd13000 - 0x1ccd17fff libsystem_configuration.dylib arm64 <5dcc44f2d33b3c9bb4763298bd648bde> /usr/lib/system/libsystem_configuration.dylib
0x1ccd18000 - 0x1ccd1efff libsystem_containermanager.dylib arm64 <12f2fa71d06232d382926521d1d1400b> /usr/lib/system/libsystem_containermanager.dylib
0x1ccd1f000 - 0x1ccd20fff libsystem_coreservices.dylib arm64 /usr/lib/system/libsystem_coreservices.dylib
0x1ccd21000 - 0x1ccd27fff libsystem_darwin.dylib arm64 /usr/lib/system/libsystem_darwin.dylib
0x1ccd28000 - 0x1ccd2efff libsystem_dnssd.dylib arm64 <98afca7ce6893436896feb72092fa5fe> /usr/lib/system/libsystem_dnssd.dylib
0x1ccd2f000 - 0x1ccd6efff libsystem_info.dylib arm64 <2548596fff033c66a18c497e3e1198fd> /usr/lib/system/libsystem_info.dylib
0x1ccd6f000 - 0x1ccd99fff libsystem_kernel.dylib arm64 <8f29839b6ebe3d6d8dfe52e425f16974> /usr/lib/system/libsystem_kernel.dylib
0x1ccd9a000 - 0x1ccdc7fff libsystem_m.dylib arm64 /usr/lib/system/libsystem_m.dylib
0x1ccdc8000 - 0x1ccdeafff libsystem_malloc.dylib arm64 /usr/lib/system/libsystem_malloc.dylib
0x1ccdeb000 - 0x1ccdf6fff libsystem_networkextension.dylib arm64 <78d1812fe5bf3f34881c4a6784fc590b> /usr/lib/system/libsystem_networkextension.dylib
0x1ccdf7000 - 0x1ccdfdfff libsystem_notify.dylib arm64 <17387ea13ae63fa18078d3e8c7d0c056> /usr/lib/system/libsystem_notify.dylib
0x1ccdfe000 - 0x1cce08fff libsystem_platform.dylib arm64 <9c4ac38f927d30e79ba3ad31639c0a95> /usr/lib/system/libsystem_platform.dylib
0x1cce09000 - 0x1cce19fff libsystem_pthread.dylib arm64 <07458b4c926235bd835cd4b9a95f806b> /usr/lib/system/libsystem_pthread.dylib
0x1cce1a000 - 0x1cce1cfff libsystem_sandbox.dylib arm64 <35d6403cf26b3cd2b8d8f3a80c542174> /usr/lib/system/libsystem_sandbox.dylib
0x1cce1d000 - 0x1cce24fff libsystem_symptoms.dylib arm64 <667f6ebf812d3ac594b14f5dcbe1c45f> /usr/lib/system/libsystem_symptoms.dylib
0x1cce25000 - 0x1cce3afff libsystem_trace.dylib arm64 <755f8ffba36734b583d3a78fe8516046> /usr/lib/system/libsystem_trace.dylib
0x1cce3b000 - 0x1cce40fff libunwind.dylib arm64 <7502f3caf3a138dea911e486ae8bcb4c> /usr/lib/system/libunwind.dylib
0x1cce41000 - 0x1cce6efff libxpc.dylib arm64 <2664290337cc313a995197ea1252505c> /usr/lib/system/libxpc.dylib
0x1cce6f000 - 0x1cd0c9fff libicucore.A.dylib arm64 <60ace39258c93e15bf110ffe55d884aa> /usr/lib/libicucore.A.dylib
0x1cd0ca000 - 0x1cd0dbfff libz.1.dylib arm64 <5101d9f8bbd43c0d8ca2b3f7a8af0ad1> /usr/lib/libz.1.dylib
0x1cd0dc000 - 0x1cd438fff CoreFoundation arm64 /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
0x1cd439000 - 0x1cd449fff libbsm.0.dylib arm64 /usr/lib/libbsm.0.dylib
0x1cd44a000 - 0x1cd44afff libenergytrace.dylib arm64 <1e9abfecd7363966bcc3cc98c169ef2f> /usr/lib/libenergytrace.dylib
0x1cd44b000 - 0x1cd4d9fff IOKit arm64 /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x1cd4da000 - 0x1cd5c1fff libxml2.2.dylib arm64 <58bb7d9c1c5a3feaad8c610c5aa93b50> /usr/lib/libxml2.2.dylib
0x1cd5c2000 - 0x1cd5cffff libbz2.1.0.dylib arm64 /usr/lib/libbz2.1.0.dylib
0x1cd5d0000 - 0x1cd5e8fff liblzma.5.dylib arm64 <603b46956b8137de9327e47ffc81f9ac> /usr/lib/liblzma.5.dylib
0x1cd5e9000 - 0x1cd762fff libsqlite3.dylib arm64 /usr/lib/libsqlite3.dylib
0x1cd763000 - 0x1cd797fff libMobileGestalt.dylib arm64 <8e61e03e53293bd2a559a85fdf7681d7> /usr/lib/libMobileGestalt.dylib
0x1cd798000 - 0x1cdb45fff CFNetwork arm64 <2e500455fc643d9eb055bdc3b1fea492> /System/Library/Frameworks/CFNetwork.framework/CFNetwork
0x1cdb46000 - 0x1cde30fff Foundation arm64 <3cfd0141927c31d19894107bb4df91f2> /System/Library/Frameworks/Foundation.framework/Foundation
0x1cde31000 - 0x1cdf3ffff Security arm64 /System/Library/Frameworks/Security.framework/Security
0x1cdf40000 - 0x1cdfa9fff SystemConfiguration arm64 <1165e502d530350b8689da62ccc0a7a3> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
0x1cdfaa000 - 0x1cdfdcfff libCRFSuite.dylib arm64 <0f29d1c5287b3a02907c3d132c4b31d9> /usr/lib/libCRFSuite.dylib
0x1cdfdd000 - 0x1cdff3fff libapple_nghttp2.dylib arm64 /usr/lib/libapple_nghttp2.dylib
0x1cdff4000 - 0x1ce01dfff libarchive.2.dylib arm64 /usr/lib/libarchive.2.dylib
0x1ce01e000 - 0x1ce0e5fff libboringssl.dylib arm64 /usr/lib/libboringssl.dylib
0x1ce0e6000 - 0x1ce0fcfff libcoretls.dylib arm64 <81737dbcc80a320ea1aa5f6e468ac69f> /usr/lib/libcoretls.dylib
0x1ce0fd000 - 0x1ce0fefff libcoretls_cfhelpers.dylib arm64 /usr/lib/libcoretls_cfhelpers.dylib
0x1ce0ff000 - 0x1ce100fff liblangid.dylib arm64 <444bf9518aa13917ba40b66b65397415> /usr/lib/liblangid.dylib
0x1ce101000 - 0x1ce471fff libnetwork.dylib arm64 <9f6c5f9956fc3809990dd32eeeee5b5d> /usr/lib/libnetwork.dylib
0x1ce472000 - 0x1ce4a5fff libpcap.A.dylib arm64 <9b2db5bd757c315bbb01d7eeef123539> /usr/lib/libpcap.A.dylib
0x1ce4a6000 - 0x1ce503fff libusrtcp.dylib arm64 /usr/lib/libusrtcp.dylib
0x1ce504000 - 0x1ce510fff IOSurface arm64 <4b78555f5bb23226b6fd50f4481a40d1> /System/Library/Frameworks/IOSurface.framework/IOSurface
0x1ce511000 - 0x1ce5c3fff libBLAS.dylib arm64 /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib
0x1ce5c4000 - 0x1ce8e0fff libLAPACK.dylib arm64 <11fdae9a14af348785a652e6b2e964be> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib
0x1ce8e1000 - 0x1ceb4ffff vImage arm64 <61b7170566e131d1a1a569b393f63429> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage
0x1ceb50000 - 0x1ceb61fff libSparseBLAS.dylib arm64 <0db560c1c791319e875bb9d9c1325fc9> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparseBLAS.dylib
0x1ceb62000 - 0x1cebbcfff libvMisc.dylib arm64 /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib
0x1cebbd000 - 0x1cebebfff libBNNS.dylib arm64 <28128adc3a0837fca090098396415d16> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBNNS.dylib
0x1cebec000 - 0x1cec00fff libLinearAlgebra.dylib arm64 <43a797d24bd8384d80d6af605e0ff7ee> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLinearAlgebra.dylib
0x1cec01000 - 0x1cec05fff libQuadrature.dylib arm64 <141c44d952ad3aafbf4b1aa26fdc6221> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libQuadrature.dylib
0x1cec06000 - 0x1cec74fff libSparse.dylib arm64 <452f072aae393e75b9e760624bb0fc0f> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparse.dylib
0x1cec75000 - 0x1ced05fff libvDSP.dylib arm64 <6b511e8e5f65327cb44ba60a70eed935> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib
0x1ced06000 - 0x1ced06fff vecLib arm64 /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib
0x1ced07000 - 0x1ced07fff Accelerate arm64 <7f9d12e893c2350bab51b37c3fffbb38> /System/Library/Frameworks/Accelerate.framework/Accelerate
0x1ced08000 - 0x1ced1ffff libcompression.dylib arm64 <9bc631e888cf3334a545730758acd90a> /usr/lib/libcompression.dylib
0x1ced20000 - 0x1cf2c4fff CoreGraphics arm64 <83ac797557013c36860882aa450dc490> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
0x1cf2c5000 - 0x1cf2cafff IOAccelerator arm64 <410890203c14350a97d57d4cbf169b80> /System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator
0x1cf2cb000 - 0x1cf2d0fff libCoreFSCache.dylib arm64 /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib
0x1cf2d1000 - 0x1cf375fff Metal arm64 /System/Library/Frameworks/Metal.framework/Metal
0x1cf376000 - 0x1cf388fff GraphicsServices arm64 /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
0x1cf389000 - 0x1cf389fff MobileCoreServices arm64 /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
0x1cf38a000 - 0x1cf38cfff IOSurfaceAccelerator arm64 <5db7f93a7511311d9d819766549dc0c2> /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/IOSurfaceAccelerator
0x1cf38d000 - 0x1cf3cffff AppleJPEG arm64 <9c5d31f1aa333ca9b86975049c7aeab7> /System/Library/PrivateFrameworks/AppleJPEG.framework/AppleJPEG
0x1cf3d0000 - 0x1cf96cfff ImageIO arm64 <1d25e77a9a28359ba0bf1dfc795eda91> /System/Library/Frameworks/ImageIO.framework/ImageIO
0x1cf96d000 - 0x1cf9dbfff BaseBoard arm64 <1311cc5dddc137ac842e26cbc139f600> /System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard
0x1cf9dc000 - 0x1cf9f1fff AssertionServices arm64 <36a7a78559183d31a3d78177165e77fb> /System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices
0x1cf9f2000 - 0x1cf9fafff CorePhoneNumbers arm64 <217d4c69032935809f9b8837fd0428f7> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/CorePhoneNumbers
0x1cf9fb000 - 0x1cfa3efff AppSupport arm64 <244da2bc4a933b1aa890bbcfc4224b08> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
0x1cfa3f000 - 0x1cfa57fff CrashReporterSupport arm64 <1b9fae0119b33df4a5249476cfb406e0> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport
0x1cfa58000 - 0x1cfa5dfff AggregateDictionary arm64 <245f1452233a307bb4619e28bb1a8927> /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary
0x1cfa5e000 - 0x1cfad9fff libTelephonyUtilDynamic.dylib arm64 <77f288992aee30b2bc534a94894ca762> /usr/lib/libTelephonyUtilDynamic.dylib
0x1cfada000 - 0x1cfaf8fff ProtocolBuffer arm64 <8eea362822d53b0a8324ad7416037c7c> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer
0x1cfaf9000 - 0x1cfb27fff MobileKeyBag arm64 /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag
0x1cfb28000 - 0x1cfb62fff BackBoardServices arm64 /System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices
0x1cfb63000 - 0x1cfbc5fff FrontBoardServices arm64 <273055fc8e8a3c09937f88daecb43f2c> /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices
0x1cfbc6000 - 0x1cfc0bfff SpringBoardServices arm64 <1dc2c0c8dcea3930bddfb6661f1d10e1> /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices
0x1cfc0c000 - 0x1cfc1ffff PowerLog arm64 /System/Library/PrivateFrameworks/PowerLog.framework/PowerLog
0x1cfc20000 - 0x1cfc3afff CommonUtilities arm64 <47e2d249aff1344191feac9f611bf041> /System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities
0x1cfc3b000 - 0x1cfc46fff liblockdown.dylib arm64 /usr/lib/liblockdown.dylib
0x1cfc47000 - 0x1cff68fff CoreData arm64 <0e99b0167a2a3b2da844a8f907dfe83a> /System/Library/Frameworks/CoreData.framework/CoreData
0x1cff69000 - 0x1cff70fff TCC arm64 /System/Library/PrivateFrameworks/TCC.framework/TCC
0x1cff71000 - 0x1cff78fff libcupolicy.dylib arm64 /usr/lib/libcupolicy.dylib
0x1cff79000 - 0x1d004cfff CoreTelephony arm64 <3ff34367a89a3cb4b2133d59e6d9a3ba> /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
0x1d004d000 - 0x1d00a4fff Accounts arm64 /System/Library/Frameworks/Accounts.framework/Accounts
0x1d00a5000 - 0x1d00c8fff AppleSauce arm64 /System/Library/PrivateFrameworks/AppleSauce.framework/AppleSauce
0x1d00c9000 - 0x1d00d1fff DataMigration arm64 <856bcde07b3637459620250637c0318e> /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
0x1d00d2000 - 0x1d00d8fff Netrb arm64 /System/Library/PrivateFrameworks/Netrb.framework/Netrb
0x1d00d9000 - 0x1d010afff PersistentConnection arm64 <8888e0a920c23cedb97ca4c7bec1a9c1> /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection
0x1d010b000 - 0x1d011bfff libmis.dylib arm64 <7e5361e388ce33059391156276b89f93> /usr/lib/libmis.dylib
0x1d011c000 - 0x1d0221fff ManagedConfiguration arm64 /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration
0x1d0222000 - 0x1d0227fff libReverseProxyDevice.dylib arm64 /usr/lib/libReverseProxyDevice.dylib
0x1d0228000 - 0x1d023afff libamsupport.dylib arm64 /usr/lib/libamsupport.dylib
0x1d023b000 - 0x1d0240fff libCoreVMClient.dylib arm64 <1d7e1cd92ff534a8a1657f3698272d60> /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib
0x1d0241000 - 0x1d0242fff libCVMSPluginSupport.dylib arm64 /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib
0x1d0243000 - 0x1d0246fff libutil.dylib arm64 <56b3ce9b190b3cb3a056df390d366cd7> /usr/lib/libutil.dylib
0x1d0247000 - 0x1d0284fff libGLImage.dylib arm64 <64d6048c87473c22909a3a50ad963ab9> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
0x1d0285000 - 0x1d0302fff APFS arm64 <9988f183c66e3f1fb1d29485427f53f7> /System/Library/PrivateFrameworks/APFS.framework/APFS
0x1d0303000 - 0x1d0334fff MediaKit arm64 <9e861f8858a3328ba8cbbfd22fa4f7e3> /System/Library/PrivateFrameworks/MediaKit.framework/MediaKit
0x1d0335000 - 0x1d034ffff libSERestoreInfo.dylib arm64 /usr/lib/updaters/libSERestoreInfo.dylib
0x1d0356000 - 0x1d0390fff DiskImages arm64 <0fe84d19dc4f3db39f4883a089e23520> /System/Library/PrivateFrameworks/DiskImages.framework/DiskImages
0x1d0391000 - 0x1d039afff libGFXShared.dylib arm64 <3ac54a58396030a2badfc5d292c80c03> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
0x1d039b000 - 0x1d03e8fff libauthinstall.dylib arm64 /usr/lib/libauthinstall.dylib
0x1d03e9000 - 0x1d03f1fff IOMobileFramebuffer arm64 <263af650b30c3a41a2e1b682d2912cdc> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer
0x1d03f2000 - 0x1d03fcfff OpenGLES arm64 <76de3e7577c6366085ee8c71ac33b7ff> /System/Library/Frameworks/OpenGLES.framework/OpenGLES
0x1d03fd000 - 0x1d049bfff ColorSync arm64 <5cbc7b09b27933979b605b6f77b4c58c> /System/Library/PrivateFrameworks/ColorSync.framework/ColorSync
0x1d049c000 - 0x1d04cafff CoreVideo arm64 <209039cb0b4e3fb288dff75b765e2ab5> /System/Library/Frameworks/CoreVideo.framework/CoreVideo
0x1d04cb000 - 0x1d04ccfff libCTGreenTeaLogger.dylib arm64 <7aed23ea7400322aa395389a2cbf2d43> /usr/lib/libCTGreenTeaLogger.dylib
0x1d04cd000 - 0x1d061efff CoreAudio arm64 <849b9051566037ebb9b7e345ccd74f63> /System/Library/Frameworks/CoreAudio.framework/CoreAudio
0x1d061f000 - 0x1d063efff CoreAnalytics arm64 <8d8b51f4803635e1b9cf40730dee8406> /System/Library/PrivateFrameworks/CoreAnalytics.framework/CoreAnalytics
0x1d063f000 - 0x1d0642fff UserFS arm64 <225c0b7be9c233399f9ea659a9476bec> /System/Library/PrivateFrameworks/UserFS.framework/UserFS
0x1d0643000 - 0x1d07e5fff CoreMedia arm64 <3c5b18fc4b953bf6a7f8280615177f5a> /System/Library/Frameworks/CoreMedia.framework/CoreMedia
0x1d07e6000 - 0x1d07f8fff libprotobuf-lite.dylib arm64 /usr/lib/libprotobuf-lite.dylib
0x1d07f9000 - 0x1d0856fff libprotobuf.dylib arm64 /usr/lib/libprotobuf.dylib
0x1d0857000 - 0x1d0b74fff libAWDSupportFramework.dylib arm64 <77d6279b41b239f5a65523936e6ddfad> /usr/lib/libAWDSupportFramework.dylib
0x1d0b75000 - 0x1d0bbafff WirelessDiagnostics arm64 <23851bdb571c380e8901a6e14b6a01ad> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/WirelessDiagnostics
0x1d0bbb000 - 0x1d0c78fff VideoToolbox arm64 <7b6c9ea550cc3827a42fffa17d11f873> /System/Library/Frameworks/VideoToolbox.framework/VideoToolbox
0x1d0c79000 - 0x1d0d7dfff libFontParser.dylib arm64 <19d1a227c412376fad44adc4e19d84c9> /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
0x1d0d7e000 - 0x1d0d7efff FontServices arm64 <3e343a1380103038a8180ad5675556da> /System/Library/PrivateFrameworks/FontServices.framework/FontServices
0x1d0d7f000 - 0x1d0ee0fff CoreText arm64 /System/Library/Frameworks/CoreText.framework/CoreText
0x1d0ee1000 - 0x1d0eeffff IntlPreferences arm64 <0b9873bbfbe236318eb428f769e6b86e> /System/Library/PrivateFrameworks/IntlPreferences.framework/IntlPreferences
0x1d0ef0000 - 0x1d0ef9fff RTCReporting arm64 <1cdd556cb41c37988a1b82c5b440f8c9> /System/Library/PrivateFrameworks/RTCReporting.framework/RTCReporting
0x1d0efa000 - 0x1d0f9dfff CoreBrightness arm64 /System/Library/PrivateFrameworks/CoreBrightness.framework/CoreBrightness
0x1d0f9e000 - 0x1d0fa7fff libAudioStatistics.dylib arm64 <083bcf5cf5c0341da5121eafa10aa695> /usr/lib/libAudioStatistics.dylib
0x1d0fa8000 - 0x1d1544fff AudioToolbox arm64 <2530d3512c373dd2b3cc2f3c293effe4> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
0x1d1545000 - 0x1d177cfff QuartzCore arm64 <155936d95d61320594cbbd20b375bd43> /System/Library/Frameworks/QuartzCore.framework/QuartzCore
0x1d177d000 - 0x1d1787fff MediaAccessibility arm64 <8c573a0fbcc63fb4a160b3b035a3380a> /System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility
0x1d1788000 - 0x1d187afff libiconv.2.dylib arm64 /usr/lib/libiconv.2.dylib
0x1d187b000 - 0x1d1896fff NetworkStatistics arm64 /System/Library/PrivateFrameworks/NetworkStatistics.framework/NetworkStatistics
0x1d1897000 - 0x1d18b5fff MPSCore arm64 <0032b39c51c73273890d3d548b237019> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/MPSCore
0x1d18b6000 - 0x1d1929fff MPSImage arm64 <263632528a593edb88071a70ac6d1af6> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/MPSImage
0x1d192a000 - 0x1d194efff MPSMatrix arm64 <9a8fdb4ab8e5353fb111d7c86ed04ee8> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/MPSMatrix
0x1d194f000 - 0x1d195dfff CoreAUC arm64 <809718eb88da3cd8958f64b6143a84c2> /System/Library/PrivateFrameworks/CoreAUC.framework/CoreAUC
0x1d195e000 - 0x1d1fe7fff MediaToolbox arm64 <0a11c758938130f89ea9bb9655dbaa51> /System/Library/Frameworks/MediaToolbox.framework/MediaToolbox
0x1d1fe8000 - 0x1d2152fff MPSNeuralNetwork arm64 <908d6815c0ce353384fa0b6605be25a1> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/MPSNeuralNetwork
0x1d2153000 - 0x1d2153fff MetalPerformanceShaders arm64 <01c29dfc703f3dbcb7026885286589c3> /System/Library/Frameworks/MetalPerformanceShaders.framework/MetalPerformanceShaders
0x1d2154000 - 0x1d2566fff FaceCore arm64 /System/Library/PrivateFrameworks/FaceCore.framework/FaceCore
0x1d2567000 - 0x1d2574fff GraphVisualizer arm64 /System/Library/PrivateFrameworks/GraphVisualizer.framework/GraphVisualizer
0x1d2575000 - 0x1d2799fff libFosl_dynamic.dylib arm64 <6c6ad99a13273633a0eb74a98de50a55> /usr/lib/libFosl_dynamic.dylib
0x1d279a000 - 0x1d2a2efff CoreImage arm64 <28188d7e412639ec8c46144332491f78> /System/Library/Frameworks/CoreImage.framework/CoreImage
0x1d2a2f000 - 0x1d2c51fff CoreMotion arm64 <60bc80f235f83c96ad6d399bbdb34467> /System/Library/Frameworks/CoreMotion.framework/CoreMotion
0x1d2c52000 - 0x1d2c80fff CoreBluetooth arm64 <56cbdee6f025337fbcc3c56af8c10347> /System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth
0x1d2c81000 - 0x1d2ca2fff PlugInKit arm64 <529cd0af454735eda8fd460d2d2d686b> /System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit
0x1d2ca3000 - 0x1d2f2ffff Celestial arm64 <1bc1f3a08bee3deebf2c309f752493b9> /System/Library/PrivateFrameworks/Celestial.framework/Celestial
0x1d2f30000 - 0x1d2fb1fff Quagga arm64 <952b927cc69332709e4c9fc291286be7> /System/Library/PrivateFrameworks/Quagga.framework/Quagga
0x1d2fb2000 - 0x1d30a8fff AVFAudio arm64 <01a661665a2630768dc556efbc3128bf> /System/Library/Frameworks/AVFoundation.framework/Frameworks/AVFAudio.framework/AVFAudio
0x1d30a9000 - 0x1d32a1fff AVFoundation arm64 <24b8e1e1e1c73c1787dbd0a0e99f17fd> /System/Library/Frameworks/AVFoundation.framework/AVFoundation
0x1d32a2000 - 0x1d32bffff CacheDelete arm64 <9efd20c7ced8380aba97758366267190> /System/Library/PrivateFrameworks/CacheDelete.framework/CacheDelete
0x1d32c0000 - 0x1d32f9fff StreamingZip arm64 <25c7d7baaed23fb0add9dc4f4e30094e> /System/Library/PrivateFrameworks/StreamingZip.framework/StreamingZip
0x1d32fa000 - 0x1d330cfff CoreEmoji arm64 <744d2eef17453bed96af9fd67b57b415> /System/Library/PrivateFrameworks/CoreEmoji.framework/CoreEmoji
0x1d330d000 - 0x1d335cfff CoreLocationProtobuf arm64 /System/Library/PrivateFrameworks/CoreLocationProtobuf.framework/CoreLocationProtobuf
0x1d335d000 - 0x1d3364fff SymptomDiagnosticReporter arm64 <1d74fb60f4373c9a8ecc317c5cd0ae1c> /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/SymptomDiagnosticReporter
0x1d3365000 - 0x1d3d45fff GeoServices arm64 /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices
0x1d3d46000 - 0x1d3d60fff MobileAsset arm64 <2f10fa9cdc053b29ba291f89d0bfa2b9> /System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset
0x1d3d61000 - 0x1d3d9cfff Lexicon arm64 <89ae23c8a7dc30eb8f35826759fa333b> /System/Library/PrivateFrameworks/Lexicon.framework/Lexicon
0x1d3d9d000 - 0x1d3daefff libcmph.dylib arm64 /usr/lib/libcmph.dylib
0x1d3daf000 - 0x1d3ebefff LanguageModeling arm64 <30d48d47c95d3f63886c11651fde728f> /System/Library/PrivateFrameworks/LanguageModeling.framework/LanguageModeling
0x1d3ed6000 - 0x1d3f70fff CoreLocation arm64 <2844717a83863e4795cee1d3e160bd01> /System/Library/Frameworks/CoreLocation.framework/CoreLocation
0x1d3f71000 - 0x1d3f71fff PhoneNumbers arm64 /System/Library/PrivateFrameworks/PhoneNumbers.framework/PhoneNumbers
0x1d3f72000 - 0x1d3f7cfff libChineseTokenizer.dylib arm64 <2a7a9a2bcf6e3b8c9dff298ec88b1328> /usr/lib/libChineseTokenizer.dylib
0x1d3f7d000 - 0x1d402dfff libmecab_em.dylib arm64 /usr/lib/libmecab_em.dylib
0x1d402e000 - 0x1d402ffff libThaiTokenizer.dylib arm64 <774f98730d9f3fb29cc53f10572688bb> /usr/lib/libThaiTokenizer.dylib
0x1d4030000 - 0x1d4034fff libgermantok.dylib arm64 <8d86536290cc3b81a4a0b88b49f2a6be> /usr/lib/libgermantok.dylib
0x1d4035000 - 0x1d4098fff CoreNLP arm64 <6015b52eb60c3beab09b935bbdb916ea> /System/Library/PrivateFrameworks/CoreNLP.framework/CoreNLP
0x1d40a5000 - 0x1d4269fff MobileSpotlightIndex arm64 <9c4cbe64973d34d9a71d128a2d5efd1d> /System/Library/PrivateFrameworks/MobileSpotlightIndex.framework/MobileSpotlightIndex
0x1d426a000 - 0x1d42cbfff CoreSpotlight arm64 /System/Library/Frameworks/CoreSpotlight.framework/CoreSpotlight
0x1d42cc000 - 0x1d4f78fff JavaScriptCore arm64 <7f797346c56b31348709de5dd36360dc> /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore
0x1d4f79000 - 0x1d4f7efff libheimdal-asn1.dylib arm64 /usr/lib/libheimdal-asn1.dylib
0x1d4f7f000 - 0x1d4ff9fff libate.dylib arm64 <1ac46e1bbf9d34e58d93ccaf5b2f6ccc> /usr/lib/libate.dylib
0x1d4ffa000 - 0x1d50a1fff TextureIO arm64 <7cc02f08a29f34cdac175de4dae21fbc> /System/Library/PrivateFrameworks/TextureIO.framework/TextureIO
0x1d50a2000 - 0x1d5165fff CoreUI arm64 <179645d9c1393a53b8c559c944f4c2ab> /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
0x1d5166000 - 0x1d5173fff MobileIcons arm64 /System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons
0x1d5174000 - 0x1d5182fff AppleFSCompression arm64 <0091e972717339dbb15fbcd499ef930e> /System/Library/PrivateFrameworks/AppleFSCompression.framework/AppleFSCompression
0x1d5183000 - 0x1d51ebfff TextInput arm64 <24d138e06df03789bebe3d42de861b9a> /System/Library/PrivateFrameworks/TextInput.framework/TextInput
0x1d5215000 - 0x1d5248fff DataDetectorsCore arm64 /System/Library/PrivateFrameworks/DataDetectorsCore.framework/DataDetectorsCore
0x1d5249000 - 0x1d52dafff FileProvider arm64 <9b1dd8d65cee3d08a70f66029726591a> /System/Library/Frameworks/FileProvider.framework/FileProvider
0x1d52db000 - 0x1d53d0fff NLP arm64 <26ef4858cee033e4b8a101befc2f5237> /System/Library/PrivateFrameworks/NLP.framework/NLP
0x1d53d1000 - 0x1d54a6fff ProofReader arm64 /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader
0x1d54a7000 - 0x1d54bcfff libAccessibility.dylib arm64 /usr/lib/libAccessibility.dylib
0x1d54bd000 - 0x1d59abfff libwebrtc.dylib arm64 /System/Library/PrivateFrameworks/WebCore.framework/Frameworks/libwebrtc.dylib
0x1d59ac000 - 0x1d5a10fff ContactsFoundation arm64 /System/Library/PrivateFrameworks/ContactsFoundation.framework/ContactsFoundation
0x1d5a11000 - 0x1d73c7fff WebCore arm64 /System/Library/PrivateFrameworks/WebCore.framework/WebCore
0x1d73c8000 - 0x1d7561fff WebKitLegacy arm64 <19a3b354295e3364ae243d1e56a5e323> /System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy
0x1d7562000 - 0x1d7591fff DataAccessExpress arm64 <5df720c36e69332ab655bad1d9a1c208> /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress
0x1d7592000 - 0x1d762bfff AddressBookLegacy arm64 <456187a18fed3858a14bdd2815e46826> /System/Library/PrivateFrameworks/AddressBookLegacy.framework/AddressBookLegacy
0x1d762c000 - 0x1d7683fff ProtectedCloudStorage arm64 <138c872dbc513d81b2f2dd57d60b2d73> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/ProtectedCloudStorage
0x1d7684000 - 0x1d76b5fff UserNotifications arm64 /System/Library/Frameworks/UserNotifications.framework/UserNotifications
0x1d76b6000 - 0x1d76c1fff AppleIDAuthSupport arm64 /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/AppleIDAuthSupport
0x1d76c2000 - 0x1d7717fff AuthKit arm64 /System/Library/PrivateFrameworks/AuthKit.framework/AuthKit
0x1d7756000 - 0x1d7756fff UIKit arm64 /System/Library/Frameworks/UIKit.framework/UIKit
0x1d7757000 - 0x1d776afff DocumentManagerCore arm64 <1544ac44f1fe36c1866fc7eb6a565ba8> /System/Library/PrivateFrameworks/DocumentManagerCore.framework/DocumentManagerCore
0x1d776b000 - 0x1d7779fff HangTracer arm64 <76702b791c6c3989bcb0ba485c2cfb4d> /System/Library/PrivateFrameworks/HangTracer.framework/HangTracer
0x1d777a000 - 0x1d77c8fff PhysicsKit arm64 <8a7fa50db32c328d851ecd981b2c5b00> /System/Library/PrivateFrameworks/PhysicsKit.framework/PhysicsKit
0x1d77c9000 - 0x1d77cdfff StudyLog arm64 <59820891019136928c08b84cce7a61fb> /System/Library/PrivateFrameworks/StudyLog.framework/StudyLog
0x1d77ce000 - 0x1d78b9fff UIFoundation arm64 <3f0ae6dbf51d3c8b88139f49459083a7> /System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation
0x1d78ba000 - 0x1d79dafff CloudKit arm64 <1c18cf5ba00334ccb769f10930c5083f> /System/Library/Frameworks/CloudKit.framework/CloudKit
0x1d79db000 - 0x1d79e2fff IntentsFoundation arm64 /System/Library/PrivateFrameworks/IntentsFoundation.framework/IntentsFoundation
0x1d79e3000 - 0x1d7cc9fff Intents arm64 <11b121ab6445310d84885ac7fa9c1e48> /System/Library/Frameworks/Intents.framework/Intents
0x1d7cca000 - 0x1d7ce2fff libresolv.9.dylib arm64 <063cb098ae1b38b6bd21edc72c82bb59> /usr/lib/libresolv.9.dylib
0x1d7ce3000 - 0x1d7ce5fff CoreDuetDebugLogging arm64 <996c491eda1b33d28b37a330ae37e4f2> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/CoreDuetDebugLogging
0x1d7ce6000 - 0x1d7d17fff libtidy.A.dylib arm64 /usr/lib/libtidy.A.dylib
0x1d7d18000 - 0x1d7ed2fff CoreDuet arm64 <3dd077372d263748872e9189a07d32e7> /System/Library/PrivateFrameworks/CoreDuet.framework/CoreDuet
0x1d7ed3000 - 0x1d7ef3fff CoreDuetContext arm64 <771768cbeeab38228d5721ea22bb3ae7> /System/Library/PrivateFrameworks/CoreDuetContext.framework/CoreDuetContext
0x1d7ef4000 - 0x1d7f05fff CoreDuetDaemonProtocol arm64 <89e376a978693b11b39c7850242996b0> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/CoreDuetDaemonProtocol
0x1d7f06000 - 0x1d7f6cfff IMFoundation arm64 /System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation
0x1d7f6d000 - 0x1d7f9efff vCard arm64 <52308e3dc3f23b52b5a6aa2cebd14e51> /System/Library/PrivateFrameworks/vCard.framework/vCard
0x1d7f9f000 - 0x1d80b0fff Contacts arm64 <3eb5fcb06423321294bfcc9997a6625d> /System/Library/Frameworks/Contacts.framework/Contacts
0x1d80b1000 - 0x1d80b2fff DiagnosticLogCollection arm64 /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/DiagnosticLogCollection
0x1d80b3000 - 0x1d80b4fff Marco arm64 <02b58a80366d3de980ec6970c2a7d468> /System/Library/PrivateFrameworks/Marco.framework/Marco
0x1d80b5000 - 0x1d80bcfff MessageProtection arm64 <808294fe384538e89e78a984f6407132> /System/Library/PrivateFrameworks/MessageProtection.framework/MessageProtection
0x1d80bd000 - 0x1d83a6fff StoreServices arm64 <87d19003f5f13af0be02ab0606e4d6ef> /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices
0x1d83a7000 - 0x1d83bdfff Engram arm64 <70ddaaddaef93363b6c2c4aa9df885c0> /System/Library/PrivateFrameworks/Engram.framework/Engram
0x1d83be000 - 0x1d84cafff IDSFoundation arm64 /System/Library/PrivateFrameworks/IDSFoundation.framework/IDSFoundation
0x1d84cb000 - 0x1d84d5fff CaptiveNetwork arm64 <21bab59440c2375f8303dc6861103ec8> /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork
0x1d84d6000 - 0x1d8505fff EAP8021X arm64 <4768fe1e879337fb808ffd493c1c63ba> /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X
0x1d8506000 - 0x1d8543fff MobileWiFi arm64 /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi
0x1d8544000 - 0x1d8546fff OAuth arm64 <61c8495aea81311abe3ebcbae2c2d447> /System/Library/PrivateFrameworks/OAuth.framework/OAuth
0x1d8547000 - 0x1d8549fff CommonAuth arm64 /System/Library/PrivateFrameworks/CommonAuth.framework/CommonAuth
0x1d854a000 - 0x1d85b9fff Heimdal arm64 <189224720339354eba9a64343c490e0b> /System/Library/PrivateFrameworks/Heimdal.framework/Heimdal
0x1d85ba000 - 0x1d85e3fff GSS arm64 /System/Library/Frameworks/GSS.framework/GSS
0x1d85e4000 - 0x1d85fbfff ApplePushService arm64 /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService
0x1d85fc000 - 0x1d868bfff AccountsDaemon arm64 /System/Library/PrivateFrameworks/AccountsDaemon.framework/AccountsDaemon
0x1d868c000 - 0x1d86aefff AppleIDSSOAuthentication arm64 /System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/AppleIDSSOAuthentication
0x1d86af000 - 0x1d8730fff AppleAccount arm64 <15caa7272f973e3f98fec5b04c3b4a0a> /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount
0x1d8731000 - 0x1d88a2fff CoreUtils arm64 <95d8dea921d33ca3b063042ad325d071> /System/Library/PrivateFrameworks/CoreUtils.framework/CoreUtils
0x1d88a3000 - 0x1d899cfff IDS arm64 /System/Library/PrivateFrameworks/IDS.framework/IDS
0x1d899d000 - 0x1d89c2fff MediaServices arm64 /System/Library/PrivateFrameworks/MediaServices.framework/MediaServices
0x1d89c3000 - 0x1d8b93fff MediaRemote arm64 /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote
0x1d8b94000 - 0x1d8baefff UserManagement arm64 /System/Library/PrivateFrameworks/UserManagement.framework/UserManagement
0x1d8baf000 - 0x1d8bbffff MobileBluetooth arm64 /System/Library/PrivateFrameworks/MobileBluetooth.framework/MobileBluetooth
0x1d8bc0000 - 0x1d8bf0fff Bom arm64 /System/Library/PrivateFrameworks/Bom.framework/Bom
0x1d8bf1000 - 0x1d8bf5fff CommunicationsFilter arm64 <3ca4a6a56cd93aeb9ee85e1d86a9aef6> /System/Library/PrivateFrameworks/CommunicationsFilter.framework/CommunicationsFilter
0x1d8bf6000 - 0x1d8c16fff FTAWD arm64 <64d453c76afc33629c6c160f0ad68401> /System/Library/PrivateFrameworks/FTAWD.framework/FTAWD
0x1d8c17000 - 0x1d8c6cfff FTServices arm64 /System/Library/PrivateFrameworks/FTServices.framework/FTServices
0x1d8ca4000 - 0x1d8caffff ProactiveEventTracker arm64 <21839a46bfab32dfaad50e7d83836962> /System/Library/PrivateFrameworks/ProactiveEventTracker.framework/ProactiveEventTracker
0x1d8cb0000 - 0x1d8cfefff ChunkingLibrary arm64 /System/Library/PrivateFrameworks/ChunkingLibrary.framework/ChunkingLibrary
0x1d8cff000 - 0x1d8d0dfff libnetworkextension.dylib arm64 <28947f8ffc5c36cda71103a82f5fe519> /usr/lib/libnetworkextension.dylib
0x1d8d0e000 - 0x1d8d31fff AddressBook arm64 <09ddf2dacab533cfa4c7b437aa730a75> /System/Library/Frameworks/AddressBook.framework/AddressBook
0x1d9a8b000 - 0x1d9c28fff NetworkExtension arm64 <41b6a777188636c98a37e08f5b656470> /System/Library/Frameworks/NetworkExtension.framework/NetworkExtension
0x1d9c29000 - 0x1da053fff SiriTTS arm64 /System/Library/PrivateFrameworks/SiriTTS.framework/SiriTTS
0x1da054000 - 0x1da0b1fff SAObjects arm64 <0d5c0a1c38d731288660c8ed8eeadf9e> /System/Library/PrivateFrameworks/SAObjects.framework/SAObjects
0x1da0b2000 - 0x1da0f1fff VoiceServices arm64 <2869844c59853c4db771f025bb9a68e3> /System/Library/PrivateFrameworks/VoiceServices.framework/VoiceServices
0x1da0f2000 - 0x1da120fff GLKit arm64 <79fe550c52ec3666aa32064b2f89b0bf> /System/Library/Frameworks/GLKit.framework/GLKit
0x1da121000 - 0x1da249fff AssistantServices arm64 /System/Library/PrivateFrameworks/AssistantServices.framework/AssistantServices
0x1da24a000 - 0x1da267fff AssetCacheServices arm64 <518589ad431e3e7d8a58b24f553ca598> /System/Library/PrivateFrameworks/AssetCacheServices.framework/AssetCacheServices
0x1da268000 - 0x1da319fff NetworkServiceProxy arm64 /System/Library/PrivateFrameworks/NetworkServiceProxy.framework/NetworkServiceProxy
0x1da31a000 - 0x1da3eefff MMCS arm64 <0dce6aa56a593a01b4d94d13e035470e> /System/Library/PrivateFrameworks/MMCS.framework/MMCS
0x1da3ef000 - 0x1da3fbfff BluetoothManager arm64 /System/Library/PrivateFrameworks/BluetoothManager.framework/BluetoothManager
0x1da3fc000 - 0x1da46bfff CoreDAV arm64 <6e27c5a9af273e6ca360f46e85572288> /System/Library/PrivateFrameworks/CoreDAV.framework/CoreDAV
0x1da46c000 - 0x1da4a0fff iCalendar arm64 <4315922cbc463924ad9711172259fe41> /System/Library/PrivateFrameworks/iCalendar.framework/iCalendar
0x1da4a1000 - 0x1da4adfff PersonaKit arm64 <69dd75ee21773b41b6956d74bb6e4026> /System/Library/PrivateFrameworks/PersonaKit.framework/PersonaKit
0x1da4ae000 - 0x1da504fff CalendarFoundation arm64 <581996a03d5e3d339f442ed1a05422ef> /System/Library/PrivateFrameworks/CalendarFoundation.framework/CalendarFoundation
0x1da505000 - 0x1da533fff PhotosFormats arm64 <44325b1c7a883b0cb8bd0c6155ed829d> /System/Library/PrivateFrameworks/PhotosFormats.framework/PhotosFormats
0x1da534000 - 0x1da5cdfff CalendarDatabase arm64 <023c7c123e593b299f4d6b7fb2d1f1c1> /System/Library/PrivateFrameworks/CalendarDatabase.framework/CalendarDatabase
0x1da5ce000 - 0x1da626fff CalendarDaemon arm64 <87fd3d81a17134828fba2126e9169bce> /System/Library/PrivateFrameworks/CalendarDaemon.framework/CalendarDaemon
0x1da627000 - 0x1da783fff CloudPhotoLibrary arm64 /System/Library/PrivateFrameworks/CloudPhotoLibrary.framework/CloudPhotoLibrary
0x1da784000 - 0x1da868fff EventKit arm64 /System/Library/Frameworks/EventKit.framework/EventKit
0x1da869000 - 0x1da89bfff AssetsLibraryServices arm64 <8d80bd67f74739f6be18da69f7e7651e> /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices
0x1da8d1000 - 0x1da8f9fff DCIMServices arm64 /System/Library/PrivateFrameworks/DCIMServices.framework/DCIMServices
0x1da8fa000 - 0x1daa18fff CoreMediaStream arm64 <98b12d27f32333fdbdc05db7d9d7fc55> /System/Library/PrivateFrameworks/CoreMediaStream.framework/CoreMediaStream
0x1daa19000 - 0x1daa20fff XPCKit arm64 <163a444a2c033a4f9398f0ffa289e226> /System/Library/PrivateFrameworks/XPCKit.framework/XPCKit
0x1dab01000 - 0x1dab1afff CloudPhotoServices arm64 <84417150348c3a898cbba2a1bef669dc> /System/Library/PrivateFrameworks/CloudPhotoServices.framework/CloudPhotoServices
0x1dab1b000 - 0x1dab26fff CoreRecents arm64 <6ad5f61df2263dacb5e17d9df18c9e8e> /System/Library/PrivateFrameworks/CoreRecents.framework/CoreRecents
0x1dab27000 - 0x1dab43fff MediaStream arm64 <4c04330a073630eeb64c4f409a3b233a> /System/Library/PrivateFrameworks/MediaStream.framework/MediaStream
0x1dab44000 - 0x1db043fff PhotoLibraryServices arm64 /System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices
0x1db044000 - 0x1db05ffff PrototypeTools arm64 <8cfb821e625d351aaf01907af0af3a59> /System/Library/PrivateFrameworks/PrototypeTools.framework/PrototypeTools
0x1db060000 - 0x1db0dffff CoreSymbolication arm64 /System/Library/PrivateFrameworks/CoreSymbolication.framework/CoreSymbolication
0x1db0e0000 - 0x1db22efff SearchFoundation arm64 <9a1c9f9a3f7d385fb57335abdcab4e19> /System/Library/PrivateFrameworks/SearchFoundation.framework/SearchFoundation
0x1db22f000 - 0x1db234fff IncomingCallFilter arm64 /System/Library/PrivateFrameworks/IncomingCallFilter.framework/IncomingCallFilter
0x1db235000 - 0x1db2eafff iTunesStore arm64 /System/Library/PrivateFrameworks/iTunesStore.framework/iTunesStore
0x1db2eb000 - 0x1db2f1fff libtzupdate.dylib arm64 <08138e2292a337869ab94b0d2d04048e> /usr/lib/libtzupdate.dylib
0x1db2f2000 - 0x1db43ffff Preferences arm64 /System/Library/PrivateFrameworks/Preferences.framework/Preferences
0x1db440000 - 0x1db448fff CoreTime arm64 /System/Library/PrivateFrameworks/CoreTime.framework/CoreTime
0x1db449000 - 0x1db499fff CoreAppleCVA arm64 <16e32ab0c7ac3a95bf5e8bb83124d2f1> /System/Library/PrivateFrameworks/CoreAppleCVA.framework/CoreAppleCVA
0x1db49a000 - 0x1db4d8fff DifferentialPrivacy arm64 <79a10f805e0b334a82d2c692fbef07f6> /System/Library/PrivateFrameworks/DifferentialPrivacy.framework/DifferentialPrivacy
0x1db4d9000 - 0x1db67bfff AppleCVA arm64 <23ac57ae96cf372c888981d23be00962> /System/Library/PrivateFrameworks/AppleCVA.framework/AppleCVA
0x1db67c000 - 0x1db733fff Montreal arm64 <35ca50ab6fa534038e24e4713a515343> /System/Library/PrivateFrameworks/Montreal.framework/Montreal
0x1db734000 - 0x1dba55fff Espresso arm64 <8db057c1541539d9bd2abf8e1f690124> /System/Library/PrivateFrameworks/Espresso.framework/Espresso
0x1dba56000 - 0x1dba5cfff MobileSystemServices arm64 <76021934ee51380cb4c9a70051c3180a> /System/Library/PrivateFrameworks/MobileSystemServices.framework/MobileSystemServices
0x1dba5d000 - 0x1dbc49fff Photos arm64 <058ae9c970623f0faf8baeadfdcf0462> /System/Library/Frameworks/Photos.framework/Photos
0x1dbc4a000 - 0x1dbe6dfff CoreML arm64 /System/Library/Frameworks/CoreML.framework/CoreML
0x1dbe6e000 - 0x1dbe72fff CoreOptimization arm64 <47f5ca7001263f528a21309c29d76345> /System/Library/PrivateFrameworks/CoreOptimization.framework/CoreOptimization
0x1dbe73000 - 0x1dbecffff SafariCore arm64 <01712b3f1a54300daf17817fc8afa773> /System/Library/PrivateFrameworks/SafariCore.framework/SafariCore
0x1dbed0000 - 0x1dbf24fff CorePrediction arm64 <34bd2e01c68236f9a076b3c525d065e2> /System/Library/PrivateFrameworks/CorePrediction.framework/CorePrediction
0x1dbf31000 - 0x1dc02dfff Navigation arm64 /System/Library/PrivateFrameworks/Navigation.framework/Navigation
0x1dc02e000 - 0x1dc045fff ContactsDonation arm64 <80d6ab9f9aa1360ca4c3055a326bfa9c> /System/Library/PrivateFrameworks/ContactsDonation.framework/ContactsDonation
0x1dc046000 - 0x1dc072fff Futhark arm64 /System/Library/PrivateFrameworks/Futhark.framework/Futhark
0x1dc073000 - 0x1dc0e2fff NanoRegistry arm64 <424a08d47448328aab4336afb54964db> /System/Library/PrivateFrameworks/NanoRegistry.framework/NanoRegistry
0x1dc0e3000 - 0x1dc138fff ToneLibrary arm64 <48891c2367bc350eb48de9c1cc81d2f1> /System/Library/PrivateFrameworks/ToneLibrary.framework/ToneLibrary
0x1dc139000 - 0x1dc14ffff BaseBoardUI arm64 <2d3cae62d2aa3e098db272d37cede03f> /System/Library/PrivateFrameworks/BaseBoardUI.framework/BaseBoardUI
0x1dc150000 - 0x1dc1a7fff ContactsUICore arm64 /System/Library/PrivateFrameworks/ContactsUICore.framework/ContactsUICore
0x1dc1a8000 - 0x1dc31afff ContactsUI arm64 <39d05d567d9d3834aa5eaf2ac672d338> /System/Library/Frameworks/ContactsUI.framework/ContactsUI
0x1dc31b000 - 0x1dc3e5fff CorePDF arm64 <52bd44f9e9213a4d95a59dd0414c708a> /System/Library/PrivateFrameworks/CorePDF.framework/CorePDF
0x1dc3e6000 - 0x1dc677fff Vision arm64 <0feff44844a43631871df6ce1b82ea2a> /System/Library/Frameworks/Vision.framework/Vision
0x1dc678000 - 0x1dcb7ffff WebKit arm64 <6060d01727ff351da66e51fb8445a3a5> /System/Library/Frameworks/WebKit.framework/WebKit
0x1dcb80000 - 0x1dcc15fff BulletinBoard arm64 /System/Library/PrivateFrameworks/BulletinBoard.framework/BulletinBoard
0x1dcc16000 - 0x1dcc1bfff ConstantClasses arm64 <3fc92df26b40320694626f36a6ca92f9> /System/Library/PrivateFrameworks/ConstantClasses.framework/ConstantClasses
0x1dcc1c000 - 0x1dcc24fff CertUI arm64 <6cfe8ecbdfb3383a9c802cc13f75dab2> /System/Library/PrivateFrameworks/CertUI.framework/CertUI
0x1dcc25000 - 0x1dcc6ffff AXRuntime arm64 <03dd5bb808d73156b81bdb8d47c81a13> /System/Library/PrivateFrameworks/AXRuntime.framework/AXRuntime
0x1dcc70000 - 0x1dcca9fff ScreenReaderCore arm64 <1bc5e4d39c5339fb85fc8d4c8c0a6832> /System/Library/PrivateFrameworks/ScreenReaderCore.framework/ScreenReaderCore
0x1dccaa000 - 0x1dccc4fff TextToSpeech arm64 <271ede667f48378e9a1a3e450e65ac0a> /System/Library/PrivateFrameworks/TextToSpeech.framework/TextToSpeech
0x1dccc5000 - 0x1dcd19fff CoreMIDI arm64 <6ba68d716c253292a5e7600077128e70> /System/Library/Frameworks/CoreMIDI.framework/CoreMIDI
0x1dcd1a000 - 0x1dcda9fff MediaPlatform arm64 /System/Library/PrivateFrameworks/MediaPlatform.framework/MediaPlatform
0x1dcdaa000 - 0x1dce0afff WebBookmarks arm64 <862f7246cdc435a98c1eb5de868cdc2c> /System/Library/PrivateFrameworks/WebBookmarks.framework/WebBookmarks
0x1dce0b000 - 0x1dce15fff DAAPKit arm64 <27986851c49d31849c6d37f02854026f> /System/Library/PrivateFrameworks/DAAPKit.framework/DAAPKit
0x1dce16000 - 0x1dce18fff libAXSafeCategoryBundle.dylib arm64 <1b336be21fb83e0e9849517361c092e6> /usr/lib/libAXSafeCategoryBundle.dylib
0x1dce19000 - 0x1dce23fff libAXSpeechManager.dylib arm64 /usr/lib/libAXSpeechManager.dylib
0x1dce24000 - 0x1dcf0bfff AccessibilityUtilities arm64 <921d004be68938c98ab183b4db745edf> /System/Library/PrivateFrameworks/AccessibilityUtilities.framework/AccessibilityUtilities
0x1dcf0c000 - 0x1dd1dffff MediaLibraryCore arm64 <4e431288b82a3a6a88b56f9ccd028b89> /System/Library/PrivateFrameworks/MediaLibraryCore.framework/MediaLibraryCore
0x1dd1e0000 - 0x1dd1e1fff AdSupport arm64 /System/Library/Frameworks/AdSupport.framework/AdSupport
0x1dd1e2000 - 0x1dd459fff MusicLibrary arm64 /System/Library/PrivateFrameworks/MusicLibrary.framework/MusicLibrary
0x1dd45a000 - 0x1dda73fff VectorKit arm64 /System/Library/PrivateFrameworks/VectorKit.framework/VectorKit
0x1dda74000 - 0x1ddcc0fff MapKit arm64 <0150e55cbdcb34dea62d1f8d2b4fd18c> /System/Library/Frameworks/MapKit.framework/MapKit
0x1ddcc1000 - 0x1dde8afff iTunesCloud arm64 <3555fd507e9739748c77ac05dfdf3e59> /System/Library/PrivateFrameworks/iTunesCloud.framework/iTunesCloud
0x1dde8b000 - 0x1ddf25fff HomeSharing arm64 /System/Library/PrivateFrameworks/HomeSharing.framework/HomeSharing
0x1de087000 - 0x1de095fff NanoPreferencesSync arm64 <683b3b19d9513d11a9aadccf97826b22> /System/Library/PrivateFrameworks/NanoPreferencesSync.framework/NanoPreferencesSync
0x1de096000 - 0x1de4cafff MediaPlayer arm64 <85adf3f74f443b5fbf993785893e3ead> /System/Library/Frameworks/MediaPlayer.framework/MediaPlayer
0x1de4cb000 - 0x1de4eefff MobileInstallation arm64 /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation
0x1de4ef000 - 0x1de4f6fff EmailAddressing arm64 <2bfcc03e4e1630e482e28585928f4abd> /System/Library/PrivateFrameworks/EmailAddressing.framework/EmailAddressing
0x1de4fa000 - 0x1de4fcfff InternationalTextSearch arm64 /System/Library/PrivateFrameworks/InternationalTextSearch.framework/InternationalTextSearch
0x1de556000 - 0x1de58bfff ProactiveSupport arm64 <0b5155f08d5938e7bfcbae26eab59d27> /System/Library/PrivateFrameworks/ProactiveSupport.framework/ProactiveSupport
0x1de5c4000 - 0x1de689fff TelephonyUtilities arm64 <85befc51f086380e9cf001b53d6bbfe9> /System/Library/PrivateFrameworks/TelephonyUtilities.framework/TelephonyUtilities
0x1de68a000 - 0x1de6c5fff CalendarUIKit arm64 /System/Library/PrivateFrameworks/CalendarUIKit.framework/CalendarUIKit
0x1de6c6000 - 0x1de6e2fff AccessibilityUIUtilities arm64 /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AccessibilityUIUtilities.framework/AccessibilityUIUtilities
0x1de739000 - 0x1de74afff AssetsLibrary arm64 <609d52e757623e568396abea010cba79> /System/Library/Frameworks/AssetsLibrary.framework/AssetsLibrary
0x1de74b000 - 0x1de924fff EventKitUI arm64 <184513c5f09336b7b3a72cf95f135ca6> /System/Library/Frameworks/EventKitUI.framework/EventKitUI
0x1de925000 - 0x1de982fff AXMediaUtilities arm64 <84a7b38bf70d3f7db4d331e3bc937715> /System/Library/PrivateFrameworks/AXMediaUtilities.framework/AXMediaUtilities
0x1de983000 - 0x1de9f7fff UIAccessibility arm64 <5f7d0ffde9b239fab963a30e6073a111> /System/Library/PrivateFrameworks/UIAccessibility.framework/UIAccessibility
0x1dea15000 - 0x1deaadfff Social arm64 <92828d8d12263069b7538d8fb9fd1b1e> /System/Library/Frameworks/Social.framework/Social
0x1deb43000 - 0x1deb5afff CoreFollowUp arm64 /System/Library/PrivateFrameworks/CoreFollowUp.framework/CoreFollowUp
0x1deb5b000 - 0x1debcafff CoreSuggestions arm64 <6c95d0ad22863433a79b04006e42be06> /System/Library/PrivateFrameworks/CoreSuggestions.framework/CoreSuggestions
0x1debdc000 - 0x1dec68fff CoreRecognition arm64 /System/Library/PrivateFrameworks/CoreRecognition.framework/CoreRecognition
0x1dedde000 - 0x1defddfff libmecabra.dylib arm64 /usr/lib/libmecabra.dylib
0x1defde000 - 0x1df090fff CoreParsec arm64 <984ea0d78fe7345d9517a52ffadc0d21> /System/Library/PrivateFrameworks/CoreParsec.framework/CoreParsec
0x1df0be000 - 0x1df0eefff SharedUtils arm64 <8f27cb6e766a344982967a9da9e89cc3> /System/Library/Frameworks/LocalAuthentication.framework/Support/SharedUtils.framework/SharedUtils
0x1df12e000 - 0x1df1effff VideoSubscriberAccount arm64 /System/Library/Frameworks/VideoSubscriberAccount.framework/VideoSubscriberAccount
0x1df1f0000 - 0x1df21ffff Pegasus arm64 <3f82ffc26ba93939aacf31593e6c0d5b> /System/Library/PrivateFrameworks/Pegasus.framework/Pegasus
0x1df220000 - 0x1df2d5fff AVKit arm64 <99e46d5cc07632e2a1b7f10f20a80bd6> /System/Library/Frameworks/AVKit.framework/AVKit
0x1df304000 - 0x1df307fff SharedWebCredentials arm64 /System/Library/PrivateFrameworks/SharedWebCredentials.framework/SharedWebCredentials
0x1df309000 - 0x1df322fff SafariFoundation arm64 /System/Library/PrivateFrameworks/SafariFoundation.framework/SafariFoundation
0x1df4f6000 - 0x1df50afff LocalAuthentication arm64 /System/Library/Frameworks/LocalAuthentication.framework/LocalAuthentication
0x1df50b000 - 0x1df50dfff ParsecSubscriptionServiceSupport arm64 <47bdc74985e53564bc4ab16350aed910> /System/Library/PrivateFrameworks/ParsecSubscriptionServiceSupport.framework/ParsecSubscriptionServiceSupport
0x1df5b2000 - 0x1df7defff SafariShared arm64 <236dc47bdc643714a58c9321bf113137> /System/Library/PrivateFrameworks/SafariShared.framework/SafariShared
0x1df7df000 - 0x1df7f9fff WebUI arm64 <17da36ce5d7134afa91ad24a1e378909> /System/Library/PrivateFrameworks/WebUI.framework/WebUI
0x1df7fa000 - 0x1df807fff SetupAssistantSupport arm64 /System/Library/PrivateFrameworks/SetupAssistantSupport.framework/SetupAssistantSupport
0x1df808000 - 0x1df831fff SetupAssistant arm64 /System/Library/PrivateFrameworks/SetupAssistant.framework/SetupAssistant
0x1df87e000 - 0x1df887fff MobileStorage arm64 <263079d674403cd6a94f3cd4f683cc0e> /System/Library/PrivateFrameworks/MobileStorage.framework/MobileStorage
0x1df888000 - 0x1df8c6fff ContentIndex arm64 /System/Library/PrivateFrameworks/ContentIndex.framework/ContentIndex
0x1df8c7000 - 0x1df923fff ImageCapture arm64 <3510b687cbf43c3a81623571627b0eec> /System/Library/PrivateFrameworks/ImageCapture.framework/ImageCapture
0x1dfadd000 - 0x1dfaf1fff iPhotoMigrationSupport arm64 <87d67b1009ec35dfaa71efd4de2f5ebf> /System/Library/PrivateFrameworks/iPhotoMigrationSupport.framework/iPhotoMigrationSupport
0x1dfaf2000 - 0x1dfb03fff DiagnosticExtensions arm64 <550fa1863e77336db390f86cf45548f2> /System/Library/PrivateFrameworks/DiagnosticExtensions.framework/DiagnosticExtensions
0x1dfe5e000 - 0x1dfed7fff PhotoLibrary arm64 /System/Library/PrivateFrameworks/PhotoLibrary.framework/PhotoLibrary
0x1dfed8000 - 0x1e03fafff PhotosUICore arm64 /System/Library/PrivateFrameworks/PhotosUICore.framework/PhotosUICore
0x1e04d9000 - 0x1e04defff LinguisticData arm64 <9e8ddb01e0743fcc96ce438dec89b641> /System/Library/PrivateFrameworks/LinguisticData.framework/LinguisticData
0x1e04f8000 - 0x1e0580fff PhotoEditSupport arm64 <4bfd48d71c8e36d899fdda2e577f97c3> /System/Library/PrivateFrameworks/PhotoEditSupport.framework/PhotoEditSupport
0x1e0595000 - 0x1e0a4efff PhotosUI arm64 <156ff8b0438c374db34b8be06a4196cf> /System/Library/Frameworks/PhotosUI.framework/PhotosUI
0x1e0b57000 - 0x1e0b92fff StoreKit arm64 <6a9e29a4d0023002bbcfb94db4e44183> /System/Library/Frameworks/StoreKit.framework/StoreKit
0x1e0d51000 - 0x1e0d6afff MetalKit arm64 <725e58c592023310b015ef1b292487e6> /System/Library/Frameworks/MetalKit.framework/MetalKit
0x1e0d6b000 - 0x1e0d8afff GenerationalStorage arm64 <67b382fca05838a9a914fc50c12268df> /System/Library/PrivateFrameworks/GenerationalStorage.framework/GenerationalStorage
0x1e11c4000 - 0x1e128bfff CoreHandwriting arm64 <53d0aa846eac350ab1b1ac7a049656bf> /System/Library/PrivateFrameworks/CoreHandwriting.framework/CoreHandwriting
0x1e160c000 - 0x1e1769fff PencilKit arm64 <8a6ce870523530e680d730a2c941a23d> /System/Library/PrivateFrameworks/PencilKit.framework/PencilKit
0x1e176a000 - 0x1e1788fff QuickLookThumbnailing arm64 /System/Library/PrivateFrameworks/QuickLookThumbnailing.framework/QuickLookThumbnailing
0x1e1789000 - 0x1e184ffff PDFKit arm64 /System/Library/Frameworks/PDFKit.framework/PDFKit
0x1e1850000 - 0x1e1975fff AnnotationKit arm64 <02e55d1d2a0d30b1a519d68baf3c43b2> /System/Library/PrivateFrameworks/AnnotationKit.framework/AnnotationKit
0x1e1b91000 - 0x1e1bc1fff MarkupUI arm64 /System/Library/PrivateFrameworks/MarkupUI.framework/MarkupUI
0x1e1bc2000 - 0x1e1bd4fff MobileDeviceLink arm64 <4ec701e6cc9d3e27bd508b406dae64bf> /System/Library/PrivateFrameworks/MobileDeviceLink.framework/MobileDeviceLink
0x1e1be4000 - 0x1e1c95fff QuickLook arm64 <9ab9fad9e9883f7a856543a29e090327> /System/Library/Frameworks/QuickLook.framework/QuickLook
0x1e1cb1000 - 0x1e1cf7fff MobileBackup arm64 <5983d81ae309370e9c857948955c1fe1> /System/Library/PrivateFrameworks/MobileBackup.framework/MobileBackup
0x1e1cf8000 - 0x1e1d45fff SafariSafeBrowsing arm64 <0b36001b37893dee99a35bf9cdafe166> /System/Library/PrivateFrameworks/SafariSafeBrowsing.framework/SafariSafeBrowsing
0x1e1d46000 - 0x1e1e8dfff SafariServices arm64 <523aa01dcb2c32ae9ee8d5cdcac0dbdc> /System/Library/Frameworks/SafariServices.framework/SafariServices
0x1e1e8e000 - 0x1e1eeafff AppStoreDaemon arm64 <2be0f559671b3c0696c548c6e7593273> /System/Library/PrivateFrameworks/AppStoreDaemon.framework/AppStoreDaemon
0x1e2abf000 - 0x1e2ae1fff DuetActivityScheduler arm64 /System/Library/PrivateFrameworks/DuetActivityScheduler.framework/DuetActivityScheduler
0x1e2d67000 - 0x1e2d72fff AppConduit arm64 /System/Library/PrivateFrameworks/AppConduit.framework/AppConduit
0x1e3403000 - 0x1e3418fff NewsFoundation arm64 /System/Library/PrivateFrameworks/NewsFoundation.framework/NewsFoundation
0x1e3419000 - 0x1e36cffff NewsTransport arm64 <120e1aab448c355490c739259693edfb> /System/Library/PrivateFrameworks/NewsTransport.framework/NewsTransport
0x1e3825000 - 0x1e3ba6fff NewsCore arm64 /System/Library/PrivateFrameworks/NewsCore.framework/NewsCore
0x1e3be5000 - 0x1e3c3bfff ClockKit arm64 /System/Library/PrivateFrameworks/ClockKit.framework/ClockKit
0x1e3c59000 - 0x1e3c5dfff NewsDaemon arm64 /System/Library/PrivateFrameworks/NewsDaemon.framework/NewsDaemon
0x1e42ed000 - 0x1e4305fff NewsServicesInternal arm64 /System/Library/PrivateFrameworks/NewsServicesInternal.framework/NewsServicesInternal
0x1e4470000 - 0x1e4476fff DuetRecommendation arm64 <11f0b8fb40083fee90ae6bc0e0f088ac> /System/Library/PrivateFrameworks/DuetRecommendation.framework/DuetRecommendation
0x1e4477000 - 0x1e44c8fff LoggingSupport arm64 <8297d6d7f1683b4d885f49d51c6d2c29> /System/Library/PrivateFrameworks/LoggingSupport.framework/LoggingSupport
0x1e464d000 - 0x1e46a3fff NewsToday arm64 <1e298b2c0bb638abbb0fb2bb0cb3a034> /System/Library/PrivateFrameworks/NewsToday.framework/NewsToday
0x1e4802000 - 0x1e480bfff FamilyCircle arm64 /System/Library/PrivateFrameworks/FamilyCircle.framework/FamilyCircle
0x1e480c000 - 0x1e4811fff NewsServices arm64 <066461494d8034359d169c3a0530ccb1> /System/Library/PrivateFrameworks/NewsServices.framework/NewsServices
0x1e6492000 - 0x1e64b5fff AppSupportUI arm64 <3f2ecfb94bbd3a9eb8119dd0fc27213b> /System/Library/PrivateFrameworks/AppSupportUI.framework/AppSupportUI
0x1e6e13000 - 0x1e6e57fff Catalyst arm64 <0dafaadcfb183f799c8cb88f482c274c> /System/Library/PrivateFrameworks/Catalyst.framework/Catalyst
0x1e7138000 - 0x1e713dfff kperf arm64 <3af5ffa614bb3b08b1706d38fccdedda> /System/Library/PrivateFrameworks/kperf.framework/kperf
0x1e7389000 - 0x1e73a9fff CellularPlanManager arm64 <379a070a7b6837598e45434c2ba92936> /System/Library/PrivateFrameworks/CellularPlanManager.framework/CellularPlanManager
0x1e73aa000 - 0x1e73fffff DeviceManagement arm64 /System/Library/PrivateFrameworks/DeviceManagement.framework/DeviceManagement
0x1e7567000 - 0x1e756ffff kperfdata arm64 /System/Library/PrivateFrameworks/kperfdata.framework/kperfdata
0x1e75b2000 - 0x1e75b9fff libdscsym.dylib arm64 <526d01756ffd37e38ac83aba853659cc> /usr/lib/libdscsym.dylib
0x1e795c000 - 0x1e7993fff ktrace arm64 <9ca1ca2b16ca39ef9dfc7e0d6e9a18fe> /System/Library/PrivateFrameworks/ktrace.framework/ktrace
0x1e8eda000 - 0x1e8f26fff DataDetectorsUI arm64 <6e2a6fe3e61f31bfa20a9c970f4f1fbf> /System/Library/PrivateFrameworks/DataDetectorsUI.framework/DataDetectorsUI
0x1e9ac0000 - 0x1e9b03fff BiometricKit arm64 <4207dc6adc843713a429e6fc6afdd688> /System/Library/PrivateFrameworks/BiometricKit.framework/BiometricKit
0x1e9b22000 - 0x1e9b31fff CTCarrierSpace arm64 <5c2eef0975113f02bd9f3ec3bd89f4cc> /System/Library/PrivateFrameworks/CTCarrierSpace.framework/CTCarrierSpace
0x1e9f88000 - 0x1e9fabfff DeviceIdentity arm64 <2ae4888a4eb230b7b5fb6ba07cc727e6> /System/Library/PrivateFrameworks/DeviceIdentity.framework/DeviceIdentity
0x1ebf1c000 - 0x1ebf85fff Rapport arm64 <81f4bc5478203943927abbf2a91173dd> /System/Library/PrivateFrameworks/Rapport.framework/Rapport
0x1ebfc1000 - 0x1ebff2fff SignpostSupport arm64 <87903b8cf3fe30ff93118fa99ff6e80d> /System/Library/PrivateFrameworks/SignpostSupport.framework/SignpostSupport
0x1ecebc000 - 0x1ecec3fff libMatch.1.dylib arm64 /usr/lib/libMatch.1.dylib
0x1ecf0c000 - 0x1ecf21fff libtailspin.dylib arm64 <3f16974af9133758a370fee90d3fe83f> /usr/lib/libtailspin.dylib
0x1ecf22000 - 0x1ecf2bfff AXSpeechImplementation arm64 /System/Library/AccessibilityBundles/AXSpeechImplementation.bundle/AXSpeechImplementation
0x1ed217000 - 0x1ed4dcfff RawCamera arm64 <2e2fa7a7314b32dfb8107e23a7aa7973> /System/Library/CoreServices/RawCamera.bundle/RawCamera
0x1ed608000 - 0x1ed6b8fff AGXMetalA8 arm64 /System/Library/Extensions/AGXMetalA8.bundle/AGXMetalA8
0x1ed7ac000 - 0x1ed7c0fff libCGInterfaces.dylib arm64 <78d2be0f15703d3e9a44e8108d4b4bc0> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/Libraries/libCGInterfaces.dylib
0x1efbe0000 - 0x1efbebfff ContextKit arm64 /System/Library/PrivateFrameworks/ContextKit.framework/ContextKit
0x1efe38000 - 0x1efe5ffff CoreServicesInternal arm64 /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesInternal
0x1f04c0000 - 0x1f04d2fff libGSFontCache.dylib arm64 /System/Library/PrivateFrameworks/FontServices.framework/libGSFontCache.dylib
0x1f04d3000 - 0x1f0503fff libTrueTypeScaler.dylib arm64 <6c4ca896d42b3d809e01eda1de7653fe> /System/Library/PrivateFrameworks/FontServices.framework/libTrueTypeScaler.dylib
0x1f0f1e000 - 0x1f0f1efff libmetal_timestamp.dylib arm64 <187cbcd91f793a6a8e8875a8969d4a6b> /System/Library/PrivateFrameworks/GPUCompiler.framework/Libraries/libmetal_timestamp.dylib
0x1f1ef8000 - 0x1f1efcfff InternationalSupport arm64 /System/Library/PrivateFrameworks/InternationalSupport.framework/InternationalSupport
0x1f3247000 - 0x1f3253fff PersonaUI arm64 <8f2c0f4a603737ed9843ac052bb3b638> /System/Library/PrivateFrameworks/PersonaUI.framework/PersonaUI
0x1f3686000 - 0x1f3693fff SignpostCollection arm64 <38bd6c8735a630edacab7a634d0c9265> /System/Library/PrivateFrameworks/SignpostCollection.framework/SignpostCollection
0x1f4150000 - 0x1f4153fff XCTTargetBootstrap arm64 /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/XCTTargetBootstrap
0x1f4191000 - 0x1f41a2fff libEDR arm64 <6fe124a810db36f2bb8e8651d10fa63e> /System/Library/PrivateFrameworks/libEDR.framework/libEDR
0x1f4b38000 - 0x1f4b45fff libMobileGestaltExtensions.dylib arm64 /usr/lib/libMobileGestaltExtensions.dylib
0x1f4c52000 - 0x1f4c52fff libcharset.1.dylib arm64 <33e0b4e4ef0138929340283666f07a6e> /usr/lib/libcharset.1.dylib
0x1f56c2000 - 0x1f56c3fff libsandbox.1.dylib arm64 <80275fcd4b3e3156a0cecfc70f015274> /usr/lib/libsandbox.1.dylib
0x1f5702000 - 0x1f5703fff liblog_network.dylib arm64 <52cc514f76af3d5d8581458a1b192af8> /usr/lib/log/liblog_network.dylib
0x1f57e9000 - 0x1f57f2fff AuthenticationServices arm64 <06687e5b5ba53f92806b73c749d3da34> /System/Library/Frameworks/AuthenticationServices.framework/AuthenticationServices
0x1f587c000 - 0x1f59b8fff CoreServices arm64 <6461454eaa203c68a5f2bd8328deee2a> /System/Library/Frameworks/CoreServices.framework/CoreServices
0x1f59e2000 - 0x1f59fbfff MPSRayIntersector arm64 <477fb557d1dc346d919a3d7859a590f8> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/MPSRayIntersector
0x1f5a28000 - 0x1f5b4efff Network arm64 <4b150c2b41f737bcb41d14ecc9c5337e> /System/Library/Frameworks/Network.framework/Network
0x1f5b5e000 - 0x1f5b6cfff ANEServices arm64 <17207bfe6e1e3e3ba328f2d0663bdf91> /System/Library/PrivateFrameworks/ANEServices.framework/ANEServices
0x1f5b71000 - 0x1f5b75fff ASEProcessing arm64 /System/Library/PrivateFrameworks/ASEProcessing.framework/ASEProcessing
0x1f5b76000 - 0x1f5b81fff AXCoreUtilities arm64 <387a20905a7037be884aed0e05fe64c5> /System/Library/PrivateFrameworks/AXCoreUtilities.framework/AXCoreUtilities
0x1f5dec000 - 0x1f5f2efff AppleMediaServices arm64 /System/Library/PrivateFrameworks/AppleMediaServices.framework/AppleMediaServices
0x1f5f2f000 - 0x1f5f3efff AppleNeuralEngine arm64 /System/Library/PrivateFrameworks/AppleNeuralEngine.framework/AppleNeuralEngine
0x1f60b7000 - 0x1f60ecfff C2 arm64 <70a3cee9fb603415ac5fcb6be4bb47f4> /System/Library/PrivateFrameworks/C2.framework/C2
0x1f6275000 - 0x1f627ffff Categories arm64 /System/Library/PrivateFrameworks/Categories.framework/Categories
0x1f6375000 - 0x1f6498fff ConfigurationEngineModel arm64 <632df9b129573ccb99e9feee6eb722f3> /System/Library/PrivateFrameworks/ConfigurationEngineModel.framework/ConfigurationEngineModel
0x1f66f6000 - 0x1f6749fff DocumentManager arm64 /System/Library/PrivateFrameworks/DocumentManager.framework/DocumentManager
0x1f687f000 - 0x1f6883fff IdleTimerServices arm64 <6df10e71ba943b9795d783c39a0baa6e> /System/Library/PrivateFrameworks/IdleTimerServices.framework/IdleTimerServices
0x1f6965000 - 0x1f698dfff MetadataUtilities arm64 /System/Library/PrivateFrameworks/MetadataUtilities.framework/MetadataUtilities
0x1f7a32000 - 0x1f7a44fff NewsAnalyticsUpload arm64 <2c17701b71e2326bb73de37171f10429> /System/Library/PrivateFrameworks/NewsAnalyticsUpload.framework/NewsAnalyticsUpload
0x1f7a47000 - 0x1f7a93fff OTSVG arm64 /System/Library/PrivateFrameworks/OTSVG.framework/OTSVG
0x1f7b87000 - 0x1f7be1fff PhotoFoundation arm64 <26ec9d6e0a9837b8b545153fbffb4406> /System/Library/PrivateFrameworks/PhotoFoundation.framework/PhotoFoundation
0x1f7c31000 - 0x1f7c72fff PhotosImagingFoundation arm64 /System/Library/PrivateFrameworks/PhotosImagingFoundation.framework/PhotosImagingFoundation
0x1f7cb7000 - 0x1f7cc0fff PrototypeToolsUI arm64 <87444f888fd73bca8a08c3e68088fce1> /System/Library/PrivateFrameworks/PrototypeToolsUI.framework/PrototypeToolsUI
0x1f7cc1000 - 0x1f7cd3fff QuickLookSupport arm64 /System/Library/PrivateFrameworks/QuickLookSupport.framework/QuickLookSupport
0x1f7cd4000 - 0x1f7d21fff ROCKit arm64 /System/Library/PrivateFrameworks/ROCKit.framework/ROCKit
0x1f7e94000 - 0x1f7ec2fff RemoteConfiguration arm64 <78e978804bc63513bc945f538424440f> /System/Library/PrivateFrameworks/RemoteConfiguration.framework/RemoteConfiguration
0x1f7ed2000 - 0x1f7f35fff RemoteManagement arm64 <52168fbd90183a329ef7e8130ad450da> /System/Library/PrivateFrameworks/RemoteManagement.framework/RemoteManagement
0x1f7f3b000 - 0x1f7f4cfff RemoteTextInput arm64 <1a92428d96393b57a87e6eb1c919e909> /System/Library/PrivateFrameworks/RemoteTextInput.framework/RemoteTextInput
0x1f7f74000 - 0x1f8008fff SampleAnalysis arm64 /System/Library/PrivateFrameworks/SampleAnalysis.framework/SampleAnalysis
0x1f80f1000 - 0x1f80f1fff SignpostNotification arm64 /System/Library/PrivateFrameworks/SignpostNotification.framework/SignpostNotification
0x1f815c000 - 0x1f8170fff SiriInstrumentation arm64 /System/Library/PrivateFrameworks/SiriInstrumentation.framework/SiriInstrumentation
0x1f81b2000 - 0x1f81b9fff StatsKit arm64 /System/Library/PrivateFrameworks/StatsKit.framework/StatsKit
0x1f8d39000 - 0x1f9e0afff UIKitCore arm64 /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore
0x1f9e0b000 - 0x1f9e15fff UIKitServices arm64 <2b8370011d1f3b898fe0f69cf27ffdd9> /System/Library/PrivateFrameworks/UIKitServices.framework/UIKitServices
0x1f9e16000 - 0x1f9e1cfff URLFormatting arm64 <5115de3a9b0e3ec891f2a89b6ba323e6> /System/Library/PrivateFrameworks/URLFormatting.framework/URLFormatting
0x1f9e1d000 - 0x1f9e3dfff UsageTracking arm64 <971f0f7305133e45a9db7517fcfe4ca3> /System/Library/PrivateFrameworks/UsageTracking.framework/UsageTracking
EOF