realm / realm-swift

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

please_report_this_error_to_help_at_realm_dot_io #3496

Closed jeeftor closed 8 years ago

jeeftor commented 8 years ago

As per crash log i'm reporting this error to you guys (not sure if you can do anything with it)

Incident Identifier: 18040D5B-2CD8-4B48-9178-6FDB40DE9292
CrashReporter Key:   95E9A9D3-E8C9-433C-9915-F06B3B5E79B1
Hardware Model:      iPad4,2
Process:         otto [963]
Path:            /var/containers/Bundle/Application/C7DF508C-05EF-4572-ADE0-55D024E5C84C/otto.app/otto
Identifier:      org.mitre.otto.alpha
Version:         0.0.1 (132)
Code Type:       ARM-64
Parent Process:  ??? [1]

Date/Time:       2016-04-27T18:58:15Z
Launch Time:     2016-04-27T18:42:14Z
OS Version:      iPhone OS 9.3.1 (13E238)
Report Version:  104

Exception Type:  SIGABRT
Exception Codes: #0 at 0x1829e011c
Crashed Thread:  0

Thread 0 Crashed:
0   libsystem_kernel.dylib               0x00000001829e011c __pthread_kill + 8
1   libsystem_pthread.dylib              0x0000000182aacef8 pthread_kill + 108
2   libsystem_c.dylib                    0x0000000182951dac abort + 136
3   Realm                                0x0000000100ec3f34 please_report_this_error_to_help_at_realm_dot_io + 8
4   Realm                                0x0000000100ec4028 realm::util::terminate_internal(std::__1::basic_stringstream<char, std::__1::char_traits<char>, std::__1::allocator<char> >&) + 228
5   Realm                                0x0000000100e0e36c void realm::util::terminate<unsigned long, int>(char const*, char const*, long, unsigned long, int) (terminate.hpp:63)
6   Realm                                0x0000000100fcb928 realm::Table::init(unsigned long, realm::ArrayParent*, unsigned long, bool) + 380
7   Realm                                0x0000000100f6d60c realm::_impl::TableFriend::create_incomplete_accessor(realm::Allocator&, unsigned long, realm::Table::Parent*, unsigned long) + 476
8   Realm                                0x0000000100f68d18 realm::Group::create_table_accessor(unsigned long) + 208
9   Realm                                0x0000000100f68bbc realm::Group::do_get_table(unsigned long, bool (*)(realm::Spec const&)) + 204
10  Realm                                0x0000000100e07f68 realm::ObjectStore::table_for_object_type(realm::Group const*, realm::StringData) (group.hpp:1138)
11  Realm                                0x0000000100e06a58 realm::ObjectSchema::ObjectSchema(realm::Group const*, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) (object_schema.cpp:40)
12  Realm                                0x0000000100e0fd90 void std::__1::vector<realm::ObjectSchema, std::__1::allocator<realm::ObjectSchema> >::__emplace_back_slow_path<realm::Group const*&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >&>(realm::Group const*&&&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >&&&) (memory:1731)
13  Realm                                0x0000000100e09d8c realm::ObjectStore::schema_from_group(realm::Group const*) (vector:1646)
14  Realm                                0x0000000100eaea5c realm::Realm::init(std::__1::shared_ptr<realm::_impl::RealmCoordinator>) (shared_realm.cpp:131)
15  Realm                                0x0000000100e106d0 realm::_impl::RealmCoordinator::get_realm(realm::Realm::Config) (realm_coordinator.cpp:113)
16  Realm                                0x0000000100eaf26c realm::Realm::get_shared_realm(realm::Realm::Config) (shared_realm.cpp:181)
17  Realm                                0x0000000100e9f7d0 +[RLMRealm openSharedRealm:error:] (RLMRealm.mm:285)
18  Realm                                0x0000000100e9fb90 +[RLMRealm realmWithConfiguration:error:] (RLMRealm.mm:356)
19  RealmSwift                           0x000000010239ec14 RealmSwift.Realm.__allocating_init  throws (configuration : RealmSwift.Realm.Configuration) (Realm.swift:0)
20  otto                                 0x000000010007def0 otto.DataSourceTableViewController.(populateRecordings in _C7F429F3883819856E692BBA593B557A) ()() (DataSourceTableViewController.swift:241)
21  otto                                 0x000000010007c41c @objc otto.DataSourceTableViewController.viewDidLoad ()() (DataSourceTableViewController.swift:22)
22  UIKit                                0x0000000187f88b40 -[UIViewController loadViewIfRequired] + 992
23  UIKit                                0x0000000187f88744 -[UIViewController view] + 24
24  UIKit                                0x000000018832e9fc -[UINavigationController preferredContentSize] + 168
25  UIKit                                0x00000001888d73c8 -[UIPopoverPresentationController preferredContentSizeDidChangeForChildContentContainer:] + 60
26  UIKit                                0x00000001882e7f04 __56-[UIPresentationController runTransitionForCurrentState]_block_invoke + 116
27  UIKit                                0x000000018823afd8 _runAfterCACommitDeferredBlocks + 288
28  UIKit                                0x0000000188248990 _cleanUpAfterCAFlushAndRunDeferredBlocks + 88
29  UIKit                                0x0000000187f7a4a4 _afterCACommitHandler + 92
30  CoreFoundation                       0x0000000182dfc7b0 __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 28
31  CoreFoundation                       0x0000000182dfa554 __CFRunLoopDoObservers + 368
32  CoreFoundation                       0x0000000182dfa984 __CFRunLoopRun + 924
33  CoreFoundation                       0x0000000182d24d10 CFRunLoopRunSpecific + 380
34  GraphicsServices                     0x000000018460c088 GSEventRunModal + 176
35  UIKit                                0x0000000187ff1f70 UIApplicationMain + 200
36  otto                                 0x000000010010e7d8 main (AppDelegate.swift:14)
37  ???                                  0x00000001828c28b8 0x0 + 0

Thread 1:
0   libsystem_kernel.dylib               0x00000001829e14d8 kevent_qos + 8
1   libdispatch.dylib                    0x0000000182893648 _dispatch_mgr_thread + 48

Thread 2:
0   libsystem_kernel.dylib               0x00000001829c4fd8 mach_msg_trap + 8
1   CoreFoundation                       0x0000000182dfcce8 __CFRunLoopServiceMachPort + 192
2   CoreFoundation                       0x0000000182dfa9ec __CFRunLoopRun + 1028
3   CoreFoundation                       0x0000000182d24d10 CFRunLoopRunSpecific + 380
4   GeoServices                          0x00000001899ae160 _runNetworkThread + 424
5   libsystem_pthread.dylib              0x0000000182aabb28 _pthread_body + 152
6   libsystem_pthread.dylib              0x0000000182aaba8c _pthread_start + 152
7   libsystem_pthread.dylib              0x0000000182aa9028 thread_start + 0

Thread 3:
0   libsystem_kernel.dylib               0x00000001829e0b48 __workq_kernreturn + 8
1   libsystem_pthread.dylib              0x0000000182aa9020 start_wqthread + 0

Thread 4:
0   libsystem_kernel.dylib               0x00000001829c4fd8 mach_msg_trap + 8
1   CoreFoundation                       0x0000000182dfcce8 __CFRunLoopServiceMachPort + 192
2   CoreFoundation                       0x0000000182dfa9ec __CFRunLoopRun + 1028
3   CoreFoundation                       0x0000000182d24d10 CFRunLoopRunSpecific + 380
4   Foundation                           0x0000000183734d8c -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 304
5   libAXSpeechManager.dylib             0x000000018c55262c -[AXSpeechThread main] + 228
6   Foundation                           0x000000018381be1c __NSThread__start__ + 996
7   libsystem_pthread.dylib              0x0000000182aabb28 _pthread_body + 152
8   libsystem_pthread.dylib              0x0000000182aaba8c _pthread_start + 152
9   libsystem_pthread.dylib              0x0000000182aa9028 thread_start + 0

Thread 5:
0   libsystem_kernel.dylib               0x00000001829c4fd8 mach_msg_trap + 8
1   CoreFoundation                       0x0000000182dfcce8 __CFRunLoopServiceMachPort + 192
2   CoreFoundation                       0x0000000182dfa9ec __CFRunLoopRun + 1028
3   CoreFoundation                       0x0000000182d24d10 CFRunLoopRunSpecific + 380
4   libAVFAudio.dylib                    0x00000001894859e0 GenericRunLoopThread::Entry(void*) + 160
5   libAVFAudio.dylib                    0x000000018945a75c CAPThread::Entry(CAPThread*) + 80
6   libsystem_pthread.dylib              0x0000000182aabb28 _pthread_body + 152
7   libsystem_pthread.dylib              0x0000000182aaba8c _pthread_start + 152
8   libsystem_pthread.dylib              0x0000000182aa9028 thread_start + 0

Thread 6:
0   libsystem_kernel.dylib               0x00000001829c4fd8 mach_msg_trap + 8
1   AudioToolbox                         0x000000018571b0e4 AURemoteIO::IOThread::Run() + 108
2   AudioToolbox                         0x000000018571e914 AURemoteIO::IOThread::Entry(void*) + 8
3   AudioToolbox                         0x000000018562ad70 CAPThread::Entry(CAPThread*) + 120
4   libsystem_pthread.dylib              0x0000000182aabb28 _pthread_body + 152
5   libsystem_pthread.dylib              0x0000000182aaba8c _pthread_start + 152
6   libsystem_pthread.dylib              0x0000000182aa9028 thread_start + 0

Thread 7:
0   libsystem_kernel.dylib               0x00000001829c4fd8 mach_msg_trap + 8
1   CoreFoundation                       0x0000000182dfcce8 __CFRunLoopServiceMachPort + 192
2   CoreFoundation                       0x0000000182dfa9ec __CFRunLoopRun + 1028
3   CoreFoundation                       0x0000000182d24d10 CFRunLoopRunSpecific + 380
4   AudioToolbox                         0x00000001856389f4 GenericRunLoopThread::Entry(void*) + 160
5   AudioToolbox                         0x000000018562ad70 CAPThread::Entry(CAPThread*) + 120
6   libsystem_pthread.dylib              0x0000000182aabb28 _pthread_body + 152
7   libsystem_pthread.dylib              0x0000000182aaba8c _pthread_start + 152
8   libsystem_pthread.dylib              0x0000000182aa9028 thread_start + 0

Thread 8:
0   libsystem_kernel.dylib               0x00000001829c4fd8 mach_msg_trap + 8
1   CoreFoundation                       0x0000000182dfcce8 __CFRunLoopServiceMachPort + 192
2   CoreFoundation                       0x0000000182dfa9ec __CFRunLoopRun + 1028
3   CoreFoundation                       0x0000000182d24d10 CFRunLoopRunSpecific + 380
4   CFNetwork                            0x00000001834a5af4 +[NSURLConnection(Loader) _resourceLoadLoop:] + 408
5   Foundation                           0x000000018381be1c __NSThread__start__ + 996
6   libsystem_pthread.dylib              0x0000000182aabb28 _pthread_body + 152
7   libsystem_pthread.dylib              0x0000000182aaba8c _pthread_start + 152
8   libsystem_pthread.dylib              0x0000000182aa9028 thread_start + 0

Thread 9:
0   libsystem_kernel.dylib               0x00000001829e0344 __select + 8
1   libsystem_pthread.dylib              0x0000000182aabb28 _pthread_body + 152
2   libsystem_pthread.dylib              0x0000000182aaba8c _pthread_start + 152
3   libsystem_pthread.dylib              0x0000000182aa9028 thread_start + 0

Thread 10:
0   libsystem_kernel.dylib               0x00000001829e0b48 __workq_kernreturn + 8
1   libsystem_pthread.dylib              0x0000000182aa9020 start_wqthread + 0

Thread 11:
0   libsystem_kernel.dylib               0x00000001829e0b48 __workq_kernreturn + 8
1   libsystem_pthread.dylib              0x0000000182aa9020 start_wqthread + 0

Thread 12:
0   libsystem_kernel.dylib               0x00000001829e0b48 __workq_kernreturn + 8
1   libsystem_pthread.dylib              0x0000000182aa9020 start_wqthread + 0

Thread 13:
0   libsystem_kernel.dylib               0x00000001829e0b48 __workq_kernreturn + 8
1   libsystem_pthread.dylib              0x0000000182aa9020 start_wqthread + 0

Thread 14:
0   libsystem_kernel.dylib               0x00000001829e0b48 __workq_kernreturn + 8
1   libsystem_pthread.dylib              0x0000000182aa9020 start_wqthread + 0

Thread 15:
0   libsystem_kernel.dylib               0x00000001829e0b48 __workq_kernreturn + 8
1   libsystem_pthread.dylib              0x0000000182aa9020 start_wqthread + 0

Thread 16:
0   libsystem_kernel.dylib               0x00000001829e0b48 __workq_kernreturn + 8
1   libsystem_pthread.dylib              0x0000000182aa9020 start_wqthread + 0

Thread 17:
0   libsystem_kernel.dylib               0x00000001829e0b48 __workq_kernreturn + 8
1   libsystem_pthread.dylib              0x0000000182aa9020 start_wqthread + 0

Thread 18:
0   libsystem_kernel.dylib               0x00000001829e0b48 __workq_kernreturn + 8
1   libsystem_pthread.dylib              0x0000000182aa9020 start_wqthread + 0

Thread 19:
0   libsystem_kernel.dylib               0x00000001829c502c semaphore_timedwait_trap + 8
1   libdispatch.dylib                    0x00000001828a1954 _dispatch_worker_thread + 152
2   libsystem_pthread.dylib              0x0000000182aabb28 _pthread_body + 152
3   libsystem_pthread.dylib              0x0000000182aaba8c _pthread_start + 152
4   libsystem_pthread.dylib              0x0000000182aa9028 thread_start + 0

Thread 20:
0   libsystem_kernel.dylib               0x00000001829c502c semaphore_timedwait_trap + 8
1   libdispatch.dylib                    0x00000001828a1954 _dispatch_worker_thread + 152
2   libsystem_pthread.dylib              0x0000000182aabb28 _pthread_body + 152
3   libsystem_pthread.dylib              0x0000000182aaba8c _pthread_start + 152
4   libsystem_pthread.dylib              0x0000000182aa9028 thread_start + 0

Thread 21:
0   libsystem_kernel.dylib               0x00000001829c9528 event + 8
1   Realm                                0x0000000100dffa9c std::__1::__async_func<realm::_impl::ExternalCommitHelper::ExternalCommitHelper(realm::_impl::RealmCoordinator&)::$_0>::operator()() (external_commit_helper.cpp:159)
2   Realm                                0x0000000100dffa24 std::__1::__async_assoc_state<void, std::__1::__async_func<realm::_impl::ExternalCommitHelper::ExternalCommitHelper(realm::_impl::RealmCoordinator&)::$_0> >::__execute() (future:1025)
3   Realm                                0x0000000100dffbec 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              0x0000000182aabb28 _pthread_body + 152
5   libsystem_pthread.dylib              0x0000000182aaba8c _pthread_start + 152
6   libsystem_pthread.dylib              0x0000000182aa9028 thread_start + 0

Thread 0 crashed with ARM-64 Thread State:
    pc: 0x00000001829e011c     fp: 0x000000016fded310     sp: 0x000000016fded2f0     x0: 0x0000000000000000 
    x1: 0x0000000000000000     x2: 0x0000000000000000     x3: 0x00000000000001a3     x4: 0x000000016fded1a0 
    x5: 0x00000001200c7a0c     x6: 0x0000000000000000     x7: 0x0000000000000fa0     x8: 0x0000000008000000 
    x9: 0x0000000004000000    x10: 0x0000000000000000    x11: 0x00000001a339c6d9    x12: 0x00000001a339c6d9 
   x13: 0x0000000000000018    x14: 0x000000008000001f    x15: 0x0000000080000023    x16: 0x0000000000000148 
   x17: 0x00000001010694b0    x18: 0x0000000000000000    x19: 0x0000000000000006    x20: 0x00000001a0ec8000 
   x21: 0x0000000160c39c00    x22: 0x0000000160c3aa78    x23: 0x0000000000000022    x24: 0x0000000000000022 
   x25: 0x000000000000000a    x26: 0x000000016fded7f8    x27: 0x000000010104cc5d    x28: 0x00000001010769e0 
    lr: 0x0000000182aacef8   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:
       0x100010000 -        0x100747fff +otto arm64  <ca6f98d898f235a788d6a67ed1e19ac4> /var/containers/Bundle/Application/C7DF508C-05EF-4572-ADE0-55D024E5C84C/otto.app/otto
       0x1008d4000 -        0x100913fff +CocoaAsyncSocket arm64  <65665a13118c32449c07103350195846> /private/var/containers/Bundle/Application/C7DF508C-05EF-4572-ADE0-55D024E5C84C/otto.app/Frameworks/CocoaAsyncSocket.framework/CocoaAsyncSocket
       0x100a70000 -        0x100a83fff +Logger arm64  <907575c2524c3b3c8becc76e6e01635a> /private/var/containers/Bundle/Application/C7DF508C-05EF-4572-ADE0-55D024E5C84C/otto.app/Frameworks/Logger.framework/Logger
       0x100b08000 -        0x100b3ffff +DataRecorder arm64  <cb00728d50163d6ea841a7054aaac4cf> /private/var/containers/Bundle/Application/C7DF508C-05EF-4572-ADE0-55D024E5C84C/otto.app/Frameworks/DataRecorder.framework/DataRecorder
       0x100c94000 -        0x100c9bfff +Decode1090ES arm64  <c583882ce2603597ba16fb899e1ff1c5> /private/var/containers/Bundle/Application/C7DF508C-05EF-4572-ADE0-55D024E5C84C/otto.app/Frameworks/Decode1090ES.framework/Decode1090ES
       0x100cb8000 -        0x100ce3fff +SwiftyJSON arm64  <b7c2f0a054dc3558ae6cffad1542d9f3> /private/var/containers/Bundle/Application/C7DF508C-05EF-4572-ADE0-55D024E5C84C/otto.app/Frameworks/SwiftyJSON.framework/SwiftyJSON
       0x100df0000 -        0x101067fff +Realm arm64  <3d339863375c37e088f029768a1c7c4c> /private/var/containers/Bundle/Application/C7DF508C-05EF-4572-ADE0-55D024E5C84C/otto.app/Frameworks/Realm.framework/Realm
       0x1020a0000 -        0x1020f7fff +DataManager arm64  <5b592f3ba6e6333bb2ff73ceda6d72c8> /private/var/containers/Bundle/Application/C7DF508C-05EF-4572-ADE0-55D024E5C84C/otto.app/Frameworks/DataManager.framework/DataManager
       0x102348000 -        0x10234ffff +OTTOTestData arm64  <14fea0b58ecb34aeb20dce4a930f6970> /private/var/containers/Bundle/Application/C7DF508C-05EF-4572-ADE0-55D024E5C84C/otto.app/Frameworks/OTTOTestData.framework/OTTOTestData
       0x102374000 -        0x1023b3fff +RealmSwift arm64  <eb4f9e04c15a383f94413d9a6d4721dc> /private/var/containers/Bundle/Application/C7DF508C-05EF-4572-ADE0-55D024E5C84C/otto.app/Frameworks/RealmSwift.framework/RealmSwift
       0x102530000 -        0x102553fff +ConvertibleUnits arm64  <0c630d6ec83c35179332d36a2bfc35e4> /private/var/containers/Bundle/Application/C7DF508C-05EF-4572-ADE0-55D024E5C84C/otto.app/Frameworks/ConvertibleUnits.framework/ConvertibleUnits
       0x102678000 -        0x10267ffff +OTTOMapData arm64  <84f0f96e73913e93956fba91bb4d957d> /private/var/containers/Bundle/Application/C7DF508C-05EF-4572-ADE0-55D024E5C84C/otto.app/Frameworks/OTTOMapData.framework/OTTOMapData
       0x1026a4000 -        0x1026f3fff +Alamofire arm64  <4ba553a6008032f5921e46c5b6e35dde> /private/var/containers/Bundle/Application/C7DF508C-05EF-4572-ADE0-55D024E5C84C/otto.app/Frameworks/Alamofire.framework/Alamofire
       0x102930000 -        0x102937fff +EGM96GeoidCalculator arm64  <ca9c64c90fea3485903cf00f73e9f35c> /private/var/containers/Bundle/Application/C7DF508C-05EF-4572-ADE0-55D024E5C84C/otto.app/Frameworks/EGM96GeoidCalculator.framework/EGM96GeoidCalculator
       0x102be4000 -        0x102c23fff +GDL90 arm64  <f562d8051a70342db849261bfac45492> /private/var/containers/Bundle/Application/C7DF508C-05EF-4572-ADE0-55D024E5C84C/otto.app/Frameworks/GDL90.framework/GDL90
       0x102d7c000 -        0x102d83fff  libswiftAVFoundation.dylib arm64  <970dd91c0e293a70b3029f604a5e03c6> /private/var/containers/Bundle/Application/C7DF508C-05EF-4572-ADE0-55D024E5C84C/otto.app/Frameworks/libswiftAVFoundation.dylib
       0x102da4000 -        0x102fa3fff  libswiftCore.dylib arm64  <9f00dad2c58e36908577e62a0a805f12> /private/var/containers/Bundle/Application/C7DF508C-05EF-4572-ADE0-55D024E5C84C/otto.app/Frameworks/libswiftCore.dylib
       0x1031e8000 -        0x1031f3fff  libswiftCoreAudio.dylib arm64  <35b8ddf855cb36a3978f40881879f310> /private/var/containers/Bundle/Application/C7DF508C-05EF-4572-ADE0-55D024E5C84C/otto.app/Frameworks/libswiftCoreAudio.dylib
       0x10320c000 -        0x103217fff  libswiftCoreGraphics.dylib arm64  <0142be41af083b6fb14892644525ff8d> /private/var/containers/Bundle/Application/C7DF508C-05EF-4572-ADE0-55D024E5C84C/otto.app/Frameworks/libswiftCoreGraphics.dylib
       0x103230000 -        0x103237fff  libswiftCoreImage.dylib arm64  <45cc34a97a833065bd7b30c333ba0325> /private/var/containers/Bundle/Application/C7DF508C-05EF-4572-ADE0-55D024E5C84C/otto.app/Frameworks/libswiftCoreImage.dylib
       0x103250000 -        0x103257fff  libswiftCoreLocation.dylib arm64  <3fdb2f193296327f87fb89850012185f> /private/var/containers/Bundle/Application/C7DF508C-05EF-4572-ADE0-55D024E5C84C/otto.app/Frameworks/libswiftCoreLocation.dylib
       0x10327c000 -        0x103283fff  libswiftCoreMedia.dylib arm64  <b81ae507bfa63f86bebe6f648bd5f5db> /private/var/containers/Bundle/Application/C7DF508C-05EF-4572-ADE0-55D024E5C84C/otto.app/Frameworks/libswiftCoreMedia.dylib
       0x103294000 -        0x10329bfff  libswiftDarwin.dylib arm64  <ad61ce03cdc3388ebcc034e101752a24> /private/var/containers/Bundle/Application/C7DF508C-05EF-4572-ADE0-55D024E5C84C/otto.app/Frameworks/libswiftDarwin.dylib
       0x1032b4000 -        0x1032bbfff  libswiftDispatch.dylib arm64  <9261afc9c09e34259e620ae46f3b71f1> /private/var/containers/Bundle/Application/C7DF508C-05EF-4572-ADE0-55D024E5C84C/otto.app/Frameworks/libswiftDispatch.dylib
       0x1032c8000 -        0x103303fff  libswiftFoundation.dylib arm64  <88fda77899e83711bad47219ef2e2ffc> /private/var/containers/Bundle/Application/C7DF508C-05EF-4572-ADE0-55D024E5C84C/otto.app/Frameworks/libswiftFoundation.dylib
       0x103358000 -        0x10335ffff  libswiftObjectiveC.dylib arm64  <3921a31d60c73c05ad28f385a7be979b> /private/var/containers/Bundle/Application/C7DF508C-05EF-4572-ADE0-55D024E5C84C/otto.app/Frameworks/libswiftObjectiveC.dylib
       0x103384000 -        0x10338ffff  libswiftUIKit.dylib arm64  <2334f8550fc0362a93de309249f3462b> /private/var/containers/Bundle/Application/C7DF508C-05EF-4572-ADE0-55D024E5C84C/otto.app/Frameworks/libswiftUIKit.dylib
       0x1033b4000 -        0x1033bbfff  libswiftContacts.dylib arm64  <10fad07ace5a335691a6a521f3903714> /private/var/containers/Bundle/Application/C7DF508C-05EF-4572-ADE0-55D024E5C84C/otto.app/Frameworks/libswiftContacts.dylib
       0x106790000 -        0x106893fff  MacinTalk arm64  <9a33eb70abd830eabd920e1881f0cec2> /System/Library/TTSPlugins/MacinTalk.speechbundle/MacinTalk
       0x106900000 -        0x106b87fff  TTSSpeechBundle arm64  <ddee2096540f3206b536a144c7fc6992> /System/Library/TTSPlugins/TTSSpeechBundle.speechbundle/TTSSpeechBundle
       0x18242c000 -        0x18242dfff  libSystem.B.dylib arm64  <52b7493178a73db5a7c54a56277f6541> /usr/lib/libSystem.B.dylib
       0x182430000 -        0x182482fff  libc++.1.dylib arm64  <9ec0d9dcf728349582c26a7da72f0364> /usr/lib/libc++.1.dylib
       0x182484000 -        0x1824a3fff  libc++abi.dylib arm64  <aaa40b7f52513cf79c6f814b133556a7> /usr/lib/libc++abi.dylib
       0x1824a4000 -        0x182810fff  libobjc.A.dylib arm64  <939f392022903f2da2858e676e4191ef> /usr/lib/libobjc.A.dylib
       0x182814000 -        0x182818fff  libcache.dylib arm64  <fa36de9ad21a393eb3a7127c04d04ca5> /usr/lib/system/libcache.dylib
       0x18281c000 -        0x182827fff  libcommonCrypto.dylib arm64  <12c1227794b43b27912ee75bd2137ff8> /usr/lib/system/libcommonCrypto.dylib
       0x182828000 -        0x18282bfff  libcompiler_rt.dylib arm64  <73834c4aa3f43c02a845058ff8d68c64> /usr/lib/system/libcompiler_rt.dylib
       0x18282c000 -        0x182833fff  libcopyfile.dylib arm64  <95710fca746b3ba38af88436a380b4fb> /usr/lib/system/libcopyfile.dylib
       0x182834000 -        0x18288ffff  libcorecrypto.dylib arm64  <76284b3e49dc3625b32b880276def64d> /usr/lib/system/libcorecrypto.dylib
       0x182890000 -        0x1828befff  libdispatch.dylib arm64  <4b14d83138ad33379b3bd854ef5a4a4a> /usr/lib/system/libdispatch.dylib
       0x1828c4000 -        0x1828c4fff  liblaunch.dylib arm64  <d5d3b9a499d534d6ad2bb6593ec11bb5> /usr/lib/system/liblaunch.dylib
       0x1828c8000 -        0x1828ccfff  libmacho.dylib arm64  <907ec5ae27a03f568b095b7c03704e8f> /usr/lib/system/libmacho.dylib
       0x1828d0000 -        0x1828d1fff  libremovefile.dylib arm64  <1bceda69f6553e6686db67d99681f6d9> /usr/lib/system/libremovefile.dylib
       0x1828d4000 -        0x1828eafff  libsystem_asl.dylib arm64  <40c47f76cc9437538506e1e009e65b5b> /usr/lib/system/libsystem_asl.dylib
       0x1828ec000 -        0x1828edfff  libsystem_blocks.dylib arm64  <8bbf799e57f93ed1be24cf2ce6c221a3> /usr/lib/system/libsystem_blocks.dylib
       0x1828f0000 -        0x18296ffff  libsystem_c.dylib arm64  <e9ce2b001e2a315ea945b3625892f3d1> /usr/lib/system/libsystem_c.dylib
       0x182970000 -        0x182973fff  libsystem_configuration.dylib arm64  <8e558d3dc4ab3172829609a21264333b> /usr/lib/system/libsystem_configuration.dylib
       0x182974000 -        0x182977fff  libsystem_containermanager.dylib arm64  <881e67201afb30e4923fe629f2038c39> /usr/lib/system/libsystem_containermanager.dylib
       0x182978000 -        0x182979fff  libsystem_coreservices.dylib arm64  <fb091931e5a73a91b83eaa86ac092846> /usr/lib/system/libsystem_coreservices.dylib
       0x18297c000 -        0x182992fff  libsystem_coretls.dylib arm64  <e72136cd079a38f397bbda2e943853a9> /usr/lib/system/libsystem_coretls.dylib
       0x182994000 -        0x18299cfff  libsystem_dnssd.dylib arm64  <106cc81ae1ef3558bc9e92640e0f53ed> /usr/lib/system/libsystem_dnssd.dylib
       0x1829a0000 -        0x1829c2fff  libsystem_info.dylib arm64  <0cc7938fabaf3ce0add0b1bd8b0b7940> /usr/lib/system/libsystem_info.dylib
       0x1829c4000 -        0x1829e5fff  libsystem_kernel.dylib arm64  <c2c8abd01c0a301e918dd274425de8d2> /usr/lib/system/libsystem_kernel.dylib
       0x1829e8000 -        0x182a04fff  libsystem_m.dylib arm64  <82799adce569363d85ad8e859eb07117> /usr/lib/system/libsystem_m.dylib
       0x182a08000 -        0x182a21fff  libsystem_malloc.dylib arm64  <f5f102a4b15539d5957d18fcc0a1da6a> /usr/lib/system/libsystem_malloc.dylib
       0x182a24000 -        0x182a87fff  libsystem_network.dylib arm64  <a1d92752abf138349ebbfe35e00eb642> /usr/lib/system/libsystem_network.dylib
       0x182a88000 -        0x182a91fff  libsystem_networkextension.dylib arm64  <2d91232a517d3ab9b2c7080fa281d59e> /usr/lib/system/libsystem_networkextension.dylib
       0x182a94000 -        0x182a9efff  libsystem_notify.dylib arm64  <694e057c9ba33bb783d565d6b681ef4d> /usr/lib/system/libsystem_notify.dylib
       0x182aa0000 -        0x182aa5fff  libsystem_platform.dylib arm64  <60beb51b46eb31d2a359385285705935> /usr/lib/system/libsystem_platform.dylib
       0x182aa8000 -        0x182ab0fff  libsystem_pthread.dylib arm64  <de359eedd23d3f37b7f493e5c141ab87> /usr/lib/system/libsystem_pthread.dylib
       0x182ab4000 -        0x182ab6fff  libsystem_sandbox.dylib arm64  <98a5ef772798365db3cad61eda9e8087> /usr/lib/system/libsystem_sandbox.dylib
       0x182ab8000 -        0x182ac8fff  libsystem_trace.dylib arm64  <40f1aab82aee39f591243fd2fe0ebe60> /usr/lib/system/libsystem_trace.dylib
       0x182acc000 -        0x182ad1fff  libunwind.dylib arm64  <b0067e5ea3ca3b28abc5cb7d50390363> /usr/lib/system/libunwind.dylib
       0x182ad4000 -        0x182ad4fff  libvminterpose.dylib arm64  <3602a453d2b132e5beedf06ffd6c5543> /usr/lib/system/libvminterpose.dylib
       0x182ad8000 -        0x182afdfff  libxpc.dylib arm64  <077984f90ff93b6abdb00e26e03d0bd9> /usr/lib/system/libxpc.dylib
       0x182b00000 -        0x182d05fff  libicucore.A.dylib arm64  <2113459c857d3a79b7a2f3744a9cc7aa> /usr/lib/libicucore.A.dylib
       0x182d08000 -        0x182d19fff  libz.1.dylib arm64  <8fcb56adfdc13e9593582266b1e4ac18> /usr/lib/libz.1.dylib
       0x182d1c000 -        0x18309cfff  CoreFoundation arm64  <47efbe0ae95f31e289bc13ae81db5ed5> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
       0x1830a0000 -        0x1830b0fff  libbsm.0.dylib arm64  <d045301bcacc37d785d754d5c978d979> /usr/lib/libbsm.0.dylib
       0x1830b4000 -        0x1830b4fff  libenergytrace.dylib arm64  <6638c84011613491bf818da9d271d34d> /usr/lib/libenergytrace.dylib
       0x1830b8000 -        0x183129fff  IOKit arm64  <cdb241ec26593ce58bafe5775a6b32ce> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
       0x18312c000 -        0x18314cfff  libMobileGestalt.dylib arm64  <56afd8ee124b33a58b536846d3bb37ee> /usr/lib/libMobileGestalt.dylib
       0x183150000 -        0x18323afff  libxml2.2.dylib arm64  <727d77fd6455370ea52e4173245fa667> /usr/lib/libxml2.2.dylib
       0x18323c000 -        0x1832aefff  Security arm64  <1e7c7854a0183825be581e308b6d6048> /System/Library/Frameworks/Security.framework/Security
       0x1832b0000 -        0x183309fff  SystemConfiguration arm64  <0ca82735132034eea5f9b2c64e15cdf9> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
       0x18330c000 -        0x1833f4fff  libsqlite3.dylib arm64  <c703a175f1c43ed28d81b839ba961183> /usr/lib/libsqlite3.dylib
       0x1833f8000 -        0x18368cfff  CFNetwork arm64  <9d2c89aa29143c1f967d455d14e2cc48> /System/Library/Frameworks/CFNetwork.framework/CFNetwork
       0x183690000 -        0x18369dfff  libbz2.1.0.dylib arm64  <8ebfd413e3fd3889b546857fcf554b6f> /usr/lib/libbz2.1.0.dylib
       0x1836a0000 -        0x1836b9fff  liblzma.5.dylib arm64  <68bb861dc8bd3547b5ace073ed504b14> /usr/lib/liblzma.5.dylib
       0x1836bc000 -        0x1836d6fff  libCRFSuite.dylib arm64  <1a2c1f709f213faf81fd2223b719c899> /usr/lib/libCRFSuite.dylib
       0x1836d8000 -        0x183702fff  libarchive.2.dylib arm64  <bf6ae1a9c965363ba9f10ff0ca32ee7c> /usr/lib/libarchive.2.dylib
       0x183704000 -        0x183722fff  libextension.dylib arm64  <8a88fb35fee03a36ae138e676b9a0e9f> /usr/lib/libextension.dylib
       0x183724000 -        0x183725fff  liblangid.dylib arm64  <cdb184e30c3c303694a96b3150520673> /usr/lib/liblangid.dylib
       0x183728000 -        0x183996fff  Foundation arm64  <d0203ca50e6c319eab2c67be2233a1df> /System/Library/Frameworks/Foundation.framework/Foundation
       0x183998000 -        0x183a43fff  libBLAS.dylib arm64  <097b7e769a3439ad8fdb3abb0edc9daf> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib
       0x183a44000 -        0x183da9fff  libLAPACK.dylib arm64  <566419f65c9338599694a04da8e20fbf> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib
       0x183dac000 -        0x184011fff  vImage arm64  <789df1b35e183397803583a25feff3c7> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage
       0x184014000 -        0x184036fff  libvMisc.dylib arm64  <b9bacd899d76330faf8470b537cd316c> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib
       0x184038000 -        0x18404bfff  libLinearAlgebra.dylib arm64  <94d099e954d638e39ef1773639ef61af> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLinearAlgebra.dylib
       0x18404c000 -        0x18405bfff  libSparseBLAS.dylib arm64  <80ca4fb770613c76b2449daf05c6dc25> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparseBLAS.dylib
       0x18405c000 -        0x1840c8fff  libvDSP.dylib arm64  <f4e8d68f55af3511a28a616737dcc354> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib
       0x1840cc000 -        0x1840ccfff  vecLib arm64  <546ad53c3a4a36709fdf6e50b76b2ec9> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib
       0x1840d0000 -        0x1840d0fff  Accelerate arm64  <a1953e95570a3de6a923a812ffbd90ad> /System/Library/Frameworks/Accelerate.framework/Accelerate
       0x1840d4000 -        0x1845fffff  CoreGraphics arm64  <47d407b528a33cbba05a8944ecd81a65> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
       0x184600000 -        0x184614fff  GraphicsServices arm64  <7275e531cb4934bc81dcf548ec07315d> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
       0x184618000 -        0x184660fff  AppSupport arm64  <f822dd316d913e46b63f4ff0a9b3ab38> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
       0x184664000 -        0x184737fff  MobileCoreServices arm64  <5b596a6b0d2234a7b53cd64c3a805453> /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
       0x184738000 -        0x184787fff  BaseBoard arm64  <51ea416f98da37b5bf3c8dd40a19881a> /System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard
       0x184788000 -        0x184793fff  AssertionServices arm64  <de762838b13a3e9ca15b115554b90b33> /System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices
       0x184794000 -        0x1847b8fff  BackBoardServices arm64  <174df085ac00343fa8dc017d6ff4f291> /System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices
       0x1847bc000 -        0x1847bffff  MobileSystemServices arm64  <6d85ae92680935bbb51db96c7a021118> /System/Library/PrivateFrameworks/MobileSystemServices.framework/MobileSystemServices
       0x1847c0000 -        0x1847f5fff  FrontBoardServices arm64  <7aa900b6c1503aca868d369472dafd7b> /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices
       0x1847f8000 -        0x184802fff  UserNotificationServices arm64  <8cdf10472ed037548f8c9f2d22eab649> /System/Library/PrivateFrameworks/UserNotificationServices.framework/UserNotificationServices
       0x184804000 -        0x184830fff  SpringBoardServices arm64  <9a77d7611b593b86b61a7ed2a5be04de> /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices
       0x184834000 -        0x184845fff  MobileKeyBag arm64  <1b24eb8193c53b39a3f92eae6c705c87> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag
       0x184848000 -        0x18484efff  IOSurface arm64  <f034e73c669c3d4fb297c56390224f08> /System/Library/PrivateFrameworks/IOSurface.framework/IOSurface
       0x184850000 -        0x18485cfff  liblockdown.dylib arm64  <602aacfa051b3bd8b96645e243c47b47> /usr/lib/liblockdown.dylib
       0x184860000 -        0x184872fff  CrashReporterSupport arm64  <3e279e8083563cdfb9e0085f7cd3571c> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport
       0x184874000 -        0x184876fff  IOSurfaceAccelerator arm64  <00180a1accdf3d9aa8f608c0d215f09c> /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/IOSurfaceAccelerator
       0x184878000 -        0x1848b9fff  AppleJPEG arm64  <24fc6e2cd59a318e9f59da6383bfd90d> /System/Library/PrivateFrameworks/AppleJPEG.framework/AppleJPEG
       0x1848bc000 -        0x184bdefff  ImageIO arm64  <795af361b422367d8b41019c99f32d5d> /System/Library/Frameworks/ImageIO.framework/ImageIO
       0x184be0000 -        0x184be4fff  TCC arm64  <2e55d766befe3cae904179e14b10356a> /System/Library/PrivateFrameworks/TCC.framework/TCC
       0x184be8000 -        0x184bedfff  AggregateDictionary arm64  <313f770947da3c39ab514bbb85112d7f> /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary
       0x184bf0000 -        0x184bfdfff  PowerLog arm64  <7648bc055de832fcb788bafe0fd75832> /System/Library/PrivateFrameworks/PowerLog.framework/PowerLog
       0x184c00000 -        0x184c62fff  libTelephonyUtilDynamic.dylib arm64  <8096d53d8a9632b49c76633234c3a99f> /usr/lib/libTelephonyUtilDynamic.dylib
       0x184c64000 -        0x184c76fff  CommonUtilities arm64  <f9508e3c884d30848237ac33a6d41aab> /System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities
       0x184c78000 -        0x184c8ffff  libcompression.dylib arm64  <ac77f3a3cad832a7b748c30e013bbc0b> /usr/lib/libcompression.dylib
       0x184c90000 -        0x184edafff  CoreData arm64  <2c14605cb1213ce68fb271bd442a88c1> /System/Library/Frameworks/CoreData.framework/CoreData
       0x184edc000 -        0x184ee0fff  libCoreVMClient.dylib arm64  <7ffd8b3397af377e9a66196013879b3a> /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib
       0x184ee4000 -        0x184ee8fff  IOAccelerator arm64  <335e831484b5324d9935e64e4f7a199a> /System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator
       0x184eec000 -        0x184eedfff  libCVMSPluginSupport.dylib arm64  <65fbe0a7fb243dc591a5ce214f685de9> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib
       0x184ef0000 -        0x184ef3fff  libCoreFSCache.dylib arm64  <e6fddb40c1ff3369860604ca0198543a> /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib
       0x184ef4000 -        0x184f3afff  libGLImage.dylib arm64  <46d0426799633b81bc7857f541610374> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
       0x184f3c000 -        0x184f46fff  libGFXShared.dylib arm64  <958a1f782d9736d6a59b8081000ea746> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
       0x184f48000 -        0x184f4ffff  IOMobileFramebuffer arm64  <277c1e7b811b37d9b43b886f1b1344ee> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer
       0x184f50000 -        0x184f50fff  libmetal_timestamp.dylib arm64  <8096dc344d98384cb0814ad5e96ffc47> /System/Library/PrivateFrameworks/GPUCompiler.framework/libmetal_timestamp.dylib
       0x184f54000 -        0x184f9afff  Metal arm64  <fa567a39d48830b0ad7689fe5d54ff82> /System/Library/Frameworks/Metal.framework/Metal
       0x184f9c000 -        0x184fa6fff  OpenGLES arm64  <76508ee5702530a1ad5c5f7e793564d3> /System/Library/Frameworks/OpenGLES.framework/OpenGLES
       0x184fa8000 -        0x184fcafff  CoreVideo arm64  <a897c32ee73a3ea189748e1874f94818> /System/Library/Frameworks/CoreVideo.framework/CoreVideo
       0x184fcc000 -        0x184fcefff  OAuth arm64  <a7bcf8406f27378dbe366eccb7be15ad> /System/Library/PrivateFrameworks/OAuth.framework/OAuth
       0x184fd0000 -        0x185007fff  Accounts arm64  <83ae9cc3aaa43344b1cf039bcf99fc1a> /System/Library/Frameworks/Accounts.framework/Accounts
       0x185008000 -        0x1850fafff  libiconv.2.dylib arm64  <1c378c57054a32a6b2eed4e3cbb3a2b7> /usr/lib/libiconv.2.dylib
       0x1850fc000 -        0x1851b5fff  CoreAudio arm64  <fa891ecfffc8337ba959f989a00a7927> /System/Library/Frameworks/CoreAudio.framework/CoreAudio
       0x1851b8000 -        0x1851bbfff  UserFS arm64  <99274b169cba305385ade60b9b105cef> /System/Library/PrivateFrameworks/UserFS.framework/UserFS
       0x1851bc000 -        0x1852aafff  CoreMedia arm64  <2af541a013183d4191d23e17e1eaa35c> /System/Library/Frameworks/CoreMedia.framework/CoreMedia
       0x1852ac000 -        0x1852b4fff  libcupolicy.dylib arm64  <0b8ff222e751316b97a684f75854b828> /usr/lib/libcupolicy.dylib
       0x1852b8000 -        0x18532afff  CoreTelephony arm64  <4c8319d593bf3e48b83ff2052e5baf13> /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
       0x18532c000 -        0x18540cfff  libFontParser.dylib arm64  <4dbd2916349c3ebb93f77b45246f4623> /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
       0x185410000 -        0x185492fff  VideoToolbox arm64  <319868e498543abcb034fdcdd8b32bca> /System/Library/Frameworks/VideoToolbox.framework/VideoToolbox
       0x185494000 -        0x185494fff  FontServices arm64  <e478d00caed23555a1f669d00ac5d63e> /System/Library/PrivateFrameworks/FontServices.framework/FontServices
       0x185498000 -        0x1855bbfff  CoreText arm64  <89eb3b018d263de896ecdb031294ea1e> /System/Library/Frameworks/CoreText.framework/CoreText
       0x1855bc000 -        0x1855cdfff  ProtocolBuffer arm64  <8f52f98261263182b7dfe4c5128c89b6> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer
       0x1855d0000 -        0x1855f7fff  PersistentConnection arm64  <7933d9b31dab3c86baf9b58f142d97f4> /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection
       0x1855f8000 -        0x1855fdfff  DataMigration arm64  <26f93fc1499a3ae1b2da4cafd65c9474> /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
       0x185600000 -        0x185919fff  AudioToolbox arm64  <4e885a8735ef31098c27000ffdad8a0f> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
       0x18591c000 -        0x185acafff  QuartzCore arm64  <cb08f57edbcc3749bb529b611f14ede7> /System/Library/Frameworks/QuartzCore.framework/QuartzCore
       0x185acc000 -        0x185ad2fff  Netrb arm64  <0e9744efb928344994af8d9d34aa6463> /System/Library/PrivateFrameworks/Netrb.framework/Netrb
       0x185ad4000 -        0x185ae5fff  libcmph.dylib arm64  <f9b0e4b1c2b83f848b351670183dcf24> /usr/lib/libcmph.dylib
       0x185ae8000 -        0x185b05fff  libmis.dylib arm64  <70703ed0aad23e11b2ef2eaddfcb3c2f> /usr/lib/libmis.dylib
       0x185b08000 -        0x185b88fff  LanguageModeling arm64  <63d077132a3b39bc898ad6ad0d37ebb0> /System/Library/PrivateFrameworks/LanguageModeling.framework/LanguageModeling
       0x185b8c000 -        0x185c66fff  ManagedConfiguration arm64  <853d10047c8637239f7fa69fab096cdf> /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration
       0x185c68000 -        0x185c7ffff  libmarisa.dylib arm64  <72aff9de7b7a3d0f8d24b2f2e33599b1> /usr/lib/libmarisa.dylib
       0x185c80000 -        0x185d47fff  ProofReader arm64  <1109bbdb73d5392693809d31fe5b2406> /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader
       0x185d48000 -        0x185d4efff  MediaAccessibility arm64  <dbc84b51887d3c239f748993bfe87be2> /System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility
       0x185d50000 -        0x185d5ffff  MobileAsset arm64  <7240eaffafed3f478cc74cd1d78a043c> /System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset
       0x185d60000 -        0x185dc1fff  ColorSync arm64  <7a7f1de762e734a1b0185bbcf4c5805d> /System/Library/PrivateFrameworks/ColorSync.framework/ColorSync
       0x185dc4000 -        0x185e0ffff  MetalPerformanceShaders arm64  <ba4fb9bec10b345fb558c8167aa9c19f> /System/Library/Frameworks/MetalPerformanceShaders.framework/MetalPerformanceShaders
       0x185e10000 -        0x18623cfff  FaceCore arm64  <e94d54babc7b308bb8f72aad65b08421> /System/Library/PrivateFrameworks/FaceCore.framework/FaceCore
       0x186240000 -        0x1862bbfff  Quagga arm64  <a2b834549b2a34e5bf5c5ef4810273ff> /System/Library/PrivateFrameworks/Quagga.framework/Quagga
       0x1862bc000 -        0x186466fff  CoreImage arm64  <186c1bbb975530bf92774b12ebffb735> /System/Library/Frameworks/CoreImage.framework/CoreImage
       0x186468000 -        0x18649afff  TextInput arm64  <df26e8d9906536a28882920ed911bebd> /System/Library/PrivateFrameworks/TextInput.framework/TextInput
       0x18649c000 -        0x1864a9fff  libAccessibility.dylib arm64  <9c8c638a431038a2b35ce180666ccf2d> /usr/lib/libAccessibility.dylib
       0x1864b8000 -        0x186a99fff  JavaScriptCore arm64  <f476e19d9f4738d5ac4352faa0d7f24c> /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore
       0x186a9c000 -        0x186c8cfff  StoreServices arm64  <6cfd54f272f93b4abb483d6815c03ba8> /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices
       0x186c90000 -        0x187c59fff  WebCore arm64  <f784cea3224136b1a484a0ab2cfe6c49> /System/Library/PrivateFrameworks/WebCore.framework/WebCore
       0x187c5c000 -        0x187c85fff  libxslt.1.dylib arm64  <ee7d42f377153be08acb66ef0e23ce6b> /usr/lib/libxslt.1.dylib
       0x187c88000 -        0x187d63fff  WebKitLegacy arm64  <c5e86dcbe42a346fbc8e4348f20b0b0a> /System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy
       0x187d64000 -        0x187e1cfff  CoreUI arm64  <bacbb777bd8d370eaced7715482597cb> /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
       0x187e20000 -        0x187e45fff  DictionaryServices arm64  <57ed0f1ec6ba3b9d863ce1779c28224b> /System/Library/PrivateFrameworks/DictionaryServices.framework/DictionaryServices
       0x187e48000 -        0x187e48fff  HangTracer arm64  <e5d52de1bdc9359fa5bd342296ed4ec5> /System/Library/PrivateFrameworks/HangTracer.framework/HangTracer
       0x187e4c000 -        0x187e9afff  PhysicsKit arm64  <dcf7b4ad47f931819a7932e67e3fe634> /System/Library/PrivateFrameworks/PhysicsKit.framework/PhysicsKit
       0x187e9c000 -        0x187f72fff  UIFoundation arm64  <f60afc23776d3b78b235b21d13367c53> /System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation
       0x187f74000 -        0x188b9efff  UIKit arm64  <74822453a3473710a19d8e14887476ed> /System/Library/Frameworks/UIKit.framework/UIKit
       0x188ba0000 -        0x188bc1fff  CoreBluetooth arm64  <76f7013f4dfb339f818ece965d5626ba> /System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth
       0x188bc4000 -        0x188be9fff  DataAccessExpress arm64  <1d44ae1367253d7591c9cf2f5d1eb222> /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress
       0x188bec000 -        0x188c05fff  NetworkStatistics arm64  <cd7ca8ce1976376db2da4d41867548b7> /System/Library/PrivateFrameworks/NetworkStatistics.framework/NetworkStatistics
       0x188c08000 -        0x188c83fff  AddressBook arm64  <71260a3c82443a4bb92e4498d32214e1> /System/Library/Frameworks/AddressBook.framework/AddressBook
       0x188c84000 -        0x188d91fff  CoreMotion arm64  <527b843c3c103aae8760917fdfb5ce39> /System/Library/Frameworks/CoreMotion.framework/CoreMotion
       0x188d94000 -        0x188da4fff  CacheDelete arm64  <1da45befb67830798b2ac76666592a22> /System/Library/PrivateFrameworks/CacheDelete.framework/CacheDelete
       0x188da8000 -        0x188db5fff  CoreAUC arm64  <50b9436d371830049d96a0899d63c990> /System/Library/PrivateFrameworks/CoreAUC.framework/CoreAUC
       0x188db8000 -        0x1891d5fff  MediaToolbox arm64  <625173ced1c13a40aa1181ce19c181c0> /System/Library/Frameworks/MediaToolbox.framework/MediaToolbox
       0x1891d8000 -        0x189359fff  Celestial arm64  <8de8361925063ecb89375ce7c07e3fe1> /System/Library/PrivateFrameworks/Celestial.framework/Celestial
       0x18935c000 -        0x189368fff  IntlPreferences arm64  <a805dd38965c38b0a710d261114cfed6> /System/Library/PrivateFrameworks/IntlPreferences.framework/IntlPreferences
       0x18936c000 -        0x18936efff  CoreDuetDebugLogging arm64  <655fa6286a0936e68790f2ce3561ca79> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/CoreDuetDebugLogging
       0x189370000 -        0x189385fff  CoreDuetDaemonProtocol arm64  <714a1bee94cb3221b3b30e65b254c3eb> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/CoreDuetDaemonProtocol
       0x189388000 -        0x18943bfff  CoreDuet arm64  <513b2f574264310e9191009043da7fcf> /System/Library/PrivateFrameworks/CoreDuet.framework/CoreDuet
       0x18943c000 -        0x18943dfff  BTLEAudioController arm64  <b85ebedf5fb83a0db9a411f597580645> /System/Library/PrivateFrameworks/BTLEAudioController.framework/BTLEAudioController
       0x189440000 -        0x1894b8fff  libAVFAudio.dylib arm64  <edfb52dce3123301bc28a5cc357fa360> /System/Library/Frameworks/AVFoundation.framework/libAVFAudio.dylib
       0x1894bc000 -        0x18963cfff  AVFoundation arm64  <5391ef38348630d79d84d39cbe934bf4> /System/Library/Frameworks/AVFoundation.framework/AVFoundation
       0x189640000 -        0x189671fff  libtidy.A.dylib arm64  <d1d241469c703631885e931f79c27f01> /usr/lib/libtidy.A.dylib
       0x189674000 -        0x1896e5fff  IMFoundation arm64  <859f03d79484334d88a9277be401cb21> /System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation
       0x1896e8000 -        0x189b73fff  GeoServices arm64  <d8708df9ba013fec9e7dbed294f865a6> /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices
       0x189b74000 -        0x189b75fff  DiagnosticLogCollection arm64  <541e39a8b735302284bd7a772c1721f6> /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/DiagnosticLogCollection
       0x189b78000 -        0x189b79fff  Marco arm64  <7218e89a585335fcbf0aa7a82928790c> /System/Library/PrivateFrameworks/Marco.framework/Marco
       0x189b7c000 -        0x189be5fff  CoreLocation arm64  <dcdc449271373f0d8ab8457c2a15fcad> /System/Library/Frameworks/CoreLocation.framework/CoreLocation
       0x189be8000 -        0x189bedfff  ConstantClasses arm64  <c921eb0367713aebb9f6477ef9a402ac> /System/Library/PrivateFrameworks/ConstantClasses.framework/ConstantClasses
       0x189bf0000 -        0x189bfbfff  libChineseTokenizer.dylib arm64  <12cb857d186b341f9ad1c8ee75095ee5> /usr/lib/libChineseTokenizer.dylib
       0x189bfc000 -        0x189e5bfff  libmecabra.dylib arm64  <56174cda77c136dfb0a165d9a3dd8ba7> /usr/lib/libmecabra.dylib
       0x189e5c000 -        0x189e8ffff  IDSFoundation arm64  <c93ac9d176a73211a9756ffb8876423e> /System/Library/PrivateFrameworks/IDSFoundation.framework/IDSFoundation
       0x189e90000 -        0x189f0cfff  IDS arm64  <da0ad813a8573c039e430c157553615a> /System/Library/PrivateFrameworks/IDS.framework/IDS
       0x189f10000 -        0x189f2bfff  MediaServices arm64  <b7baca3d88483ca7905677e171504e3e> /System/Library/PrivateFrameworks/MediaServices.framework/MediaServices
       0x189f2c000 -        0x189f50fff  AuthKit arm64  <6a158c46904239b3bd40b216298c13b4> /System/Library/PrivateFrameworks/AuthKit.framework/AuthKit
       0x189f54000 -        0x189f59fff  libheimdal-asn1.dylib arm64  <2cdbd8d18d663aafb7fbb18c2235f1c6> /usr/lib/libheimdal-asn1.dylib
       0x189f5c000 -        0x189fd0fff  MediaRemote arm64  <091d8cec1e7039a8840168bfce76d0c2> /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote
       0x189fd4000 -        0x18a105fff  MobileSpotlightIndex arm64  <3270034e3e673991b45c6d024673bea4> /System/Library/PrivateFrameworks/MobileSpotlightIndex.framework/MobileSpotlightIndex
       0x18a108000 -        0x18a123fff  PlugInKit arm64  <9873a864a2d234f688f54f2282d308a4> /System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit
       0x18a124000 -        0x18a14dfff  ProtectedCloudStorage arm64  <95a7da68e143346f99734b3597d735a5> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/ProtectedCloudStorage
       0x18a150000 -        0x18a16bfff  libresolv.9.dylib arm64  <0062ade5d59d35ecbb8bf9c15b88d6f8> /usr/lib/libresolv.9.dylib
       0x18a16c000 -        0x18a181fff  ApplePushService arm64  <16a78e3ead8030d48eec7c42b7e8313d> /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService
       0x18a184000 -        0x18a1acfff  ContactsFoundation arm64  <077217419e543968b36484df5ae997df> /System/Library/PrivateFrameworks/ContactsFoundation.framework/ContactsFoundation
       0x18a1b0000 -        0x18a1b4fff  ParsecSubscriptionServiceSupport arm64  <b4de49b268b938549860d06f2dc62f97> /System/Library/PrivateFrameworks/ParsecSubscriptionServiceSupport.framework/ParsecSubscriptionServiceSupport
       0x18a1b8000 -        0x18a240fff  Contacts arm64  <23af59b8261a33299973c47a5418bb47> /System/Library/Frameworks/Contacts.framework/Contacts
       0x18a244000 -        0x18a27ffff  CoreSpotlight arm64  <941ebdbba7603d419220d546fdec13e2> /System/Library/Frameworks/CoreSpotlight.framework/CoreSpotlight
       0x18a280000 -        0x18a29ffff  vCard arm64  <36a056bc1b983c248f5210d241bd1978> /System/Library/PrivateFrameworks/vCard.framework/vCard
       0x18a2a0000 -        0x18a2c4fff  VoiceServices arm64  <9828c688cef339b1a1b5fa06a9ec1fcd> /System/Library/PrivateFrameworks/VoiceServices.framework/VoiceServices
       0x18a2c8000 -        0x18a30efff  SAObjects arm64  <73d317171bd03290a80a724ce9b74b03> /System/Library/PrivateFrameworks/SAObjects.framework/SAObjects
       0x18a310000 -        0x18a312fff  CommonAuth arm64  <38dc2b74c43034c5902810188fe4cc8c> /System/Library/PrivateFrameworks/CommonAuth.framework/CommonAuth
       0x18a314000 -        0x18a381fff  Heimdal arm64  <40f27b54ddff3a018cbbda1ccd280e4f> /System/Library/PrivateFrameworks/Heimdal.framework/Heimdal
       0x18a384000 -        0x18a3adfff  GSS arm64  <03e9cbf8ff0c3f2594f933f040f57bb4> /System/Library/Frameworks/GSS.framework/GSS
       0x18a3b0000 -        0x18a407fff  AssistantServices arm64  <90e4bd445a923f3e9f6564bdf7cd4f92> /System/Library/PrivateFrameworks/AssistantServices.framework/AssistantServices
       0x18a408000 -        0x18a411fff  FMCoreLite arm64  <44e0d1b8456f3e68a1ae5a73ba3e410d> /System/Library/PrivateFrameworks/FMCoreLite.framework/FMCoreLite
       0x18a420000 -        0x18a423fff  MessageSupport arm64  <9641881b1bce3a55a35136f5d97761ae> /System/Library/PrivateFrameworks/MessageSupport.framework/MessageSupport
       0x18a424000 -        0x18a46bfff  MIME arm64  <6a5cc8207ddf3b18ba4c143bb0b82907> /System/Library/PrivateFrameworks/MIME.framework/MIME
       0x18a46c000 -        0x18a472fff  AOSNotification arm64  <cb3052f7946f3bbaa2cfca996e017d21> /System/Library/PrivateFrameworks/AOSNotification.framework/AOSNotification
       0x18a474000 -        0x18a4d9fff  AccountsDaemon arm64  <03b419827ad53651b191add5755768f8> /System/Library/PrivateFrameworks/AccountsDaemon.framework/AccountsDaemon
       0x18a4dc000 -        0x18a4f6fff  AppleIDSSOAuthentication arm64  <e34d45fbe2fb3e2aa8dce4749fa6ac17> /System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/AppleIDSSOAuthentication
       0x18a4f8000 -        0x18a507fff  MailServices arm64  <e726a50fd17e345d9fa5468a6e24fa52> /System/Library/PrivateFrameworks/MailServices.framework/MailServices
       0x18a508000 -        0x18a564fff  AppleAccount arm64  <564e60929f3133db901d3ee8bb5007b2> /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount
       0x18a568000 -        0x18a56cfff  CommunicationsFilter arm64  <d05489de120a3f5398b2c09b25d725f6> /System/Library/PrivateFrameworks/CommunicationsFilter.framework/CommunicationsFilter
       0x18a570000 -        0x18a594fff  ChunkingLibrary arm64  <5ad8b7937ec334709934a8ad10ab8012> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/ChunkingLibrary
       0x18a5cc000 -        0x18a5d1fff  AssetCacheServices arm64  <048dcff988ef32a38008bf337d776629> /System/Library/PrivateFrameworks/AssetCacheServices.framework/AssetCacheServices
       0x18a5d4000 -        0x18a649fff  MMCS arm64  <369f07feec153e9fb2bbd575d0f3b20b> /System/Library/PrivateFrameworks/MMCS.framework/MMCS
       0x18a660000 -        0x18a6a1fff  ContentIndex arm64  <93db7a7976f73056b169703a57c4c242> /System/Library/PrivateFrameworks/ContentIndex.framework/ContentIndex
       0x18a704000 -        0x18a734fff  Bom arm64  <774d3a8c549537bfae570bb88c6ae221> /System/Library/PrivateFrameworks/Bom.framework/Bom
       0x18a738000 -        0x18a73efff  CertUI arm64  <4cd4733b7c1333f3af7a08db67cad29a> /System/Library/PrivateFrameworks/CertUI.framework/CertUI
       0x18a740000 -        0x18a774fff  FTServices arm64  <e8288c92d6f9322d9ded0648ca2cf3f5> /System/Library/PrivateFrameworks/FTServices.framework/FTServices
       0x18a778000 -        0x18a7d3fff  CoreDAV arm64  <fbe40edaa21a3a1185498799743dd63f> /System/Library/PrivateFrameworks/CoreDAV.framework/CoreDAV
       0x18a7d4000 -        0x18a7ddfff  BaseBoardUI arm64  <289661f1609e363e86cc98e751a84f2d> /System/Library/PrivateFrameworks/BaseBoardUI.framework/BaseBoardUI
       0x18a7e0000 -        0x18a7edfff  UserManagement arm64  <743b1ce4ad0333cd8513d0680091caec> /System/Library/PrivateFrameworks/UserManagement.framework/UserManagement
       0x18a7f0000 -        0x18a8bbfff  CorePDF arm64  <1da5c562c8ac3e30a12e914da1f597af> /System/Library/PrivateFrameworks/CorePDF.framework/CorePDF
       0x18a8bc000 -        0x18a8f1fff  iCalendar arm64  <be9bb846dc8c3d1d8b7926312a869b05> /System/Library/PrivateFrameworks/iCalendar.framework/iCalendar
       0x18a900000 -        0x18a94cfff  CalendarFoundation arm64  <32ca5e5d156637a5b6b78705152c8c27> /System/Library/PrivateFrameworks/CalendarFoundation.framework/CalendarFoundation
       0x18a950000 -        0x18a956fff  IncomingCallFilter arm64  <be64bfdac8a735358c70938f5045a516> /System/Library/PrivateFrameworks/IncomingCallFilter.framework/IncomingCallFilter
       0x18aa3c000 -        0x18aac1fff  CalendarDatabase arm64  <304abd333ed0381384e7991f63fa259d> /System/Library/PrivateFrameworks/CalendarDatabase.framework/CalendarDatabase
       0x18aac4000 -        0x18aafafff  CalendarDaemon arm64  <369577d1e024358faeec8063583cce6a> /System/Library/PrivateFrameworks/CalendarDaemon.framework/CalendarDaemon
       0x18aafc000 -        0x18ab8efff  EventKit arm64  <e2dbedbb4f3934dba6a3aff4ae251220> /System/Library/Frameworks/EventKit.framework/EventKit
       0x18ab90000 -        0x18ae77fff  WebKit arm64  <428666a61ee13efb9f7eb96c48f655ee> /System/Library/Frameworks/WebKit.framework/WebKit
       0x18ae78000 -        0x18aeadfff  WebBookmarks arm64  <25875696bfc33d839d884d453c40dff3> /System/Library/PrivateFrameworks/WebBookmarks.framework/WebBookmarks
       0x18aeb0000 -        0x18afb2fff  ContactsUI arm64  <ae84f6881abe38e8af97f08bcdd389a0> /System/Library/Frameworks/ContactsUI.framework/ContactsUI
       0x18afb4000 -        0x18b395fff  ModelIO arm64  <a9a9a723a78934e4b83b0a36d95518e7> /System/Library/Frameworks/ModelIO.framework/ModelIO
       0x18b3a0000 -        0x18b41efff  CoreSymbolication arm64  <19811191ce553bdf9fe2a7add475285d> /System/Library/PrivateFrameworks/CoreSymbolication.framework/CoreSymbolication
       0x18b420000 -        0x18b483fff  TelephonyUtilities arm64  <7d15e62388fc3065af5b0916f96c08c4> /System/Library/PrivateFrameworks/TelephonyUtilities.framework/TelephonyUtilities
       0x18b484000 -        0x18b4b2fff  GLKit arm64  <70ffbfe618163b2abd8b583246aed3b9> /System/Library/Frameworks/GLKit.framework/GLKit
       0x18b704000 -        0x18b744fff  Notes arm64  <a5bb71062ff2389e8cafdb78a451d6ce> /System/Library/PrivateFrameworks/Notes.framework/Notes
       0x18b748000 -        0x18b81efff  AddressBookUI arm64  <fe85476981e6349fa99d4d921c8948dd> /System/Library/Frameworks/AddressBookUI.framework/AddressBookUI
       0x18b820000 -        0x18b8d9fff  CloudKit arm64  <b51486b5b1523bf0a284fbe66d0e4121> /System/Library/Frameworks/CloudKit.framework/CloudKit
       0x18b924000 -        0x18b92afff  CloudPhotoServices arm64  <096b42c894d03a4487e71b2a6f727844> /System/Library/PrivateFrameworks/CloudPhotoServices.framework/CloudPhotoServices
       0x18b92c000 -        0x18ba0afff  CloudPhotoLibrary arm64  <904d27be0ea23047b35b932c80ccd2b1> /System/Library/PrivateFrameworks/CloudPhotoLibrary.framework/CloudPhotoLibrary
       0x18ba0c000 -        0x18ba5cfff  DataAccess arm64  <14814ca18b4936d58055226b22c1476a> /System/Library/PrivateFrameworks/DataAccess.framework/DataAccess
       0x18ba60000 -        0x18ba85fff  AssetsLibraryServices arm64  <f1315a73fa263ceab92b79a55fe7db03> /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices
       0x18bb28000 -        0x18bb55fff  ACTFramework arm64  <0409924e10333a6eb3ed1f6d82a4449c> /System/Library/PrivateFrameworks/ACTFramework.framework/ACTFramework
       0x18bb58000 -        0x18bb63fff  DCIMServices arm64  <e133669e4366331681bd6bac69d50f8e> /System/Library/PrivateFrameworks/DCIMServices.framework/DCIMServices
       0x18bb64000 -        0x18bc90fff  CoreMediaStream arm64  <c61e47db323c31b697c2e9124451a903> /System/Library/PrivateFrameworks/CoreMediaStream.framework/CoreMediaStream
       0x18bc94000 -        0x18bcabfff  PhotosFormats arm64  <22e8d4fe173d3876bf83b2033b296793> /System/Library/PrivateFrameworks/PhotosFormats.framework/PhotosFormats
       0x18bcac000 -        0x18bcb3fff  XPCKit arm64  <2065caa877c13fae973b8a5ef792a482> /System/Library/PrivateFrameworks/XPCKit.framework/XPCKit
       0x18bf30000 -        0x18c018fff  CameraKit arm64  <142953a8efb038d78de3d1a027defb9f> /System/Library/PrivateFrameworks/CameraKit.framework/CameraKit
       0x18c01c000 -        0x18c023fff  CoreTime arm64  <677d29f5f577366da2179ec4bbd4b483> /System/Library/PrivateFrameworks/CoreTime.framework/CoreTime
       0x18c024000 -        0x18c03ffff  MediaStream arm64  <ad6ace54680c3038ab2f4fef6e36283d> /System/Library/PrivateFrameworks/MediaStream.framework/MediaStream
       0x18c040000 -        0x18c37bfff  PhotoLibraryServices arm64  <262b87e223f2392db4fdbc65e4e3a694> /System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices
       0x18c37c000 -        0x18c3b2fff  PrototypeTools arm64  <4269f5c9aa5b3b6f8f0e03c212b15a1a> /System/Library/PrivateFrameworks/PrototypeTools.framework/PrototypeTools
       0x18c424000 -        0x18c447fff  ScreenReaderCore arm64  <66f7d678c43d307d9eedf4c546457ba4> /System/Library/PrivateFrameworks/ScreenReaderCore.framework/ScreenReaderCore
       0x18c448000 -        0x18c4c7fff  BulletinBoard arm64  <dd0ea343c3a6382198dd409bf5151c7a> /System/Library/PrivateFrameworks/BulletinBoard.framework/BulletinBoard
       0x18c4c8000 -        0x18c4c8fff  MobileObliteration arm64  <884c07990cd334f291625e95930a77c3> /System/Library/PrivateFrameworks/MobileObliteration.framework/MobileObliteration
       0x18c4cc000 -        0x18c4e4fff  TextToSpeech arm64  <0bede2a6f7c433398120ae052afce687> /System/Library/PrivateFrameworks/TextToSpeech.framework/TextToSpeech
       0x18c4e8000 -        0x18c544fff  SpringBoardFoundation arm64  <86679ebcc5513c08b0e7758601ba978f> /System/Library/PrivateFrameworks/SpringBoardFoundation.framework/SpringBoardFoundation
       0x18c548000 -        0x18c54afff  libAXSafeCategoryBundle.dylib arm64  <f942357d91d43454995e5d7704f7a540> /usr/lib/libAXSafeCategoryBundle.dylib
       0x18c54c000 -        0x18c554fff  libAXSpeechManager.dylib arm64  <614c1dd0721a3983847c3280119ccb69> /usr/lib/libAXSpeechManager.dylib
       0x18c558000 -        0x18c5d9fff  AccessibilityUtilities arm64  <c1c2588797373175a22d62028108aa55> /System/Library/PrivateFrameworks/AccessibilityUtilities.framework/AccessibilityUtilities
       0x18c5dc000 -        0x18c6fcfff  Message arm64  <9174c619f7ec33fa94e4f50af1648873> /System/Library/PrivateFrameworks/Message.framework/Message
       0x18c71c000 -        0x18c761fff  TelephonyUI arm64  <f9cd98325b8a33e68b573b878abf8da1> /System/Library/PrivateFrameworks/TelephonyUI.framework/TelephonyUI
       0x18c764000 -        0x18c784fff  ToneLibrary arm64  <1ed389ae3ebd3f8f8fe1bfccb2f78657> /System/Library/PrivateFrameworks/ToneLibrary.framework/ToneLibrary
       0x18c800000 -        0x18c80bfff  NotificationsUI arm64  <07e3ce2de24133a09aa74804043c00df> /System/Library/PrivateFrameworks/NotificationsUI.framework/NotificationsUI
       0x18c80c000 -        0x18c811fff  ProgressUI arm64  <9cb396c5b7933eb5a7a59cef32d82a1c> /System/Library/PrivateFrameworks/ProgressUI.framework/ProgressUI
       0x18ca98000 -        0x18caccfff  SpringBoardUIServices arm64  <efcc927ff9fb3f7b905bb5d57996a1f0> /System/Library/PrivateFrameworks/SpringBoardUIServices.framework/SpringBoardUIServices
       0x18cc6c000 -        0x18cc84fff  GenerationalStorage arm64  <7d341afa05e93ad088940994734cfcb0> /System/Library/PrivateFrameworks/GenerationalStorage.framework/GenerationalStorage
       0x18cc88000 -        0x18cc93fff  CoreRecents arm64  <7987b352c8c6384591c07272a5bf18ad> /System/Library/PrivateFrameworks/CoreRecents.framework/CoreRecents
       0x18cd44000 -        0x18cd57fff  AssetsLibrary arm64  <90c1bc7f54f934eead07e2b6fa808b9c> /System/Library/Frameworks/AssetsLibrary.framework/AssetsLibrary
       0x18cd58000 -        0x18cd73fff  SpringBoardUI arm64  <d8bc5188da9536e68919b7ffbff2c9b8> /System/Library/PrivateFrameworks/SpringBoardUI.framework/SpringBoardUI
       0x18cd74000 -        0x18d3d2fff  VectorKit arm64  <a6b135558e753a83979a425feb85e8e9> /System/Library/PrivateFrameworks/VectorKit.framework/VectorKit
       0x18d3d4000 -        0x18d565fff  MapKit arm64  <9081f76d66983b75882804ad11fb9e14> /System/Library/Frameworks/MapKit.framework/MapKit
       0x18d584000 -        0x18d586fff  FTClientServices arm64  <b304ea6ec5a0396aa3924db909d8312f> /System/Library/PrivateFrameworks/FTClientServices.framework/FTClientServices
       0x18d588000 -        0x18d596fff  QuickLookThumbnailing arm64  <ee86d88444453c0383e859bfc732fb92> /System/Library/PrivateFrameworks/QuickLookThumbnailing.framework/QuickLookThumbnailing
       0x18d660000 -        0x18d6b4fff  QuickLook arm64  <f9aea8634c013da1b70711a084adf703> /System/Library/Frameworks/QuickLook.framework/QuickLook
       0x18d700000 -        0x18d736fff  ContactsAutocomplete arm64  <6a75152b6cd03f12b23868b55c3e2d7d> /System/Library/PrivateFrameworks/ContactsAutocomplete.framework/ContactsAutocomplete
       0x18d748000 -        0x18d824fff  MessageUI arm64  <040c4fcc3e5238ef8d32c5b768dede33> /System/Library/Frameworks/MessageUI.framework/MessageUI
       0x18e1ac000 -        0x18e1d4fff  Pegasus arm64  <6fd7e74383773d89a8b2ee66cf6ff62d> /System/Library/PrivateFrameworks/Pegasus.framework/Pegasus
       0x18f740000 -        0x18f8acfff  libGLProgrammability.dylib arm64  <5aeff0d2bc443b16afb3e704a72ba650> /System/Library/Frameworks/OpenGLES.framework/libGLProgrammability.dylib
       0x1913b8000 -        0x1913c1fff  libGPUSupportMercury.dylib arm64  <2510db97fb413a97b3d36ff604cb172d> /System/Library/PrivateFrameworks/GPUSupport.framework/libGPUSupportMercury.dylib
       0x191c58000 -        0x191cb1fff  CoreBrightness arm64  <8c2c394263c23a828d18060f5935dbdd> /System/Library/PrivateFrameworks/CoreBrightness.framework/CoreBrightness
       0x192bac000 -        0x192baffff  AGXCompilerConnection arm64  <40525ed78193397694ad547f831e23a8> /System/Library/PrivateFrameworks/AGXCompilerConnection.framework/AGXCompilerConnection
       0x19430c000 -        0x194310fff  AXSpeechImplementation arm64  <1f48386c03f93434b871791482ad19ac> /System/Library/AccessibilityBundles/AXSpeechImplementation.bundle/AXSpeechImplementation
       0x194780000 -        0x194843fff  AGXGLDriver arm64  <fb391328add43c95b8fef7551c38a192> /System/Library/Extensions/AGXGLDriver.bundle/AGXGLDriver
       0x19485c000 -        0x19486efff  libCGInterfaces.dylib arm64  <c4505720159f37a7ac9aa8fc453a5cdb> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/Libraries/libCGInterfaces.dylib
       0x194870000 -        0x194a64fff  AudioCodecs arm64  <03c4466faeac39a592746d49f5b28841> /System/Library/Frameworks/AudioToolbox.framework/AudioCodecs
       0x1954f0000 -        0x1955dbfff  GLEngine arm64  <8ed62b8c930431438e37817c33da1bbd> /System/Library/Frameworks/OpenGLES.framework/GLEngine.bundle/GLEngine
       0x1964d0000 -        0x1964f5fff  CoreServicesInternal arm64  <ffacf4a14f233cd68f6e6e8d7e61105f> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesInternal
       0x1967b0000 -        0x1967bbfff  libGSFontCache.dylib arm64  <3d5c9e8399f73f23b5d8d0875787866d> /System/Library/PrivateFrameworks/FontServices.framework/libGSFontCache.dylib
       0x197ff4000 -        0x199676fff  KBLayouts_iPad.dylib arm64  <ed12b6792c44354db04a3d7b026a4c73> /System/Library/PrivateFrameworks/TextInput.framework/KBLayouts_iPad.dylib
jpsim commented 8 years ago

Thanks for sharing. Can you share more information about how this happened? Sharing the version of Realm would be a good start. Any more information you might know that's not included in this crash trace would be appreciated. Steps to reproduce ideally, or even just hints as to how you think this was triggered.

jpsim commented 8 years ago

Hey @jeeftor, we didn't hear much from you after your initial report, any chance you can share more information?

mrackwitz commented 8 years ago

Hey again @jeeftor, after we saw one similar backtrace, we suspect that your Realm file here was corrupted. Did this ever happened again for you / the users of your app? Would you be able to share a concerned Realm database and all auxiliary files with us? (privately to help@realm.io)

stel commented 8 years ago

I'll close this issue for now due to of inactivity. @jeeftor if you can provide some more info please feel free to reopen this issue or contact us via help@realm.io, thanks!