realm / realm-swift

Realm is a mobile database: a replacement for Core Data & SQLite
https://realm.io
Apache License 2.0
16.22k stars 2.14k forks source link

Crash when opening realm #5111

Closed cfeckardt closed 6 years ago

cfeckardt commented 7 years ago

Goals

I wanted to open my realm.

Expected Results

I expected it to open.

Actual Results

It crashed.

``` Incident Identifier: 0C1CD035-14C0-4149-94FA-6A3B76D22643 CrashReporter Key: 98DF35A1-3627-4923-8294-7067C7704C6D Hardware Model: iPad6,3 Process: MyApp alph [3162] Path: /var/containers/Bundle/Application/445B3B74-7B86-46F6-ADDE-798CC13773E3/MyApp alpha.app/MyApp alpha Identifier: com.myapp.test Version: 2.1.2 (2163) Code Type: ARM-64 Parent Process: ??? [1] Date/Time: 2017-07-11T04:53:12Z Launch Time: 2017-07-11T04:52:11Z OS Version: iPhone OS 10.3.2 (14F89) Report Version: 104 Exception Type: SIGABRT Exception Codes: #0 at 0x183101014 Crashed Thread: 1 Thread 0: 0 libsystem_kernel.dylib 0x00000001830e3224 mach_msg_trap + 8 1 CoreFoundation 0x00000001840b4e90 __CFRunLoopServiceMachPort + 188 2 CoreFoundation 0x00000001840b2ae4 __CFRunLoopRun + 1056 3 CoreFoundation 0x0000000183fe2da4 CFRunLoopRunSpecific + 420 4 GraphicsServices 0x0000000185a4c074 GSEventRunModal + 96 5 UIKit 0x000000018a296058 UIApplicationMain + 204 6 MyApp alpha 0x00000001006af8f4 main (main.m:21) 7 libdyld.dylib 0x0000000182ff159c start + 0 Thread 1 Crashed: 0 libsystem_kernel.dylib 0x0000000183101014 __pthread_kill + 8 1 libsystem_pthread.dylib 0x00000001831cb264 pthread_kill + 108 2 libsystem_c.dylib 0x00000001830759c4 abort + 136 3 MyApp alpha 0x00000001001ede10 please_report_this_error_to_help_at_realm_dot_io + 8 4 MyApp alpha 0x00000001001ee144 realm::util::terminate_internal(std::__1::basic_stringstream, std::__1::allocator >&) + 352 5 MyApp alpha 0x00000001001ee360 realm::util::terminate(char const*, char const*, long, std::initializer_list&&) + 384 6 MyApp alpha 0x000000010029d9c0 realm::SharedGroup::do_open(std::__1::basic_string, std::__1::allocator > const&, bool, bool, realm::SharedGroupOptions) + 3264 7 MyApp alpha 0x000000010019e0e0 realm::SharedGroup::open(realm::Replication&, realm::SharedGroupOptions) + 244 8 MyApp alpha 0x000000010019dda4 realm::SharedGroup::SharedGroup(realm::Replication&, realm::SharedGroupOptions) + 872 9 MyApp alpha 0x000000010014935c realm::Realm::open_with_config(realm::Realm::Config const&, std::__1::unique_ptr >&, std::__1::unique_ptr >&, std::__1::unique_ptr >&, realm::Realm*) (group_shared.hpp:795) 10 MyApp alpha 0x0000000100148ee0 realm::Realm::Realm(realm::Realm::Config, std::__1::shared_ptr) (shared_realm.cpp:51) 11 MyApp alpha 0x000000010009be08 realm::Realm::make_shared_realm(realm::Realm::Config, std::__1::shared_ptr)::make_shared_enabler::make_shared_enabler(realm::Realm::Config, std::__1::shared_ptr) (shared_realm.hpp:279) 12 MyApp alpha 0x000000010009bc94 std::__1::shared_ptr)::make_shared_enabler> std::__1::shared_ptr)::make_shared_enabler>::make_shared >(realm::Realm::Config&&, std::__1::shared_ptr&&) (shared_realm.hpp:279) 13 MyApp alpha 0x00000001000989ec realm::_impl::RealmCoordinator::get_realm(realm::Realm::Config) (memory:4787) 14 MyApp alpha 0x000000010014a8e4 realm::Realm::get_shared_realm(realm::Realm::Config) (shared_realm.cpp:222) 15 MyApp alpha 0x0000000100126e70 +[RLMRealm realmWithConfiguration:error:] (RLMRealm.mm:365) 16 MyApp alpha 0x00000001006e38d8 -[BIQDatabase realm] (BIQDatabase.m:122) 17 MyApp alpha 0x00000001006e4530 __27-[BIQDatabase verifyRealm:]_block_invoke (BIQDatabase.m:80) 18 MyApp alpha 0x0000000100051e00 __30-[RACDynamicSignal subscribe:]_block_invoke (RACDynamicSignal.m:44) 19 MyApp alpha 0x0000000100059230 -[RACScheduler performAsCurrentScheduler:] (RACScheduler.m:201) 20 libdispatch.dylib 0x0000000182fbe9e0 _dispatch_call_block_and_release + 20 21 libdispatch.dylib 0x0000000182fbe9a0 _dispatch_client_callout + 12 22 libdispatch.dylib 0x0000000182fccad4 _dispatch_queue_serial_drain + 924 23 libdispatch.dylib 0x0000000182fc22cc _dispatch_queue_invoke + 880 24 libdispatch.dylib 0x0000000182fcea50 _dispatch_root_queue_drain + 536 25 libdispatch.dylib 0x0000000182fce7d0 _dispatch_worker_thread3 + 120 26 libsystem_pthread.dylib 0x00000001831c7100 _pthread_wqthread + 1092 27 libsystem_pthread.dylib 0x00000001831c6cac start_wqthread + 0 Thread 2: 0 libsystem_kernel.dylib 0x00000001830e3224 mach_msg_trap + 8 1 CoreFoundation 0x00000001840b4e90 __CFRunLoopServiceMachPort + 188 2 CoreFoundation 0x00000001840b2ae4 __CFRunLoopRun + 1056 3 CoreFoundation 0x0000000183fe2da4 CFRunLoopRunSpecific + 420 4 Foundation 0x0000000184afcd74 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 300 5 Foundation 0x0000000184b1db44 -[NSRunLoop(NSRunLoop) runUntilDate:] + 92 6 UIKit 0x000000018ac206a8 -[UIEventFetcher threadMain] + 132 7 Foundation 0x0000000184bfa2d8 __NSThread__start__ + 992 8 libsystem_pthread.dylib 0x00000001831c968c _pthread_body + 236 9 libsystem_pthread.dylib 0x00000001831c959c _pthread_start + 280 10 libsystem_pthread.dylib 0x00000001831c6cb4 thread_start + 0 Thread 3: 0 libsystem_kernel.dylib 0x00000001830e54dc fsync + 8 1 libsqlite3.dylib 0x000000018468e4d0 sqlite3_file_control + 568 2 CoreData 0x00000001864f82e0 +[NSSQLiteConnection _destroyPersistentStoreAtURL:options:error:] + 2052 3 CoreData 0x00000001864de604 +[NSSQLCore _destroyPersistentStoreAtURL:options:error:] + 132 4 CoreData 0x00000001864c6100 __129-[NSPersistentStoreCoordinator(_NSPersistentStoreCoordinatorPrivateMathods) _destroyPersistentStoreAtURL:withType:options:error:]_block_invoke + 392 5 CoreData 0x00000001864c7630 gutsOfBlockToNSPersistentStoreCoordinatorPerform + 164 6 libdispatch.dylib 0x0000000182fbe9a0 _dispatch_client_callout + 12 7 libdispatch.dylib 0x0000000182fcbee0 _dispatch_barrier_sync_f_invoke + 80 8 CoreData 0x00000001864b6d70 _perform + 196 9 CoreData 0x00000001864c5ec4 -[NSPersistentStoreCoordinator(_NSPersistentStoreCoordinatorPrivateMathods) _destroyPersistentStoreAtURL:withType:options:error:] + 168 10 MyApp alpha 0x00000001006fb81c -[BIQLegacySiloSession destroyFiles] (BIQLegacySiloSession.m:267) 11 MyApp alpha 0x00000001007ca4f8 -[BIQLegacyDatabase clearDatabase] (BIQLegacyDatabase.m:159) 12 MyApp alpha 0x00000001006ddd9c -[BIQDeleteOldDatabaseOperation run] (BIQDeleteOldDatabaseOperation.m:33) 13 MyApp alpha 0x00000001007369e0 -[BIQMigrationOperation run] (BIQMigrationOperation.m:68) 14 MyApp alpha 0x00000001006bcddc __37-[BIQMigrationAdapter startMigration]_block_invoke (BIQMigrationAdapter.m:60) 15 libdispatch.dylib 0x0000000182fbe9e0 _dispatch_call_block_and_release + 20 16 libdispatch.dylib 0x0000000182fbe9a0 _dispatch_client_callout + 12 17 libdispatch.dylib 0x0000000182fccad4 _dispatch_queue_serial_drain + 924 18 libdispatch.dylib 0x0000000182fc22cc _dispatch_queue_invoke + 880 19 libdispatch.dylib 0x0000000182fccfa8 _dispatch_queue_override_invoke + 340 20 libdispatch.dylib 0x0000000182fcea50 _dispatch_root_queue_drain + 536 21 libdispatch.dylib 0x0000000182fce7d0 _dispatch_worker_thread3 + 120 22 libsystem_pthread.dylib 0x00000001831c7100 _pthread_wqthread + 1092 23 libsystem_pthread.dylib 0x00000001831c6cac start_wqthread + 0 Thread 4: 0 libsystem_kernel.dylib 0x0000000183101a88 __workq_kernreturn + 8 1 libsystem_pthread.dylib 0x00000001831c6cac start_wqthread + 0 Thread 5: 0 libsystem_kernel.dylib 0x00000001830e3224 mach_msg_trap + 8 1 CoreFoundation 0x00000001840b4e90 __CFRunLoopServiceMachPort + 188 2 CoreFoundation 0x00000001840b2ae4 __CFRunLoopRun + 1056 3 CoreFoundation 0x0000000183fe2da4 CFRunLoopRunSpecific + 420 4 Foundation 0x0000000184afcd74 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 300 5 MyApp alpha 0x00000001007983cc -[BIQThread main] (BIQThread.m:32) 6 Foundation 0x0000000184bfa2d8 __NSThread__start__ + 992 7 libsystem_pthread.dylib 0x00000001831c968c _pthread_body + 236 8 libsystem_pthread.dylib 0x00000001831c959c _pthread_start + 280 9 libsystem_pthread.dylib 0x00000001831c6cb4 thread_start + 0 Thread 6: 0 libsystem_kernel.dylib 0x00000001830e76e4 kevent + 8 1 MyApp alpha 0x0000000100086180 std::__1::__async_func::operator()() (external_commit_helper.cpp:159) 2 MyApp alpha 0x0000000100086108 std::__1::__async_assoc_state >::__execute() (future:1031) 3 MyApp alpha 0x00000001000862cc std::__1::__thread_proxy >::*)(), std::__1::__async_assoc_state >*> >(void*, void*) (__functional_base:383) 4 libsystem_pthread.dylib 0x00000001831c968c _pthread_body + 236 5 libsystem_pthread.dylib 0x00000001831c959c _pthread_start + 280 6 libsystem_pthread.dylib 0x00000001831c6cb4 thread_start + 0 Thread 7: 0 libsystem_kernel.dylib 0x00000001830e3224 mach_msg_trap + 8 1 CoreFoundation 0x00000001840b4e90 __CFRunLoopServiceMachPort + 188 2 CoreFoundation 0x00000001840b2ae4 __CFRunLoopRun + 1056 3 CoreFoundation 0x0000000183fe2da4 CFRunLoopRunSpecific + 420 4 CFNetwork 0x00000001847eedf4 +[NSURLConnection(Loader) _resourceLoadLoop:] + 400 5 Foundation 0x0000000184bfa2d8 __NSThread__start__ + 992 6 libsystem_pthread.dylib 0x00000001831c968c _pthread_body + 236 7 libsystem_pthread.dylib 0x00000001831c959c _pthread_start + 280 8 libsystem_pthread.dylib 0x00000001831c6cb4 thread_start + 0 Thread 8: 0 libsystem_kernel.dylib 0x0000000183100e64 __psynch_mutexwait + 8 1 libc++.1.dylib 0x0000000182b24ba8 std::__1::mutex::lock() + 8 2 MyApp alpha 0x00000001000995c8 realm::_impl::RealmCoordinator::unregister_realm(realm::Realm*) (__mutex_base:83) 3 MyApp alpha 0x000000010014a434 realm::Realm::~Realm() (shared_realm.cpp:193) 4 libc++.1.dylib 0x0000000182b248d8 std::__1::__shared_weak_count::__release_shared() + 56 5 libobjc.A.dylib 0x0000000182b66f00 object_cxxDestructFromClass(objc_object*, objc_class*) + 144 6 libobjc.A.dylib 0x0000000182b74334 objc_destructInstance + 88 7 libobjc.A.dylib 0x0000000182b74398 object_dispose + 24 8 MyApp alpha 0x0000000100128264 -[RLMRealm dealloc] (RLMRealm.mm:666) 9 libobjc.A.dylib 0x0000000182b86134 (anonymous namespace)::AutoreleasePoolPage::pop(void*) + 832 10 CoreFoundation 0x0000000183fe2b28 _CFAutoreleasePoolPop + 24 11 Foundation 0x0000000184afcd7c -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 308 12 MyApp alpha 0x00000001007983cc -[BIQThread main] (BIQThread.m:32) 13 Foundation 0x0000000184bfa2d8 __NSThread__start__ + 992 14 libsystem_pthread.dylib 0x00000001831c968c _pthread_body + 236 15 libsystem_pthread.dylib 0x00000001831c959c _pthread_start + 280 16 libsystem_pthread.dylib 0x00000001831c6cb4 thread_start + 0 Thread 9: 0 libsystem_kernel.dylib 0x0000000183101a88 __workq_kernreturn + 8 1 libsystem_pthread.dylib 0x00000001831c6cac start_wqthread + 0 Thread 10: 0 libsystem_kernel.dylib 0x0000000183101a88 __workq_kernreturn + 8 1 libsystem_pthread.dylib 0x00000001831c6cac start_wqthread + 0 Thread 11: 0 libsystem_kernel.dylib 0x0000000183101a88 __workq_kernreturn + 8 1 libsystem_pthread.dylib 0x00000001831c6cac start_wqthread + 0 Thread 12: 0 libsystem_kernel.dylib 0x00000001830e76e4 kevent + 8 1 MyApp alpha 0x0000000100086180 std::__1::__async_func::operator()() (external_commit_helper.cpp:159) 2 MyApp alpha 0x0000000100086108 std::__1::__async_assoc_state >::__execute() (future:1031) 3 MyApp alpha 0x00000001000862cc std::__1::__thread_proxy >::*)(), std::__1::__async_assoc_state >*> >(void*, void*) (__functional_base:383) 4 libsystem_pthread.dylib 0x00000001831c968c _pthread_body + 236 5 libsystem_pthread.dylib 0x00000001831c959c _pthread_start + 280 6 libsystem_pthread.dylib 0x00000001831c6cb4 thread_start + 0 Thread 1 crashed with ARM-64 Thread State: pc: 0x0000000183101014 fp: 0x000000016e0b88e0 sp: 0x000000016e0b88c0 x0: 0x0000000000000000 x1: 0x0000000000000000 x2: 0x0000000000000000 x3: 0x0000000000000e00 x4: 0x0000000000013068 x5: 0x0000000100cf976c x6: 0x0000000000000000 x7: 0x00000000000009d0 x8: 0x000000000c000000 x9: 0x0000000004000000 x10: 0x0000000000000000 x11: 0x00000001ac0babcb x12: 0x00000001ac0babcb x13: 0x0000000000000018 x14: 0x0000000000000001 x15: 0x0000000000000881 x16: 0x0000000000000148 x17: 0x0000000000000000 x18: 0x0000000000000000 x19: 0x0000000000000006 x20: 0x000000016e0bb000 x21: 0x0000000160114200 x22: 0x0000000160114e54 x23: 0x0000000000000018 x24: 0x0000000000000018 x25: 0x000000000000000a x26: 0x000000016e0b8e20 x27: 0x0000000100b74f98 x28: 0x000000016e0b98d0 lr: 0x00000001831cb264 cpsr: 0x0000000000000000 Link Register Analysis: Symbol: pthread_kill + 108 Description: We have determined that the link register (lr) is very likely to contain the return address of frame #0's calling function, and have inserted it into the crashing thread's backtrace as frame #1 to aid in analysis. This determination was made by applying a heuristic to determine whether the crashing function was likely to have created a new stack frame at the time of the crash. Type: 1 Binary Images: 0x100004000 - 0x1009b3fff +MyApp alpha arm64 <89ea7d71479c3ff7b663c7c4d96f4d64> /var/containers/Bundle/Application/445B3B74-7B86-46F6-ADDE-798CC13773E3/MyApp alpha.app/MyApp alpha 0x182ae8000 - 0x182ae9fff libSystem.B.dylib arm64 <2e9654eb84903bd7aee0815fd9d27591> /usr/lib/libSystem.B.dylib 0x182aea000 - 0x182b3ffff libc++.1.dylib arm64 /usr/lib/libc++.1.dylib 0x182b40000 - 0x182b5cfff libc++abi.dylib arm64 <5dc5ba28cfa43f838099049d17ba9ec6> /usr/lib/libc++abi.dylib 0x182b60000 - 0x182f3dfff libobjc.A.dylib arm64 <85f3b59b96243690b138ce96e663bf4b> /usr/lib/libobjc.A.dylib 0x182f3e000 - 0x182f42fff libcache.dylib arm64 <5d1024035c983afdacc90dad2f0280ec> /usr/lib/system/libcache.dylib 0x182f43000 - 0x182f4efff libcommonCrypto.dylib arm64 <0ca00f1d89553b9e8ad032310e8ecbb8> /usr/lib/system/libcommonCrypto.dylib 0x182f4f000 - 0x182f52fff libcompiler_rt.dylib arm64 <771427d857db3158b2f7d971afa219c9> /usr/lib/system/libcompiler_rt.dylib 0x182f53000 - 0x182f5afff libcopyfile.dylib arm64 <793e7046ae7c3b65b17d6e0d9fe975fd> /usr/lib/system/libcopyfile.dylib 0x182f5b000 - 0x182fbcfff libcorecrypto.dylib arm64 <66d47f7529873633892967a26e598456> /usr/lib/system/libcorecrypto.dylib 0x182fbd000 - 0x182fecfff libdispatch.dylib arm64 <1643bcf57daf389784dfcad8c485fd3e> /usr/lib/system/libdispatch.dylib 0x182fed000 - 0x182ff1fff libdyld.dylib arm64 <6c6a61f720cf30daa4a357cbefbf4cd6> /usr/lib/system/libdyld.dylib 0x182ff2000 - 0x182ff2fff liblaunch.dylib arm64 <1539b0564b4b34f78ab27c96400c3619> /usr/lib/system/liblaunch.dylib 0x182ff3000 - 0x182ff8fff libmacho.dylib arm64 <9434199c06b73b7090f38d0d0f6e6c20> /usr/lib/system/libmacho.dylib 0x182ff9000 - 0x182ffafff libremovefile.dylib arm64 <2262f08800e630af981ed21f7240d32e> /usr/lib/system/libremovefile.dylib 0x182ffb000 - 0x183012fff libsystem_asl.dylib arm64 <8c876d02afeb3aa18e733bbdbfa074f9> /usr/lib/system/libsystem_asl.dylib 0x183013000 - 0x183013fff libsystem_blocks.dylib arm64 <45adbecbe4b93744911aa6314fbbc8ff> /usr/lib/system/libsystem_blocks.dylib 0x183014000 - 0x183090fff libsystem_c.dylib arm64 <31008bfe57f7313a974fad1f76e24496> /usr/lib/system/libsystem_c.dylib 0x183091000 - 0x183095fff libsystem_configuration.dylib arm64 <99e65007dcd2368da0a7896f491ece18> /usr/lib/system/libsystem_configuration.dylib 0x183096000 - 0x18309bfff libsystem_containermanager.dylib arm64 <62636c63790b3c0d9cc115fc73d66ba2> /usr/lib/system/libsystem_containermanager.dylib 0x18309c000 - 0x18309dfff libsystem_coreservices.dylib arm64 <9eec7dc8a2d831639eaf9bd9b3e70377> /usr/lib/system/libsystem_coreservices.dylib 0x18309e000 - 0x1830b6fff libsystem_coretls.dylib arm64 /usr/lib/system/libsystem_coretls.dylib 0x1830b7000 - 0x1830bdfff libsystem_dnssd.dylib arm64 <9700821f537737e4b2f91607acb78aa7> /usr/lib/system/libsystem_dnssd.dylib 0x1830be000 - 0x1830e1fff libsystem_info.dylib arm64 <077e4a85b19f3b00b768a5eb34fe46b5> /usr/lib/system/libsystem_info.dylib 0x1830e2000 - 0x183106fff libsystem_kernel.dylib arm64 <275624061b1a3ab391baf08b4ba58a97> /usr/lib/system/libsystem_kernel.dylib 0x183107000 - 0x183133fff libsystem_m.dylib arm64 /usr/lib/system/libsystem_m.dylib 0x183134000 - 0x18314ffff libsystem_malloc.dylib arm64 <56104290e798374188ef0da981dc3146> /usr/lib/system/libsystem_malloc.dylib 0x183150000 - 0x1831a9fff libsystem_network.dylib arm64 <54ba9caf24023fd0ad569557ac08b1a6> /usr/lib/system/libsystem_network.dylib 0x1831aa000 - 0x1831b3fff libsystem_networkextension.dylib arm64 <8aef40a6317b3062b40dc94d87f7d1bf> /usr/lib/system/libsystem_networkextension.dylib 0x1831b4000 - 0x1831befff libsystem_notify.dylib arm64 <1da4fe88c1ad31b6a5c7c2138f5d1c94> /usr/lib/system/libsystem_notify.dylib 0x1831bf000 - 0x1831c5fff libsystem_platform.dylib arm64 /usr/lib/system/libsystem_platform.dylib 0x1831c6000 - 0x1831cffff libsystem_pthread.dylib arm64 <8f14c41e6536348a9b6ffd2a82be7d57> /usr/lib/system/libsystem_pthread.dylib 0x1831d0000 - 0x1831d3fff libsystem_sandbox.dylib arm64 /usr/lib/system/libsystem_sandbox.dylib 0x1831d4000 - 0x1831dbfff libsystem_symptoms.dylib arm64 <39c51c9bffa030ef82de6c281436e836> /usr/lib/system/libsystem_symptoms.dylib 0x1831dc000 - 0x1831eefff libsystem_trace.dylib arm64 <3fdd15d2b2c33d68b8cc600d0482b5fd> /usr/lib/system/libsystem_trace.dylib 0x1831ef000 - 0x1831f4fff libunwind.dylib arm64 <990bab05c7b333f3bfc274d5ea579b71> /usr/lib/system/libunwind.dylib 0x1831f5000 - 0x1831f5fff libvminterpose.dylib arm64 /usr/lib/system/libvminterpose.dylib 0x1831f6000 - 0x18321cfff libxpc.dylib arm64 <7a12d1ee49b73e1eb582b9c359c7fe79> /usr/lib/system/libxpc.dylib 0x18321d000 - 0x183432fff libicucore.A.dylib arm64 /usr/lib/libicucore.A.dylib 0x183433000 - 0x183444fff libz.1.dylib arm64 /usr/lib/libz.1.dylib 0x183fda000 - 0x18435bfff CoreFoundation arm64 <719044f95fe23ee0ab14504def42b100> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation 0x18435c000 - 0x18436cfff libbsm.0.dylib arm64 <4f2930cfb67e3965a863f8bfb7704300> /usr/lib/libbsm.0.dylib 0x18436d000 - 0x18436dfff libenergytrace.dylib arm64 <5cfceffa0be736398124efbb3d80cbd1> /usr/lib/libenergytrace.dylib 0x18436e000 - 0x1843e9fff IOKit arm64 <6f72fc6ac9d2309dbf33c8b014c129d0> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x1843ea000 - 0x18440afff libMobileGestalt.dylib arm64 <5674397d74c33492a16f51f6fd33f114> /usr/lib/libMobileGestalt.dylib 0x18440b000 - 0x1844f4fff libxml2.2.dylib arm64 <605bee9eb5ff3c43a65d251460f3650c> /usr/lib/libxml2.2.dylib 0x1844f5000 - 0x18458ffff Security arm64 <287bf21cb54734b9b91574ccb4e71436> /System/Library/Frameworks/Security.framework/Security 0x184590000 - 0x1845fbfff SystemConfiguration arm64 <57d2eead9fcf34ecaa81c225ad8345e1> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration 0x1845fc000 - 0x18470cfff libsqlite3.dylib arm64 /usr/lib/libsqlite3.dylib 0x18470d000 - 0x184a81fff CFNetwork arm64 <05331a42dd8b31cea6ef547eadc487cd> /System/Library/Frameworks/CFNetwork.framework/CFNetwork 0x184a82000 - 0x184a8ffff libbz2.1.0.dylib arm64 <29e1c06129583bb5b423bbfd7397c0e5> /usr/lib/libbz2.1.0.dylib 0x184a90000 - 0x184aa8fff liblzma.5.dylib arm64 /usr/lib/liblzma.5.dylib 0x184aa9000 - 0x184ac3fff libCRFSuite.dylib arm64 /usr/lib/libCRFSuite.dylib 0x184ac4000 - 0x184aedfff libarchive.2.dylib arm64 /usr/lib/libarchive.2.dylib 0x184aee000 - 0x184aeffff liblangid.dylib arm64 <80d66702d7ce30b7b75c3f75472697eb> /usr/lib/liblangid.dylib 0x184af0000 - 0x184dbffff Foundation arm64 <08e6a29fdbac38dd817c66cedf0e0052> /System/Library/Frameworks/Foundation.framework/Foundation 0x184dc0000 - 0x184e6bfff libBLAS.dylib arm64 <708d8599265c39d3881fc57c55bc982d> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib 0x184e6c000 - 0x18519afff libLAPACK.dylib arm64 <96e5ce2234903263ad30c6398972d535> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib 0x18519b000 - 0x185435fff vImage arm64 <1f67094759de381898830a3692edff0f> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage 0x185436000 - 0x18545bfff libvMisc.dylib arm64 <3de044e80d883d6188e8ce8a8572ec5b> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib 0x18545c000 - 0x185470fff libLinearAlgebra.dylib arm64 <37c71c692da03cc9a1534badab1cf6f4> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLinearAlgebra.dylib 0x185471000 - 0x185482fff libSparseBLAS.dylib arm64 <2237c532ebe539f8ab93c181dfa1a291> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparseBLAS.dylib 0x185483000 - 0x1854f8fff libvDSP.dylib arm64 <0ced33b1008e357e9acb9d039cff697d> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib 0x1854f9000 - 0x1854f9fff vecLib arm64 /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib 0x1854fa000 - 0x1854fafff Accelerate arm64 /System/Library/Frameworks/Accelerate.framework/Accelerate 0x1854fb000 - 0x185a3ffff CoreGraphics arm64 <7d39f265eae8328f801705549c70e571> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics 0x185a40000 - 0x185a54fff GraphicsServices arm64 /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices 0x185a55000 - 0x185aa2fff AppSupport arm64 <2a60ffa70fa13031a1251b964802ad31> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport 0x185aa3000 - 0x185bd0fff MobileCoreServices arm64 <78cfd6fb54fa3b2abaa4006791ac96ca> /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices 0x185bd1000 - 0x185c32fff BaseBoard arm64 /System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard 0x185c33000 - 0x185c42fff AssertionServices arm64 <8ff92082f5833b7795af4a2200886ce2> /System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices 0x185c43000 - 0x185c70fff BackBoardServices arm64 <7bd5622615bb39cdba684e47e9bb8798> /System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices 0x185c75000 - 0x185cc4fff FrontBoardServices arm64 <6adf5e0649313e35bd11d448eb071d17> /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices 0x185cc8000 - 0x185cfcfff SpringBoardServices arm64 /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices 0x185cfd000 - 0x185d17fff MobileKeyBag arm64 <51a5be975d3a37c2af8751a5b9124948> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag 0x185d18000 - 0x185d20fff IOSurface arm64 /System/Library/PrivateFrameworks/IOSurface.framework/IOSurface 0x185d21000 - 0x185d2cfff liblockdown.dylib arm64 <3904292ecd513a0e85216e7c3abd1101> /usr/lib/liblockdown.dylib 0x185d2d000 - 0x185d43fff CrashReporterSupport arm64 /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport 0x185d44000 - 0x185d46fff IOSurfaceAccelerator arm64 <7dd37fd295f93ecfa89401bbbb418dbf> /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/IOSurfaceAccelerator 0x185d47000 - 0x185d87fff AppleJPEG arm64 /System/Library/PrivateFrameworks/AppleJPEG.framework/AppleJPEG 0x185d88000 - 0x186315fff ImageIO arm64 <9133dcebff4c3ab6807f96f884190cb5> /System/Library/Frameworks/ImageIO.framework/ImageIO 0x186316000 - 0x18631cfff TCC arm64 /System/Library/PrivateFrameworks/TCC.framework/TCC 0x18631d000 - 0x186321fff AggregateDictionary arm64 /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary 0x186322000 - 0x18632efff PowerLog arm64 /System/Library/PrivateFrameworks/PowerLog.framework/PowerLog 0x18632f000 - 0x186399fff libTelephonyUtilDynamic.dylib arm64 /usr/lib/libTelephonyUtilDynamic.dylib 0x18639a000 - 0x1863acfff CommonUtilities arm64 <495171d174123535af0ff1751ef454b3> /System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities 0x1863ad000 - 0x1863c2fff libcompression.dylib arm64 /usr/lib/libcompression.dylib 0x1863c3000 - 0x18665bfff CoreData arm64 <7574c4fafa7a33bf82e05d9fa01ed542> /System/Library/Frameworks/CoreData.framework/CoreData 0x18665c000 - 0x186661fff libCoreVMClient.dylib arm64 <07e215340c3239fea6c469df55183bcd> /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib 0x186662000 - 0x186667fff IOAccelerator arm64 <54e24860953b39ddbe13a2dcdf76c733> /System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator 0x186668000 - 0x186669fff libCVMSPluginSupport.dylib arm64 <02280e05346d31509d62ac2583f72857> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib 0x18666a000 - 0x18666dfff libCoreFSCache.dylib arm64 /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib 0x18666e000 - 0x1866affff libGLImage.dylib arm64 <34bb7e96428f3c1abd6f0cbb2787b9e1> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib 0x1866b0000 - 0x1866bafff libGFXShared.dylib arm64 /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib 0x1866bb000 - 0x1866c3fff IOMobileFramebuffer arm64 /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer 0x1866c4000 - 0x1866c4fff libmetal_timestamp.dylib arm64 /System/Library/PrivateFrameworks/GPUCompiler.framework/libmetal_timestamp.dylib 0x1866c5000 - 0x186726fff Metal arm64 <0dc267ebbc333fcfa409b09544725b5f> /System/Library/Frameworks/Metal.framework/Metal 0x186727000 - 0x186731fff OpenGLES arm64 /System/Library/Frameworks/OpenGLES.framework/OpenGLES 0x186732000 - 0x186756fff CoreVideo arm64 /System/Library/Frameworks/CoreVideo.framework/CoreVideo 0x186757000 - 0x186759fff OAuth arm64 <56d873bb47973452a9fc41ee777f8d42> /System/Library/PrivateFrameworks/OAuth.framework/OAuth 0x18675a000 - 0x186796fff Accounts arm64 <28b18304843b3350a829aaedc92b5a54> /System/Library/Frameworks/Accounts.framework/Accounts 0x186797000 - 0x186889fff libiconv.2.dylib arm64 <1db28a41c3a83551aad361a4e072fe33> /usr/lib/libiconv.2.dylib 0x18688a000 - 0x1869d7fff CoreAudio arm64 <34f7497d8b43383cb4021a8300855c94> /System/Library/Frameworks/CoreAudio.framework/CoreAudio 0x1869d8000 - 0x1869dbfff UserFS arm64 /System/Library/PrivateFrameworks/UserFS.framework/UserFS 0x1869dc000 - 0x186ae9fff CoreMedia arm64 <8d8137d106813d32a14ce6e1f8384c08> /System/Library/Frameworks/CoreMedia.framework/CoreMedia 0x186aea000 - 0x186af0fff libcupolicy.dylib arm64 <3964026e2c6f3eab9ea81b19ec10b7ed> /usr/lib/libcupolicy.dylib 0x186af1000 - 0x186b7afff CoreTelephony arm64 <84dcfae0a4713efc95beb71856f971aa> /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony 0x186b7b000 - 0x186c88fff libFontParser.dylib arm64 /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib 0x186c89000 - 0x186d18fff VideoToolbox arm64 <59e3d13a5d243b44abf10a5c4ba313f4> /System/Library/Frameworks/VideoToolbox.framework/VideoToolbox 0x186d19000 - 0x186d19fff FontServices arm64 <5a9fc52851583aac96b6745cf7aae370> /System/Library/PrivateFrameworks/FontServices.framework/FontServices 0x186d1a000 - 0x186e66fff CoreText arm64 <851f6498f833335fb35ec9e67515c2fb> /System/Library/Frameworks/CoreText.framework/CoreText 0x186e67000 - 0x186e81fff ProtocolBuffer arm64 /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer 0x186e82000 - 0x186eaafff PersistentConnection arm64 <4a392539b9c33a47b69439638cfaac04> /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection 0x186eab000 - 0x186eb1fff DataMigration arm64 <6cff1ebc13b332e3809b4722048c6ffb> /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration 0x186eb2000 - 0x187306fff AudioToolbox arm64 <0505b7dd6a033bf78117a8cd81a1101b> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox 0x187307000 - 0x1874e4fff QuartzCore arm64 <416a878f23c636fc8d81404ff7dd4fdc> /System/Library/Frameworks/QuartzCore.framework/QuartzCore 0x1874e5000 - 0x1874ebfff Netrb arm64 <099e2ab3ae8e3a498e0e0a0f17e128a7> /System/Library/PrivateFrameworks/Netrb.framework/Netrb 0x1874ec000 - 0x1874fcfff libcmph.dylib arm64 <903e25509e37307e99af188ed1272633> /usr/lib/libcmph.dylib 0x1874fd000 - 0x18751dfff libmis.dylib arm64 <1a116c60b46a3781a68a9c27e9cf2653> /usr/lib/libmis.dylib 0x18751e000 - 0x18760ffff LanguageModeling arm64 /System/Library/PrivateFrameworks/LanguageModeling.framework/LanguageModeling 0x187610000 - 0x187706fff ManagedConfiguration arm64 <0e15a8564caf3d47ab9b199770bf5cd2> /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration 0x187707000 - 0x18771dfff libmarisa.dylib arm64 <96c399295cb13cad829c93b5c29f0661> /usr/lib/libmarisa.dylib 0x18771e000 - 0x1877eefff ProofReader arm64 /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader 0x1877ef000 - 0x1877f9fff MediaAccessibility arm64 <17fe4943f5363a278cf9868db2623b9d> /System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility 0x1877fa000 - 0x18780afff MobileAsset arm64 <2a3a006162af37b79c3a6b2ab71344c6> /System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset 0x18780b000 - 0x18787cfff ColorSync arm64 <996fd30495c33a64b17b87797c54aec2> /System/Library/PrivateFrameworks/ColorSync.framework/ColorSync 0x18787d000 - 0x1878edfff MetalPerformanceShaders arm64 /System/Library/Frameworks/MetalPerformanceShaders.framework/MetalPerformanceShaders 0x1878ee000 - 0x187d1dfff FaceCore arm64 <0179b0a45e4932e5967336ac40c0c4d8> /System/Library/PrivateFrameworks/FaceCore.framework/FaceCore 0x187d1e000 - 0x187d9afff Quagga arm64 /System/Library/PrivateFrameworks/Quagga.framework/Quagga 0x187d9b000 - 0x187f64fff CoreImage arm64 <8c5c510a2d90361696f6a965b6b933a0> /System/Library/Frameworks/CoreImage.framework/CoreImage 0x187f65000 - 0x187fb4fff TextInput arm64 /System/Library/PrivateFrameworks/TextInput.framework/TextInput 0x187fb5000 - 0x187fc5fff libAccessibility.dylib arm64 /usr/lib/libAccessibility.dylib 0x187fd5000 - 0x188a17fff JavaScriptCore arm64 /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore 0x188a18000 - 0x188c69fff StoreServices arm64 <7876e0b331c3380ab69b57e9bc5ece4b> /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices 0x188c6a000 - 0x189e5ffff WebCore arm64 /System/Library/PrivateFrameworks/WebCore.framework/WebCore 0x189e60000 - 0x189e88fff libxslt.1.dylib arm64 <3edbcb1d6e1d33519db363daf35cfe1c> /usr/lib/libxslt.1.dylib 0x189e89000 - 0x189ff5fff WebKitLegacy arm64 /System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy 0x189ff6000 - 0x18a0bbfff CoreUI arm64 <0a25c84cf6183efead20a5cea30b98ad> /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI 0x18a0bc000 - 0x18a0e3fff DictionaryServices arm64 /System/Library/PrivateFrameworks/DictionaryServices.framework/DictionaryServices 0x18a0e4000 - 0x18a0e7fff HangTracer arm64 <13e35bff690836b7b717f3f5ff690897> /System/Library/PrivateFrameworks/HangTracer.framework/HangTracer 0x18a0e8000 - 0x18a13cfff PhysicsKit arm64 /System/Library/PrivateFrameworks/PhysicsKit.framework/PhysicsKit 0x18a13d000 - 0x18a214fff UIFoundation arm64 /System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation 0x18a221000 - 0x18afc8fff UIKit arm64 <4ad90348edcc3d21983f83490705f2aa> /System/Library/Frameworks/UIKit.framework/UIKit 0x18afc9000 - 0x18aff1fff CoreBluetooth arm64 /System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth 0x18aff2000 - 0x18b01afff DataAccessExpress arm64 <6c35e310019e35a38adba222a251f4fc> /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress 0x18b01b000 - 0x18b03bfff NetworkStatistics arm64 /System/Library/PrivateFrameworks/NetworkStatistics.framework/NetworkStatistics 0x18b03c000 - 0x18b0c5fff AddressBook arm64 <6ac637105605370a8cf1bf73e72447bf> /System/Library/Frameworks/AddressBook.framework/AddressBook 0x18b0c6000 - 0x18b226fff CoreMotion arm64 <5add12fe99963d58a923e3151d02baea> /System/Library/Frameworks/CoreMotion.framework/CoreMotion 0x18b227000 - 0x18b251fff CacheDelete arm64 /System/Library/PrivateFrameworks/CacheDelete.framework/CacheDelete 0x18b252000 - 0x18b25ffff CoreAUC arm64 <4ccece7ce6f53d4393588ca8af59f4cc> /System/Library/PrivateFrameworks/CoreAUC.framework/CoreAUC 0x18b260000 - 0x18b7cbfff MediaToolbox arm64 <6cca04ef0c203442a24e3613d286cd42> /System/Library/Frameworks/MediaToolbox.framework/MediaToolbox 0x18b7cc000 - 0x18b979fff Celestial arm64 <3330c498b46631eeb90a642d377fae9b> /System/Library/PrivateFrameworks/Celestial.framework/Celestial 0x18b97a000 - 0x18b989fff IntlPreferences arm64 <09d66fe143483a389cd6f502e13da940> /System/Library/PrivateFrameworks/IntlPreferences.framework/IntlPreferences 0x18b98a000 - 0x18b98cfff CoreDuetDebugLogging arm64 <7e3ea6bf9d463951866292d973db6e6b> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/CoreDuetDebugLogging 0x18b98d000 - 0x18b9a1fff CoreDuetDaemonProtocol arm64 <9702905525c33e2880b00d957ad476c9> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/CoreDuetDaemonProtocol 0x18b9a2000 - 0x18ba77fff CoreDuet arm64 /System/Library/PrivateFrameworks/CoreDuet.framework/CoreDuet 0x18ba78000 - 0x18bc2efff AVFoundation arm64 /System/Library/Frameworks/AVFoundation.framework/AVFoundation 0x18bc2f000 - 0x18bc63fff libtidy.A.dylib arm64 <2f48d4f92e6a3ff5b0509adff9b99ca4> /usr/lib/libtidy.A.dylib 0x18bc64000 - 0x18bccafff IMFoundation arm64 <38ea4de43fbe399397e16b597d39ef1e> /System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation 0x18bccb000 - 0x18c36efff GeoServices arm64 <58b2dd08bd0f303cbbee0e58327e5c87> /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices 0x18c36f000 - 0x18c370fff DiagnosticLogCollection arm64 <8c7cdc0581863d949fad12e1c002c80f> /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/DiagnosticLogCollection 0x18c371000 - 0x18c372fff Marco arm64 <9de14b0be5043a13ae11ce2b307d4352> /System/Library/PrivateFrameworks/Marco.framework/Marco 0x18c373000 - 0x18c3f8fff CoreLocation arm64 <527a5b7da22730e0ba1a17a74575990e> /System/Library/Frameworks/CoreLocation.framework/CoreLocation 0x18c3f9000 - 0x18c3fefff ConstantClasses arm64 /System/Library/PrivateFrameworks/ConstantClasses.framework/ConstantClasses 0x18c3ff000 - 0x18c409fff libChineseTokenizer.dylib arm64 <2b44c0ea1a91328084a953a9608c22a5> /usr/lib/libChineseTokenizer.dylib 0x18c40a000 - 0x18c68ffff libmecabra.dylib arm64 <17155175f4ce3087bf4b7f03b74db034> /usr/lib/libmecabra.dylib 0x18c690000 - 0x18c6e2fff IDSFoundation arm64 <7f7fb39e2f1c38549a0f6a98ad72a35d> /System/Library/PrivateFrameworks/IDSFoundation.framework/IDSFoundation 0x18c6e3000 - 0x18c7abfff IDS arm64 <70d356bcf7223c3b88292e774b59302e> /System/Library/PrivateFrameworks/IDS.framework/IDS 0x18c7ac000 - 0x18c7cafff MediaServices arm64 /System/Library/PrivateFrameworks/MediaServices.framework/MediaServices 0x18c7cb000 - 0x18c80efff AuthKit arm64 <51f9f14dab343736aba127fc4c2fef4d> /System/Library/PrivateFrameworks/AuthKit.framework/AuthKit 0x18c80f000 - 0x18c814fff libheimdal-asn1.dylib arm64 <430155e3abb132b391e8bc0785b6cd70> /usr/lib/libheimdal-asn1.dylib 0x18c815000 - 0x18c8e9fff MediaRemote arm64 <54a5906be66238bc85148945148e5e08> /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote 0x18c8ea000 - 0x18ca6efff MobileSpotlightIndex arm64 <85e4085a14363a6d9104565abe0d8ac9> /System/Library/PrivateFrameworks/MobileSpotlightIndex.framework/MobileSpotlightIndex 0x18ca6f000 - 0x18ca8efff PlugInKit arm64 <5fd199791bd034158ae690bd4b9ab1e1> /System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit 0x18ca8f000 - 0x18cacbfff ProtectedCloudStorage arm64 /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/ProtectedCloudStorage 0x18cacc000 - 0x18cae7fff libresolv.9.dylib arm64 <1d7a61761a42344b850150806bcb08a9> /usr/lib/libresolv.9.dylib 0x18cae8000 - 0x18cafdfff ApplePushService arm64 <0af0362080153e92bf29b1b964417848> /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService 0x18cafe000 - 0x18cb4dfff ContactsFoundation arm64 <4834faa7e4d9338995744a0082f8c55c> /System/Library/PrivateFrameworks/ContactsFoundation.framework/ContactsFoundation 0x18cb51000 - 0x18cc04fff Contacts arm64 <958c7de2b63736d7a5a44b1935bd2950> /System/Library/Frameworks/Contacts.framework/Contacts 0x18cc05000 - 0x18cc4efff CoreSpotlight arm64 /System/Library/Frameworks/CoreSpotlight.framework/CoreSpotlight 0x18cc4f000 - 0x18cc77fff vCard arm64 <7498fe2f006237ee95d1570b4fd377d4> /System/Library/PrivateFrameworks/vCard.framework/vCard 0x18cc78000 - 0x18cd04fff VoiceServices arm64 <581c48f7f95b38b7ad93bacd582afdda> /System/Library/PrivateFrameworks/VoiceServices.framework/VoiceServices 0x18cd05000 - 0x18cd54fff SAObjects arm64 <6f3a056e36c23779a775adf39afb410a> /System/Library/PrivateFrameworks/SAObjects.framework/SAObjects 0x18cdf1000 - 0x18ce93fff AssistantServices arm64 /System/Library/PrivateFrameworks/AssistantServices.framework/AssistantServices 0x18cea9000 - 0x18ceabfff MessageSupport arm64 <7503df5f7cfa32689597eb887e6abb87> /System/Library/PrivateFrameworks/MessageSupport.framework/MessageSupport 0x18ceac000 - 0x18cf01fff MIME arm64 <9e606ab8de0039f5bcb8494d547d84ad> /System/Library/PrivateFrameworks/MIME.framework/MIME 0x18cf97000 - 0x18cfb3fff AppleIDSSOAuthentication arm64 <51e91fc9170931599eb79c311b1adc09> /System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/AppleIDSSOAuthentication 0x18cfb4000 - 0x18cfc4fff MailServices arm64 <8c1659bf6454376aaec1fb2d42586212> /System/Library/PrivateFrameworks/MailServices.framework/MailServices 0x18cfc5000 - 0x18d038fff AppleAccount arm64 <419f55559f51314b9d6c53d03f353f19> /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount 0x18d039000 - 0x18d03dfff CommunicationsFilter arm64 <88fe96f3e9bd3c928f0ce3b9e3609f22> /System/Library/PrivateFrameworks/CommunicationsFilter.framework/CommunicationsFilter 0x18d03e000 - 0x18d063fff ChunkingLibrary arm64 /System/Library/PrivateFrameworks/ChunkingLibrary.framework/ChunkingLibrary 0x18d064000 - 0x18d06ffff CaptiveNetwork arm64 /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork 0x18d070000 - 0x18d09efff EAP8021X arm64 <3a3aa5c4990e34879ca12e6f5e1de265> /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X 0x18d09f000 - 0x18d0a6fff AssetCacheServices arm64 /System/Library/PrivateFrameworks/AssetCacheServices.framework/AssetCacheServices 0x18d0a7000 - 0x18d16ffff MMCS arm64 <5943d49acc423c058ef9b4147abe8b41> /System/Library/PrivateFrameworks/MMCS.framework/MMCS 0x18d170000 - 0x18d1a0fff MobileWiFi arm64 <2d66ac36f09f39c4ac0722873331d039> /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi 0x18d1a1000 - 0x18d1e3fff ContentIndex arm64 <4e6fa126997f30cb8c0caf9ae4f0e63b> /System/Library/PrivateFrameworks/ContentIndex.framework/ContentIndex 0x18d1e4000 - 0x18d1ecfff MobileIcons arm64 <13bd9809291e3839904878391f264665> /System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons 0x18d241000 - 0x18d271fff Bom arm64 <32b8ff158e563292bb052e36c903dbdd> /System/Library/PrivateFrameworks/Bom.framework/Bom 0x18d272000 - 0x18d27afff CertUI arm64 /System/Library/PrivateFrameworks/CertUI.framework/CertUI 0x18d27b000 - 0x18d2ccfff FTServices arm64 <29a4eddd415830269083b141166e572d> /System/Library/PrivateFrameworks/FTServices.framework/FTServices 0x18d2cd000 - 0x18d32bfff CoreDAV arm64 <177ab5ce6c7e3061aeddeb7faf8bc41d> /System/Library/PrivateFrameworks/CoreDAV.framework/CoreDAV 0x18d33b000 - 0x18d351fff UserManagement arm64 <40ac399d20df3c0e9c438d1c212beb4f> /System/Library/PrivateFrameworks/UserManagement.framework/UserManagement 0x18d41a000 - 0x18d44efff iCalendar arm64 <5bb9085e143b383db506a50934df271c> /System/Library/PrivateFrameworks/iCalendar.framework/iCalendar 0x18d457000 - 0x18d4b5fff CalendarFoundation arm64 /System/Library/PrivateFrameworks/CalendarFoundation.framework/CalendarFoundation 0x18d4b6000 - 0x18d4bcfff IncomingCallFilter arm64 /System/Library/PrivateFrameworks/IncomingCallFilter.framework/IncomingCallFilter 0x18d5b8000 - 0x18d651fff CalendarDatabase arm64 /System/Library/PrivateFrameworks/CalendarDatabase.framework/CalendarDatabase 0x18d652000 - 0x18d697fff CalendarDaemon arm64 <1c5280642d4d365cac44cbb0cb2127af> /System/Library/PrivateFrameworks/CalendarDaemon.framework/CalendarDaemon 0x18d698000 - 0x18d768fff EventKit arm64 /System/Library/Frameworks/EventKit.framework/EventKit 0x18d769000 - 0x18daa1fff WebKit arm64 /System/Library/Frameworks/WebKit.framework/WebKit 0x18daa2000 - 0x18daedfff WebBookmarks arm64 /System/Library/PrivateFrameworks/WebBookmarks.framework/WebBookmarks 0x18daee000 - 0x18dc32fff ContactsUI arm64 <31a25a9458cf380fbc3f78c00d447586> /System/Library/Frameworks/ContactsUI.framework/ContactsUI 0x18dc33000 - 0x18e404fff ModelIO arm64 /System/Library/Frameworks/ModelIO.framework/ModelIO 0x18e405000 - 0x18e40bfff DAAPKit arm64 /System/Library/PrivateFrameworks/DAAPKit.framework/DAAPKit 0x18e52c000 - 0x18e55cfff GLKit arm64 <19bc88c1484837f8917d1b6ebeb8f432> /System/Library/Frameworks/GLKit.framework/GLKit 0x18e55d000 - 0x18e7cdfff MusicLibrary arm64 /System/Library/PrivateFrameworks/MusicLibrary.framework/MusicLibrary 0x18e7ce000 - 0x18e80cfff Notes arm64 /System/Library/PrivateFrameworks/Notes.framework/Notes 0x18e80d000 - 0x18e8e4fff AddressBookUI arm64 <381f7b67a71c3e57a975bbc88e3b2046> /System/Library/Frameworks/AddressBookUI.framework/AddressBookUI 0x18e8e5000 - 0x18e9c1fff CloudKit arm64 /System/Library/Frameworks/CloudKit.framework/CloudKit 0x18e9c2000 - 0x18ea38fff iTunesStore arm64 /System/Library/PrivateFrameworks/iTunesStore.framework/iTunesStore 0x18ea39000 - 0x18ea3ffff CloudPhotoServices arm64 <8de95cd9eb9c3941ad9348dc323bbd82> /System/Library/PrivateFrameworks/CloudPhotoServices.framework/CloudPhotoServices 0x18ea40000 - 0x18eb36fff CloudPhotoLibrary arm64 <3183a58c4b8739e5bd61501dababa798> /System/Library/PrivateFrameworks/CloudPhotoLibrary.framework/CloudPhotoLibrary 0x18eb37000 - 0x18eb8efff DataAccess arm64 <73a90d6941233c46a50db9d0a13a0aae> /System/Library/PrivateFrameworks/DataAccess.framework/DataAccess 0x18eb8f000 - 0x18ebb7fff AssetsLibraryServices arm64 /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices 0x18ebb8000 - 0x18ec54fff HomeSharing arm64 <7919fa86104c3f9ea4e5c3b7131a857c> /System/Library/PrivateFrameworks/HomeSharing.framework/HomeSharing 0x18ec55000 - 0x18ec83fff ACTFramework arm64 /System/Library/PrivateFrameworks/ACTFramework.framework/ACTFramework 0x18ec84000 - 0x18ec8ffff DCIMServices arm64 <14a4ff27549d33ca8f53de8d463b39c7> /System/Library/PrivateFrameworks/DCIMServices.framework/DCIMServices 0x18ec90000 - 0x18edbffff CoreMediaStream arm64 <3533cce3157433488535bdfa0cb13785> /System/Library/PrivateFrameworks/CoreMediaStream.framework/CoreMediaStream 0x18edc0000 - 0x18edd9fff PhotosFormats arm64 /System/Library/PrivateFrameworks/PhotosFormats.framework/PhotosFormats 0x18edda000 - 0x18ede1fff XPCKit arm64 /System/Library/PrivateFrameworks/XPCKit.framework/XPCKit 0x18ede2000 - 0x18f1b9fff MediaPlayer arm64 /System/Library/Frameworks/MediaPlayer.framework/MediaPlayer 0x18f1ba000 - 0x18f29ffff CameraKit arm64 <573a74738cc13b64aa19c96a125bfac7> /System/Library/PrivateFrameworks/CameraKit.framework/CameraKit 0x18f2a8000 - 0x18f2c4fff MediaStream arm64 <624779663a7b3643830a30e280c86db6> /System/Library/PrivateFrameworks/MediaStream.framework/MediaStream 0x18f2c5000 - 0x18f662fff PhotoLibraryServices arm64 /System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices 0x18f663000 - 0x18f699fff PrototypeTools arm64 <48fdbf6299283a2da4bba73617b42398> /System/Library/PrivateFrameworks/PrototypeTools.framework/PrototypeTools 0x18f69a000 - 0x18f707fff libprotobuf.dylib arm64 <9c108882e95c3003a9140280a9da8250> /usr/lib/libprotobuf.dylib 0x18f93d000 - 0x18fa74fff Message arm64 /System/Library/PrivateFrameworks/Message.framework/Message 0x18fb28000 - 0x18fb59fff DataDetectorsCore arm64 /System/Library/PrivateFrameworks/DataDetectorsCore.framework/DataDetectorsCore 0x18fb68000 - 0x18fdc8fff libAWDSupportFramework.dylib arm64 <2c1184b25c6130d29445782aa1fe9b73> /usr/lib/libAWDSupportFramework.dylib 0x18fe0b000 - 0x18fe4bfff WirelessDiagnostics arm64 <8aab71ecbfba39c78621cdf43f93a4d2> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/WirelessDiagnostics 0x18fe4c000 - 0x18ff60fff Photos arm64 <367ccc47c5a5357dbc463bc65f55e5cf> /System/Library/Frameworks/Photos.framework/Photos 0x19001f000 - 0x190038fff GenerationalStorage arm64 /System/Library/PrivateFrameworks/GenerationalStorage.framework/GenerationalStorage 0x190039000 - 0x190044fff CoreRecents arm64 /System/Library/PrivateFrameworks/CoreRecents.framework/CoreRecents 0x190145000 - 0x190158fff AssetsLibrary arm64 <75a7169f5751312c844ec6af3151310d> /System/Library/Frameworks/AssetsLibrary.framework/AssetsLibrary 0x190194000 - 0x19079dfff VectorKit arm64 <46931b40954a3084aa1b079551e5f7fe> /System/Library/PrivateFrameworks/VectorKit.framework/VectorKit 0x19079e000 - 0x1909b2fff MapKit arm64 <18958686f1433e8a8396bb857c1b326e> /System/Library/Frameworks/MapKit.framework/MapKit 0x1909d0000 - 0x1909d3fff FTClientServices arm64 <034e25b243383864aa3d9471c4ab1a63> /System/Library/PrivateFrameworks/FTClientServices.framework/FTClientServices 0x1909d4000 - 0x1909e7fff QuickLookThumbnailing arm64 <8fcfe48a383932d3ac030e591d9fd710> /System/Library/PrivateFrameworks/QuickLookThumbnailing.framework/QuickLookThumbnailing 0x190aed000 - 0x190b84fff QuickLook arm64 /System/Library/Frameworks/QuickLook.framework/QuickLook 0x190bd5000 - 0x190c0efff ContactsAutocomplete arm64 /System/Library/PrivateFrameworks/ContactsAutocomplete.framework/ContactsAutocomplete 0x190c1f000 - 0x190cfefff MessageUI arm64 <8de75ccad4f93e79888791ca2ff92c48> /System/Library/Frameworks/MessageUI.framework/MessageUI 0x190cff000 - 0x190d78fff libnetwork.dylib arm64 /usr/lib/libnetwork.dylib 0x190d8c000 - 0x190e0cfff Network arm64 /System/Library/PrivateFrameworks/Network.framework/Network 0x190e13000 - 0x190eb5fff Social arm64 <85e9498a4a403e3680f7d483829eb1a2> /System/Library/Frameworks/Social.framework/Social 0x190fdb000 - 0x190ff1fff FTAWD arm64 <3f976dcde4a0365ab3d4b2fed519daec> /System/Library/PrivateFrameworks/FTAWD.framework/FTAWD 0x19105b000 - 0x1911c2fff IMCore arm64 /System/Library/PrivateFrameworks/IMCore.framework/IMCore 0x191226000 - 0x19127dfff ImageCapture arm64 <9935d2a0e4b63b45ac88f970fceefaef> /System/Library/PrivateFrameworks/ImageCapture.framework/ImageCapture 0x19127e000 - 0x191293fff iPhotoMigrationSupport arm64 <057b078031dc3e168168bb1a89105384> /System/Library/PrivateFrameworks/iPhotoMigrationSupport.framework/iPhotoMigrationSupport 0x1912c6000 - 0x191357fff PhotoLibrary arm64 <1f6fb623554c3998a2f5d75a2bedb7bd> /System/Library/PrivateFrameworks/PhotoLibrary.framework/PhotoLibrary 0x19157a000 - 0x1915b0fff CalendarUIKit arm64 <08f68693246e357d99029051cedeced1> /System/Library/PrivateFrameworks/CalendarUIKit.framework/CalendarUIKit 0x1915e7000 - 0x1915f6fff SetupAssistant arm64 <41fe545b1f8d3269bfc2b618b407491f> /System/Library/PrivateFrameworks/SetupAssistant.framework/SetupAssistant 0x191626000 - 0x1917e8fff EventKitUI arm64 <8388f3c646a43fa4be3ded4ecbe9eed7> /System/Library/Frameworks/EventKitUI.framework/EventKitUI 0x19189f000 - 0x1918d0fff Pegasus arm64 <26e597b5dc1a30b99fa2a6ec018d6f12> /System/Library/PrivateFrameworks/Pegasus.framework/Pegasus 0x191995000 - 0x1919ddfff AVKit arm64 <76fd7471346238998e97fee971d297c0> /System/Library/Frameworks/AVKit.framework/AVKit 0x191d03000 - 0x191d15fff SiriTasks arm64 <4eece10e8c503eb6937273a0cd92d6b4> /System/Library/PrivateFrameworks/SiriTasks.framework/SiriTasks 0x191ee4000 - 0x191f94fff IMAVCore arm64 <06a1ced658c234d3801ded6983cfeb1d> /System/Library/PrivateFrameworks/IMAVCore.framework/IMAVCore 0x191f95000 - 0x192017fff PhotoEditSupport arm64 <65070c36d3d437188b44dcbbde0188d6> /System/Library/PrivateFrameworks/PhotoEditSupport.framework/PhotoEditSupport 0x192667000 - 0x192ad9fff PhotosUI arm64 <28c0c4976ed63b27b632d301eb0e69d1> /System/Library/Frameworks/PhotosUI.framework/PhotosUI 0x193cfb000 - 0x193d2cfff WirelessProximity arm64 /System/Library/PrivateFrameworks/WirelessProximity.framework/WirelessProximity 0x193f9f000 - 0x194018fff CoreHandwriting arm64 /System/Library/PrivateFrameworks/CoreHandwriting.framework/CoreHandwriting 0x194126000 - 0x1941bafff MediaPlatform arm64 <4dc66da5850f30e18409990cce613dea> /System/Library/PrivateFrameworks/MediaPlatform.framework/MediaPlatform 0x194c90000 - 0x194ceefff CoreBrightness arm64 <3cbc7c04794738d3a761dde2fd830fd1> /System/Library/PrivateFrameworks/CoreBrightness.framework/CoreBrightness 0x19501d000 - 0x19514afff StoreServicesCore arm64 /System/Library/PrivateFrameworks/StoreServicesCore.framework/StoreServicesCore 0x195689000 - 0x195ae6fff MediaLibraryCore arm64 <05c6f35e7b813ff5be616b42cafb29a3> /System/Library/PrivateFrameworks/MediaLibraryCore.framework/MediaLibraryCore 0x19613d000 - 0x196240fff AnnotationKit arm64 /System/Library/PrivateFrameworks/AnnotationKit.framework/AnnotationKit 0x196599000 - 0x1965b8fff CoreNLP arm64 <42836654b8a33051a104b0ec97fc1091> /System/Library/PrivateFrameworks/CoreNLP.framework/CoreNLP 0x19889a000 - 0x1988b6fff libJapaneseConverter.dylib arm64 <0018aeac70593cdab802503c2cbaff77> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib 0x198bdd000 - 0x198bf1fff libCGInterfaces.dylib arm64 <8d96c27fbf1235749dd2907472688e89> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/Libraries/libCGInterfaces.dylib 0x199ae7000 - 0x199af5fff AppleFSCompression arm64 <9ce16a16e20c35f5be292f251083c30d> /System/Library/PrivateFrameworks/AppleFSCompression.framework/AppleFSCompression 0x199af6000 - 0x199b01fff AppleIDAuthSupport arm64 <73d34b108f8634649e3ef934de89d6dd> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/AppleIDAuthSupport 0x19a7e5000 - 0x19a80afff CoreServicesInternal arm64 <3c2db4f07ea232358a78e76307363ba0> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesInternal 0x19ab4e000 - 0x19ab59fff DiagnosticExtensions arm64 /System/Library/PrivateFrameworks/DiagnosticExtensions.framework/DiagnosticExtensions 0x19af08000 - 0x19af14fff libGSFontCache.dylib arm64 /System/Library/PrivateFrameworks/FontServices.framework/libGSFontCache.dylib 0x19af15000 - 0x19af46fff libTrueTypeScaler.dylib arm64 /System/Library/PrivateFrameworks/FontServices.framework/libTrueTypeScaler.dylib 0x19bed7000 - 0x19bf08fff MarkupUI arm64 /System/Library/PrivateFrameworks/MarkupUI.framework/MarkupUI 0x19c2c9000 - 0x19c2d2fff MobileStorage arm64 <4f2138550b173213a7310f7f0ee4255f> /System/Library/PrivateFrameworks/MobileStorage.framework/MobileStorage 0x19ce03000 - 0x19ce08fff TextInputUI arm64 <6a4759a2652537418870bb45e66496a5> /System/Library/PrivateFrameworks/TextInputUI.framework/TextInputUI 0x19d58f000 - 0x19d75efff libFosl_dynamic.dylib arm64 <8e1668637c423351a9b8f75d3db4e1bd> /usr/lib/libFosl_dynamic.dylib 0x19d75f000 - 0x19d769fff libMobileGestaltExtensions.dylib arm64 /usr/lib/libMobileGestaltExtensions.dylib 0x19db7a000 - 0x19dbacfff libpcap.A.dylib arm64 <5b50b83d66ba3127ab8bfb9d7773aeab> /usr/lib/libpcap.A.dylib 0x19dbe7000 - 0x19dcb7fff AVFAudio arm64 <82aeee0bc85835348e3b6113e5f0f7dc> /System/Library/Frameworks/AVFoundation.framework/Frameworks/AVFAudio.framework/AVFAudio 0x19dcb8000 - 0x19dcc1fff ProactiveEventTracker arm64 <66b41160346f344b8b7685ea37bf7d3f> /System/Library/PrivateFrameworks/ProactiveEventTracker.framework/ProactiveEventTracker 0x19dcc2000 - 0x19de58fff Intents arm64 /System/Library/Frameworks/Intents.framework/Intents 0x19de59000 - 0x19deaffff CallKit arm64 <6657e6ec77cf338495c410ed354c4b1f> /System/Library/Frameworks/CallKit.framework/CallKit 0x19df99000 - 0x19dfbcfff UserNotifications arm64 /System/Library/Frameworks/UserNotifications.framework/UserNotifications 0x19dfcf000 - 0x19dfddfff PersonaKit arm64 /System/Library/PrivateFrameworks/PersonaKit.framework/PersonaKit 0x19e1da000 - 0x19e205fff IMSharedUtilities arm64 /System/Library/PrivateFrameworks/IMSharedUtilities.framework/IMSharedUtilities 0x19e2dc000 - 0x19e390fff Navigation arm64 /System/Library/PrivateFrameworks/Navigation.framework/Navigation 0x19e44b000 - 0x19e476fff Pasteboard arm64 <524e5f899a9836c5a45b76c5ef4cae9a> /System/Library/PrivateFrameworks/Pasteboard.framework/Pasteboard 0x19e48f000 - 0x19e532fff TextureIO arm64 /System/Library/PrivateFrameworks/TextureIO.framework/TextureIO 0x19ea60000 - 0x19eaa9fff ContactsUICore arm64 <3a022fafb1dc3fe4a790384482e64dbb> /System/Library/PrivateFrameworks/ContactsUICore.framework/ContactsUICore 0x19eaef000 - 0x19eb03fff EmojiFoundation arm64 <2dbf33d95d573f3aafc459d5f9114fff> /System/Library/PrivateFrameworks/EmojiFoundation.framework/EmojiFoundation 0x19f2f3000 - 0x19f30ffff SearchFoundation arm64 /System/Library/PrivateFrameworks/SearchFoundation.framework/SearchFoundation 0x19fa0a000 - 0x19fa1cfff libBNNS.dylib arm64 <7b15b1fd47de37cc94234f1279febec2> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBNNS.dylib 0x19fa1d000 - 0x19fa21fff libQuadrature.dylib arm64 <6142532815973d5f9292892fb7c2c353> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libQuadrature.dylib 0x19fd8a000 - 0x19fd9bfff CoreEmoji arm64 <02de2177a2a83b389b2d8796f9576d41> /System/Library/PrivateFrameworks/CoreEmoji.framework/CoreEmoji 0x19fd9c000 - 0x19fdb4fff CoreInterest arm64 <6b5923f92d6b314cb81a4cade6e8839c> /System/Library/PrivateFrameworks/CoreInterest.framework/CoreInterest 0x19ff45000 - 0x19ffc0fff CoreParsec arm64 <7a3da299a96738069b666ca0fd9b81d5> /System/Library/PrivateFrameworks/CoreParsec.framework/CoreParsec 0x1a002d000 - 0x1a005efff DifferentialPrivacy arm64 /System/Library/PrivateFrameworks/DifferentialPrivacy.framework/DifferentialPrivacy 0x1a02a0000 - 0x1a02a0fff IntentsFoundation arm64 <640a622a48173a91829abcded6d8ac51> /System/Library/PrivateFrameworks/IntentsFoundation.framework/IntentsFoundation 0x1a032d000 - 0x1a0341fff MailSupport arm64 <408e73191f9d3dac874e2883b052dfb5> /System/Library/PrivateFrameworks/MailSupport.framework/MailSupport 0x1a03e8000 - 0x1a04b4fff NLP arm64 <9162fa12a5ab3325a413c57dad3dce48> /System/Library/PrivateFrameworks/NLP.framework/NLP 0x1a0a89000 - 0x1a0cf5fff PhotosUICore arm64 /System/Library/PrivateFrameworks/PhotosUICore.framework/PhotosUICore 0x1a0f44000 - 0x1a0f49fff SymptomDiagnosticReporter arm64 <23b4b5547e8433289e9fc4757ae5eb17> /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/SymptomDiagnosticReporter 0x1a163f000 - 0x1a16b7fff libate.dylib arm64 <8f60d460abd031edaf8477a229c4006c> /usr/lib/libate.dylib 0x1a16b8000 - 0x1a16b8fff libcoretls.dylib arm64 <852a1f8d67063962b6699bd608ee1eef> /usr/lib/libcoretls.dylib 0x1a16b9000 - 0x1a16bafff libcoretls_cfhelpers.dylib arm64 <85a72486fa0e376f8b14a6d19375a1b6> /usr/lib/libcoretls_cfhelpers.dylib ```

Steps to Reproduce

The issue is not deterministic, and happens very infrequently (say after 1 hour of intense use, where we have dialed up the database activity to always read/write)

We use encryption, so these realms are all encrypted. We've managed to isolate it to one small piece of code:

- (RLMRealm *) realm {
    if(self.path == nil) {
        return nil;
    }

    RLMRealm * realm = nil;

    pthread_mutex_lock(&realmMutex);

    @try {
        RLMRealmConfiguration * config = [RLMRealmConfiguration defaultConfiguration];
        config.fileURL = [NSURL URLWithString:self.path];
        config.shouldCompactOnLaunch = ^BOOL(NSUInteger totalBytes, NSUInteger bytesUsed) {
            return (totalBytes > (1024*1024*100)) && ((bytesUsed / totalBytes) < 0.5);
        };

        [self runMigration:config];

        if(self.password) {
            config.encryptionKey = [self encryptionKey];
        }

        NSError * error = nil;
        realm = [RLMRealm realmWithConfiguration:config error:&error];

        if(error) {
            NSLog(@"Error when opening realm: %@", [error localizedDescription]);
            realm = nil;
        }
    } @catch(NSException * exception) {
        NSLog(@"Failed to open realm: %@ with error: %@", self.path, [exception description]);
        realm = nil;
    }

    pthread_mutex_unlock(&realmMutex);
    return realm;
}

Note that the mutex, realmMutex (which was added for debugging, is a global variable, so no thread can enter this simultaneously (even if there are multiple instances of the BIQDatabase class)).

If we comment out:

config.shouldCompactOnLaunch = ^BOOL(NSUInteger totalBytes, NSUInteger bytesUsed) {
    return (totalBytes > (1024*1024*100)) && ((bytesUsed / totalBytes) < 0.5);
};

the issue disappears.

We have attempted to run compaction manually with the same result. (Using the old method (moving the database to a new place, then deleting the old one and removing the new one.) We have added code to ensure that this is only ever invoked the first time a database is opened.)

Basically we're stumped.

Code Sample

Realm framework version: 2.8.3 Xcode version: 8.3.2

iOS/OSX version: 10.3

Dependency manager + version: Cocoapods 1.12

cfeckardt commented 7 years ago

So a preliminary update. It appears that downgrading to Realm 2.5.1 magically resolves the issue. (We picked 2.5.1, because that was the previous version we were running).

EDIT:

Spoke to soon. Downgrading gives a different crash (that appears to be much rarer):

``` Incident Identifier: C66BEA95-C407-4002-9E3A-A5B0B97C2E67 CrashReporter Key: BECCFAB6-CFC6-4814-8EAD-6EDB9F0D67C2 Hardware Model: iPad4,1 Process: MyApp alph [1578] Path: /var/containers/Bundle/Application/DB499AB7-D9B4-4FBF-A539-C63F8E97A44C/MyApp alpha.app/MyApp alpha Identifier: com.myapp.test Version: 2.1.4 (2164) Code Type: ARM-64 Parent Process: ??? [1] Date/Time: 2017-07-11T13:22:27Z Launch Time: 2017-07-11T11:53:02Z OS Version: iPhone OS 10.3.1 (14E304) Report Version: 104 Exception Type: SIGABRT Exception Codes: #0 at 0x188785014 Crashed Thread: 9 Thread 0: 0 libsystem_kernel.dylib 0x0000000188767224 mach_msg_trap + 8 1 CoreFoundation 0x0000000189738e88 __CFRunLoopServiceMachPort + 188 2 CoreFoundation 0x0000000189736adc __CFRunLoopRun + 1056 3 CoreFoundation 0x0000000189666d94 CFRunLoopRunSpecific + 420 4 GraphicsServices 0x000000018b0d0074 GSEventRunModal + 96 5 UIKit 0x000000018f918130 UIApplicationMain + 204 6 MyApp alpha 0x00000001007383c4 main (main.m:21) 7 libdyld.dylib 0x000000018867559c start + 0 Thread 1: 0 libsystem_kernel.dylib 0x0000000188767224 mach_msg_trap + 8 1 CoreFoundation 0x0000000189738e88 __CFRunLoopServiceMachPort + 188 2 CoreFoundation 0x0000000189736adc __CFRunLoopRun + 1056 3 CoreFoundation 0x0000000189666d94 CFRunLoopRunSpecific + 420 4 Foundation 0x000000018a180d64 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 300 5 Foundation 0x000000018a1a1b34 -[NSRunLoop(NSRunLoop) runUntilDate:] + 92 6 UIKit 0x00000001902a25f8 -[UIEventFetcher threadMain] + 132 7 Foundation 0x000000018a27e2c8 __NSThread__start__ + 992 8 libsystem_pthread.dylib 0x000000018884d75c _pthread_body + 236 9 libsystem_pthread.dylib 0x000000018884d66c _pthread_start + 280 10 libsystem_pthread.dylib 0x000000018884ad84 thread_start + 0 Thread 2: 0 libsystem_kernel.dylib 0x0000000188767224 mach_msg_trap + 8 1 CoreFoundation 0x0000000189738e88 __CFRunLoopServiceMachPort + 188 2 CoreFoundation 0x0000000189736adc __CFRunLoopRun + 1056 3 CoreFoundation 0x0000000189666d94 CFRunLoopRunSpecific + 420 4 Foundation 0x000000018a180d64 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 300 5 MyApp alpha 0x0000000100820e9c -[BIQThread main] (BIQThread.m:32) 6 Foundation 0x000000018a27e2c8 __NSThread__start__ + 992 7 libsystem_pthread.dylib 0x000000018884d75c _pthread_body + 236 8 libsystem_pthread.dylib 0x000000018884d66c _pthread_start + 280 9 libsystem_pthread.dylib 0x000000018884ad84 thread_start + 0 Thread 3: 0 libsystem_kernel.dylib 0x000000018876b6e4 kevent + 8 1 MyApp alpha 0x0000000100124af4 std::__1::__async_func::operator()() (external_commit_helper.cpp:159) 2 MyApp alpha 0x0000000100124a7c std::__1::__async_assoc_state >::__execute() (future:1031) 3 MyApp alpha 0x0000000100124c40 std::__1::__thread_proxy >::*)(), std::__1::__async_assoc_state >*> >(void*, void*) (__functional_base:383) 4 libsystem_pthread.dylib 0x000000018884d75c _pthread_body + 236 5 libsystem_pthread.dylib 0x000000018884d66c _pthread_start + 280 6 libsystem_pthread.dylib 0x000000018884ad84 thread_start + 0 Thread 4: 0 libsystem_kernel.dylib 0x0000000188767224 mach_msg_trap + 8 1 CoreFoundation 0x0000000189738e88 __CFRunLoopServiceMachPort + 188 2 CoreFoundation 0x0000000189736adc __CFRunLoopRun + 1056 3 CoreFoundation 0x0000000189666d94 CFRunLoopRunSpecific + 420 4 CFNetwork 0x0000000189e72ca4 +[NSURLConnection(Loader) _resourceLoadLoop:] + 400 5 Foundation 0x000000018a27e2c8 __NSThread__start__ + 992 6 libsystem_pthread.dylib 0x000000018884d75c _pthread_body + 236 7 libsystem_pthread.dylib 0x000000018884d66c _pthread_start + 280 8 libsystem_pthread.dylib 0x000000018884ad84 thread_start + 0 Thread 5: 0 libsystem_kernel.dylib 0x0000000188767224 mach_msg_trap + 8 1 CoreFoundation 0x0000000189738e88 __CFRunLoopServiceMachPort + 188 2 CoreFoundation 0x0000000189736adc __CFRunLoopRun + 1056 3 CoreFoundation 0x0000000189666d94 CFRunLoopRunSpecific + 420 4 Foundation 0x000000018a180d64 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 300 5 MyApp alpha 0x0000000100820e9c -[BIQThread main] (BIQThread.m:32) 6 Foundation 0x000000018a27e2c8 __NSThread__start__ + 992 7 libsystem_pthread.dylib 0x000000018884d75c _pthread_body + 236 8 libsystem_pthread.dylib 0x000000018884d66c _pthread_start + 280 9 libsystem_pthread.dylib 0x000000018884ad84 thread_start + 0 Thread 6: 0 libsystem_kernel.dylib 0x000000018876b6e4 kevent + 8 1 MyApp alpha 0x0000000100124af4 std::__1::__async_func::operator()() (external_commit_helper.cpp:159) 2 MyApp alpha 0x0000000100124a7c std::__1::__async_assoc_state >::__execute() (future:1031) 3 MyApp alpha 0x0000000100124c40 std::__1::__thread_proxy >::*)(), std::__1::__async_assoc_state >*> >(void*, void*) (__functional_base:383) 4 libsystem_pthread.dylib 0x000000018884d75c _pthread_body + 236 5 libsystem_pthread.dylib 0x000000018884d66c _pthread_start + 280 6 libsystem_pthread.dylib 0x000000018884ad84 thread_start + 0 Thread 7: 0 libsystem_kernel.dylib 0x0000000188767224 mach_msg_trap + 8 1 CoreFoundation 0x0000000189738e88 __CFRunLoopServiceMachPort + 188 2 CoreFoundation 0x0000000189736adc __CFRunLoopRun + 1056 3 CoreFoundation 0x0000000189666d94 CFRunLoopRunSpecific + 420 4 Foundation 0x000000018a180d64 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 300 5 Foundation 0x000000018a1d56b4 -[NSRunLoop(NSRunLoop) run] + 84 6 MyApp alpha 0x00000001000b144c +[AFURLConnectionOperation networkRequestThreadEntryPoint:] (AFURLConnectionOperation.m:163) 7 Foundation 0x000000018a27e2c8 __NSThread__start__ + 992 8 libsystem_pthread.dylib 0x000000018884d75c _pthread_body + 236 9 libsystem_pthread.dylib 0x000000018884d66c _pthread_start + 280 10 libsystem_pthread.dylib 0x000000018884ad84 thread_start + 0 Thread 8: 0 libsystem_kernel.dylib 0x0000000188767224 mach_msg_trap + 8 1 CoreFoundation 0x0000000189738e88 __CFRunLoopServiceMachPort + 188 2 CoreFoundation 0x0000000189736adc __CFRunLoopRun + 1056 3 CoreFoundation 0x0000000189666d94 CFRunLoopRunSpecific + 420 4 Foundation 0x000000018a180d64 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 300 5 MyApp alpha 0x0000000100820e9c -[BIQThread main] (BIQThread.m:32) 6 Foundation 0x000000018a27e2c8 __NSThread__start__ + 992 7 libsystem_pthread.dylib 0x000000018884d75c _pthread_body + 236 8 libsystem_pthread.dylib 0x000000018884d66c _pthread_start + 280 9 libsystem_pthread.dylib 0x000000018884ad84 thread_start + 0 Thread 9 Crashed: 0 libsystem_kernel.dylib 0x0000000188785014 __pthread_kill + 8 1 libsystem_pthread.dylib 0x000000018884f334 pthread_kill + 108 2 libsystem_c.dylib 0x00000001886f99c4 abort + 136 3 MyApp alpha 0x000000010027962c please_report_this_error_to_help_at_realm_dot_io + 8 4 MyApp alpha 0x00000001002798e4 realm::util::terminate_internal(std::__1::basic_stringstream, std::__1::allocator >&) + 228 5 MyApp alpha 0x0000000100279af4 realm::util::terminate(char const*, char const*, long, std::initializer_list&&) + 384 6 MyApp alpha 0x000000010013737c void realm::util::terminate(char const*, char const*, long, realm::SharedGroup::TransactStage, realm::SharedGroup::TransactStage) (terminate.hpp:56) 7 MyApp alpha 0x00000001001372c8 realm::_impl::RealmCoordinator::pin_version(realm::VersionID) (realm_coordinator.cpp:446) 8 MyApp alpha 0x00000001001373c0 realm::_impl::RealmCoordinator::register_notifier(std::__1::shared_ptr) (realm_coordinator.cpp:466) 9 MyApp alpha 0x0000000100140200 realm::Results::prepare_async() (results.cpp:575) 10 MyApp alpha 0x0000000100140398 realm::Results::add_notification_callback(realm::CollectionChangeCallback) & (results.cpp:587) 11 MyApp alpha 0x0000000100152a68 RLMNotificationToken* RLMAddNotificationBlock(objc_object*, realm::Results&, void (objc_object*, RLMCollectionChange*, NSError*) block_pointer, bool) (RLMCollection.mm:349) 12 MyApp alpha 0x00000001001c7fa8 -[RLMResults addNotificationBlock:] (RLMResults.mm:448) 13 MyApp alpha 0x00000001007e4aa4 __50-[BIQDatabase(private) refreshingResultsForBlock:]_block_invoke_2 (BIQDatabase+private.m:24) 14 CoreFoundation 0x0000000189739304 __CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK__ + 16 15 CoreFoundation 0x0000000189738b20 __CFRunLoopDoBlocks + 284 16 CoreFoundation 0x00000001897369b4 __CFRunLoopRun + 760 17 CoreFoundation 0x0000000189666d94 CFRunLoopRunSpecific + 420 18 Foundation 0x000000018a180d64 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 300 19 MyApp alpha 0x0000000100820e9c -[BIQThread main] (BIQThread.m:32) 20 Foundation 0x000000018a27e2c8 __NSThread__start__ + 992 21 libsystem_pthread.dylib 0x000000018884d75c _pthread_body + 236 22 libsystem_pthread.dylib 0x000000018884d66c _pthread_start + 280 23 libsystem_pthread.dylib 0x000000018884ad84 thread_start + 0 Thread 10: 0 libsystem_kernel.dylib 0x0000000188785a88 __workq_kernreturn + 8 1 libsystem_pthread.dylib 0x000000018884ad7c start_wqthread + 0 Thread 11: 0 libsystem_kernel.dylib 0x0000000188785a88 __workq_kernreturn + 8 1 libsystem_pthread.dylib 0x000000018884ad7c start_wqthread + 0 Thread 12: 0 libsystem_kernel.dylib 0x0000000188785a88 __workq_kernreturn + 8 1 libsystem_pthread.dylib 0x000000018884ad7c start_wqthread + 0 Thread 13: 0 libsystem_kernel.dylib 0x0000000188785a88 __workq_kernreturn + 8 1 libsystem_pthread.dylib 0x000000018884ad7c start_wqthread + 0 Thread 14: 0 libsystem_kernel.dylib 0x0000000188785a88 __workq_kernreturn + 8 1 libsystem_pthread.dylib 0x000000018884ad7c start_wqthread + 0 Thread 15: 0 libsystem_kernel.dylib 0x0000000188767260 semaphore_wait_trap + 8 1 libdispatch.dylib 0x0000000188654ca0 _dispatch_semaphore_wait_slow + 136 2 CFNetwork 0x0000000189e46b9c CFURLConnectionSendSynchronousRequest + 280 3 CFNetwork 0x0000000189e73154 +[NSURLConnection sendSynchronousRequest:returningResponse:error:] + 116 4 MyApp alpha 0x0000000100738d34 -[BIQHTTPForwarder uploadData:URL:completion:] (BIQHTTPForwarder.m:91) 5 MyApp alpha 0x000000010073897c -[BIQHTTPForwarder forwardLog:forDeviceId:] (BIQHTTPForwarder.m:44) 6 MyApp alpha 0x0000000100202190 -[LogReaper reap] (LogReaper.m:93) 7 libdispatch.dylib 0x00000001886429a0 _dispatch_client_callout + 12 8 libdispatch.dylib 0x000000018864f604 _dispatch_continuation_pop + 444 9 libdispatch.dylib 0x000000018865bc1c _dispatch_source_latch_and_call + 200 10 libdispatch.dylib 0x00000001886448a0 _dispatch_source_invoke + 800 11 libdispatch.dylib 0x0000000188650964 _dispatch_queue_serial_drain + 556 12 libdispatch.dylib 0x00000001886462cc _dispatch_queue_invoke + 880 13 libdispatch.dylib 0x0000000188652a50 _dispatch_root_queue_drain + 536 14 libdispatch.dylib 0x00000001886527d0 _dispatch_worker_thread3 + 120 15 libsystem_pthread.dylib 0x000000018884b1d0 _pthread_wqthread + 1092 16 libsystem_pthread.dylib 0x000000018884ad7c start_wqthread + 0 Thread 16: 0 libsystem_kernel.dylib 0x0000000188785a88 __workq_kernreturn + 8 1 libsystem_pthread.dylib 0x000000018884ad7c start_wqthread + 0 Thread 9 crashed with ARM-64 Thread State: pc: 0x0000000188785014 fp: 0x000000016e44d450 sp: 0x000000016e44d430 x0: 0x0000000000000000 x1: 0x0000000000000000 x2: 0x0000000000000000 x3: 0x0000000000000006 x4: 0x000000016e44d300 x5: 0x0000000100d5576c x6: 0x0000000000000000 x7: 0x00000000000009d0 x8: 0x0000000008000000 x9: 0x0000000004000000 x10: 0x0000000000000000 x11: 0x00000001b1720bab x12: 0x00000001b1720bab x13: 0x0000000000000018 x14: 0x0000000000000001 x15: 0x0000000000000881 x16: 0x0000000000000148 x17: 0x0000000000000000 x18: 0x0000000000000000 x19: 0x0000000000000006 x20: 0x000000016e44f000 x21: 0x0000000101a2ba00 x22: 0x0000000101a2c2f6 x23: 0x0000000000000014 x24: 0x0000000000000014 x25: 0x000000000000000a x26: 0x000000016e44d980 x27: 0x0000000100bf4718 x28: 0x000000017063f820 lr: 0x000000018884f334 cpsr: 0x0000000000000000 Link Register Analysis: Symbol: pthread_kill + 108 Description: We have determined that the link register (lr) is very likely to contain the return address of frame #0's calling function, and have inserted it into the crashing thread's backtrace as frame #1 to aid in analysis. This determination was made by applying a heuristic to determine whether the crashing function was likely to have created a new stack frame at the time of the crash. Type: 1 Binary Images: 0x1000a4000 - 0x100a33fff +MyApp alpha arm64 <6d4523be6847325f8a60fda5df180311> /var/containers/Bundle/Application/DB499AB7-D9B4-4FBF-A539-C63F8E97A44C/MyApp alpha.app/MyApp alpha 0x18816c000 - 0x18816dfff libSystem.B.dylib arm64 <6d9ab1f5df1b36d89fd5675936e3da5e> /usr/lib/libSystem.B.dylib 0x18816e000 - 0x1881c3fff libc++.1.dylib arm64 <4d91c4d8858339c7ae2b3716d1f5e0fc> /usr/lib/libc++.1.dylib 0x1881c4000 - 0x1881e0fff libc++abi.dylib arm64 <5615fb6378773e82a20d5d0727a6132e> /usr/lib/libc++abi.dylib 0x1881e4000 - 0x1885c1fff libobjc.A.dylib arm64 <64c3c5a56c7a30c39ff4a3ec74426cf4> /usr/lib/libobjc.A.dylib 0x1885c2000 - 0x1885c6fff libcache.dylib arm64 /usr/lib/system/libcache.dylib 0x1885c7000 - 0x1885d2fff libcommonCrypto.dylib arm64 <0bd3d4cb2d803c6caf1d09e54e8dc705> /usr/lib/system/libcommonCrypto.dylib 0x1885d3000 - 0x1885d6fff libcompiler_rt.dylib arm64 /usr/lib/system/libcompiler_rt.dylib 0x1885d7000 - 0x1885defff libcopyfile.dylib arm64 /usr/lib/system/libcopyfile.dylib 0x1885df000 - 0x188640fff libcorecrypto.dylib arm64 <1662015f100e3fab8573f40889935a98> /usr/lib/system/libcorecrypto.dylib 0x188641000 - 0x188670fff libdispatch.dylib arm64 <46e0cb2039333474ba7b47b131153bd5> /usr/lib/system/libdispatch.dylib 0x188671000 - 0x188675fff libdyld.dylib arm64 <649eb4fd79bf30869584b3ec86b6bcbc> /usr/lib/system/libdyld.dylib 0x188676000 - 0x188676fff liblaunch.dylib arm64 <985c8570c8603f8886372c8fe4843f08> /usr/lib/system/liblaunch.dylib 0x188677000 - 0x18867cfff libmacho.dylib arm64 <3fdc8b3ebe27315aa71cadf73b0e0642> /usr/lib/system/libmacho.dylib 0x18867d000 - 0x18867efff libremovefile.dylib arm64 <7e353a2221703ccd99c8bb04a0bdc3dd> /usr/lib/system/libremovefile.dylib 0x18867f000 - 0x188696fff libsystem_asl.dylib arm64 <2f456d47db4937c5aa3dee82ab2550ee> /usr/lib/system/libsystem_asl.dylib 0x188697000 - 0x188697fff libsystem_blocks.dylib arm64 <373b4d279e6432d5b718ec5b71aebfc4> /usr/lib/system/libsystem_blocks.dylib 0x188698000 - 0x188714fff libsystem_c.dylib arm64 /usr/lib/system/libsystem_c.dylib 0x188715000 - 0x188719fff libsystem_configuration.dylib arm64 <1db4aaed5fdc3cd592a52f7358d1c666> /usr/lib/system/libsystem_configuration.dylib 0x18871a000 - 0x18871ffff libsystem_containermanager.dylib arm64 <15235799c22434b78bfd0f93cdc2c9dc> /usr/lib/system/libsystem_containermanager.dylib 0x188720000 - 0x188721fff libsystem_coreservices.dylib arm64 <31d817e729333cd6be4695ade5abf990> /usr/lib/system/libsystem_coreservices.dylib 0x188722000 - 0x18873afff libsystem_coretls.dylib arm64 <099dd5a82bed308882bc1782787b23cc> /usr/lib/system/libsystem_coretls.dylib 0x18873b000 - 0x188741fff libsystem_dnssd.dylib arm64 <58d80a29aee7360ab16718545b8102a2> /usr/lib/system/libsystem_dnssd.dylib 0x188742000 - 0x188765fff libsystem_info.dylib arm64 /usr/lib/system/libsystem_info.dylib 0x188766000 - 0x18878afff libsystem_kernel.dylib arm64 <2ccf4db33c323a68b05942b8375b90c2> /usr/lib/system/libsystem_kernel.dylib 0x18878b000 - 0x1887b7fff libsystem_m.dylib arm64 /usr/lib/system/libsystem_m.dylib 0x1887b8000 - 0x1887d3fff libsystem_malloc.dylib arm64 <44978732283439fc92fff8e3ab817123> /usr/lib/system/libsystem_malloc.dylib 0x1887d4000 - 0x18882dfff libsystem_network.dylib arm64 /usr/lib/system/libsystem_network.dylib 0x18882e000 - 0x188837fff libsystem_networkextension.dylib arm64 <4d2d53bd1d0133209b896e201160a682> /usr/lib/system/libsystem_networkextension.dylib 0x188838000 - 0x188842fff libsystem_notify.dylib arm64 /usr/lib/system/libsystem_notify.dylib 0x188843000 - 0x188849fff libsystem_platform.dylib arm64 <021e2b400d1b36f1927cd8b9ef5771ff> /usr/lib/system/libsystem_platform.dylib 0x18884a000 - 0x188853fff libsystem_pthread.dylib arm64 /usr/lib/system/libsystem_pthread.dylib 0x188854000 - 0x188857fff libsystem_sandbox.dylib arm64 <1a659aa7dc7f34d988fda8e46bbd67d6> /usr/lib/system/libsystem_sandbox.dylib 0x188858000 - 0x18885ffff libsystem_symptoms.dylib arm64 <29eb26c4ca5c3bd0aaf1f8bd8ce2e600> /usr/lib/system/libsystem_symptoms.dylib 0x188860000 - 0x188872fff libsystem_trace.dylib arm64 /usr/lib/system/libsystem_trace.dylib 0x188873000 - 0x188878fff libunwind.dylib arm64 <0963fc28375630e68ccd844e4f48d1b2> /usr/lib/system/libunwind.dylib 0x188879000 - 0x188879fff libvminterpose.dylib arm64 /usr/lib/system/libvminterpose.dylib 0x18887a000 - 0x1888a0fff libxpc.dylib arm64 <9bf3e86d19f1318a9b1906a2681cf234> /usr/lib/system/libxpc.dylib 0x1888a1000 - 0x188ab6fff libicucore.A.dylib arm64 <8784ed7062a139ad9c768ed801bb5c8f> /usr/lib/libicucore.A.dylib 0x188ab7000 - 0x188ac8fff libz.1.dylib arm64 <76ea48b2d8053291891a800d76088c09> /usr/lib/libz.1.dylib 0x18965e000 - 0x1899dffff CoreFoundation arm64 <106dcfdae2ac31b9af16e54e3fdb49be> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation 0x1899e0000 - 0x1899f0fff libbsm.0.dylib arm64 /usr/lib/libbsm.0.dylib 0x1899f1000 - 0x1899f1fff libenergytrace.dylib arm64 <6ec005a9a0a931da96fff946b027ca37> /usr/lib/libenergytrace.dylib 0x1899f2000 - 0x189a6dfff IOKit arm64 <04198d723e7f3834914ae5869c25e65c> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x189a6e000 - 0x189a8efff libMobileGestalt.dylib arm64 <648fed3bf8af3ccdbd24e5c65e81ceb5> /usr/lib/libMobileGestalt.dylib 0x189a8f000 - 0x189b78fff libxml2.2.dylib arm64 <29f6e338c1f13348970811ca0f0fe293> /usr/lib/libxml2.2.dylib 0x189b79000 - 0x189c13fff Security arm64 <2423134e64f939aba8368d62495f8197> /System/Library/Frameworks/Security.framework/Security 0x189c14000 - 0x189c7ffff SystemConfiguration arm64 /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration 0x189c80000 - 0x189d90fff libsqlite3.dylib arm64 /usr/lib/libsqlite3.dylib 0x189d91000 - 0x18a105fff CFNetwork arm64 <7074b3e719d23257b4cd53899121f5c8> /System/Library/Frameworks/CFNetwork.framework/CFNetwork 0x18a106000 - 0x18a113fff libbz2.1.0.dylib arm64 <64376e53acd732f3b5c85ee50b4f01c1> /usr/lib/libbz2.1.0.dylib 0x18a114000 - 0x18a12cfff liblzma.5.dylib arm64 <7b9227fb2acb3feda1bffd6427b92fd5> /usr/lib/liblzma.5.dylib 0x18a12d000 - 0x18a147fff libCRFSuite.dylib arm64 <7c6afb4c2fb13be9a84cf6d72ce823d8> /usr/lib/libCRFSuite.dylib 0x18a148000 - 0x18a171fff libarchive.2.dylib arm64 /usr/lib/libarchive.2.dylib 0x18a172000 - 0x18a173fff liblangid.dylib arm64 /usr/lib/liblangid.dylib 0x18a174000 - 0x18a443fff Foundation arm64 <73ff2b76d90f3c90b0108f6e36e3b71f> /System/Library/Frameworks/Foundation.framework/Foundation 0x18a444000 - 0x18a4effff libBLAS.dylib arm64 <8efc2fffcc8d3817a73da84ffd232d46> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib 0x18a4f0000 - 0x18a81efff libLAPACK.dylib arm64 <13c0d7676f6a381aa399570bf0142738> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib 0x18a81f000 - 0x18aab9fff vImage arm64 <8984ca1dbdd4341593c2532a3f112644> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage 0x18aaba000 - 0x18aadffff libvMisc.dylib arm64 <1fc0b5b5a59c3ae78efa0a4124bf69b0> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib 0x18aae0000 - 0x18aaf4fff libLinearAlgebra.dylib arm64 <39992b5d7f8a38e7b46ab952e44aa2f2> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLinearAlgebra.dylib 0x18aaf5000 - 0x18ab06fff libSparseBLAS.dylib arm64 /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparseBLAS.dylib 0x18ab07000 - 0x18ab7cfff libvDSP.dylib arm64 /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib 0x18ab7d000 - 0x18ab7dfff vecLib arm64 <6c742a3f1ad83395a1a5f3fc1abd56f8> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib 0x18ab7e000 - 0x18ab7efff Accelerate arm64 <166a50b815443ce89269964414cfd7b2> /System/Library/Frameworks/Accelerate.framework/Accelerate 0x18ab7f000 - 0x18b0c3fff CoreGraphics arm64 /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics 0x18b0c4000 - 0x18b0d8fff GraphicsServices arm64 <93b597044b5234749061bb64ddf8adae> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices 0x18b0d9000 - 0x18b126fff AppSupport arm64 /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport 0x18b127000 - 0x18b254fff MobileCoreServices arm64 /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices 0x18b255000 - 0x18b2b6fff BaseBoard arm64 <7aa95ea0660f325db0c7e793a3193cc5> /System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard 0x18b2b7000 - 0x18b2c6fff AssertionServices arm64 <4cef0d85a60b329e858109f9638abd7c> /System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices 0x18b2c7000 - 0x18b2f4fff BackBoardServices arm64 <322bd4e181fa3e77b99133e48e785e6c> /System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices 0x18b2f9000 - 0x18b348fff FrontBoardServices arm64 <49204359a9843dd8ad769c64bc8f468f> /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices 0x18b34c000 - 0x18b380fff SpringBoardServices arm64 /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices 0x18b381000 - 0x18b39bfff MobileKeyBag arm64 /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag 0x18b39c000 - 0x18b3a4fff IOSurface arm64 <419bcf22d97732bd99f6f7bb6b50e133> /System/Library/PrivateFrameworks/IOSurface.framework/IOSurface 0x18b3a5000 - 0x18b3b0fff liblockdown.dylib arm64 /usr/lib/liblockdown.dylib 0x18b3b1000 - 0x18b3c7fff CrashReporterSupport arm64 /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport 0x18b3c8000 - 0x18b3cafff IOSurfaceAccelerator arm64 /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/IOSurfaceAccelerator 0x18b3cb000 - 0x18b40bfff AppleJPEG arm64 <557e7ca7706f3ab5883060b4d3b375d6> /System/Library/PrivateFrameworks/AppleJPEG.framework/AppleJPEG 0x18b40c000 - 0x18b998fff ImageIO arm64 <4732d269b83036408adbb7a9c9d28f55> /System/Library/Frameworks/ImageIO.framework/ImageIO 0x18b999000 - 0x18b99ffff TCC arm64 <14d745587f8b3fa2b6f9e604d76237f5> /System/Library/PrivateFrameworks/TCC.framework/TCC 0x18b9a0000 - 0x18b9a4fff AggregateDictionary arm64 <9bb5dc9d93da36d5914ffd26dabf0306> /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary 0x18b9a5000 - 0x18b9b1fff PowerLog arm64 /System/Library/PrivateFrameworks/PowerLog.framework/PowerLog 0x18b9b2000 - 0x18ba1cfff libTelephonyUtilDynamic.dylib arm64 <94a0c079a36e367683f208ce4449a249> /usr/lib/libTelephonyUtilDynamic.dylib 0x18ba1d000 - 0x18ba2ffff CommonUtilities arm64 <0421cb6f6d313979b5d6c27b3e802c27> /System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities 0x18ba30000 - 0x18ba45fff libcompression.dylib arm64 <347a9d75f3a83aae978b77241b0c469b> /usr/lib/libcompression.dylib 0x18ba46000 - 0x18bcdefff CoreData arm64 <149e3207a34f3db289b3c7f9d5ba7344> /System/Library/Frameworks/CoreData.framework/CoreData 0x18bcdf000 - 0x18bce4fff libCoreVMClient.dylib arm64 <0dcdd0aa83c730be911fda447d25e1bb> /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib 0x18bce5000 - 0x18bceafff IOAccelerator arm64 /System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator 0x18bceb000 - 0x18bcecfff libCVMSPluginSupport.dylib arm64 /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib 0x18bced000 - 0x18bcf0fff libCoreFSCache.dylib arm64 <549cb68e024a3157baacec610957268d> /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib 0x18bcf1000 - 0x18bd32fff libGLImage.dylib arm64 <6483da03bbf23db8a8be79690278c7ba> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib 0x18bd33000 - 0x18bd3dfff libGFXShared.dylib arm64 /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib 0x18bd3e000 - 0x18bd46fff IOMobileFramebuffer arm64 <7fb677e4df5832248c4f1fde4a616faa> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer 0x18bd47000 - 0x18bd47fff libmetal_timestamp.dylib arm64 <4bbc0aeb18653cbcb4e7205c5b0cc630> /System/Library/PrivateFrameworks/GPUCompiler.framework/libmetal_timestamp.dylib 0x18bd48000 - 0x18bda9fff Metal arm64 <2abe00ac599d3a7d88b2741d577528ab> /System/Library/Frameworks/Metal.framework/Metal 0x18bdaa000 - 0x18bdb4fff OpenGLES arm64 /System/Library/Frameworks/OpenGLES.framework/OpenGLES 0x18bdb5000 - 0x18bdd9fff CoreVideo arm64 /System/Library/Frameworks/CoreVideo.framework/CoreVideo 0x18bdda000 - 0x18bddcfff OAuth arm64 <329757fc3f9335ffae08668c4993906d> /System/Library/PrivateFrameworks/OAuth.framework/OAuth 0x18bddd000 - 0x18be19fff Accounts arm64 /System/Library/Frameworks/Accounts.framework/Accounts 0x18be1a000 - 0x18bf0cfff libiconv.2.dylib arm64 <467252900a6338edad0484bfd6e215e5> /usr/lib/libiconv.2.dylib 0x18bf0d000 - 0x18c05afff CoreAudio arm64 /System/Library/Frameworks/CoreAudio.framework/CoreAudio 0x18c05b000 - 0x18c05efff UserFS arm64 /System/Library/PrivateFrameworks/UserFS.framework/UserFS 0x18c05f000 - 0x18c16cfff CoreMedia arm64 <7022fb70a4a739bba88da73f1eb71989> /System/Library/Frameworks/CoreMedia.framework/CoreMedia 0x18c16d000 - 0x18c173fff libcupolicy.dylib arm64 <25272348f11f33faa9eef0607d76fb0e> /usr/lib/libcupolicy.dylib 0x18c174000 - 0x18c1fdfff CoreTelephony arm64 <00f7ac27a10e3a60a7ae7a68ba302ac8> /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony 0x18c1fe000 - 0x18c30bfff libFontParser.dylib arm64 <6f9e33f457143af69ccaeae478b885b5> /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib 0x18c30c000 - 0x18c39bfff VideoToolbox arm64 <2aed6874c96031a8991de16a6344c541> /System/Library/Frameworks/VideoToolbox.framework/VideoToolbox 0x18c39c000 - 0x18c39cfff FontServices arm64 <1c8e81aebf9c3aa0983a610b5f42b7e2> /System/Library/PrivateFrameworks/FontServices.framework/FontServices 0x18c39d000 - 0x18c4e8fff CoreText arm64 /System/Library/Frameworks/CoreText.framework/CoreText 0x18c4e9000 - 0x18c503fff ProtocolBuffer arm64 <437889dcd32d3566a0cc4506ab1abba2> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer 0x18c504000 - 0x18c52cfff PersistentConnection arm64 /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection 0x18c52d000 - 0x18c533fff DataMigration arm64 <5d2499594aed3827af3546c23a219c55> /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration 0x18c534000 - 0x18c988fff AudioToolbox arm64 <029613cd133b3ec2a01356ca617fbb5b> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox 0x18c989000 - 0x18cb66fff QuartzCore arm64 /System/Library/Frameworks/QuartzCore.framework/QuartzCore 0x18cb67000 - 0x18cb6dfff Netrb arm64 /System/Library/PrivateFrameworks/Netrb.framework/Netrb 0x18cb6e000 - 0x18cb7efff libcmph.dylib arm64 <83fb86d1a65c3cf69cfc9b6bd2fdf846> /usr/lib/libcmph.dylib 0x18cb7f000 - 0x18cb9ffff libmis.dylib arm64 /usr/lib/libmis.dylib 0x18cba0000 - 0x18cc91fff LanguageModeling arm64 <57f28272abb439278c7c81982026ef0d> /System/Library/PrivateFrameworks/LanguageModeling.framework/LanguageModeling 0x18cc92000 - 0x18cd88fff ManagedConfiguration arm64 /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration 0x18cd89000 - 0x18cd9ffff libmarisa.dylib arm64 <148b0548f1f53c96b82c22c0405591ae> /usr/lib/libmarisa.dylib 0x18cda0000 - 0x18ce70fff ProofReader arm64 <00ebcd5e0fad31aa9bd9883d2d74d047> /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader 0x18ce71000 - 0x18ce7bfff MediaAccessibility arm64 <3d38f833924e3fe98ba4d3535d224f52> /System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility 0x18ce7c000 - 0x18ce8cfff MobileAsset arm64 <5fed82649be633fe89b699599310ab46> /System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset 0x18ce8d000 - 0x18cefefff ColorSync arm64 /System/Library/PrivateFrameworks/ColorSync.framework/ColorSync 0x18ceff000 - 0x18cf6ffff MetalPerformanceShaders arm64 <726b36ad5fcc30808e3a5e9119e57082> /System/Library/Frameworks/MetalPerformanceShaders.framework/MetalPerformanceShaders 0x18cf70000 - 0x18d39ffff FaceCore arm64 <02d5c77f9a3631c8adfe8e8b3b442d33> /System/Library/PrivateFrameworks/FaceCore.framework/FaceCore 0x18d3a0000 - 0x18d41cfff Quagga arm64 /System/Library/PrivateFrameworks/Quagga.framework/Quagga 0x18d41d000 - 0x18d5e6fff CoreImage arm64 <61853dbe6faf3809b9e1abcf2f7b0865> /System/Library/Frameworks/CoreImage.framework/CoreImage 0x18d5e7000 - 0x18d636fff TextInput arm64 <92c6d1f562db313dacb2d86a92285896> /System/Library/PrivateFrameworks/TextInput.framework/TextInput 0x18d637000 - 0x18d647fff libAccessibility.dylib arm64 <3eb602e71b853fa4b97615df5929ad40> /usr/lib/libAccessibility.dylib 0x18d657000 - 0x18e099fff JavaScriptCore arm64 <5bb5b158a7583ee8b325faada574ffa0> /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore 0x18e09a000 - 0x18e2ecfff StoreServices arm64 <923c3a183303347488f626c6d699e81f> /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices 0x18e2ed000 - 0x18f4e1fff WebCore arm64 /System/Library/PrivateFrameworks/WebCore.framework/WebCore 0x18f4e2000 - 0x18f50afff libxslt.1.dylib arm64 <8ccd71d1b1cd31cd80526a654964ffba> /usr/lib/libxslt.1.dylib 0x18f50b000 - 0x18f677fff WebKitLegacy arm64 <7041f31af79c30db9aff4500a4441887> /System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy 0x18f678000 - 0x18f73dfff CoreUI arm64 <7576b43ed4993e04bf03b92b7027ee14> /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI 0x18f73e000 - 0x18f765fff DictionaryServices arm64 <5536cf26c4e9373b8d8d3d04b721dca9> /System/Library/PrivateFrameworks/DictionaryServices.framework/DictionaryServices 0x18f766000 - 0x18f769fff HangTracer arm64 /System/Library/PrivateFrameworks/HangTracer.framework/HangTracer 0x18f76a000 - 0x18f7befff PhysicsKit arm64 /System/Library/PrivateFrameworks/PhysicsKit.framework/PhysicsKit 0x18f7bf000 - 0x18f896fff UIFoundation arm64 /System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation 0x18f8a3000 - 0x19064afff UIKit arm64 /System/Library/Frameworks/UIKit.framework/UIKit 0x19064b000 - 0x190673fff CoreBluetooth arm64 <1176b2cc34013d13abf4a3f3136bbff5> /System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth 0x190674000 - 0x19069cfff DataAccessExpress arm64 <0c1935dc1dd23280a1dde1e681e218ab> /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress 0x19069d000 - 0x1906bdfff NetworkStatistics arm64 <212dac8743e13479aba081268ec250c7> /System/Library/PrivateFrameworks/NetworkStatistics.framework/NetworkStatistics 0x1906be000 - 0x190747fff AddressBook arm64 /System/Library/Frameworks/AddressBook.framework/AddressBook 0x190748000 - 0x1908a8fff CoreMotion arm64 <1ee3bf505bbd3bb1b4416468626f84d6> /System/Library/Frameworks/CoreMotion.framework/CoreMotion 0x1908a9000 - 0x1908d3fff CacheDelete arm64 <3f482b9a2f3b36e4a317a31672374ef3> /System/Library/PrivateFrameworks/CacheDelete.framework/CacheDelete 0x1908d4000 - 0x1908e1fff CoreAUC arm64 /System/Library/PrivateFrameworks/CoreAUC.framework/CoreAUC 0x1908e2000 - 0x190e49fff MediaToolbox arm64 <41143efdf08e310bbeade5ad8f48ed64> /System/Library/Frameworks/MediaToolbox.framework/MediaToolbox 0x190e4a000 - 0x190ff7fff Celestial arm64 <5bd278a9f0753f6cad41cff43f69cb73> /System/Library/PrivateFrameworks/Celestial.framework/Celestial 0x190ff8000 - 0x191007fff IntlPreferences arm64 <6acc26e884e53baebd74498df6b5b08a> /System/Library/PrivateFrameworks/IntlPreferences.framework/IntlPreferences 0x191008000 - 0x19100afff CoreDuetDebugLogging arm64 /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/CoreDuetDebugLogging 0x19100b000 - 0x19101ffff CoreDuetDaemonProtocol arm64 <53503d63137433f58e5e52f9aab49c20> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/CoreDuetDaemonProtocol 0x191020000 - 0x1910f5fff CoreDuet arm64 /System/Library/PrivateFrameworks/CoreDuet.framework/CoreDuet 0x1910f6000 - 0x1912acfff AVFoundation arm64 /System/Library/Frameworks/AVFoundation.framework/AVFoundation 0x1912ad000 - 0x1912e1fff libtidy.A.dylib arm64 <11ef7612afcc30bd975bfcff9b2c8171> /usr/lib/libtidy.A.dylib 0x1912e2000 - 0x191348fff IMFoundation arm64 /System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation 0x191349000 - 0x1919ecfff GeoServices arm64 <72488753f8d63c47b35582ff9099f0d3> /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices 0x1919ed000 - 0x1919eefff DiagnosticLogCollection arm64 /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/DiagnosticLogCollection 0x1919ef000 - 0x1919f0fff Marco arm64 <76c2ae5e325a390bac5ac8ab58ada900> /System/Library/PrivateFrameworks/Marco.framework/Marco 0x1919f1000 - 0x191a76fff CoreLocation arm64 /System/Library/Frameworks/CoreLocation.framework/CoreLocation 0x191a77000 - 0x191a7cfff ConstantClasses arm64 <4bbcf7dc726b33a0859c704bc4dbb3b1> /System/Library/PrivateFrameworks/ConstantClasses.framework/ConstantClasses 0x191a7d000 - 0x191a87fff libChineseTokenizer.dylib arm64 <6bd9a629b2be3ccda3095c0a91dd565a> /usr/lib/libChineseTokenizer.dylib 0x191a88000 - 0x191d0dfff libmecabra.dylib arm64 /usr/lib/libmecabra.dylib 0x191d0e000 - 0x191d60fff IDSFoundation arm64 /System/Library/PrivateFrameworks/IDSFoundation.framework/IDSFoundation 0x191d61000 - 0x191e29fff IDS arm64 <46297703fb51363cb259dce3cd5d2a5b> /System/Library/PrivateFrameworks/IDS.framework/IDS 0x191e2a000 - 0x191e48fff MediaServices arm64 /System/Library/PrivateFrameworks/MediaServices.framework/MediaServices 0x191e49000 - 0x191e8cfff AuthKit arm64 /System/Library/PrivateFrameworks/AuthKit.framework/AuthKit 0x191e8d000 - 0x191e92fff libheimdal-asn1.dylib arm64 <4ecce70d988e310b9b52ca42c7c0ec58> /usr/lib/libheimdal-asn1.dylib 0x191e93000 - 0x191f67fff MediaRemote arm64 <40b2a1266f113c368c81ab5556224b58> /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote 0x191f68000 - 0x1920ecfff MobileSpotlightIndex arm64 /System/Library/PrivateFrameworks/MobileSpotlightIndex.framework/MobileSpotlightIndex 0x1920ed000 - 0x19210cfff PlugInKit arm64 /System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit 0x19210d000 - 0x192149fff ProtectedCloudStorage arm64 <02db420341363d60ae53b7a371d40bd3> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/ProtectedCloudStorage 0x19214a000 - 0x192165fff libresolv.9.dylib arm64 <1b7ba757fba63efa82e3bde6e09324dc> /usr/lib/libresolv.9.dylib 0x192166000 - 0x19217bfff ApplePushService arm64 <1a6f36d9181f3582952c116ff3997682> /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService 0x19217c000 - 0x1921cbfff ContactsFoundation arm64 <30994c33b8a732339e8a206b372a216e> /System/Library/PrivateFrameworks/ContactsFoundation.framework/ContactsFoundation 0x1921cf000 - 0x192282fff Contacts arm64 /System/Library/Frameworks/Contacts.framework/Contacts 0x192283000 - 0x1922ccfff CoreSpotlight arm64 <88cf375e10733f5082e247a1cfd8e968> /System/Library/Frameworks/CoreSpotlight.framework/CoreSpotlight 0x1922cd000 - 0x1922f5fff vCard arm64 /System/Library/PrivateFrameworks/vCard.framework/vCard 0x1922f6000 - 0x192382fff VoiceServices arm64 /System/Library/PrivateFrameworks/VoiceServices.framework/VoiceServices 0x192383000 - 0x1923d2fff SAObjects arm64 <480e65338ea43c7e9eade7e752be0227> /System/Library/PrivateFrameworks/SAObjects.framework/SAObjects 0x19246f000 - 0x192511fff AssistantServices arm64 <990345a15fc130f5b0af5a891be7fefe> /System/Library/PrivateFrameworks/AssistantServices.framework/AssistantServices 0x192527000 - 0x192529fff MessageSupport arm64 <5052734b9ee131b69e39a1d83fd49b68> /System/Library/PrivateFrameworks/MessageSupport.framework/MessageSupport 0x19252a000 - 0x19257ffff MIME arm64 <9b88a20124c6337bb606bea3a52c2825> /System/Library/PrivateFrameworks/MIME.framework/MIME 0x192615000 - 0x192631fff AppleIDSSOAuthentication arm64 /System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/AppleIDSSOAuthentication 0x192632000 - 0x192642fff MailServices arm64 /System/Library/PrivateFrameworks/MailServices.framework/MailServices 0x192643000 - 0x1926b5fff AppleAccount arm64 <785a7614494f34dea01a7b70efefe9f5> /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount 0x1926b6000 - 0x1926bafff CommunicationsFilter arm64 <27cbf1f3d22832b5a8d31e6827e53b8c> /System/Library/PrivateFrameworks/CommunicationsFilter.framework/CommunicationsFilter 0x1926bb000 - 0x1926e0fff ChunkingLibrary arm64 <4fe600fc8beb35188e025be176805889> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/ChunkingLibrary 0x1926e1000 - 0x1926ecfff CaptiveNetwork arm64 <5716000af6923d2bb20c914497ce8e98> /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork 0x1926ed000 - 0x19271bfff EAP8021X arm64 <9de80177045d3c7981a35dbb49c40bb7> /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X 0x19271c000 - 0x192723fff AssetCacheServices arm64 /System/Library/PrivateFrameworks/AssetCacheServices.framework/AssetCacheServices 0x192724000 - 0x1927ecfff MMCS arm64 /System/Library/PrivateFrameworks/MMCS.framework/MMCS 0x1927ed000 - 0x19281dfff MobileWiFi arm64 <1a53ecf186f43264bc98f59e8549ebda> /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi 0x19281e000 - 0x192860fff ContentIndex arm64 <9effb8679419357ca7076fc757692dbf> /System/Library/PrivateFrameworks/ContentIndex.framework/ContentIndex 0x192861000 - 0x192869fff MobileIcons arm64 <13d5204bb7d73cfabc77021ff627e46e> /System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons 0x1928be000 - 0x1928eefff Bom arm64 /System/Library/PrivateFrameworks/Bom.framework/Bom 0x1928ef000 - 0x1928f7fff CertUI arm64 <51ad533f4eb23fbf928e307dcad33b23> /System/Library/PrivateFrameworks/CertUI.framework/CertUI 0x1928f8000 - 0x192949fff FTServices arm64 <40032d2685323a4f9b1c3db0552f725a> /System/Library/PrivateFrameworks/FTServices.framework/FTServices 0x19294a000 - 0x1929a8fff CoreDAV arm64 <2e5849d6a01d3fc5aa12627b58f2f73d> /System/Library/PrivateFrameworks/CoreDAV.framework/CoreDAV 0x1929b8000 - 0x1929cefff UserManagement arm64 <473de07bb5a73ff3a682092967c68a31> /System/Library/PrivateFrameworks/UserManagement.framework/UserManagement 0x1929cf000 - 0x192a96fff CorePDF arm64 /System/Library/PrivateFrameworks/CorePDF.framework/CorePDF 0x192a97000 - 0x192acbfff iCalendar arm64 <11aaa2f35b663a67b25fef4f5ba5d53d> /System/Library/PrivateFrameworks/iCalendar.framework/iCalendar 0x192ad4000 - 0x192b32fff CalendarFoundation arm64 <183fe09eda413d8ab0476eda6972fd45> /System/Library/PrivateFrameworks/CalendarFoundation.framework/CalendarFoundation 0x192b33000 - 0x192b39fff IncomingCallFilter arm64 <4b853f477eaa3ef59f698314668eaa27> /System/Library/PrivateFrameworks/IncomingCallFilter.framework/IncomingCallFilter 0x192c35000 - 0x192ccefff CalendarDatabase arm64 <661afdbe63143dc69999f98ba9b6cf82> /System/Library/PrivateFrameworks/CalendarDatabase.framework/CalendarDatabase 0x192ccf000 - 0x192d14fff CalendarDaemon arm64 <3f40091437f6395884535f6d3757cbda> /System/Library/PrivateFrameworks/CalendarDaemon.framework/CalendarDaemon 0x192d15000 - 0x192de5fff EventKit arm64 /System/Library/Frameworks/EventKit.framework/EventKit 0x192de6000 - 0x19311afff WebKit arm64 <6ae6056f48f33a9ea77706543ca8336a> /System/Library/Frameworks/WebKit.framework/WebKit 0x19311b000 - 0x193166fff WebBookmarks arm64 /System/Library/PrivateFrameworks/WebBookmarks.framework/WebBookmarks 0x193167000 - 0x1932aafff ContactsUI arm64 /System/Library/Frameworks/ContactsUI.framework/ContactsUI 0x1932ab000 - 0x193a7cfff ModelIO arm64 /System/Library/Frameworks/ModelIO.framework/ModelIO 0x193a7d000 - 0x193a83fff DAAPKit arm64 /System/Library/PrivateFrameworks/DAAPKit.framework/DAAPKit 0x193ba4000 - 0x193bd4fff GLKit arm64 <37dc9a2576b13aad9d6374257277f6e3> /System/Library/Frameworks/GLKit.framework/GLKit 0x193bd5000 - 0x193e47fff MusicLibrary arm64 /System/Library/PrivateFrameworks/MusicLibrary.framework/MusicLibrary 0x193e48000 - 0x193e86fff Notes arm64 <4860404de6ba32b5849410e0546f8231> /System/Library/PrivateFrameworks/Notes.framework/Notes 0x193e87000 - 0x193f5efff AddressBookUI arm64 <261cb88af8f93d539e34e4b6b24cd268> /System/Library/Frameworks/AddressBookUI.framework/AddressBookUI 0x193f5f000 - 0x19403bfff CloudKit arm64 <2e459699dfe539c6909b1fc4f8752ae2> /System/Library/Frameworks/CloudKit.framework/CloudKit 0x19403c000 - 0x1940b2fff iTunesStore arm64 /System/Library/PrivateFrameworks/iTunesStore.framework/iTunesStore 0x1940b3000 - 0x1940b9fff CloudPhotoServices arm64 <8b5d7b330d383dc597b30ec4d0101024> /System/Library/PrivateFrameworks/CloudPhotoServices.framework/CloudPhotoServices 0x1940ba000 - 0x1941b0fff CloudPhotoLibrary arm64 <60a82e3cb87930c793fa6962d93b99fa> /System/Library/PrivateFrameworks/CloudPhotoLibrary.framework/CloudPhotoLibrary 0x1941b1000 - 0x194208fff DataAccess arm64 <411c860578983ce692a50445dd7c3acc> /System/Library/PrivateFrameworks/DataAccess.framework/DataAccess 0x194209000 - 0x194231fff AssetsLibraryServices arm64 <236638b305513aeeaa1c1ea169612389> /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices 0x194232000 - 0x1942cffff HomeSharing arm64 /System/Library/PrivateFrameworks/HomeSharing.framework/HomeSharing 0x1942d0000 - 0x1942fefff ACTFramework arm64 <031beba8bc323e758fc6c2d9e5017ae0> /System/Library/PrivateFrameworks/ACTFramework.framework/ACTFramework 0x1942ff000 - 0x19430afff DCIMServices arm64 /System/Library/PrivateFrameworks/DCIMServices.framework/DCIMServices 0x19430b000 - 0x19443afff CoreMediaStream arm64 <872b89c4047b3d1a865bd6c72ecc15b3> /System/Library/PrivateFrameworks/CoreMediaStream.framework/CoreMediaStream 0x19443b000 - 0x194454fff PhotosFormats arm64 /System/Library/PrivateFrameworks/PhotosFormats.framework/PhotosFormats 0x194455000 - 0x19445cfff XPCKit arm64 /System/Library/PrivateFrameworks/XPCKit.framework/XPCKit 0x19445d000 - 0x194836fff MediaPlayer arm64 /System/Library/Frameworks/MediaPlayer.framework/MediaPlayer 0x194837000 - 0x19491cfff CameraKit arm64 /System/Library/PrivateFrameworks/CameraKit.framework/CameraKit 0x194925000 - 0x194941fff MediaStream arm64 <3eb1040fb9623240a62f11dffb756e5d> /System/Library/PrivateFrameworks/MediaStream.framework/MediaStream 0x194942000 - 0x194cdffff PhotoLibraryServices arm64 /System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices 0x194ce0000 - 0x194d16fff PrototypeTools arm64 <116a80cd8a8038389bf49c4f153a2a3e> /System/Library/PrivateFrameworks/PrototypeTools.framework/PrototypeTools 0x194d17000 - 0x194d84fff libprotobuf.dylib arm64 <84b34c6339613bfe828bd68a396ac0fe> /usr/lib/libprotobuf.dylib 0x194fba000 - 0x1950f1fff Message arm64 <2a5588b5631b374db55fee36f4fae292> /System/Library/PrivateFrameworks/Message.framework/Message 0x1951a5000 - 0x1951d6fff DataDetectorsCore arm64 <9e73ee0330d035ac9471af29d71731d9> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/DataDetectorsCore 0x1951e5000 - 0x195445fff libAWDSupportFramework.dylib arm64 <02e78dd529e833beac1346b6c6dd58c2> /usr/lib/libAWDSupportFramework.dylib 0x195488000 - 0x1954c8fff WirelessDiagnostics arm64 <48faa27404173b3480e80c9e3040b9a9> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/WirelessDiagnostics 0x1954c9000 - 0x1955ddfff Photos arm64 <0a617d088f7834b7afccb7f2d921d83c> /System/Library/Frameworks/Photos.framework/Photos 0x19569a000 - 0x1956b3fff GenerationalStorage arm64 /System/Library/PrivateFrameworks/GenerationalStorage.framework/GenerationalStorage 0x1956b4000 - 0x1956bffff CoreRecents arm64 <843b7aebe6be39feac1af86b16aaccfc> /System/Library/PrivateFrameworks/CoreRecents.framework/CoreRecents 0x1957c0000 - 0x1957d3fff AssetsLibrary arm64 /System/Library/Frameworks/AssetsLibrary.framework/AssetsLibrary 0x19580f000 - 0x195e18fff VectorKit arm64 /System/Library/PrivateFrameworks/VectorKit.framework/VectorKit 0x195e19000 - 0x19602efff MapKit arm64 <22e02403315d3653a0792f2aa5924fe7> /System/Library/Frameworks/MapKit.framework/MapKit 0x19604c000 - 0x19604ffff FTClientServices arm64 <23c9163804e838e2a0bcdc5f7028c7f4> /System/Library/PrivateFrameworks/FTClientServices.framework/FTClientServices 0x196050000 - 0x196063fff QuickLookThumbnailing arm64 /System/Library/PrivateFrameworks/QuickLookThumbnailing.framework/QuickLookThumbnailing 0x196169000 - 0x196200fff QuickLook arm64 <9ace97d8d9283553956975559e8bde7e> /System/Library/Frameworks/QuickLook.framework/QuickLook 0x196251000 - 0x19628afff ContactsAutocomplete arm64 <1fd2b5dd89cd304e8c7a2a0325b94412> /System/Library/PrivateFrameworks/ContactsAutocomplete.framework/ContactsAutocomplete 0x19629b000 - 0x19637afff MessageUI arm64 <5e5f7e26ae18385289a33c2549dd3500> /System/Library/Frameworks/MessageUI.framework/MessageUI 0x19637b000 - 0x1963f4fff libnetwork.dylib arm64 <3af8267fe2883a70ac1eb0bb5d860470> /usr/lib/libnetwork.dylib 0x196408000 - 0x196488fff Network arm64 /System/Library/PrivateFrameworks/Network.framework/Network 0x19648f000 - 0x196531fff Social arm64 <50677c3efb2630dd8010220256f0bc0e> /System/Library/Frameworks/Social.framework/Social 0x196657000 - 0x19666dfff FTAWD arm64 <27bf4f8110713c48ae3d04bb6ec94228> /System/Library/PrivateFrameworks/FTAWD.framework/FTAWD 0x1966d7000 - 0x19683efff IMCore arm64 <9e7334f3f2df3b12858d4e79b983f694> /System/Library/PrivateFrameworks/IMCore.framework/IMCore 0x1968a2000 - 0x1968f9fff ImageCapture arm64 <447e5bb13ed2315ca6df500ccb4c2a44> /System/Library/PrivateFrameworks/ImageCapture.framework/ImageCapture 0x1968fa000 - 0x19690ffff iPhotoMigrationSupport arm64 <826f27a3cea13f36a032b518f98cfe3c> /System/Library/PrivateFrameworks/iPhotoMigrationSupport.framework/iPhotoMigrationSupport 0x196942000 - 0x1969d3fff PhotoLibrary arm64 <5febc81b129c384f8e4eae22466eb1fd> /System/Library/PrivateFrameworks/PhotoLibrary.framework/PhotoLibrary 0x196bf7000 - 0x196c2dfff CalendarUIKit arm64 /System/Library/PrivateFrameworks/CalendarUIKit.framework/CalendarUIKit 0x196c64000 - 0x196c73fff SetupAssistant arm64 /System/Library/PrivateFrameworks/SetupAssistant.framework/SetupAssistant 0x196ca3000 - 0x196e65fff EventKitUI arm64 <8f1fc03de8a43d20a7cfe07a9b353e78> /System/Library/Frameworks/EventKitUI.framework/EventKitUI 0x196f1c000 - 0x196f4dfff Pegasus arm64 /System/Library/PrivateFrameworks/Pegasus.framework/Pegasus 0x197012000 - 0x19705bfff AVKit arm64 <48a8e6a4e94232829500258bae842a5b> /System/Library/Frameworks/AVKit.framework/AVKit 0x197381000 - 0x197393fff SiriTasks arm64 /System/Library/PrivateFrameworks/SiriTasks.framework/SiriTasks 0x197562000 - 0x197612fff IMAVCore arm64 <79a52b4a36ed35a28f463eed23756634> /System/Library/PrivateFrameworks/IMAVCore.framework/IMAVCore 0x197613000 - 0x197695fff PhotoEditSupport arm64 /System/Library/PrivateFrameworks/PhotoEditSupport.framework/PhotoEditSupport 0x197ce5000 - 0x198157fff PhotosUI arm64 /System/Library/Frameworks/PhotosUI.framework/PhotosUI 0x199373000 - 0x1993a4fff WirelessProximity arm64 /System/Library/PrivateFrameworks/WirelessProximity.framework/WirelessProximity 0x199617000 - 0x199690fff CoreHandwriting arm64 /System/Library/PrivateFrameworks/CoreHandwriting.framework/CoreHandwriting 0x19979e000 - 0x199832fff MediaPlatform arm64 /System/Library/PrivateFrameworks/MediaPlatform.framework/MediaPlatform 0x19a309000 - 0x19a367fff CoreBrightness arm64 /System/Library/PrivateFrameworks/CoreBrightness.framework/CoreBrightness 0x19a698000 - 0x19a7c6fff StoreServicesCore arm64 <33a209edab17359080c66eb92019b1d2> /System/Library/PrivateFrameworks/StoreServicesCore.framework/StoreServicesCore 0x19ad05000 - 0x19b162fff MediaLibraryCore arm64 <5901b31acbe33eb6b4de293c7bdbab90> /System/Library/PrivateFrameworks/MediaLibraryCore.framework/MediaLibraryCore 0x19b7bf000 - 0x19b8c2fff AnnotationKit arm64 <5e11f0a8cbe0361d9f37bb581f100516> /System/Library/PrivateFrameworks/AnnotationKit.framework/AnnotationKit 0x19bc00000 - 0x19bc1ffff CoreNLP arm64 <185d250e04db3a9f8a0c060b45c7a0e3> /System/Library/PrivateFrameworks/CoreNLP.framework/CoreNLP 0x19df01000 - 0x19df1dfff libJapaneseConverter.dylib arm64 <88af995dffa634d681794994b6622e78> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib 0x19df74000 - 0x19e215fff RawCamera arm64 /System/Library/CoreServices/RawCamera.bundle/RawCamera 0x19e2e1000 - 0x19e2f5fff libCGInterfaces.dylib arm64 <87c9a4c059aa3afcbb7bb28bbec871ce> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/Libraries/libCGInterfaces.dylib 0x19f1ea000 - 0x19f1f8fff AppleFSCompression arm64 /System/Library/PrivateFrameworks/AppleFSCompression.framework/AppleFSCompression 0x19f1f9000 - 0x19f204fff AppleIDAuthSupport arm64 /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/AppleIDAuthSupport 0x19fee6000 - 0x19ff0bfff CoreServicesInternal arm64 <9b171f3d2aca39eeb984347abb597600> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesInternal 0x1a024f000 - 0x1a025afff DiagnosticExtensions arm64 <751652e64f473582b32fb527a9c15f29> /System/Library/PrivateFrameworks/DiagnosticExtensions.framework/DiagnosticExtensions 0x1a0609000 - 0x1a0615fff libGSFontCache.dylib arm64 <2e8f9932d26f32d1973576c882b43d54> /System/Library/PrivateFrameworks/FontServices.framework/libGSFontCache.dylib 0x1a0616000 - 0x1a0647fff libTrueTypeScaler.dylib arm64 <2ce7d0ccb23530c8a9ba4e53e5944504> /System/Library/PrivateFrameworks/FontServices.framework/libTrueTypeScaler.dylib 0x1a15d8000 - 0x1a1609fff MarkupUI arm64 <3475e77c71e739e9a28de3b3dfb68712> /System/Library/PrivateFrameworks/MarkupUI.framework/MarkupUI 0x1a19ca000 - 0x1a19d3fff MobileStorage arm64 <4e2dffbec07730da947cc2af9751effa> /System/Library/PrivateFrameworks/MobileStorage.framework/MobileStorage 0x1a24af000 - 0x1a24b4fff TextInputUI arm64 <58924e89db3e3f13b4bb767f1cfbe396> /System/Library/PrivateFrameworks/TextInputUI.framework/TextInputUI 0x1a2bd8000 - 0x1a2da7fff libFosl_dynamic.dylib arm64 <68d0828e8fb639c6984478a1a2565c5b> /usr/lib/libFosl_dynamic.dylib 0x1a2da8000 - 0x1a2db2fff libMobileGestaltExtensions.dylib arm64 <19aa8f4bef873b21ba1c39260ea89e2f> /usr/lib/libMobileGestaltExtensions.dylib 0x1a31c3000 - 0x1a31f5fff libpcap.A.dylib arm64 /usr/lib/libpcap.A.dylib 0x1a3230000 - 0x1a3300fff AVFAudio arm64 <390c989395d3320ba649ee2e9861ec16> /System/Library/Frameworks/AVFoundation.framework/Frameworks/AVFAudio.framework/AVFAudio 0x1a3301000 - 0x1a330afff ProactiveEventTracker arm64 /System/Library/PrivateFrameworks/ProactiveEventTracker.framework/ProactiveEventTracker 0x1a330b000 - 0x1a34a1fff Intents arm64 <37a7d5a500423b0ca44be5f10b72a109> /System/Library/Frameworks/Intents.framework/Intents 0x1a34a2000 - 0x1a34f8fff CallKit arm64 <856f64d2dfc5399e9c01a9b7cea8560f> /System/Library/Frameworks/CallKit.framework/CallKit 0x1a35e1000 - 0x1a3604fff UserNotifications arm64 <2637bb1d0cee3c31a8443cf02596eee7> /System/Library/Frameworks/UserNotifications.framework/UserNotifications 0x1a3617000 - 0x1a3625fff PersonaKit arm64 /System/Library/PrivateFrameworks/PersonaKit.framework/PersonaKit 0x1a3822000 - 0x1a384dfff IMSharedUtilities arm64 <8263855697bb3ed6820ee5357619f000> /System/Library/PrivateFrameworks/IMSharedUtilities.framework/IMSharedUtilities 0x1a3924000 - 0x1a39d8fff Navigation arm64 /System/Library/PrivateFrameworks/Navigation.framework/Navigation 0x1a3a93000 - 0x1a3abefff Pasteboard arm64 /System/Library/PrivateFrameworks/Pasteboard.framework/Pasteboard 0x1a3ad7000 - 0x1a3b7afff TextureIO arm64 /System/Library/PrivateFrameworks/TextureIO.framework/TextureIO 0x1a40a8000 - 0x1a40f1fff ContactsUICore arm64 <86346daffb0831aca4be7b714d7208c1> /System/Library/PrivateFrameworks/ContactsUICore.framework/ContactsUICore 0x1a4137000 - 0x1a414bfff EmojiFoundation arm64 /System/Library/PrivateFrameworks/EmojiFoundation.framework/EmojiFoundation 0x1a4937000 - 0x1a4953fff SearchFoundation arm64 /System/Library/PrivateFrameworks/SearchFoundation.framework/SearchFoundation 0x1a50c4000 - 0x1a50d6fff libBNNS.dylib arm64 <4125a50bb8a432208477e6a131df9291> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBNNS.dylib 0x1a50d7000 - 0x1a50dbfff libQuadrature.dylib arm64 <4411b9181c5139ddaa9922189f9c7111> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libQuadrature.dylib 0x1a543f000 - 0x1a5450fff CoreEmoji arm64 /System/Library/PrivateFrameworks/CoreEmoji.framework/CoreEmoji 0x1a5451000 - 0x1a5469fff CoreInterest arm64 <113fb2149c3b3865b3ed6dc78bb5fb17> /System/Library/PrivateFrameworks/CoreInterest.framework/CoreInterest 0x1a55fa000 - 0x1a5675fff CoreParsec arm64 /System/Library/PrivateFrameworks/CoreParsec.framework/CoreParsec 0x1a56e2000 - 0x1a5713fff DifferentialPrivacy arm64 <8087806ccb5a3d9f95a4bc232203d7e5> /System/Library/PrivateFrameworks/DifferentialPrivacy.framework/DifferentialPrivacy 0x1a5950000 - 0x1a5950fff IntentsFoundation arm64 <9bd7033628a830dfac55a0971b83ee0e> /System/Library/PrivateFrameworks/IntentsFoundation.framework/IntentsFoundation 0x1a59dd000 - 0x1a59f1fff MailSupport arm64 <5284c98d34b43e46a8fd4bf3316f3b8b> /System/Library/PrivateFrameworks/MailSupport.framework/MailSupport 0x1a5a98000 - 0x1a5b64fff NLP arm64 <78ddcca41bc23103bc0f821ec3ceafa8> /System/Library/PrivateFrameworks/NLP.framework/NLP 0x1a5bd2000 - 0x1a5c41fff PDFKit arm64 /System/Library/PrivateFrameworks/PDFKit.framework/PDFKit 0x1a6135000 - 0x1a63a1fff PhotosUICore arm64 <3a1515a89dc432aeadea640d249f7b07> /System/Library/PrivateFrameworks/PhotosUICore.framework/PhotosUICore 0x1a65f0000 - 0x1a65f5fff SymptomDiagnosticReporter arm64 /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/SymptomDiagnosticReporter 0x1a6ce8000 - 0x1a6d60fff libate.dylib arm64 /usr/lib/libate.dylib 0x1a6d61000 - 0x1a6d61fff libcoretls.dylib arm64 /usr/lib/libcoretls.dylib 0x1a6d62000 - 0x1a6d63fff libcoretls_cfhelpers.dylib arm64 /usr/lib/libcoretls_cfhelpers.dylib```
cfeckardt commented 7 years ago

We have found a workaround.

If we run the compaction only the very first time the realm is opened (after application start), we won't have an issue.

I suspect that the compaction code does not correctly determine whether there are other realms currently referencing the file, and the crash is caused by trying to open a file reference that has been modified/deleted by compaction?

I have checked instruments, and while there are no RLMRealms around at the moment of crash there were RLMResults and notification tokens hanging around in memory. Perhaps the engine incorrectly tries to compact it and does not take these file references into account?

jpsim commented 7 years ago

Sounds like this might be related to #5010, which is being fixed in #5114. I'd appreciate if you could build Realm from that branch to see if it resolves your issue.

cfeckardt commented 7 years ago

@jpsim yeah we can do that. I'll get a build out to our beta testers today, and should have a definitive answer on whether it worked or not by Monday.

cfeckardt commented 7 years ago

Unfortunately #5010 Did not fix this issue for us.

jpsim commented 7 years ago

You mean #5114, right? How are you building that? That branch (jp-skip-compact) depends on a different submodule commit, so pulling that in is sometimes tricky.

It looks as if you're using CocoaPods, so your Podfile should look something like this:

pod 'Realm', git: 'https://github.com/realm/realm-cocoa.git', branch: 'jp-skip-compact', submodules: true
pod 'RealmSwift', git: 'https://github.com/realm/realm-cocoa.git', branch: 'jp-skip-compact', submodules: true
austinzheng commented 7 years ago

I've also noticed that sometimes specifying a submodule in CocoaPods does not actually work as expected, so you should check the source files and make sure they've actually changed.

jpsim commented 7 years ago

You can always delete CocoaPods' cache if it's using an older version of the branch: rm -rf ~/Library/Caches/CocoaPods

cfeckardt commented 7 years ago

We have checked that we indeed ran the correct branch, and we did. We are currently refactoring the code so that we use realm from one thread only. Hopefully that sorts things out.

jpsim commented 7 years ago

Well if there is a bug here that's not fixed by #5114, and you're working around it by changing your code to avoid the bug, we're not really advancing the product by doing so. Someone else is bound to run into it.

Unfortunately there's nothing we can really do about that until we can reproduce the bug ourselves, which is why we'd really appreciate a repro case from you @cfeckardt.

Thanks for your assistance.

jpsim commented 6 years ago

Closing as there's nothing actionable left to do here and we haven't heard back from @cfeckardt.

cfeckardt commented 6 years ago

Excuse the delay, i've been fairly busy lately.

So I actually have an update for this. We found the culprit. This project is the cause: https://github.com/kennethjiang/Teleport-NSLog

We can get the crash to occur repeatably now (every couple of minutes), by calling the following method repeatedly, while making writes to the database: freopen(pathToNewFile, "a+", stderr);

This method is supposed to redirect stderr to a file.

For now we have just deleted the pod altogether. I shall see if I can find time to put together a minimal project that repeats the issue.

austinzheng commented 6 years ago

Thanks for the update! If you do put together a repro project we'd be interested in seeing it, but don't at all feel obligated to do so.