realm / realm-swift

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

Realm Swift crash when deleting all objects #4202

Closed Ashok28 closed 8 years ago

Ashok28 commented 8 years ago

I'm experiencing crash, when calling deleteAll. This didn't occur before Realm 2.0

Code example

func logout() {
DispatchQueue.main.async {
            let realm = try! Realm()
            try! realm.write {
                realm.deleteAll()
            }
}
}

Version of Realm and Tooling

ProductName: Mac OS X ProductVersion: 10.12 BuildVersion: 16A322

Xcode 8.0 Build version 8A218a

/usr/local/bin/pod 1.1.0.rc.2 Realm (2.0.2) RealmSwift (2.0.2)

Crash Log

Incident Identifier: F551FAAF-F753-49EB-A4F4-462891C3FFDA
CrashReporter Key:   9FB14908-9F50-4DF1-8114-D763D8DC99D4
Hardware Model:      iPhone8,4
Process:         Murphy Labs [884]
Path:            /var/containers/Bundle/Application/56864B5C-398E-4D9E-8DC7-2C18B47907E5/Murphy Labs.app/Murphy Labs
Identifier:      com.Murphy.ios.app.dev
Version:         0.5.3 (323)
Code Type:       ARM-64
Parent Process:  ??? [1]

Date/Time:       2016-10-07T13:44:31Z
Launch Time:     2016-10-07T13:27:57Z
OS Version:      iPhone OS 10.0.2 (14A456)
Report Version:  104

Exception Type:  SIGSEGV
Exception Codes: SEGV_ACCERR at 0x10fa6a68
Crashed Thread:  0

Application Specific Information:
Selector name found in current argument registers: getObjects:range:

Thread 0 Crashed:
0   libobjc.A.dylib                      0x0000000184c167fc object_isClass + 16
1   Foundation                           0x0000000186c3a770 -[NSObject(NSKeyValueObserverNotification) willChange:valuesAtIndexes:forKey:] + 336
2   Realm                                0x0000000102346cbc RLMObservationInfo::willChange(NSString*, NSKeyValueChange, NSIndexSet*) const (RLMObservation.mm:110)
3   Realm                                0x0000000102348b58 std::__1::__function::__func<RLMTrackDeletions(RLMRealm*, void () block_pointer)::$_5, std::__1::allocator<RLMTrackDeletions(RLMRealm*, void () block_pointer)::$_5>, void (realm::Group::CascadeNotification const&)>::operator()(realm::Group::CascadeNotification const&) (RLMObservation.mm:388)
4   Realm                                0x0000000102561ff0 realm::Table::clear() + 280
5   Realm                                0x0000000102347eec ___Z13RLMClearTableR12RLMClassInfo_block_invoke (RLMObservation.mm:283)
6   Realm                                0x0000000102347c84 RLMTrackDeletions(RLMRealm*, void () block_pointer) (RLMObservation.mm:396)
7   Realm                                0x0000000102347a18 RLMClearTable(RLMClassInfo&) (RLMObservation.mm:282)
8   Realm                                0x0000000102345c10 RLMDeleteAllObjectsFromRealm (RLMObjectStore.mm:459)
9   Murphy Labs                           0x0000000100106580 Murphy_Labs.API.(logout () -> ()).(closure #1).(closure #2) (API.swift:258)
10  libdispatch.dylib                    0x00000001850691c0 _dispatch_client_callout + 12
11  libdispatch.dylib                    0x0000000185076008 _dispatch_continuation_pop + 572
12  libdispatch.dylib                    0x0000000185082648 _dispatch_source_latch_and_call + 200
13  libdispatch.dylib                    0x000000018506b164 _dispatch_source_invoke + 816
14  libdispatch.dylib                    0x000000018506dbc0 _dispatch_main_queue_callback_4CF + 568
15  CoreFoundation                       0x000000018618df2c __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 8
16  CoreFoundation                       0x000000018618bb18 __CFRunLoopRun + 1656
17  CoreFoundation                       0x00000001860ba048 CFRunLoopRunSpecific + 440
18  GraphicsServices                     0x0000000187b3d198 GSEventRunModal + 176
19  UIKit                                0x000000018c094628 -[UIApplication _run] + 680
20  UIKit                                0x000000018c08f360 UIApplicationMain + 204
21  Murphy Labs                           0x00000001000880dc main (AppDelegate.swift:21)
22  ???                                  0x000000018509c5b8 0x0 + 0

Thread 1:
0   libsystem_kernel.dylib               0x000000018519016c mach_msg_trap + 8
1   CoreFoundation                       0x000000018618dcec __CFRunLoopServiceMachPort + 188
2   CoreFoundation                       0x000000018618b908 __CFRunLoopRun + 1128
3   CoreFoundation                       0x00000001860ba048 CFRunLoopRunSpecific + 440
4   Foundation                           0x0000000186bc8b1c -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 300
5   Foundation                           0x0000000186be960c -[NSRunLoop(NSRunLoop) runUntilDate:] + 92
6   UIKit                                0x000000018ca09c7c -[UIEventFetcher threadMain] + 132
7   Foundation                           0x0000000186cc650c __NSThread__start__ + 1020
8   libsystem_pthread.dylib              0x0000000185273860 _pthread_body + 236
9   libsystem_pthread.dylib              0x0000000185273770 _pthread_start + 280
10  libsystem_pthread.dylib              0x0000000185270dbc thread_start + 0

Thread 2:
0   libsystem_kernel.dylib               0x000000018519016c mach_msg_trap + 8
1   CoreFoundation                       0x000000018618dcec __CFRunLoopServiceMachPort + 188
2   CoreFoundation                       0x000000018618b908 __CFRunLoopRun + 1128
3   CoreFoundation                       0x00000001860ba048 CFRunLoopRunSpecific + 440
4   CFNetwork                            0x00000001868a7cec +[NSURLConnection(Loader) _resourceLoadLoop:] + 332
5   Foundation                           0x0000000186cc650c __NSThread__start__ + 1020
6   libsystem_pthread.dylib              0x0000000185273860 _pthread_body + 236
7   libsystem_pthread.dylib              0x0000000185273770 _pthread_start + 280
8   libsystem_pthread.dylib              0x0000000185270dbc thread_start + 0

Thread 3:
0   libsystem_kernel.dylib               0x000000018519016c mach_msg_trap + 8
1   Murphy Labs                           0x00000001002c71a4 CLSMachExceptionServer + 228
2   libsystem_pthread.dylib              0x0000000185273860 _pthread_body + 236
3   libsystem_pthread.dylib              0x0000000185273770 _pthread_start + 280
4   libsystem_pthread.dylib              0x0000000185270dbc thread_start + 0

Thread 4:
0   libsystem_kernel.dylib               0x00000001851ade1c __psynch_cvwait + 8
1   libc++.1.dylib                       0x0000000184b9d3ec std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 52
2   JavaScriptCore                       0x000000018a962548 void std::__1::condition_variable_any::wait<std::__1::unique_lock<bmalloc::Mutex> >(std::__1::unique_lock<bmalloc::Mutex>&) + 108
3   JavaScriptCore                       0x000000018a9624bc bmalloc::AsyncTask<bmalloc::Heap, void (bmalloc::Heap::*)()>::threadRunLoop() + 164
4   JavaScriptCore                       0x000000018a96239c bmalloc::AsyncTask<bmalloc::Heap, void (bmalloc::Heap::*)()>::threadEntryPoint(bmalloc::AsyncTask<bmalloc::Heap, void (bmalloc::Heap::*)()>*) + 8
5   JavaScriptCore                       0x000000018a96264c void* std::__1::__thread_proxy<std::__1::tuple<void (*)(bmalloc::AsyncTask<bmalloc::Heap, void (bmalloc::Heap::*)()>*), bmalloc::AsyncTask<bmalloc::Heap, void (bmalloc::Heap::*)()>*> >(void*) + 88
6   libsystem_pthread.dylib              0x0000000185273860 _pthread_body + 236
7   libsystem_pthread.dylib              0x0000000185273770 _pthread_start + 280
8   libsystem_pthread.dylib              0x0000000185270dbc thread_start + 0

Thread 5:
0   libsystem_kernel.dylib               0x00000001851ade1c __psynch_cvwait + 8
1   libc++.1.dylib                       0x0000000184b9d3ec std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 52
2   JavaScriptCore                       0x000000018a94ae6c WTF::ParkingLot::parkConditionallyImpl(void const*, WTF::ScopedLambda<bool ()> const&, WTF::ScopedLambda<void ()> const&, std::__1::chrono::time_point<std::__1::chrono::steady_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > >) + 2012
3   JavaScriptCore                       0x000000018a7239b8 JSC::JITWorklist::runThread() + 188
4   JavaScriptCore                       0x000000018a723e08 std::__1::__function::__func<JSC::JITWorklist::JITWorklist()::$_0, std::__1::allocator<JSC::JITWorklist::JITWorklist()::$_0>, void ()>::operator()() + 12
5   JavaScriptCore                       0x000000018a09335c WTF::threadEntryPoint(void*) + 208
6   JavaScriptCore                       0x000000018a09326c WTF::wtfThreadEntryPoint(void*) + 20
7   libsystem_pthread.dylib              0x0000000185273860 _pthread_body + 236
8   libsystem_pthread.dylib              0x0000000185273770 _pthread_start + 280
9   libsystem_pthread.dylib              0x0000000185270dbc thread_start + 0

Thread 6:
0   libsystem_kernel.dylib               0x00000001851ade1c __psynch_cvwait + 8
1   libc++.1.dylib                       0x0000000184b9d3ec std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 52
2   JavaScriptCore                       0x000000018a94ae6c WTF::ParkingLot::parkConditionallyImpl(void const*, WTF::ScopedLambda<bool ()> const&, WTF::ScopedLambda<void ()> const&, std::__1::chrono::time_point<std::__1::chrono::steady_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > >) + 2012
3   JavaScriptCore                       0x000000018a94a464 WTF::ParallelHelperPool::waitForClientWithTask(WTF::Locker<WTF::LockBase> const&) + 284
4   JavaScriptCore                       0x000000018a94a204 WTF::ParallelHelperPool::helperThreadBody() + 72
5   JavaScriptCore                       0x000000018a09335c WTF::threadEntryPoint(void*) + 208
6   JavaScriptCore                       0x000000018a09326c WTF::wtfThreadEntryPoint(void*) + 20
7   libsystem_pthread.dylib              0x0000000185273860 _pthread_body + 236
8   libsystem_pthread.dylib              0x0000000185273770 _pthread_start + 280
9   libsystem_pthread.dylib              0x0000000185270dbc thread_start + 0

Thread 7:
0   libsystem_kernel.dylib               0x000000018519016c mach_msg_trap + 8
1   CoreFoundation                       0x000000018618dcec __CFRunLoopServiceMachPort + 188
2   CoreFoundation                       0x000000018618b908 __CFRunLoopRun + 1128
3   CoreFoundation                       0x00000001860ba048 CFRunLoopRunSpecific + 440
4   CoreFoundation                       0x00000001861078d4 CFRunLoopRun + 108
5   CoreMotion                           0x000000018cf027dc CLStartStopAdvertisingBeacon + 187372
6   libsystem_pthread.dylib              0x0000000185273860 _pthread_body + 236
7   libsystem_pthread.dylib              0x0000000185273770 _pthread_start + 280
8   libsystem_pthread.dylib              0x0000000185270dbc thread_start + 0

Thread 8:
0   libsystem_kernel.dylib               0x000000018519016c mach_msg_trap + 8
1   CoreFoundation                       0x000000018618dcec __CFRunLoopServiceMachPort + 188
2   CoreFoundation                       0x000000018618b908 __CFRunLoopRun + 1128
3   CoreFoundation                       0x00000001860ba048 CFRunLoopRunSpecific + 440
4   WebCore                              0x000000018ac5ba2c RunWebThread(void*) + 452
5   libsystem_pthread.dylib              0x0000000185273860 _pthread_body + 236
6   libsystem_pthread.dylib              0x0000000185273770 _pthread_start + 280
7   libsystem_pthread.dylib              0x0000000185270dbc thread_start + 0

Thread 9:
0   libsystem_kernel.dylib               0x00000001851ae23c __select + 8
1   libsystem_pthread.dylib              0x0000000185273860 _pthread_body + 236
2   libsystem_pthread.dylib              0x0000000185273770 _pthread_start + 280
3   libsystem_pthread.dylib              0x0000000185270dbc thread_start + 0

Thread 10:
0   libsystem_kernel.dylib               0x00000001851ade1c __psynch_cvwait + 8
1   libc++.1.dylib                       0x0000000184b9d3ec std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 52
2   JavaScriptCore                       0x000000018a94ae6c WTF::ParkingLot::parkConditionallyImpl(void const*, WTF::ScopedLambda<bool ()> const&, WTF::ScopedLambda<void ()> const&, std::__1::chrono::time_point<std::__1::chrono::steady_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > >) + 2012
3   WebKitLegacy                         0x000000018bd3aa28 bool WTF::ConditionBase::waitForSecondsImpl<WTF::Lock>(WTF::Lock&, double) + 124
4   WebKitLegacy                         0x000000018bd3a840 std::__1::unique_ptr<WTF::Function<void ()>, std::__1::default_delete<WTF::Function<void ()> > > WTF::MessageQueue<WTF::Function<void ()> >::waitForMessageFilteredWithTimeout<WTF::MessageQueue<WTF::Function<void ()> >::waitForMessage()::'lambda'(WTF::Function<void ()> const&)>(WTF::MessageQueueWaitResult&, WTF::MessageQueue<WTF::Function<void ()> >::waitForMessage()::'lambda'(WTF::Function<void ()> const&)&&, double) + 120
5   WebKitLegacy                         0x000000018bd39e68 WebCore::StorageThread::threadEntryPoint() + 64
6   JavaScriptCore                       0x000000018a09335c WTF::threadEntryPoint(void*) + 208
7   JavaScriptCore                       0x000000018a09326c WTF::wtfThreadEntryPoint(void*) + 20
8   libsystem_pthread.dylib              0x0000000185273860 _pthread_body + 236
9   libsystem_pthread.dylib              0x0000000185273770 _pthread_start + 280
10  libsystem_pthread.dylib              0x0000000185270dbc thread_start + 0

Thread 11:
0   libsystem_kernel.dylib               0x000000018519016c mach_msg_trap + 8
1   CoreFoundation                       0x000000018618dcec __CFRunLoopServiceMachPort + 188
2   CoreFoundation                       0x000000018618b908 __CFRunLoopRun + 1128
3   CoreFoundation                       0x00000001860ba048 CFRunLoopRunSpecific + 440
4   AVFAudio                             0x000000019f7a5fe8 GenericRunLoopThread::Entry(void*) + 160
5   AVFAudio                             0x000000019f7cbf14 CAPThread::Entry(CAPThread*) + 80
6   libsystem_pthread.dylib              0x0000000185273860 _pthread_body + 236
7   libsystem_pthread.dylib              0x0000000185273770 _pthread_start + 280
8   libsystem_pthread.dylib              0x0000000185270dbc thread_start + 0

Thread 12:
0   libsystem_kernel.dylib               0x0000000185194630 kevent + 8
1   Realm                                0x0000000102307a20 std::__1::__async_func<realm::_impl::ExternalCommitHelper::ExternalCommitHelper(realm::_impl::RealmCoordinator&)::$_0>::operator()() (external_commit_helper.cpp:159)
2   Realm                                0x00000001023079a8 std::__1::__async_assoc_state<void, std::__1::__async_func<realm::_impl::ExternalCommitHelper::ExternalCommitHelper(realm::_impl::RealmCoordinator&)::$_0> >::__execute() (future:1031)
3   Realm                                0x0000000102307b70 std::__1::__thread_proxy<std::__1::tuple<void (std::__1::__async_assoc_state<void, std::__1::__async_func<realm::_impl::ExternalCommitHelper::ExternalCommitHelper(realm::_impl::RealmCoordinator&)::$_0> >::*)(), std::__1::__async_assoc_state<void, std::__1::__async_func<realm::_impl::ExternalCommitHelper::ExternalCommitHelper(realm::_impl::RealmCoordinator&)::$_0> >*> >(void*, void*) (__functional_base:383)
4   libsystem_pthread.dylib              0x0000000185273860 _pthread_body + 236
5   libsystem_pthread.dylib              0x0000000185273770 _pthread_start + 280
6   libsystem_pthread.dylib              0x0000000185270dbc thread_start + 0

Thread 13:
0   libsystem_kernel.dylib               0x00000001851aea88 __workq_kernreturn + 8
1   libsystem_pthread.dylib              0x0000000185270db4 start_wqthread + 0

Thread 14:
0   libsystem_kernel.dylib               0x00000001851aea88 __workq_kernreturn + 8
1   libsystem_pthread.dylib              0x0000000185270db4 start_wqthread + 0

Thread 15:
0   libsystem_kernel.dylib               0x00000001851aea88 __workq_kernreturn + 8
1   libsystem_pthread.dylib              0x0000000185270db4 start_wqthread + 0

Thread 16:
0   libsystem_kernel.dylib               0x00000001851aea88 __workq_kernreturn + 8
1   libsystem_pthread.dylib              0x0000000185270db4 start_wqthread + 0

Thread 17:
0   libsystem_kernel.dylib               0x00000001851aea88 __workq_kernreturn + 8
1   libsystem_pthread.dylib              0x0000000185270db4 start_wqthread + 0

Thread 0 crashed with ARM-64 Thread State:
    pc: 0x0000000184c167fc     fp: 0x000000016fd7e760     sp: 0x000000016fd7e6b0     x0: 0x000000010fa5cb30 
    x1: 0x000000018cb79c2a     x2: 0x000000016fd7e6b0     x3: 0x0000000000000000     x4: 0x0000000000000001 
    x5: 0x0000000000000000     x6: 0x0000000000000000     x7: 0x0000000000000000     x8: 0x0000000010fa6a48 
    x9: 0x0000000000000008    x10: 0x0000000104858800    x11: 0x0000001c0000003f    x12: 0x0000000104858aa0 
   x13: 0x000001a1aae47ca1    x14: 0x00000000057c83c0    x15: 0x00000000057c8301    x16: 0x00000001aae47ca0 
   x17: 0x00000001861d1430    x18: 0x0000000000000000    x19: 0x0000000000000001    x20: 0x00000001a9813938 
   x21: 0x000000017062ff20    x22: 0x0000000000000001    x23: 0x0000000000000000    x24: 0x000000016fd7e6b0 
   x25: 0x000000016fd7e6b0    x26: 0x000000018cb57699    x27: 0x000000010fa5cb30    x28: 0x0000000000000001 
    lr: 0x0000000186c3a770   cpsr: 0x0000000020000000 

Binary Images:
       0x100080000 -        0x1008dffff +Murphy Labs arm64  <a8118832b40b3c3f880ab7b064ef7320> /var/containers/Bundle/Application/56864B5C-398E-4D9E-8DC7-2C18B47907E5/Murphy Labs.app/Murphy Labs
       0x100c3c000 -        0x100c43fff  libswiftAVFoundation.dylib arm64  <781377c905873ad292dd6bdf30320504> /private/var/containers/Bundle/Application/56864B5C-398E-4D9E-8DC7-2C18B47907E5/Murphy Labs.app/Frameworks/libswiftAVFoundation.dylib
       0x100cd8000 -        0x100d5bfff +Alamofire arm64  <c8058da7e814342e8f364ea69ec5cc09> /private/var/containers/Bundle/Application/56864B5C-398E-4D9E-8DC7-2C18B47907E5/Murphy Labs.app/Frameworks/Alamofire.framework/Alamofire
       0x1010dc000 -        0x101117fff +AlamofireImage arm64  <6a1633f07a123458b94a9d471227ed8e> /private/var/containers/Bundle/Application/56864B5C-398E-4D9E-8DC7-2C18B47907E5/Murphy Labs.app/Frameworks/AlamofireImage.framework/AlamofireImage
       0x10129c000 -        0x1012b7fff +Cartography arm64  <055bc2da0c0437a58dc4d9c6dbcc28a9> /private/var/containers/Bundle/Application/56864B5C-398E-4D9E-8DC7-2C18B47907E5/Murphy Labs.app/Frameworks/Cartography.framework/Cartography
       0x101370000 -        0x1013c7fff +CryptoSwift arm64  <7ad86ff8b6493528922336f232d2fe80> /private/var/containers/Bundle/Application/56864B5C-398E-4D9E-8DC7-2C18B47907E5/Murphy Labs.app/Frameworks/CryptoSwift.framework/CryptoSwift
       0x101674000 -        0x101687fff +DateTools arm64  <2ced07983b4f35409ae220defcb81c17> /private/var/containers/Bundle/Application/56864B5C-398E-4D9E-8DC7-2C18B47907E5/Murphy Labs.app/Frameworks/DateTools.framework/DateTools
       0x1016e4000 -        0x1016f3fff +GrowingTextView arm64  <5c804961dbb43f2e915606474c1fde77> /private/var/containers/Bundle/Application/56864B5C-398E-4D9E-8DC7-2C18B47907E5/Murphy Labs.app/Frameworks/GrowingTextView.framework/GrowingTextView
       0x101740000 -        0x10174bfff +LMGeocoder arm64  <48910cebd65a372994d3f57a08d1c2bb> /private/var/containers/Bundle/Application/56864B5C-398E-4D9E-8DC7-2C18B47907E5/Murphy Labs.app/Frameworks/LMGeocoder.framework/LMGeocoder
       0x10177c000 -        0x1018f7fff +ProtocolBuffers arm64  <b2da4c3910ca33f782dbdcb87497b774> /private/var/containers/Bundle/Application/56864B5C-398E-4D9E-8DC7-2C18B47907E5/Murphy Labs.app/Frameworks/ProtocolBuffers.framework/ProtocolBuffers
       0x1022f4000 -        0x10261ffff +Realm arm64  <705cabfdefaf3677a2665a56f7169c6c> /private/var/containers/Bundle/Application/56864B5C-398E-4D9E-8DC7-2C18B47907E5/Murphy Labs.app/Frameworks/Realm.framework/Realm
       0x10369c000 -        0x1036e7fff +RealmSwift arm64  <c646245027ed392480297f9102106762> /private/var/containers/Bundle/Application/56864B5C-398E-4D9E-8DC7-2C18B47907E5/Murphy Labs.app/Frameworks/RealmSwift.framework/RealmSwift
       0x1038f0000 -        0x103913fff +SDWebImage arm64  <356c1e5f1a8636c68b8935561c43abdc> /private/var/containers/Bundle/Application/56864B5C-398E-4D9E-8DC7-2C18B47907E5/Murphy Labs.app/Frameworks/SDWebImage.framework/SDWebImage
       0x1039d4000 -        0x1039e7fff +YouTubePlayer arm64  <35a9812e7bd4387384e4c729f676f19b> /private/var/containers/Bundle/Application/56864B5C-398E-4D9E-8DC7-2C18B47907E5/Murphy Labs.app/Frameworks/YouTubePlayer.framework/YouTubePlayer
       0x103a40000 -        0x103a47fff  libswiftContacts.dylib arm64  <4e7ee03080163369a0b6e2d266bca486> /private/var/containers/Bundle/Application/56864B5C-398E-4D9E-8DC7-2C18B47907E5/Murphy Labs.app/Frameworks/libswiftContacts.dylib
       0x103a54000 -        0x103c6ffff  libswiftCore.dylib arm64  <17ea2138fbe232759f642dea8a84befe> /private/var/containers/Bundle/Application/56864B5C-398E-4D9E-8DC7-2C18B47907E5/Murphy Labs.app/Frameworks/libswiftCore.dylib
       0x103ee8000 -        0x103ef3fff  libswiftCoreAudio.dylib arm64  <48e7fdc0f9d23e31b3aa81c8e70e1e67> /private/var/containers/Bundle/Application/56864B5C-398E-4D9E-8DC7-2C18B47907E5/Murphy Labs.app/Frameworks/libswiftCoreAudio.dylib
       0x103f08000 -        0x103f17fff  libswiftCoreGraphics.dylib arm64  <1426b26ab021337f908cbf9a86c482f0> /private/var/containers/Bundle/Application/56864B5C-398E-4D9E-8DC7-2C18B47907E5/Murphy Labs.app/Frameworks/libswiftCoreGraphics.dylib
       0x103f34000 -        0x103f3bfff  libswiftCoreImage.dylib arm64  <2566bcc80e993f5bb86b22a1b15803de> /private/var/containers/Bundle/Application/56864B5C-398E-4D9E-8DC7-2C18B47907E5/Murphy Labs.app/Frameworks/libswiftCoreImage.dylib
       0x103f44000 -        0x103f4bfff  libswiftCoreLocation.dylib arm64  <7fc682b1ed223ba8a993b1c564916e3a> /private/var/containers/Bundle/Application/56864B5C-398E-4D9E-8DC7-2C18B47907E5/Murphy Labs.app/Frameworks/libswiftCoreLocation.dylib
       0x103f58000 -        0x103f5ffff  libswiftCoreMedia.dylib arm64  <c928777b596d36a79541fd46c4c7c72c> /private/var/containers/Bundle/Application/56864B5C-398E-4D9E-8DC7-2C18B47907E5/Murphy Labs.app/Frameworks/libswiftCoreMedia.dylib
       0x103f6c000 -        0x103f73fff  libswiftDarwin.dylib arm64  <84be54efa8ef3fd0a6b574c5b931ad87> /private/var/containers/Bundle/Application/56864B5C-398E-4D9E-8DC7-2C18B47907E5/Murphy Labs.app/Frameworks/libswiftDarwin.dylib
       0x103f84000 -        0x103f9ffff  libswiftDispatch.dylib arm64  <6876f03e334c300c8ee3126bcb312219> /private/var/containers/Bundle/Application/56864B5C-398E-4D9E-8DC7-2C18B47907E5/Murphy Labs.app/Frameworks/libswiftDispatch.dylib
       0x103fdc000 -        0x10409bfff  libswiftFoundation.dylib arm64  <b4c6e01c18983b9792c9bf772fb9ad5c> /private/var/containers/Bundle/Application/56864B5C-398E-4D9E-8DC7-2C18B47907E5/Murphy Labs.app/Frameworks/libswiftFoundation.dylib
       0x104194000 -        0x10419bfff  libswiftObjectiveC.dylib arm64  <84eb3700259d3cf799b05c9935373084> /private/var/containers/Bundle/Application/56864B5C-398E-4D9E-8DC7-2C18B47907E5/Murphy Labs.app/Frameworks/libswiftObjectiveC.dylib
       0x1041a8000 -        0x1041b3fff  libswiftUIKit.dylib arm64  <ce29993d6ef234ca9a45b2b1c3fe0895> /private/var/containers/Bundle/Application/56864B5C-398E-4D9E-8DC7-2C18B47907E5/Murphy Labs.app/Frameworks/libswiftUIKit.dylib
       0x1041c4000 -        0x1041cbfff  libswiftos.dylib arm64  <b237a2add8293f798f6fb6cf64c3a462> /private/var/containers/Bundle/Application/56864B5C-398E-4D9E-8DC7-2C18B47907E5/Murphy Labs.app/Frameworks/libswiftos.dylib
       0x184b94000 -        0x184b95fff  libSystem.B.dylib arm64  <8788325e11bc31a39b075a3497d26ebd> /usr/lib/libSystem.B.dylib
       0x184b96000 -        0x184bebfff  libc++.1.dylib arm64  <95f6dd603b933208ba95cc2d84613c54> /usr/lib/libc++.1.dylib
       0x184bec000 -        0x184c0cfff  libc++abi.dylib arm64  <286b3adc78d1308eaa0d6f10914b1fa7> /usr/lib/libc++abi.dylib
       0x184c10000 -        0x184fe9fff  libobjc.A.dylib arm64  <56adf6a5a61b3ef1968bae3dd66e4893> /usr/lib/libobjc.A.dylib
       0x184fea000 -        0x184feefff  libcache.dylib arm64  <4073ffab5dee3540b91e3ea1292d4944> /usr/lib/system/libcache.dylib
       0x184fef000 -        0x184ffafff  libcommonCrypto.dylib arm64  <cbc60c6bf6843b489a4d4b47bc9caba8> /usr/lib/system/libcommonCrypto.dylib
       0x184ffb000 -        0x184ffefff  libcompiler_rt.dylib arm64  <6b7d58fa13473277aae76d339b13a724> /usr/lib/system/libcompiler_rt.dylib
       0x184fff000 -        0x185006fff  libcopyfile.dylib arm64  <2130e1083c2b31498e4873b42c01a87c> /usr/lib/system/libcopyfile.dylib
       0x185007000 -        0x185067fff  libcorecrypto.dylib arm64  <69592d5de33d337baf0746846b8e8b71> /usr/lib/system/libcorecrypto.dylib
       0x185068000 -        0x185097fff  libdispatch.dylib arm64  <9da4900c6d953655bbfcc6b31c990e9c> /usr/lib/system/libdispatch.dylib
       0x18509d000 -        0x18509dfff  liblaunch.dylib arm64  <7e180d7e5df13f699dbc6bb79ad46116> /usr/lib/system/liblaunch.dylib
       0x18509e000 -        0x1850a3fff  libmacho.dylib arm64  <40cb3d5ba75831cdac02a56cab260364> /usr/lib/system/libmacho.dylib
       0x1850a4000 -        0x1850a5fff  libremovefile.dylib arm64  <58f887789b983f71a5cfd5777958da77> /usr/lib/system/libremovefile.dylib
       0x1850a6000 -        0x1850bdfff  libsystem_asl.dylib arm64  <2ec01cd41fa73c94b3f0ba16aacd3858> /usr/lib/system/libsystem_asl.dylib
       0x1850be000 -        0x1850befff  libsystem_blocks.dylib arm64  <e49693e120c33ee580a602e909c83abe> /usr/lib/system/libsystem_blocks.dylib
       0x1850bf000 -        0x18513dfff  libsystem_c.dylib arm64  <051c0135e5d835979ce0166c05c8f381> /usr/lib/system/libsystem_c.dylib
       0x18513e000 -        0x185142fff  libsystem_configuration.dylib arm64  <c253d3f37bac39bcb755bd85f8c6b7fd> /usr/lib/system/libsystem_configuration.dylib
       0x185143000 -        0x185148fff  libsystem_containermanager.dylib arm64  <a845710abeb9350596b19219de14752d> /usr/lib/system/libsystem_containermanager.dylib
       0x185149000 -        0x18514afff  libsystem_coreservices.dylib arm64  <e10d8ff725fe3a88a5328b24666b4d34> /usr/lib/system/libsystem_coreservices.dylib
       0x18514b000 -        0x185163fff  libsystem_coretls.dylib arm64  <23df3c03932932869f59404b025c3153> /usr/lib/system/libsystem_coretls.dylib
       0x185164000 -        0x18516afff  libsystem_dnssd.dylib arm64  <441464753206379bafd15b113907f608> /usr/lib/system/libsystem_dnssd.dylib
       0x18516b000 -        0x18518efff  libsystem_info.dylib arm64  <2e66f9d1ee0837ff895155dd12b2c956> /usr/lib/system/libsystem_info.dylib
       0x18518f000 -        0x1851b3fff  libsystem_kernel.dylib arm64  <04e6664af08030e1ad7d9f2249e47e18> /usr/lib/system/libsystem_kernel.dylib
       0x1851b4000 -        0x1851e0fff  libsystem_m.dylib arm64  <786e37b9fc8431f5bfb79550eed0c3ce> /usr/lib/system/libsystem_m.dylib
       0x1851e1000 -        0x1851fcfff  libsystem_malloc.dylib arm64  <6eef211324863711a1d99713c51512cb> /usr/lib/system/libsystem_malloc.dylib
       0x1851fd000 -        0x185253fff  libsystem_network.dylib arm64  <84d56a9d88ba32f9830d884a7aa14c3b> /usr/lib/system/libsystem_network.dylib
       0x185254000 -        0x18525dfff  libsystem_networkextension.dylib arm64  <a8d963518d643327ac1991dbf8f15f91> /usr/lib/system/libsystem_networkextension.dylib
       0x18525e000 -        0x185268fff  libsystem_notify.dylib arm64  <abb481f869e83db39d0ee3e61a9c0554> /usr/lib/system/libsystem_notify.dylib
       0x185269000 -        0x18526ffff  libsystem_platform.dylib arm64  <6735814899ed328499ce8a0f59ff49b6> /usr/lib/system/libsystem_platform.dylib
       0x185270000 -        0x185279fff  libsystem_pthread.dylib arm64  <be17c5de3ff83a8695913479341c34ec> /usr/lib/system/libsystem_pthread.dylib
       0x18527a000 -        0x18527dfff  libsystem_sandbox.dylib arm64  <f269179060d53feaaac004e7c838b44d> /usr/lib/system/libsystem_sandbox.dylib
       0x18527e000 -        0x185285fff  libsystem_symptoms.dylib arm64  <2e6f3a69a33a3a309ca86ef8358c2b55> /usr/lib/system/libsystem_symptoms.dylib
       0x185286000 -        0x1852a7fff  libsystem_trace.dylib arm64  <3ed1ebdc2ed435dc87973ddbf563744b> /usr/lib/system/libsystem_trace.dylib
       0x1852a8000 -        0x1852adfff  libunwind.dylib arm64  <8e51acc655103210bcd8c557e4f103ab> /usr/lib/system/libunwind.dylib
       0x1852ae000 -        0x1852aefff  libvminterpose.dylib arm64  <abee403ad3fe3b428af3d4ed901a2dfc> /usr/lib/system/libvminterpose.dylib
       0x1852af000 -        0x1852d5fff  libxpc.dylib arm64  <9bbf09cd8cfd3f94bae40fac797416e0> /usr/lib/system/libxpc.dylib
       0x1852d6000 -        0x1854f0fff  libicucore.A.dylib arm64  <49bff0b83e023804af2b53d77d1f6cb4> /usr/lib/libicucore.A.dylib
       0x1854f1000 -        0x185501fff  libz.1.dylib arm64  <5e67d9e80348304187cd8bf557849015> /usr/lib/libz.1.dylib
       0x1860b1000 -        0x186434fff  CoreFoundation arm64  <c4824900d70e3fd5b01dbb079b63eae1> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
       0x186435000 -        0x186445fff  libbsm.0.dylib arm64  <f3a3eb26182839e0ac4646d0e2f9e9c4> /usr/lib/libbsm.0.dylib
       0x186446000 -        0x186446fff  libenergytrace.dylib arm64  <2cfdece2a96330968c249f7d9e7811ad> /usr/lib/libenergytrace.dylib
       0x186447000 -        0x1864c1fff  IOKit arm64  <27c8e5eb76843818abd4a0b0d5dfccc3> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
       0x1864c2000 -        0x1864e2fff  libMobileGestalt.dylib arm64  <f8456dbddfbb35d29491c29b43860e6f> /usr/lib/libMobileGestalt.dylib
       0x1864e3000 -        0x1865cdfff  libxml2.2.dylib arm64  <edc3ce1ed39b39fd9c3c535d9e542967> /usr/lib/libxml2.2.dylib
       0x1865ce000 -        0x18665afff  Security arm64  <624164bf18ba32c8a7f28b5031ef6aa5> /System/Library/Frameworks/Security.framework/Security
       0x18665b000 -        0x1866c5fff  SystemConfiguration arm64  <486dd4e417a83cc6a09e0b7de9319356> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
       0x1866c6000 -        0x1867dafff  libsqlite3.dylib arm64  <511215637edc3a0f8d3416fe4536881d> /usr/lib/libsqlite3.dylib
       0x1867db000 -        0x186b4afff  CFNetwork arm64  <ca09941bfd353bb8b6b679a0f14cad1e> /System/Library/Frameworks/CFNetwork.framework/CFNetwork
       0x186b4b000 -        0x186b5bfff  libbz2.1.0.dylib arm64  <b312e3b393893c0db8f793f370dae319> /usr/lib/libbz2.1.0.dylib
       0x186b5c000 -        0x186b74fff  liblzma.5.dylib arm64  <3c157ec9f2e83f99a26f322feb7deabc> /usr/lib/liblzma.5.dylib
       0x186b75000 -        0x186b8ffff  libCRFSuite.dylib arm64  <af22ff8591193afa81d6d044c5cd7978> /usr/lib/libCRFSuite.dylib
       0x186b90000 -        0x186bb9fff  libarchive.2.dylib arm64  <1e4278f3e3323387ac5c90f975232c07> /usr/lib/libarchive.2.dylib
       0x186bba000 -        0x186bbbfff  liblangid.dylib arm64  <c2cccb75f84e3b8a9c2ce6e32e812eb9> /usr/lib/liblangid.dylib
       0x186bbc000 -        0x186e8afff  Foundation arm64  <a6ad10553017396ebb4eba2a4ad331d8> /System/Library/Frameworks/Foundation.framework/Foundation
       0x186e8b000 -        0x186f37fff  libBLAS.dylib arm64  <499c291219e730d79cf409daee75db9d> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib
       0x186f38000 -        0x18727afff  libLAPACK.dylib arm64  <f07da3926d4a3fb0bfcbe3b3b026b54f> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib
       0x18727b000 -        0x18751dfff  vImage arm64  <c3827fd6a2763bb9bf22e65906eb3cfc> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage
       0x18751e000 -        0x187540fff  libvMisc.dylib arm64  <bd641d6b451430a8a26dde179a9bfc4a> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib
       0x187541000 -        0x187555fff  libLinearAlgebra.dylib arm64  <e9a40ae4066c3d3ebab7aec269c6f69e> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLinearAlgebra.dylib
       0x187556000 -        0x187567fff  libSparseBLAS.dylib arm64  <66e35a109b573fe98941afd7e9921214> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparseBLAS.dylib
       0x187568000 -        0x1875e0fff  libvDSP.dylib arm64  <c2ce3490f1b633119d556081ffd0caa0> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib
       0x1875e1000 -        0x1875e1fff  vecLib arm64  <c07ed4a995bd35a89bea45c4fd101553> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib
       0x1875e2000 -        0x1875e2fff  Accelerate arm64  <5057f428ad8539a9b13b2a607bc7839f> /System/Library/Frameworks/Accelerate.framework/Accelerate
       0x1875e3000 -        0x187b30fff  CoreGraphics arm64  <4a137515f15e30a495edf7ec114755e0> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
       0x187b31000 -        0x187b45fff  GraphicsServices arm64  <1e0ed9315f4830088aa2086205f45050> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
       0x187b46000 -        0x187b91fff  AppSupport arm64  <1fd5606d67de38b484c8e09e0783b4af> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
       0x187b92000 -        0x187cb2fff  MobileCoreServices arm64  <37baec08da073e729066bded8c9b53da> /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
       0x187cb3000 -        0x187d09fff  BaseBoard arm64  <160dad81a8de3c5cb46f17c3d4eb7b87> /System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard
       0x187d0a000 -        0x187d15fff  AssertionServices arm64  <3fac49b1df4c373184edb6af5d3a09dd> /System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices
       0x187d16000 -        0x187d42fff  BackBoardServices arm64  <b531352894cd36bbbb6d0b9d503566a7> /System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices
       0x187d43000 -        0x187d46fff  MobileSystemServices arm64  <d77251dd3c463b8cbd805e9e46415d64> /System/Library/PrivateFrameworks/MobileSystemServices.framework/MobileSystemServices
       0x187d47000 -        0x187d96fff  FrontBoardServices arm64  <af1172067ff2304d9d3c8a2f92f04255> /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices
       0x187d9a000 -        0x187dd0fff  SpringBoardServices arm64  <b575c6c21a493b4a87e2dd05bb8cf02a> /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices
       0x187dd1000 -        0x187de8fff  MobileKeyBag arm64  <734ebf66412c3aa5ac99334f29ebe620> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag
       0x187de9000 -        0x187df1fff  IOSurface arm64  <0c687f05288f30efbb936e54be9a6f58> /System/Library/PrivateFrameworks/IOSurface.framework/IOSurface
       0x187df2000 -        0x187dfdfff  liblockdown.dylib arm64  <12947e09f9ca3245ae33ede73e0b651f> /usr/lib/liblockdown.dylib
       0x187dfe000 -        0x187e13fff  CrashReporterSupport arm64  <b17ade4774223014893f614b1d14de61> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport
       0x187e14000 -        0x187e16fff  IOSurfaceAccelerator arm64  <969c522dc6183cb8ada7073b07353512> /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/IOSurfaceAccelerator
       0x187e17000 -        0x187e57fff  AppleJPEG arm64  <ddac80f526a73d5684ad96a7faeac161> /System/Library/PrivateFrameworks/AppleJPEG.framework/AppleJPEG
       0x187e58000 -        0x1883e7fff  ImageIO arm64  <0cc6da0a6265372190bd34b428c02a9f> /System/Library/Frameworks/ImageIO.framework/ImageIO
       0x1883e8000 -        0x1883eefff  TCC arm64  <fca78b84e3f73fdc90b9d1e5d5ff6919> /System/Library/PrivateFrameworks/TCC.framework/TCC
       0x1883ef000 -        0x1883f3fff  AggregateDictionary arm64  <621603daf2bf3e7ab75aafd59f095c5b> /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary
       0x1883f4000 -        0x188400fff  PowerLog arm64  <c2cd0fdbbf6e385ba55748201f88a7a3> /System/Library/PrivateFrameworks/PowerLog.framework/PowerLog
       0x188401000 -        0x188469fff  libTelephonyUtilDynamic.dylib arm64  <1af42608ce2b3f4ebcee64dcdbac02b6> /usr/lib/libTelephonyUtilDynamic.dylib
       0x18846a000 -        0x18847cfff  CommonUtilities arm64  <0098d095d66733988b5a6e73803f37a6> /System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities
       0x18847d000 -        0x188491fff  libcompression.dylib arm64  <b04eddd5ef0839a6aee2707f5c14aa1a> /usr/lib/libcompression.dylib
       0x188492000 -        0x18872cfff  CoreData arm64  <65f30a82a6683482bbdb857c83f3fc56> /System/Library/Frameworks/CoreData.framework/CoreData
       0x18872d000 -        0x188730fff  libCoreVMClient.dylib arm64  <ef615871768f3db8b7f860b5fd7bf707> /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib
       0x188731000 -        0x188736fff  IOAccelerator arm64  <d7135a13f4753c9eb8b4b79455175d32> /System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator
       0x188737000 -        0x188738fff  libCVMSPluginSupport.dylib arm64  <a5694c66e17b346ca36396fd40029618> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib
       0x188739000 -        0x18873cfff  libCoreFSCache.dylib arm64  <7d0b5c6277ea362598ea9c06f292eaa0> /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib
       0x18873d000 -        0x188780fff  libGLImage.dylib arm64  <679d74c254e13f1c925f38b82d8e6963> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
       0x188781000 -        0x18878bfff  libGFXShared.dylib arm64  <402e4f5820f834f5807f5fa448902f2c> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
       0x18878c000 -        0x188793fff  IOMobileFramebuffer arm64  <c913022952a1394a928f7bbf5bfec3e9> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer
       0x188794000 -        0x188794fff  libmetal_timestamp.dylib arm64  <fd7029ad82583e1f89ca3a1ddff84df2> /System/Library/PrivateFrameworks/GPUCompiler.framework/libmetal_timestamp.dylib
       0x188795000 -        0x1887f2fff  Metal arm64  <18991406aed530c99a3dcca4ca4371b8> /System/Library/Frameworks/Metal.framework/Metal
       0x1887f3000 -        0x1887fdfff  OpenGLES arm64  <48579b12ba843baf8688c929e4aa1350> /System/Library/Frameworks/OpenGLES.framework/OpenGLES
       0x1887fe000 -        0x188822fff  CoreVideo arm64  <865a7204d95b3117bf535727201a1da9> /System/Library/Frameworks/CoreVideo.framework/CoreVideo
       0x188823000 -        0x188825fff  OAuth arm64  <f202cfb14ee333f1a7502e5a75f2df92> /System/Library/PrivateFrameworks/OAuth.framework/OAuth
       0x18882d000 -        0x18886bfff  Accounts arm64  <79664bb249ab30799fdce891cf8a91cd> /System/Library/Frameworks/Accounts.framework/Accounts
       0x18886c000 -        0x18895efff  libiconv.2.dylib arm64  <bf0bd341bdd43ec7bd40d067233e57a8> /usr/lib/libiconv.2.dylib
       0x18895f000 -        0x188aaafff  CoreAudio arm64  <0a134f19c9ae39b79dcdd8af00189b56> /System/Library/Frameworks/CoreAudio.framework/CoreAudio
       0x188aab000 -        0x188aaefff  UserFS arm64  <c0a53a908768398cb07c22ec2ff1abb2> /System/Library/PrivateFrameworks/UserFS.framework/UserFS
       0x188aaf000 -        0x188bb9fff  CoreMedia arm64  <d0cc03900e45378e98d8193662edf565> /System/Library/Frameworks/CoreMedia.framework/CoreMedia
       0x188bba000 -        0x188bc0fff  libcupolicy.dylib arm64  <0680676b2f97349fb5742ec91e20f429> /usr/lib/libcupolicy.dylib
       0x188bc1000 -        0x188c4dfff  CoreTelephony arm64  <f6ab69bda98d3b619d2b41a57fc2c69e> /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
       0x188c4e000 -        0x188d58fff  libFontParser.dylib arm64  <7a8928d14bd538b29f9c8d2be8fb889a> /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
       0x188d59000 -        0x188de8fff  VideoToolbox arm64  <63305fbde9b03b7891bb48b8868f4f36> /System/Library/Frameworks/VideoToolbox.framework/VideoToolbox
       0x188de9000 -        0x188de9fff  FontServices arm64  <c6d2054d8d013dbdafecea3ad8948d76> /System/Library/PrivateFrameworks/FontServices.framework/FontServices
       0x188dea000 -        0x188f36fff  CoreText arm64  <89e2f40a358a3760885d80ebb4491ac1> /System/Library/Frameworks/CoreText.framework/CoreText
       0x188f37000 -        0x188f51fff  ProtocolBuffer arm64  <84a84046c997386b891fff8f4c249d20> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer
       0x188f52000 -        0x188f7afff  PersistentConnection arm64  <46122ee81ebc3ae0a60ae25c730a129e> /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection
       0x188f7b000 -        0x188f81fff  DataMigration arm64  <0aa788c904ca304ea9a9bf19ee990b53> /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
       0x188f82000 -        0x1893d8fff  AudioToolbox arm64  <f1ac89ed6113395bb6f8d9eef1b345dc> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
       0x1893d9000 -        0x1895b0fff  QuartzCore arm64  <dfdc0c40cf153854b84a6bc06b12b4ea> /System/Library/Frameworks/QuartzCore.framework/QuartzCore
       0x1895b1000 -        0x1895b7fff  Netrb arm64  <019a8ba8af39378891e3689409db009d> /System/Library/PrivateFrameworks/Netrb.framework/Netrb
       0x1895b8000 -        0x1895c8fff  libcmph.dylib arm64  <ddb74cea99f83aeb9332a789afb36b35> /usr/lib/libcmph.dylib
       0x1895c9000 -        0x1895e9fff  libmis.dylib arm64  <039e7c4ab2c53597ba3403fc0b5516e3> /usr/lib/libmis.dylib
       0x1895ea000 -        0x1896dbfff  LanguageModeling arm64  <1399d8b96350301ead6b2c824fbb7c53> /System/Library/PrivateFrameworks/LanguageModeling.framework/LanguageModeling
       0x1896dc000 -        0x1897c1fff  ManagedConfiguration arm64  <083f833136993b47bee913c927ee65de> /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration
       0x1897c2000 -        0x1897d8fff  libmarisa.dylib arm64  <39ff439cc20b3c8e9e6055c0678506e5> /usr/lib/libmarisa.dylib
       0x1897d9000 -        0x1898a9fff  ProofReader arm64  <88e0eab61d173a318afb6c85b7a1a2d0> /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader
       0x1898aa000 -        0x1898b4fff  MediaAccessibility arm64  <4cdf6c8a21143e04838c8985ca3ab8a2> /System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility
       0x1898b5000 -        0x1898c5fff  MobileAsset arm64  <0c5fb05c798b3a8cabbace58bc7b0ec1> /System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset
       0x1898c6000 -        0x189937fff  ColorSync arm64  <5762d9f6aa723c5f9ac4faf32c313791> /System/Library/PrivateFrameworks/ColorSync.framework/ColorSync
       0x189938000 -        0x1899a7fff  MetalPerformanceShaders arm64  <5d6f9961367c3336a19b5283176262df> /System/Library/Frameworks/MetalPerformanceShaders.framework/MetalPerformanceShaders
       0x1899a8000 -        0x189dd7fff  FaceCore arm64  <c6528cdf6e1d3fe48f12735bbc8fe99f> /System/Library/PrivateFrameworks/FaceCore.framework/FaceCore
       0x189dd8000 -        0x189e53fff  Quagga arm64  <9f220dabf92e372bb1851251b1f66fe1> /System/Library/PrivateFrameworks/Quagga.framework/Quagga
       0x189e54000 -        0x18a01dfff  CoreImage arm64  <0a9f9730278e31e19e59bdcabfcb6ff1> /System/Library/Frameworks/CoreImage.framework/CoreImage
       0x18a01e000 -        0x18a069fff  TextInput arm64  <d1a353ce89983a7dac86d75f384bce7f> /System/Library/PrivateFrameworks/TextInput.framework/TextInput
       0x18a06a000 -        0x18a07afff  libAccessibility.dylib arm64  <306f29d3df4c32cb923e6e5a136b9c67> /usr/lib/libAccessibility.dylib
       0x18a07b000 -        0x18a088fff  MobileInstallation arm64  <aa9fd911e28233b58c50534c3f7c630c> /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation
       0x18a089000 -        0x18a9dffff  JavaScriptCore arm64  <3a74efcce7283410ac8a55027b67d2ef> /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore
       0x18a9e0000 -        0x18abf5fff  StoreServices arm64  <f0f43f609f5434e59616995f596d6d91> /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices
       0x18abf6000 -        0x18bce4fff  WebCore arm64  <5f4c0a6773123239905a48919249deff> /System/Library/PrivateFrameworks/WebCore.framework/WebCore
       0x18bce5000 -        0x18bd0efff  libxslt.1.dylib arm64  <d4d14fddc95e390d8d6b0f647acefbdc> /usr/lib/libxslt.1.dylib
       0x18bd0f000 -        0x18bdf0fff  WebKitLegacy arm64  <20b8c9cf5b3b3564b1e90113ea896db1> /System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy
       0x18bdf1000 -        0x18beb8fff  CoreUI arm64  <f1131a07ecfa3f679c3dd3fd62a1a131> /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
       0x18beb9000 -        0x18bee0fff  DictionaryServices arm64  <059e702327533e2493da8c662ea81790> /System/Library/PrivateFrameworks/DictionaryServices.framework/DictionaryServices
       0x18bee1000 -        0x18bee2fff  HangTracer arm64  <1fd22f31313d33e3bc2f0b6373a84876> /System/Library/PrivateFrameworks/HangTracer.framework/HangTracer
       0x18bee3000 -        0x18bf33fff  PhysicsKit arm64  <2aeeacbe6a8d3b959f9d09f02a85fc9c> /System/Library/PrivateFrameworks/PhysicsKit.framework/PhysicsKit
       0x18bf34000 -        0x18c00cfff  UIFoundation arm64  <80a5a544327033c593c6de75027dd934> /System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation
       0x18c019000 -        0x18cda6fff  UIKit arm64  <439dc80bfac033ed983e5bb8c416c452> /System/Library/Frameworks/UIKit.framework/UIKit
       0x18cda7000 -        0x18cdcffff  CoreBluetooth arm64  <13fb911b0abc3dbe8b3d431b7a59b4b9> /System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth
       0x18cdd0000 -        0x18cdf5fff  DataAccessExpress arm64  <5799a178384d3ce28527b23c720ed04c> /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress
       0x18cdf6000 -        0x18ce17fff  NetworkStatistics arm64  <fbdf2cf4373d305584bdf54398fd5613> /System/Library/PrivateFrameworks/NetworkStatistics.framework/NetworkStatistics
       0x18ce18000 -        0x18cea0fff  AddressBook arm64  <b835a0db2c4b3b42bcc3d7487fd67ed8> /System/Library/Frameworks/AddressBook.framework/AddressBook
       0x18cea1000 -        0x18cfd5fff  CoreMotion arm64  <b4fe074374f13922aaa6833f2278495e> /System/Library/Frameworks/CoreMotion.framework/CoreMotion
       0x18cfd6000 -        0x18d003fff  CacheDelete arm64  <93e649608229314ab93d03dc37330685> /System/Library/PrivateFrameworks/CacheDelete.framework/CacheDelete
       0x18d004000 -        0x18d011fff  CoreAUC arm64  <d01c24d9a0ef3bf693693d7e49ff32e3> /System/Library/PrivateFrameworks/CoreAUC.framework/CoreAUC
       0x18d012000 -        0x18d5abfff  MediaToolbox arm64  <3d18249fdd593d5abf9e41ca38cf5f38> /System/Library/Frameworks/MediaToolbox.framework/MediaToolbox
       0x18d5ac000 -        0x18d74bfff  Celestial arm64  <2db48a3d1b9c3438beb747c96b6042d2> /System/Library/PrivateFrameworks/Celestial.framework/Celestial
       0x18d74c000 -        0x18d75bfff  IntlPreferences arm64  <726d4688da7d3df6aa23711f4bc33aea> /System/Library/PrivateFrameworks/IntlPreferences.framework/IntlPreferences
       0x18d75c000 -        0x18d75efff  CoreDuetDebugLogging arm64  <309dba4a51c332d6b92e39bd4955cee8> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/CoreDuetDebugLogging
       0x18d75f000 -        0x18d773fff  CoreDuetDaemonProtocol arm64  <dd889e6e81f1335794f6bcc62d2fbc68> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/CoreDuetDaemonProtocol
       0x18d774000 -        0x18d849fff  CoreDuet arm64  <ad4c52ee6397380383fde88900b175a8> /System/Library/PrivateFrameworks/CoreDuet.framework/CoreDuet
       0x18d84a000 -        0x18d9f7fff  AVFoundation arm64  <e23db4dfb7f0377c9d2baa6a1a259db4> /System/Library/Frameworks/AVFoundation.framework/AVFoundation
       0x18d9f8000 -        0x18da2afff  libtidy.A.dylib arm64  <4b6463950ec93d089afdfcc248cc9934> /usr/lib/libtidy.A.dylib
       0x18da2b000 -        0x18da91fff  IMFoundation arm64  <eb79b515358a3affa8a710eb247149a6> /System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation
       0x18da92000 -        0x18e115fff  GeoServices arm64  <4c130c4f654d38eab0a5b939f26268c1> /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices
       0x18e116000 -        0x18e117fff  DiagnosticLogCollection arm64  <4ae00177103839308da604cb1d472989> /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/DiagnosticLogCollection
       0x18e118000 -        0x18e119fff  Marco arm64  <580f95708c3b3f169c13d4dca206255e> /System/Library/PrivateFrameworks/Marco.framework/Marco
       0x18e11a000 -        0x18e193fff  CoreLocation arm64  <f6ecdc6653c437a1859213c641aacf34> /System/Library/Frameworks/CoreLocation.framework/CoreLocation
       0x18e194000 -        0x18e199fff  ConstantClasses arm64  <566b6f6ad9333f4cb16f3bbf8da935fe> /System/Library/PrivateFrameworks/ConstantClasses.framework/ConstantClasses
       0x18e19a000 -        0x18e1a4fff  libChineseTokenizer.dylib arm64  <0029f6afa51c372d89b02f4599522e66> /usr/lib/libChineseTokenizer.dylib
       0x18e1a5000 -        0x18e428fff  libmecabra.dylib arm64  <ad8ac0e2456f3ae2828367eb311649db> /usr/lib/libmecabra.dylib
       0x18e429000 -        0x18e47afff  IDSFoundation arm64  <70fc4d6a24ae38369f2da7d874dcc543> /System/Library/PrivateFrameworks/IDSFoundation.framework/IDSFoundation
       0x18e47b000 -        0x18e541fff  IDS arm64  <c6883b6305cc3cee840a7af18e9a5c5a> /System/Library/PrivateFrameworks/IDS.framework/IDS
       0x18e542000 -        0x18e55ffff  MediaServices arm64  <273fd73ed0ef32559424df9d08045941> /System/Library/PrivateFrameworks/MediaServices.framework/MediaServices
       0x18e560000 -        0x18e59efff  AuthKit arm64  <a4b626e8c7693a78bf522299c02ee49c> /System/Library/PrivateFrameworks/AuthKit.framework/AuthKit
       0x18e59f000 -        0x18e5a4fff  libheimdal-asn1.dylib arm64  <e59780c1a4993eeba201e067d7cbc1fc> /usr/lib/libheimdal-asn1.dylib
       0x18e5a5000 -        0x18e648fff  MediaRemote arm64  <b8b341b5e3333cf2896c6b4b40a65f3d> /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote
       0x18e649000 -        0x18e7cffff  MobileSpotlightIndex arm64  <d6152193b08e3885a3b0b6a15847a9d1> /System/Library/PrivateFrameworks/MobileSpotlightIndex.framework/MobileSpotlightIndex
       0x18e7d0000 -        0x18e7effff  PlugInKit arm64  <8fde4c6c2dbc3004b563587001b9e729> /System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit
       0x18e7f0000 -        0x18e81cfff  ProtectedCloudStorage arm64  <dd2b7cdd498332f0a537a0802353b9b2> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/ProtectedCloudStorage
       0x18e81d000 -        0x18e838fff  libresolv.9.dylib arm64  <bbfd607a359d3982b6ea1d85e44047e7> /usr/lib/libresolv.9.dylib
       0x18e839000 -        0x18e84efff  ApplePushService arm64  <96a277741eac38c2b76e6a92f4fda58b> /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService
       0x18e84f000 -        0x18e89dfff  ContactsFoundation arm64  <07665e20f60e36edb46667f631b238b9> /System/Library/PrivateFrameworks/ContactsFoundation.framework/ContactsFoundation
       0x18e89e000 -        0x18e8a3fff  ParsecSubscriptionServiceSupport arm64  <dda454199d82355c86aa06cbbb4e7bb0> /System/Library/PrivateFrameworks/ParsecSubscriptionServiceSupport.framework/ParsecSubscriptionServiceSupport
       0x18e8a4000 -        0x18e948fff  Contacts arm64  <7c18b9016e4431b891a280cf9d9a0a8f> /System/Library/Frameworks/Contacts.framework/Contacts
       0x18e949000 -        0x18e993fff  CoreSpotlight arm64  <6be155856f6333b28d211a7bb4f86c0c> /System/Library/Frameworks/CoreSpotlight.framework/CoreSpotlight
       0x18e994000 -        0x18e9bbfff  vCard arm64  <65d8ed9e8f533e1e81fd8e66975ac05c> /System/Library/PrivateFrameworks/vCard.framework/vCard
       0x18e9bc000 -        0x18ea47fff  VoiceServices arm64  <1aa21ac90c4237d08b2e13fd79429b9c> /System/Library/PrivateFrameworks/VoiceServices.framework/VoiceServices
       0x18ea48000 -        0x18ea95fff  SAObjects arm64  <a591dbffd2aa373b97c43c50e2f295f8> /System/Library/PrivateFrameworks/SAObjects.framework/SAObjects
       0x18ea99000 -        0x18eb06fff  Heimdal arm64  <422a6b000c163223a0f264002a96e0aa> /System/Library/PrivateFrameworks/Heimdal.framework/Heimdal
       0x18eb31000 -        0x18ebc8fff  AssistantServices arm64  <544e9d76ded53591b7108dbd77c3dd46> /System/Library/PrivateFrameworks/AssistantServices.framework/AssistantServices
       0x18ebe0000 -        0x18ebe2fff  MessageSupport arm64  <d431ebdd714b32c8a6e8123b0f4dfda0> /System/Library/PrivateFrameworks/MessageSupport.framework/MessageSupport
       0x18ebe3000 -        0x18ec37fff  MIME arm64  <cdc60ac7161633a8bfb076ca40837c8a> /System/Library/PrivateFrameworks/MIME.framework/MIME
       0x18ecdc000 -        0x18ecf8fff  AppleIDSSOAuthentication arm64  <9dd66a90b42d3e7da948684e3eda6800> /System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/AppleIDSSOAuthentication
       0x18ecf9000 -        0x18ed09fff  MailServices arm64  <383d33400ff3389299cfad4564843fb2> /System/Library/PrivateFrameworks/MailServices.framework/MailServices
       0x18ed0a000 -        0x18ed77fff  AppleAccount arm64  <061b166b09cc3c2cb5fe92e9acc3b869> /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount
       0x18ed78000 -        0x18ed7cfff  CommunicationsFilter arm64  <99040110ee233365a89da3f813483acd> /System/Library/PrivateFrameworks/CommunicationsFilter.framework/CommunicationsFilter
       0x18ed7d000 -        0x18eda1fff  ChunkingLibrary arm64  <229183db6c0a322f8a1b905e1e9bad4f> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/ChunkingLibrary
       0x18eda2000 -        0x18edadfff  CaptiveNetwork arm64  <103e9db8c0bf3587a522bc8feebf939a> /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork
       0x18edae000 -        0x18eddcfff  EAP8021X arm64  <004ac362f7e733089f90a449a5bbc575> /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X
       0x18eddd000 -        0x18ede3fff  AssetCacheServices arm64  <f0eae7e0143933cebef9363b674ccd70> /System/Library/PrivateFrameworks/AssetCacheServices.framework/AssetCacheServices
       0x18ede4000 -        0x18eebdfff  MMCS arm64  <2a61bb65185735feaf06b72fce79cb81> /System/Library/PrivateFrameworks/MMCS.framework/MMCS
       0x18eebe000 -        0x18eeeefff  MobileWiFi arm64  <89b5bd0c876c3c48ac7f912919239526> /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi
       0x18eeef000 -        0x18ef31fff  ContentIndex arm64  <f747582858683aa7859cf0aa744aec0c> /System/Library/PrivateFrameworks/ContentIndex.framework/ContentIndex
       0x18ef32000 -        0x18ef3afff  MobileIcons arm64  <b12db0fdae4536fbbe2a88741dde20aa> /System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons
       0x18ef8f000 -        0x18efbffff  Bom arm64  <ee5d665311073e739ff553115ddefd2d> /System/Library/PrivateFrameworks/Bom.framework/Bom
       0x18efc0000 -        0x18efc7fff  CertUI arm64  <06d2316865be3c23850bc9edc2c0cfd3> /System/Library/PrivateFrameworks/CertUI.framework/CertUI
       0x18efc8000 -        0x18f017fff  FTServices arm64  <c8e3ead6ebbf30ab857b9ff71f8681b5> /System/Library/PrivateFrameworks/FTServices.framework/FTServices
       0x18f018000 -        0x18f076fff  CoreDAV arm64  <ca9047d9a3be3bcbacb700cdbb0e686c> /System/Library/PrivateFrameworks/CoreDAV.framework/CoreDAV
       0x18f085000 -        0x18f099fff  UserManagement arm64  <7ab7861470113dc9a26107d23429ca17> /System/Library/PrivateFrameworks/UserManagement.framework/UserManagement
       0x18f09a000 -        0x18f162fff  CorePDF arm64  <4cc68715dc4733c1a6582e7a78e19a03> /System/Library/PrivateFrameworks/CorePDF.framework/CorePDF
       0x18f163000 -        0x18f197fff  iCalendar arm64  <63f6f6db8dfb3698a3e6351a61757c3e> /System/Library/PrivateFrameworks/iCalendar.framework/iCalendar
       0x18f1a0000 -        0x18f1fefff  CalendarFoundation arm64  <5ea61219427731e2bb45cb5913eff70c> /System/Library/PrivateFrameworks/CalendarFoundation.framework/CalendarFoundation
       0x18f1ff000 -        0x18f205fff  IncomingCallFilter arm64  <ca46eb03589a3889bbc12d462d6a68e8> /System/Library/PrivateFrameworks/IncomingCallFilter.framework/IncomingCallFilter
       0x18f2fc000 -        0x18f394fff  CalendarDatabase arm64  <5798df86aaa131db8659d12254740798> /System/Library/PrivateFrameworks/CalendarDatabase.framework/CalendarDatabase
       0x18f395000 -        0x18f3d7fff  CalendarDaemon arm64  <1c4f22ce498d3282ad7fd8680dc50a7f> /System/Library/PrivateFrameworks/CalendarDaemon.framework/CalendarDaemon
       0x18f3d8000 -        0x18f4a7fff  EventKit arm64  <fa0cc301c0033b33a02dc0b6ee599c0c> /System/Library/Frameworks/EventKit.framework/EventKit
       0x18f4a8000 -        0x18f7a7fff  WebKit arm64  <ad83e4097cec393588f3117ff3f7984d> /System/Library/Frameworks/WebKit.framework/WebKit
       0x18f7a8000 -        0x18f7eefff  WebBookmarks arm64  <4939623c09453d499744e809ee865345> /System/Library/PrivateFrameworks/WebBookmarks.framework/WebBookmarks
       0x18f7ef000 -        0x18f933fff  ContactsUI arm64  <d2208cfa296e346c8f20815dd07c32b3> /System/Library/Frameworks/ContactsUI.framework/ContactsUI
       0x18f934000 -        0x18ff9bfff  ModelIO arm64  <fdffc2b14ab53f3fb430496af426cb36> /System/Library/Frameworks/ModelIO.framework/ModelIO
       0x18ff9c000 -        0x18ffa2fff  DAAPKit arm64  <db4ffb75c2ae313ca83c175e3bbbbda2> /System/Library/PrivateFrameworks/DAAPKit.framework/DAAPKit
       0x190025000 -        0x1900bdfff  TelephonyUtilities arm64  <7a63bc55b0aa341abc6280fce51f4cdc> /System/Library/PrivateFrameworks/TelephonyUtilities.framework/TelephonyUtilities
       0x1900be000 -        0x1900edfff  GLKit arm64  <dd0f8559665936fda454a0970b05151f> /System/Library/Frameworks/GLKit.framework/GLKit
       0x1900ee000 -        0x190359fff  MusicLibrary arm64  <8ce83ae89e3133c782a5bed94b4ee75f> /System/Library/PrivateFrameworks/MusicLibrary.framework/MusicLibrary
       0x19035a000 -        0x190398fff  Notes arm64  <f5813244a3ff392b825707129b7301de> /System/Library/PrivateFrameworks/Notes.framework/Notes
       0x190399000 -        0x190470fff  AddressBookUI arm64  <31c0ddcfa58f34a6bf9c60c838908e72> /System/Library/Frameworks/AddressBookUI.framework/AddressBookUI
       0x190471000 -        0x19054ffff  CloudKit arm64  <6964b82f3a593988b86b3ab436f2f44f> /System/Library/Frameworks/CloudKit.framework/CloudKit
       0x190550000 -        0x1905aafff  iTunesStore arm64  <96d50b60399f358ba76aae172c86407b> /System/Library/PrivateFrameworks/iTunesStore.framework/iTunesStore
       0x1905ab000 -        0x1905b1fff  CloudPhotoServices arm64  <57cdedb107723ed5a1099d69e9ae50c7> /System/Library/PrivateFrameworks/CloudPhotoServices.framework/CloudPhotoServices
       0x1905b2000 -        0x1906a8fff  CloudPhotoLibrary arm64  <74f9cdb65dcb3a1c8d585d83b1b74a1e> /System/Library/PrivateFrameworks/CloudPhotoLibrary.framework/CloudPhotoLibrary
       0x1906a9000 -        0x1906f8fff  DataAccess arm64  <12a88c8b110737048d257a5176399176> /System/Library/PrivateFrameworks/DataAccess.framework/DataAccess
       0x1906f9000 -        0x190720fff  AssetsLibraryServices arm64  <4160fc23c6d93754a7ff0354c85cb399> /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices
       0x190721000 -        0x1907bcfff  HomeSharing arm64  <0fc029ea9c6334c08c04f2ba18950954> /System/Library/PrivateFrameworks/HomeSharing.framework/HomeSharing
       0x1907bd000 -        0x1907ebfff  ACTFramework arm64  <b8e36968f4f73bcaae49cc5f5fdf3616> /System/Library/PrivateFrameworks/ACTFramework.framework/ACTFramework
       0x1907ec000 -        0x1907f7fff  DCIMServices arm64  <cf51e4c57790323ea2fa0bf94f3f2bfa> /System/Library/PrivateFrameworks/DCIMServices.framework/DCIMServices
       0x1907f8000 -        0x190925fff  CoreMediaStream arm64  <a14f04cc061435778f70a90b1996db4f> /System/Library/PrivateFrameworks/CoreMediaStream.framework/CoreMediaStream
       0x190926000 -        0x19093efff  PhotosFormats arm64  <cafa06e0a32936dba4ddf6ea8e675f80> /System/Library/PrivateFrameworks/PhotosFormats.framework/PhotosFormats
       0x19093f000 -        0x190946fff  XPCKit arm64  <1d3e41cc36f93c2284f224e76f440b4a> /System/Library/PrivateFrameworks/XPCKit.framework/XPCKit
       0x190947000 -        0x190cb4fff  MediaPlayer arm64  <8501ad4857f03a21b8fd1df63838b889> /System/Library/Frameworks/MediaPlayer.framework/MediaPlayer
       0x190cb5000 -        0x190d9bfff  CameraKit arm64  <a6225cf4f7a23ceaac45ff4bf7e748ee> /System/Library/PrivateFrameworks/CameraKit.framework/CameraKit
       0x190da4000 -        0x190dbffff  MediaStream arm64  <ee50eeb830bd3cfab352e31012f374e9> /System/Library/PrivateFrameworks/MediaStream.framework/MediaStream
       0x190dc0000 -        0x19113afff  PhotoLibraryServices arm64  <4d9b334cfa26375e8d22672519e00484> /System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices
       0x19113b000 -        0x191171fff  PrototypeTools arm64  <a9c3ba3c8b7f3246b433f97300c8e189> /System/Library/PrivateFrameworks/PrototypeTools.framework/PrototypeTools
       0x191172000 -        0x1911e0fff  libprotobuf.dylib arm64  <49cefe5f37573881b69ab4c1ca25c417> /usr/lib/libprotobuf.dylib
       0x191411000 -        0x19154cfff  Message arm64  <641dcb7f3a313859a7d6eb0cb0cd3c51> /System/Library/PrivateFrameworks/Message.framework/Message
       0x1915fe000 -        0x191631fff  DataDetectorsCore arm64  <7cf6a2529e2831e488c3708945e314e0> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/DataDetectorsCore
       0x191640000 -        0x191874fff  libAWDSupportFramework.dylib arm64  <88727890305735ba853dc8edbfd663a7> /usr/lib/libAWDSupportFramework.dylib
       0x1918b3000 -        0x1918f0fff  WirelessDiagnostics arm64  <6c0d913bce5b30aeabfb8c9382929a0d> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/WirelessDiagnostics
       0x1918f1000 -        0x1919f9fff  Photos arm64  <ba574d265e7338d1a2fec717ba781638> /System/Library/Frameworks/Photos.framework/Photos
       0x191a32000 -        0x191a53fff  LatentSemanticMapping arm64  <a3aef61ca8a73d508a518e4be478115c> /System/Library/PrivateFrameworks/LatentSemanticMapping.framework/LatentSemanticMapping
       0x191aaf000 -        0x191ac8fff  GenerationalStorage arm64  <2c69dc810a2731f596b5ff4e35489cd1> /System/Library/PrivateFrameworks/GenerationalStorage.framework/GenerationalStorage
       0x191ac9000 -        0x191ad4fff  CoreRecents arm64  <7115aa87e7c83d668649a4ebec02fc05> /System/Library/PrivateFrameworks/CoreRecents.framework/CoreRecents
       0x191bd2000 -        0x191be5fff  AssetsLibrary arm64  <b36d8d1d92d33022a58fa52fecc67aca> /System/Library/Frameworks/AssetsLibrary.framework/AssetsLibrary
       0x191c1d000 -        0x19221efff  VectorKit arm64  <e1d686efbb80369789d13df15fe2a556> /System/Library/PrivateFrameworks/VectorKit.framework/VectorKit
       0x19221f000 -        0x19242dfff  MapKit arm64  <ffa880eccb4639f8be818465cb424151> /System/Library/Frameworks/MapKit.framework/MapKit
       0x19244b000 -        0x19244efff  FTClientServices arm64  <8db69557415f3574a29447f850b70e6d> /System/Library/PrivateFrameworks/FTClientServices.framework/FTClientServices
       0x19244f000 -        0x192461fff  QuickLookThumbnailing arm64  <d55f9db91e2732e29d865e8358c70d70> /System/Library/PrivateFrameworks/QuickLookThumbnailing.framework/QuickLookThumbnailing
       0x192564000 -        0x1925fafff  QuickLook arm64  <1535ad901f6233f2aef5db10612761ef> /System/Library/Frameworks/QuickLook.framework/QuickLook
       0x192649000 -        0x192681fff  ContactsAutocomplete arm64  <407f2dcac7a93cbdbe16724bac2ab88b> /System/Library/PrivateFrameworks/ContactsAutocomplete.framework/ContactsAutocomplete
       0x192692000 -        0x19276ffff  MessageUI arm64  <fb2381cf4cc937e09a843ea88a7c6a1e> /System/Library/Frameworks/MessageUI.framework/MessageUI
       0x192770000 -        0x1927e8fff  libnetwork.dylib arm64  <0a7b6197b67b32858ab16f65cc8e89bb> /usr/lib/libnetwork.dylib
       0x1927fc000 -        0x19287afff  Network arm64  <0f5845a9944d349c86b0da704653fe73> /System/Library/PrivateFrameworks/Network.framework/Network
       0x192881000 -        0x192920fff  Social arm64  <2f14bef979493a19b5ac2c79e0e37b92> /System/Library/Frameworks/Social.framework/Social
       0x192a0b000 -        0x192a21fff  FTAWD arm64  <173302dddbc739f2a85fe34a5b8f9b9d> /System/Library/PrivateFrameworks/FTAWD.framework/FTAWD
       0x192a8f000 -        0x192bf0fff  IMCore arm64  <5b449dbb93dd337aa35157eb88aa13a5> /System/Library/PrivateFrameworks/IMCore.framework/IMCore
       0x192bfc000 -        0x192bfcfff  AdSupport arm64  <0500302d01fc365ea029aa0553752a6c> /System/Library/Frameworks/AdSupport.framework/AdSupport
       0x192bfd000 -        0x192c19fff  StoreKit arm64  <8adc3372f0953cd3abe58c443eff9680> /System/Library/Frameworks/StoreKit.framework/StoreKit
       0x192c4a000 -        0x192ca1fff  ImageCapture arm64  <4cab9fa84eb136b78154b343590c7b37> /System/Library/PrivateFrameworks/ImageCapture.framework/ImageCapture
       0x192ca2000 -        0x192cb8fff  iPhotoMigrationSupport arm64  <7d936be790663c108f22ef5dbb5a1a8d> /System/Library/PrivateFrameworks/iPhotoMigrationSupport.framework/iPhotoMigrationSupport
       0x192cb9000 -        0x192cd8fff  SharedUtils arm64  <f23fa588a2723106b48f13d4b4b82ef4> /System/Library/Frameworks/LocalAuthentication.framework/Support/SharedUtils.framework/SharedUtils
       0x192ce8000 -        0x192d7cfff  PhotoLibrary arm64  <524598db89b93a72910da8cd564ae1be> /System/Library/PrivateFrameworks/PhotoLibrary.framework/PhotoLibrary
       0x192f7c000 -        0x192f8efff  LocalAuthentication arm64  <f899e91a83bc304bafca1bdd234bebf8> /System/Library/Frameworks/LocalAuthentication.framework/LocalAuthentication
       0x192f8f000 -        0x192fc5fff  CalendarUIKit arm64  <e7d87cef5ab1384b841b6fdcdf3b769b> /System/Library/PrivateFrameworks/CalendarUIKit.framework/CalendarUIKit
       0x192ff4000 -        0x193003fff  SetupAssistant arm64  <8b12185307333f35b1fc678abceb0b5f> /System/Library/PrivateFrameworks/SetupAssistant.framework/SetupAssistant
       0x193033000 -        0x1931f5fff  EventKitUI arm64  <e9ca4e8efc8937a39d399cff2cd3bff5> /System/Library/Frameworks/EventKitUI.framework/EventKitUI
       0x1931f6000 -        0x193275fff  CoreRecognition arm64  <95705b961abd3445bc6ef7070a3e0074> /System/Library/PrivateFrameworks/CoreRecognition.framework/CoreRecognition
       0x1932a2000 -        0x1932d4fff  Pegasus arm64  <5815a011d91e3b9ca2ac76caa2245b77> /System/Library/PrivateFrameworks/Pegasus.framework/Pegasus
       0x19338c000 -        0x1933d5fff  AVKit arm64  <cb65e44fae8d39d5950c8195fe74b98e> /System/Library/Frameworks/AVKit.framework/AVKit
       0x1934a5000 -        0x1936b4fff  SafariShared arm64  <0e48873762f53f099071542062055f7c> /System/Library/PrivateFrameworks/SafariShared.framework/SafariShared
       0x1936b5000 -        0x1936c7fff  SiriTasks arm64  <0d58b939c3653c23bf41858712f2b7e9> /System/Library/PrivateFrameworks/SiriTasks.framework/SiriTasks
       0x193866000 -        0x193910fff  IMAVCore arm64  <398315d1589a353e8c3b93a3f7ced75c> /System/Library/PrivateFrameworks/IMAVCore.framework/IMAVCore
       0x193911000 -        0x193994fff  PhotoEditSupport arm64  <06e33a605552389a84e7c34b2e18c0cf> /System/Library/PrivateFrameworks/PhotoEditSupport.framework/PhotoEditSupport
       0x193f41000 -        0x193f88fff  WebUI arm64  <1538d69669663eb4a33a0ba400ce6428> /System/Library/PrivateFrameworks/WebUI.framework/WebUI
       0x193fc0000 -        0x194429fff  PhotosUI arm64  <53e63d5c54db301689560fb3148a5d3f> /System/Library/Frameworks/PhotosUI.framework/PhotosUI
       0x19442a000 -        0x1944cbfff  SafariServices arm64  <d69c298f0b673abfa7b2680c73e0fcbf> /System/Library/Frameworks/SafariServices.framework/SafariServices
       0x194b20000 -        0x194c79fff  libGLProgrammability.dylib arm64  <cae55b825dbd32d8a0908104159377e2> /System/Library/Frameworks/OpenGLES.framework/libGLProgrammability.dylib
       0x194f02000 -        0x194f3bfff  DataDetectorsUI arm64  <17e411be8d853fc9ac9d0bfbf3431424> /System/Library/PrivateFrameworks/DataDetectorsUI.framework/DataDetectorsUI
       0x194fcc000 -        0x195107fff  NetworkExtension arm64  <ead683556f3536c48952cae5ab2808c3> /System/Library/Frameworks/NetworkExtension.framework/NetworkExtension
       0x1955d3000 -        0x195603fff  WirelessProximity arm64  <7e491a1bcba63ed895899f44e890e3f7> /System/Library/PrivateFrameworks/WirelessProximity.framework/WirelessProximity
       0x195860000 -        0x1958ddfff  CoreHandwriting arm64  <0fcfb1c7135b3a308667e34c38038921> /System/Library/PrivateFrameworks/CoreHandwriting.framework/CoreHandwriting
       0x1959e1000 -        0x195a73fff  MediaPlatform arm64  <b117055979733220bd62384a39210e83> /System/Library/PrivateFrameworks/MediaPlatform.framework/MediaPlatform
       0x1964ff000 -        0x19655bfff  CoreBrightness arm64  <45681ca0f8de3889b148b92cd7c379ac> /System/Library/PrivateFrameworks/CoreBrightness.framework/CoreBrightness
       0x196862000 -        0x19698bfff  StoreServicesCore arm64  <287bd05b85a33c528d4875baf3c35eae> /System/Library/PrivateFrameworks/StoreServicesCore.framework/StoreServicesCore
       0x196ebb000 -        0x1972fdfff  MediaLibraryCore arm64  <a09d370a4cc43e6b815b37961207eafd> /System/Library/PrivateFrameworks/MediaLibraryCore.framework/MediaLibraryCore
       0x197918000 -        0x197a1bfff  AnnotationKit arm64  <77fea4a513b0397aaa8f1cd0a93d6eb7> /System/Library/PrivateFrameworks/AnnotationKit.framework/AnnotationKit
       0x197e64000 -        0x197e83fff  CoreNLP arm64  <f23128bd305e3e0eb3be0d9b2b575dd1> /System/Library/PrivateFrameworks/CoreNLP.framework/CoreNLP
       0x199d5c000 -        0x199d72fff  WebContentAnalysis arm64  <efae3a6207493a649865648d5a4f9e79> /System/Library/PrivateFrameworks/WebContentAnalysis.framework/WebContentAnalysis
       0x199db1000 -        0x199db8fff  libMatch.1.dylib arm64  <5698f0d024dd3dbea8fbcbd94d64e8f3> /usr/lib/libMatch.1.dylib
       0x19a119000 -        0x19a3aefff  RawCamera arm64  <b03aa4260a5d305b8038066ba13197a2> /System/Library/CoreServices/RawCamera.bundle/RawCamera
       0x19a3d9000 -        0x19a3edfff  libCGInterfaces.dylib arm64  <6197c0f084b532d9ad7df20efbf15f09> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/Libraries/libCGInterfaces.dylib
       0x19aaab000 -        0x19ab95fff  GLEngine arm64  <859dd5a25bb232618b7bcb7448e31801> /System/Library/Frameworks/OpenGLES.framework/GLEngine.bundle/GLEngine
       0x19b2d1000 -        0x19b2dffff  AppleFSCompression arm64  <d390dfb23092338c9452195e007afcb0> /System/Library/PrivateFrameworks/AppleFSCompression.framework/AppleFSCompression
       0x19b2e0000 -        0x19b2ebfff  AppleIDAuthSupport arm64  <01a507f1fe2030aab5f90d0c7c664961> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/AppleIDAuthSupport
       0x19bfd9000 -        0x19bffffff  CoreServicesInternal arm64  <ac0a1a1093eb359a96033c5f36f69b21> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesInternal
       0x19c320000 -        0x19c32afff  DiagnosticExtensions arm64  <485325215d4934599c651356adb8ef7c> /System/Library/PrivateFrameworks/DiagnosticExtensions.framework/DiagnosticExtensions
       0x19c6e8000 -        0x19c6f4fff  libGSFontCache.dylib arm64  <62002ad71b7a323a9d385a43dde68a66> /System/Library/PrivateFrameworks/FontServices.framework/libGSFontCache.dylib
       0x19c6f5000 -        0x19c726fff  libTrueTypeScaler.dylib arm64  <725a2ff41d7f315b834d14c969050ea8> /System/Library/PrivateFrameworks/FontServices.framework/libTrueTypeScaler.dylib
       0x19d65d000 -        0x19d68dfff  MarkupUI arm64  <74d9ab5a05ba371eb6aa28858878ae0f> /System/Library/PrivateFrameworks/MarkupUI.framework/MarkupUI
       0x19da44000 -        0x19da4dfff  MobileStorage arm64  <861793a6fa45393080c8044461cf97c2> /System/Library/PrivateFrameworks/MobileStorage.framework/MobileStorage
       0x19e58b000 -        0x19e5b8fff  SafariSafeBrowsing arm64  <3939d5c877bf3977ba01601520a69cc2> /System/Library/PrivateFrameworks/SafariSafeBrowsing.framework/SafariSafeBrowsing
       0x19e95c000 -        0x19e961fff  TextInputUI arm64  <5f3e83b8ed103077a4f0df5eb58f6368> /System/Library/PrivateFrameworks/TextInputUI.framework/TextInputUI
       0x19f0d8000 -        0x19f2b3fff  libFosl_dynamic.dylib arm64  <824eea765c503ac1ba0917abf74f38db> /usr/lib/libFosl_dynamic.dylib
       0x19f2b4000 -        0x19f2befff  libMobileGestaltExtensions.dylib arm64  <cc520bc337e83bc892e125874143b749> /usr/lib/libMobileGestaltExtensions.dylib
       0x19f526000 -        0x19f52afff  libgermantok.dylib arm64  <34270786a2e13f6f941ac8010d5fc1c3> /usr/lib/libgermantok.dylib
       0x19f6c2000 -        0x19f6f1fff  libpcap.A.dylib arm64  <5e8e5836c6ee38109cf607fcb398671a> /usr/lib/libpcap.A.dylib
       0x19f6f2000 -        0x19f729fff  libsandbox.1.dylib arm64  <398892b5683531a2ba8833af790099f2> /usr/lib/libsandbox.1.dylib
       0x19f72d000 -        0x19f801fff  AVFAudio arm64  <291f828312d038c9aecd48a7069cc790> /System/Library/Frameworks/AVFoundation.framework/Frameworks/AVFAudio.framework/AVFAudio
       0x19f802000 -        0x19f80bfff  ProactiveEventTracker arm64  <da5a5190c6043c40a89c3a82179257c8> /System/Library/PrivateFrameworks/ProactiveEventTracker.framework/ProactiveEventTracker
       0x19f80c000 -        0x19f94efff  Intents arm64  <8233bd87de6b35b995d0aeee596d7a48> /System/Library/Frameworks/Intents.framework/Intents
       0x19f94f000 -        0x19f9a4fff  CallKit arm64  <02cc61a0724d3769bca8b748d7da8435> /System/Library/Frameworks/CallKit.framework/CallKit
       0x19fa89000 -        0x19faacfff  UserNotifications arm64  <23ee04a6460836929ab4494c2bffe5d9> /System/Library/Frameworks/UserNotifications.framework/UserNotifications
       0x19fabc000 -        0x19facafff  PersonaKit arm64  <685d10cd74153df0ac58f31db6e9f8a4> /System/Library/PrivateFrameworks/PersonaKit.framework/PersonaKit
       0x19facb000 -        0x19fcbafff  CVML arm64  <6bc125f46a0c3422a0297519fcdfc1b8> /System/Library/PrivateFrameworks/CVML.framework/CVML
       0x19fcbb000 -        0x19fce3fff  IMSharedUtilities arm64  <8ccd0012e6963379bd5ad65bbc17eef1> /System/Library/PrivateFrameworks/IMSharedUtilities.framework/IMSharedUtilities
       0x19fda6000 -        0x19fe56fff  Navigation arm64  <6b24bb4f135a3564bae97b0700196b91> /System/Library/PrivateFrameworks/Navigation.framework/Navigation
       0x19feda000 -        0x19ff04fff  Pasteboard arm64  <bf5de6bab17c3be780ea9824013c5283> /System/Library/PrivateFrameworks/Pasteboard.framework/Pasteboard
       0x19ff1d000 -        0x1a00a3fff  TextureIO arm64  <c761c83a9d3d353793a765e1a66164d9> /System/Library/PrivateFrameworks/TextureIO.framework/TextureIO
       0x1a05b0000 -        0x1a05f8fff  ContactsUICore arm64  <2a7eac654cb3330688777fbce01a48ec> /System/Library/PrivateFrameworks/ContactsUICore.framework/ContactsUICore
       0x1a063e000 -        0x1a0645fff  EmojiFoundation arm64  <d4abc5bb14c5315686be74405d074638> /System/Library/PrivateFrameworks/EmojiFoundation.framework/EmojiFoundation
       0x1a0d5f000 -        0x1a0d7cfff  SearchFoundation arm64  <4ae87e9a0b8c33ab99c1e216200270bc> /System/Library/PrivateFrameworks/SearchFoundation.framework/SearchFoundation
       0x1a12a5000 -        0x1a133cfff  AGXMetalA9 arm64  <ec261d3019803059b90d25ca0ac4b737> /System/Library/Extensions/AGXMetalA9.bundle/AGXMetalA9
       0x1a133d000 -        0x1a135efff  AppleMetalGLRenderer arm64  <1fdef9c93cad38be93b666a31ff2697d> /System/Library/Extensions/AppleMetalGLRenderer.bundle/AppleMetalGLRenderer
       0x1a135f000 -        0x1a1371fff  libBNNS.dylib arm64  <c5b5b579660333878b35b237714132e3> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBNNS.dylib
       0x1a1372000 -        0x1a1377fff  libQuadrature.dylib arm64  <f96735a958f531ee83765f2237d3a0da> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libQuadrature.dylib
       0x1a16f4000 -        0x1a1705fff  CoreEmoji arm64  <7b72c0afc47f32988794951dca896329> /System/Library/PrivateFrameworks/CoreEmoji.framework/CoreEmoji
       0x1a1706000 -        0x1a171efff  CoreInterest arm64  <896a2042e63232b4b220dad13478bf28> /System/Library/PrivateFrameworks/CoreInterest.framework/CoreInterest
       0x1a18a1000 -        0x1a18d3fff  CoreParsec arm64  <0cd757273b2636eb9a9664406e5c2d17> /System/Library/PrivateFrameworks/CoreParsec.framework/CoreParsec
       0x1a192b000 -        0x1a195cfff  DifferentialPrivacy arm64  <21d82db8240c3e5f83019a148be69ce5> /System/Library/PrivateFrameworks/DifferentialPrivacy.framework/DifferentialPrivacy
       0x1a1cb0000 -        0x1a1d78fff  NLP arm64  <5de1e299b3043ddeb78d5a1504bae28e> /System/Library/PrivateFrameworks/NLP.framework/NLP
       0x1a1e09000 -        0x1a1e78fff  PDFKit arm64  <d2ed545a259f395db1241eb0f5327c93> /System/Library/PrivateFrameworks/PDFKit.framework/PDFKit
       0x1a2322000 -        0x1a257afff  PhotosUICore arm64  <a6c90295e12f3f2689b228ecc2649144> /System/Library/PrivateFrameworks/PhotosUICore.framework/PhotosUICore
       0x1a2bea000 -        0x1a2c5bfff  libate.dylib arm64  <9d78bbf324af3a19b869f1f95ccbba0f> /usr/lib/libate.dylib
       0x1a2c5c000 -        0x1a2c5cfff  libcoretls.dylib arm64  <c50a55eeb4fc36d3964e983efbf9866d> /usr/lib/libcoretls.dylib
       0x1a2c5d000 -        0x1a2c5efff  libcoretls_cfhelpers.dylib arm64  <f7d161c350483e84a2a2e5c4c7dc30f5> /usr/lib/libcoretls_cfhelpers.dylib
jpsim commented 8 years ago

This appears to be a segfault in object_isClass(_:), which itself is being called by Foundation's KVO machinery. I'd guess this is a bug in iOS rather than Realm. Have you filed a radar for this?

Ashok28 commented 8 years ago

Not yet, will do. In the meantime, any idea for a workaround except deleting realm file?

jpsim commented 8 years ago

Since this is happening when attempting to notify your KVO observers that their observed objects are being deleted, a workaround could to be unregister your KVO observers prior to calling deleteAll().

When you do file a radar on this, please share the number with us here so we can duplicate.

Thanks!

jpsim commented 8 years ago

@Ashok28 did you manage to file a radar about this, or to work around this apparent KVO bug by deregistering your KVO observers prior to calling deleteAll()?

Ashok28 commented 8 years ago

Sorry for late response, I was travelling abroad for a week. I've solved this issue by unregistering all KVO observers prior to calling deleteAll(). I didn't submit radar yet as I'm having trouble replicating this issue in example project I was trying to create.

jpsim commented 8 years ago

Alright, I'll close this then as it appears the bug is in Apple's own KVO machinery and you've managed to work around this.

If you do end up filing a radar about this, please share the radar number, I'd be happy to dupe.

Rj707 commented 4 years ago

@jpsim what does unregister your KVO observers prior to calling deleteAll(). actually mean??

Rj707 commented 4 years ago

m facing same issue... :(

AntonBelousov commented 4 years ago

@Rj707

I'm faced the same issue. call invalidate on your NSKeyValueObservation

func foo {
    ... // fetch obj from Realm
    self.observation = obj.observe(\.someKeyPath, {_, _ in})
}
deinit {
    self.observation.invalidate
}