Skip to content
This repository has been archived by the owner on Dec 31, 2020. It is now read-only.

iOS App Crashing with libsystem_kernel.dylib`__pthread_kill #546

Closed
fahidmohammad opened this issue Sep 7, 2018 · 9 comments
Closed

iOS App Crashing with libsystem_kernel.dylib`__pthread_kill #546

fahidmohammad opened this issue Sep 7, 2018 · 9 comments

Comments

@fahidmohammad
Copy link

fahidmohammad commented Sep 7, 2018

Issue:
After installing the release app and when try to launch, the application is crashing after the launch screen.

Below is the piece of code which is causing the error.

import { observable } from 'mobx';
export default class DocSearch {
  @observable query;
}

The issue is only reproducible in release mode, but not in Debug mode.

App Log:

Incident Identifier: CB55491F-B53F-49AD-A7A9-02369311A289
CrashReporter Key:   86140a4ff1af543156b3f7686a3cf501582b2f60
Hardware Model:      iPhone9,4
Process:             sampleRN [43395]
Path:                /private/var/containers/Bundle/Application/A2E3552B-326A-475F-8AA1-78E38A7375E5/sampleRN.app/sampleRN
Identifier:          com.fahidmohammad
Version:             1 (1.0)
Code Type:           ARM-64 (Native)
Role:                Foreground
Parent Process:      launchd [1]
Coalition:           com.fahidmohammad [4046]


Date/Time:           2018-09-07 21:00:55.0571 +0530
Launch Time:         2018-09-07 21:00:49.4218 +0530
OS Version:          iPhone OS 11.4.1 (15G77)
Baseband Version:    2.03.12
Report Version:      104

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

Application Specific Information:
abort() called

Filtered syslog:
None found

Last Exception Backtrace:
0   CoreFoundation                	0x1818ced8c __exceptionPreprocess + 228
1   libobjc.A.dylib               	0x180a885ec objc_exception_throw + 55
2   sampleRN                      	0x102f00e2c 0x102ed0000 + 200236
3   sampleRN                      	0x102efe8ec 0x102ed0000 + 190700
4   CoreFoundation                	0x1818d6580 __invoking___ + 143
5   CoreFoundation                	0x1817b5748 -[NSInvocation invoke] + 283
6   CoreFoundation                	0x1817ba56c -[NSInvocation invokeWithTarget:] + 59
7   sampleRN                      	0x102f15034 0x102ed0000 + 282676
8   sampleRN                      	0x102f59620 0x102ed0000 + 562720
9   sampleRN                      	0x102f5937c 0x102ed0000 + 562044
10  libdispatch.dylib             	0x1811c0aa0 _dispatch_call_block_and_release + 23
11  libdispatch.dylib             	0x1811c0a60 _dispatch_client_callout + 15
12  libdispatch.dylib             	0x1811ca9b4 _dispatch_queue_serial_drain$VARIANT$mp + 607
13  libdispatch.dylib             	0x1811cb2fc _dispatch_queue_invoke$VARIANT$mp + 335
14  libdispatch.dylib             	0x1811cbcc8 _dispatch_root_queue_drain_deferred_wlh$VARIANT$mp + 339
15  libdispatch.dylib             	0x1811d4098 _dispatch_workloop_worker_thread$VARIANT$mp + 667
16  libsystem_pthread.dylib       	0x1814f3e70 _pthread_wqthread + 859
17  libsystem_pthread.dylib       	0x1814f3b08 start_wqthread + 3


Thread 0 name:  Dispatch queue: com.apple.main-thread
Thread 0:
0   libsystem_kernel.dylib        	0x0000000181333de8 mach_msg_trap + 8
1   libsystem_kernel.dylib        	0x0000000181333c60 mach_msg + 72
2   CoreFoundation                	0x0000000181876e40 __CFRunLoopServiceMachPort + 196
3   CoreFoundation                	0x0000000181874908 __CFRunLoopRun + 1568
4   CoreFoundation                	0x0000000181794da8 CFRunLoopRunSpecific + 552
5   GraphicsServices              	0x000000018377a020 GSEventRunModal + 100
6   UIKit                         	0x000000018b7b4758 UIApplicationMain + 236
7   sampleRN                      	0x0000000102ed75f4 0x102ed0000 + 30196
8   libdyld.dylib                 	0x0000000181225fc0 start + 4

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

Thread 2 name:  Dispatch queue: com.facebook.react.ExceptionsManagerQueue
Thread 2 Crashed:
0   libsystem_kernel.dylib        	0x00000001813552e0 __pthread_kill + 8
1   libsystem_pthread.dylib       	0x00000001814f6288 pthread_kill$VARIANT$mp + 376
2   libsystem_c.dylib             	0x00000001812c3d0c abort + 140
3   libc++abi.dylib               	0x0000000180a5f2c8 __cxa_bad_cast + 0
4   libc++abi.dylib               	0x0000000180a5f470 default_unexpected_handler+ 5232 () + 0
5   libobjc.A.dylib               	0x0000000180a888d4 _objc_terminate+ 35028 () + 124
6   libc++abi.dylib               	0x0000000180a7937c std::__terminate(void (*)+ 111484 ()) + 16
7   libc++abi.dylib               	0x0000000180a78ccc __cxxabiv1::exception_cleanup_func+ 109772 (_Unwind_Reason_Code, _Unwind_Exception*) + 0
8   libobjc.A.dylib               	0x0000000180a88720 _objc_exception_destructor+ 34592 (void*) + 0
9   sampleRN                      	0x0000000102f59838 0x102ed0000 + 563256
10  sampleRN                      	0x0000000102f5937c 0x102ed0000 + 562044
11  libdispatch.dylib             	0x00000001811c0aa0 _dispatch_call_block_and_release + 24
12  libdispatch.dylib             	0x00000001811c0a60 _dispatch_client_callout + 16
13  libdispatch.dylib             	0x00000001811ca9b4 _dispatch_queue_serial_drain$VARIANT$mp + 608
14  libdispatch.dylib             	0x00000001811cb2fc _dispatch_queue_invoke$VARIANT$mp + 336
15  libdispatch.dylib             	0x00000001811cbcc8 _dispatch_root_queue_drain_deferred_wlh$VARIANT$mp + 340
16  libdispatch.dylib             	0x00000001811d4098 _dispatch_workloop_worker_thread$VARIANT$mp + 668
17  libsystem_pthread.dylib       	0x00000001814f3e70 _pthread_wqthread + 860
18  libsystem_pthread.dylib       	0x00000001814f3b08 start_wqthread + 4

Thread 3:
0   libsystem_pthread.dylib       	0x00000001814f3b04 start_wqthread + 0

Thread 4:
0   libsystem_pthread.dylib       	0x00000001814f3b04 start_wqthread + 0

Thread 5 name:  com.apple.uikit.eventfetch-thread
Thread 5:
0   libsystem_kernel.dylib        	0x0000000181333de8 mach_msg_trap + 8
1   libsystem_kernel.dylib        	0x0000000181333c60 mach_msg + 72
2   CoreFoundation                	0x0000000181876e40 __CFRunLoopServiceMachPort + 196
3   CoreFoundation                	0x0000000181874908 __CFRunLoopRun + 1568
4   CoreFoundation                	0x0000000181794da8 CFRunLoopRunSpecific + 552
5   Foundation                    	0x0000000182209674 -[NSRunLoop+ 34420 (NSRunLoop) runMode:beforeDate:] + 304
6   Foundation                    	0x00000001822094dc -[NSRunLoop+ 34012 (NSRunLoop) runUntilDate:] + 84
7   UIKit                         	0x000000018b499768 -[UIEventFetcher threadMain] + 136
8   Foundation                    	0x0000000182319efc __NSThread__start__ + 1040
9   libsystem_pthread.dylib       	0x00000001814f5220 _pthread_body + 272
10  libsystem_pthread.dylib       	0x00000001814f5110 _pthread_body + 0
11  libsystem_pthread.dylib       	0x00000001814f3b10 thread_start + 4

Thread 6:
0   libsystem_pthread.dylib       	0x00000001814f3b04 start_wqthread + 0

Thread 7 name:  com.facebook.react.JavaScript
Thread 7:
0   libsystem_kernel.dylib        	0x0000000181333de8 mach_msg_trap + 8
1   libsystem_kernel.dylib        	0x0000000181333c60 mach_msg + 72
2   IOKit                         	0x0000000181b9d884 io_service_get_matching_service_bin + 184
3   IOKit                         	0x0000000181b36a80 IOServiceGetMatchingService + 208
4   IOMobileFramebuffer           	0x00000001848d9904 IOMobileFramebufferGetDisplay + 372
5   IOMobileFramebuffer           	0x00000001848d9c78 iomfb_populate_display_infos + 396
6   IOMobileFramebuffer           	0x00000001848d9e60 IOMobileFramebufferOpenByName + 44
7   QuartzCore                    	0x0000000185944a1c CA::Display::IOMFBDisplay::new_display_link+ 64028 (__CFRunLoop*, X::List<__CFString const*> const*) + 100
8   QuartzCore                    	0x000000018594121c CA::Display::DisplayLinkItem::update_link+ 49692 (__CFRunLoop*) + 320
9   sampleRN                      	0x0000000102f098b8 0x102ed0000 + 235704
10  sampleRN                      	0x0000000102eec85c 0x102ed0000 + 116828
11  sampleRN                      	0x0000000102f10598 0x102ed0000 + 263576
12  sampleRN                      	0x0000000102ee8c48 0x102ed0000 + 101448
13  Foundation                    	0x000000018231a0ec __NSThreadPerformPerform + 340
14  CoreFoundation                	0x0000000181877404 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 24
15  CoreFoundation                	0x0000000181876c2c __CFRunLoopDoSources0 + 276
16  CoreFoundation                	0x000000018187479c __CFRunLoopRun + 1204
17  CoreFoundation                	0x0000000181794da8 CFRunLoopRunSpecific + 552
18  sampleRN                      	0x0000000102ee8b88 0x102ed0000 + 101256
19  Foundation                    	0x0000000182319efc __NSThread__start__ + 1040
20  libsystem_pthread.dylib       	0x00000001814f5220 _pthread_body + 272
21  libsystem_pthread.dylib       	0x00000001814f5110 _pthread_body + 0
22  libsystem_pthread.dylib       	0x00000001814f3b10 thread_start + 4

Thread 8:
0   libsystem_kernel.dylib        	0x00000001813550e8 __psynch_cvwait + 8
1   libsystem_pthread.dylib       	0x00000001814f7c90 _pthread_cond_wait$VARIANT$mp + 644
2   libc++.1.dylib                	0x0000000180a0c2ec std::__1::condition_variable::__do_timed_wait+ 29420 (std::__1::unique_lock<std::__1::mutex>&, std::__1::chrono::time_point<std::__1::chrono::system_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > >) + 96
3   JavaScriptCore                	0x0000000188f1d6e8 std::__1::cv_status std::__1::condition_variable::wait_until<std::__1::chrono::steady_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > >+ 11364072 (std::__1::unique_lock<std::__1::mutex>&, std::__1::chrono::time_point<std::__1::chrono::steady_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > > const&) + 124
4   JavaScriptCore                	0x0000000188f1d598 std::__1::cv_status std::__1::condition_variable_any::wait_until<std::__1::unique_lock<bmalloc::Mutex>, std::__1::chrono::steady_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > >+ 11363736 (std::__1::unique_lock<bmalloc::Mutex>&, std::__1::chrono::time_point<std::__1::chrono::steady_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > > const&) + 112
5   JavaScriptCore                	0x0000000188f1d0dc bmalloc::Scavenger::threadRunLoop+ 11362524 () + 272
6   JavaScriptCore                	0x0000000188f1ce18 bmalloc::Scavenger::Scavenger+ 11361816 (std::__1::lock_guard<bmalloc::StaticMutex>&) + 0
7   JavaScriptCore                	0x0000000188f1d234 void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, void (*)(bmalloc::Scavenger*), bmalloc::Scavenger*> >+ 11362868 (void*) + 44
8   libsystem_pthread.dylib       	0x00000001814f5220 _pthread_body + 272
9   libsystem_pthread.dylib       	0x00000001814f5110 _pthread_body + 0
10  libsystem_pthread.dylib       	0x00000001814f3b10 thread_start + 4

Thread 9 name:  WTF::AutomaticThread
Thread 9:
0   libsystem_kernel.dylib        	0x00000001813550e8 __psynch_cvwait + 8
1   libsystem_pthread.dylib       	0x00000001814f7c90 _pthread_cond_wait$VARIANT$mp + 644
2   JavaScriptCore                	0x00000001884566b0 WTF::ThreadCondition::timedWait+ 63152 (WTF::Mutex&, double) + 148
3   JavaScriptCore                	0x0000000188f029d0 WTF::ParkingLot::parkConditionallyImpl(void const*, WTF::ScopedLambda<bool ()> const&, WTF::ScopedLambda<void + 11254224 ()> const&, WTF::TimeWithDynamicClockType const&) + 2252
4   JavaScriptCore                	0x00000001889ba188 bool WTF::Condition::waitUntil<WTF::Lock>+ 5714312 (WTF::Lock&, WTF::TimeWithDynamicClockType const&) + 184
5   JavaScriptCore                	0x0000000188ee7fac WTF::Function<void ()>::CallableWrapper<WTF::AutomaticThread::start(WTF::AbstractLocker const&)::$_0>::call+ 11145132 () + 212
6   JavaScriptCore                	0x0000000188f142dc WTF::Thread::entryPoint+ 11326172 (WTF::Thread::NewThreadContext*) + 224
7   JavaScriptCore                	0x0000000188451d74 WTF::wtfThreadEntryPoint+ 44404 (void*) + 12
8   libsystem_pthread.dylib       	0x00000001814f5220 _pthread_body + 272
9   libsystem_pthread.dylib       	0x00000001814f5110 _pthread_body + 0
10  libsystem_pthread.dylib       	0x00000001814f3b10 thread_start + 4

Thread 10 name:  WTF::AutomaticThread
Thread 10:
0   libsystem_kernel.dylib        	0x00000001813550e8 __psynch_cvwait + 8
1   libsystem_pthread.dylib       	0x00000001814f7c90 _pthread_cond_wait$VARIANT$mp + 644
2   JavaScriptCore                	0x00000001884566b0 WTF::ThreadCondition::timedWait+ 63152 (WTF::Mutex&, double) + 148
3   JavaScriptCore                	0x0000000188f029d0 WTF::ParkingLot::parkConditionallyImpl(void const*, WTF::ScopedLambda<bool ()> const&, WTF::ScopedLambda<void + 11254224 ()> const&, WTF::TimeWithDynamicClockType const&) + 2252
4   JavaScriptCore                	0x00000001889ba188 bool WTF::Condition::waitUntil<WTF::Lock>+ 5714312 (WTF::Lock&, WTF::TimeWithDynamicClockType const&) + 184
5   JavaScriptCore                	0x0000000188ee7fac WTF::Function<void ()>::CallableWrapper<WTF::AutomaticThread::start(WTF::AbstractLocker const&)::$_0>::call+ 11145132 () + 212
6   JavaScriptCore                	0x0000000188f142dc WTF::Thread::entryPoint+ 11326172 (WTF::Thread::NewThreadContext*) + 224
7   JavaScriptCore                	0x0000000188451d74 WTF::wtfThreadEntryPoint+ 44404 (void*) + 12
8   libsystem_pthread.dylib       	0x00000001814f5220 _pthread_body + 272
9   libsystem_pthread.dylib       	0x00000001814f5110 _pthread_body + 0
10  libsystem_pthread.dylib       	0x00000001814f3b10 thread_start + 4

Thread 2 crashed with ARM Thread State (64-bit):
    x0: 0x0000000000000000   x1: 0x0000000000000000   x2: 0x0000000000000000   x3: 0x00000001c42e6037
    x4: 0x0000000180a7eabd   x5: 0x000000016d0411d0   x6: 0x000000000000006e   x7: 0xffffffffffffffec
    x8: 0x000000000c000000   x9: 0x0000000004000000  x10: 0x00000001814f6110  x11: 0x0000000000000003
   x12: 0xffffffffffffffff  x13: 0x0000000000000001  x14: 0x0000000000000000  x15: 0x0000000000000010
   x16: 0x0000000000000148  x17: 0x0000000000000c00  x18: 0x0000000000000000  x19: 0x0000000000000006
   x20: 0x000000016d043000  x21: 0x000000016d0411d0  x22: 0x0000000000000b03  x23: 0x000000016d0430e0
   x24: 0x00000001c405e9c0  x25: 0x0000000000000001  x26: 0x000000018c2339be  x27: 0x000000010311a380
   x28: 0x00000001c02e4100   fp: 0x000000016d041130   lr: 0x00000001814f6288
    sp: 0x000000016d041100   pc: 0x00000001813552e0 cpsr: 0x00000000

Binary Images:
0x102ed0000 - 0x10301bfff sampleRN arm64  <0269d99cc42431fd9af58cf329872a27> /var/containers/Bundle/Application/A2E3552B-326A-475F-8AA1-78E38A7375E5/sampleRN.app/sampleRN
0x103244000 - 0x10327ffff dyld arm64  <b15e536a710732dabfafece44c5685e4> /usr/lib/dyld
0x103658000 - 0x103667fff GAXClient arm64  <4368048afae530cb9db0319dede80146> /System/Library/AccessibilityBundles/GAXClient.bundle/GAXClient
0x180a03000 - 0x180a04fff libSystem.B.dylib arm64  <0f3f5f4ea60d3d4d84af311421f67108> /usr/lib/libSystem.B.dylib
0x180a05000 - 0x180a5dfff libc++.1.dylib arm64  <e6172d25b5d63239879410136730d916> /usr/lib/libc++.1.dylib
0x180a5e000 - 0x180a7ffff libc++abi.dylib arm64  <40c62b02df253630845890510fe3f773> /usr/lib/libc++abi.dylib
0x180a80000 - 0x18113bfff libobjc.A.dylib arm64  <eb1135b2bde93b69b96e42ca98200183> /usr/lib/libobjc.A.dylib
0x18113c000 - 0x181141fff libcache.dylib arm64  <a922e78994f33bb6a85162f25a9c7965> /usr/lib/system/libcache.dylib
0x181142000 - 0x18114dfff libcommonCrypto.dylib arm64  <d3ccb275f62c361bba490fa6a9bb383c> /usr/lib/system/libcommonCrypto.dylib
0x18114e000 - 0x181151fff libcompiler_rt.dylib arm64  <82d8312d934c3f34b74d8df84e2cb55c> /usr/lib/system/libcompiler_rt.dylib
0x181152000 - 0x18115afff libcopyfile.dylib arm64  <e07dded07d6f375d8fabfa20b0d5f6b5> /usr/lib/system/libcopyfile.dylib
0x18115b000 - 0x1811befff libcorecrypto.dylib arm64  <68071da426b335bb860aed1483e03d6e> /usr/lib/system/libcorecrypto.dylib
0x1811bf000 - 0x181224fff libdispatch.dylib arm64  <0c931ac760133de187bb6f440beed5eb> /usr/lib/system/libdispatch.dylib
0x181225000 - 0x18123ffff libdyld.dylib arm64  <6225b1cd39843071a64add8f31b09c36> /usr/lib/system/libdyld.dylib
0x181240000 - 0x181240fff liblaunch.dylib arm64  <a25d2deb6e2d3c09a1085a5a79b16fdc> /usr/lib/system/liblaunch.dylib
0x181241000 - 0x181246fff libmacho.dylib arm64  <797e8ee3e3b83978aaae2394e71ea6c3> /usr/lib/system/libmacho.dylib
0x181247000 - 0x181248fff libremovefile.dylib arm64  <a454faf6fd5e3f2fa3116507d634a357> /usr/lib/system/libremovefile.dylib
0x181249000 - 0x18125ffff libsystem_asl.dylib arm64  <833790f7db363b8e83b48eaec404a8aa> /usr/lib/system/libsystem_asl.dylib
0x181260000 - 0x181260fff libsystem_blocks.dylib arm64  <a7c74cd6406f37d7a6beeb8faa6e1706> /usr/lib/system/libsystem_blocks.dylib
0x181261000 - 0x1812defff libsystem_c.dylib arm64  <61d2e950add73139aea459b55997ea48> /usr/lib/system/libsystem_c.dylib
0x1812df000 - 0x1812e3fff libsystem_configuration.dylib arm64  <fc25fa74aabf399e9fa32acb529a8618> /usr/lib/system/libsystem_configuration.dylib
0x1812e4000 - 0x1812e9fff libsystem_containermanager.dylib arm64  <db5dee3b17323c8aa68659a9c8dc9e76> /usr/lib/system/libsystem_containermanager.dylib
0x1812ea000 - 0x1812ebfff libsystem_coreservices.dylib arm64  <64e24927a95a3b38a92af824aa262df3> /usr/lib/system/libsystem_coreservices.dylib
0x1812ec000 - 0x1812edfff libsystem_darwin.dylib arm64  <98cca712d0a63a819653681c52131ea2> /usr/lib/system/libsystem_darwin.dylib
0x1812ee000 - 0x1812f4fff libsystem_dnssd.dylib arm64  <1b83bbfe437639dd8bdb7353013ac147> /usr/lib/system/libsystem_dnssd.dylib
0x1812f5000 - 0x181332fff libsystem_info.dylib arm64  <ebd778a7210c37408ee490f4564d4f5b> /usr/lib/system/libsystem_info.dylib
0x181333000 - 0x18135bfff libsystem_kernel.dylib arm64  <e102701ef8803cd4a5d54f5f14433dbd> /usr/lib/system/libsystem_kernel.dylib
0x18135c000 - 0x181389fff libsystem_m.dylib arm64  <3f43e403c5983d39ab50fa375c5c1bc9> /usr/lib/system/libsystem_m.dylib
0x18138a000 - 0x1813a5fff libsystem_malloc.dylib arm64  <6dd6981adef530b3b6062f29ade13bb2> /usr/lib/system/libsystem_malloc.dylib
0x1813a6000 - 0x1814d1fff libsystem_network.dylib arm64  <9ec043d8cb2538dc9ba84e324cd5b416> /usr/lib/system/libsystem_network.dylib
0x1814d2000 - 0x1814ddfff libsystem_networkextension.dylib arm64  <7ed92c1b09023da8adac8c5073ca7566> /usr/lib/system/libsystem_networkextension.dylib
0x1814de000 - 0x1814e8fff libsystem_notify.dylib arm64  <6400d5b3305b3f5d9d831e03e357943b> /usr/lib/system/libsystem_notify.dylib
0x1814e9000 - 0x1814f2fff libsystem_platform.dylib arm64  <97dae109bad63e588e5d63b8dbddadcf> /usr/lib/system/libsystem_platform.dylib
0x1814f3000 - 0x181502fff libsystem_pthread.dylib arm64  <07c87e3874b73d128f0fa331d8894b97> /usr/lib/system/libsystem_pthread.dylib
0x181503000 - 0x181506fff libsystem_sandbox.dylib arm64  <5e76af73b50438c6b6a4827b7fb0b816> /usr/lib/system/libsystem_sandbox.dylib
0x181507000 - 0x18150efff libsystem_symptoms.dylib arm64  <1a4f281f874131f68e00580a8110d629> /usr/lib/system/libsystem_symptoms.dylib
0x18150f000 - 0x181522fff libsystem_trace.dylib arm64  <38618bae31eb39cfbfd4aa0e8df9e51b> /usr/lib/system/libsystem_trace.dylib
0x181523000 - 0x181528fff libunwind.dylib arm64  <6288d2abbde239f293405082835ba85c> /usr/lib/system/libunwind.dylib
0x181529000 - 0x181529fff libvminterpose.dylib arm64  <7afa9fbccf713115ad62383f8b379a85> /usr/lib/system/libvminterpose.dylib
0x18152a000 - 0x181554fff libxpc.dylib arm64  <05e40d4621113a32a4cdb7afc770b119> /usr/lib/system/libxpc.dylib
0x181555000 - 0x181776fff libicucore.A.dylib arm64  <a2f179b63753316d943b53a643e28199> /usr/lib/libicucore.A.dylib
0x181777000 - 0x181788fff libz.1.dylib arm64  <cc396ca7a9d133d4898e573cc46ec982> /usr/lib/libz.1.dylib
0x181789000 - 0x181b1ffff CoreFoundation arm64  <533c841ed6e9313d8adb02388744e2ef> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
0x181b20000 - 0x181b30fff libbsm.0.dylib arm64  <b0ed5ab849a4342c835353a5d5533e06> /usr/lib/libbsm.0.dylib
0x181b31000 - 0x181b31fff libenergytrace.dylib arm64  <5195d5f14e163fc9bfc99099ae7a624f> /usr/lib/libenergytrace.dylib
0x181b32000 - 0x181bb6fff IOKit arm64  <54433b44779d39378d0789a4017a2948> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x181bb7000 - 0x181c9efff libxml2.2.dylib arm64  <187298f716873875b7a96317f9e2135a> /usr/lib/libxml2.2.dylib
0x181c9f000 - 0x181cacfff libbz2.1.0.dylib arm64  <cdf0f19925fe33fbb5909928bc44fd5b> /usr/lib/libbz2.1.0.dylib
0x181cad000 - 0x181cc5fff liblzma.5.dylib arm64  <deb8a124684f30729d528075ef8d61ef> /usr/lib/liblzma.5.dylib
0x181cc6000 - 0x181e2afff libsqlite3.dylib arm64  <219334ef89cf30099c3f85f925d853b3> /usr/lib/libsqlite3.dylib
0x181e2b000 - 0x181e51fff libMobileGestalt.dylib arm64  <ce9ab13d60fc3a678dfcab0f5347cc58> /usr/lib/libMobileGestalt.dylib
0x181e52000 - 0x182200fff CFNetwork arm64  <ce119938b410382bb4481e599405ef23> /System/Library/Frameworks/CFNetwork.framework/CFNetwork
0x182201000 - 0x1824f9fff Foundation arm64  <2eacef3cb1e5323eac1a2e0d743c81a5> /System/Library/Frameworks/Foundation.framework/Foundation
0x1824fa000 - 0x1825fbfff Security arm64  <b4a51fc3cb163f7b8786d8d37b56e515> /System/Library/Frameworks/Security.framework/Security
0x1825fc000 - 0x182667fff SystemConfiguration arm64  <658c4230686b3358a53006396fbe7605> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
0x182668000 - 0x18269dfff libCRFSuite.dylib arm64  <f44a46da006038f09432eb00a2b65697> /usr/lib/libCRFSuite.dylib
0x18269e000 - 0x18269efff libapple_crypto.dylib arm64  <0a68153dfbfc33b096374e95fb1271bd> /usr/lib/libapple_crypto.dylib
0x18269f000 - 0x1826b5fff libapple_nghttp2.dylib arm64  <8bb1455b0f653519956db1c8af6d57a1> /usr/lib/libapple_nghttp2.dylib
0x1826b6000 - 0x1826dffff libarchive.2.dylib arm64  <4590f76c617938f7a3a9e248ecc42d44> /usr/lib/libarchive.2.dylib
0x1826e0000 - 0x18278efff libboringssl.dylib arm64  <477924cf769f35239a5c6b9b2c6473bd> /usr/lib/libboringssl.dylib
0x18278f000 - 0x1827a5fff libcoretls.dylib arm64  <193a4fc806793432a8b2bb3d8a6a8ec4> /usr/lib/libcoretls.dylib
0x1827a6000 - 0x1827a7fff libcoretls_cfhelpers.dylib arm64  <09de65296b06366694578620bf512d8d> /usr/lib/libcoretls_cfhelpers.dylib
0x1827a8000 - 0x1827a9fff liblangid.dylib arm64  <ca04122dcd66354db9a53d9f0e91f855> /usr/lib/liblangid.dylib
0x1827aa000 - 0x182920fff libnetwork.dylib arm64  <b5da178f015038d4ad82288ff8cbca37> /usr/lib/libnetwork.dylib
0x182921000 - 0x182953fff libpcap.A.dylib arm64  <5389a8069179359eb6822edd62328659> /usr/lib/libpcap.A.dylib
0x182954000 - 0x1829b0fff libusrtcp.dylib arm64  <ba4a0d2e24dd3ea0a9307b03598564cc> /usr/lib/libusrtcp.dylib
0x1829b1000 - 0x1829bbfff IOSurface arm64  <1f24b80565013f8d94b5e18c144f24bc> /System/Library/Frameworks/IOSurface.framework/IOSurface
0x1829bc000 - 0x182a61fff libBLAS.dylib arm64  <bda6fa96025e3513848156f93c78ddc0> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib
0x182a62000 - 0x182d82fff libLAPACK.dylib arm64  <e32d2bce3c353d4f80205fc0731e4e07> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib
0x182d83000 - 0x182ff2fff vImage arm64  <b864841843df38bb99e1dff0e1d24732> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage
0x182ff3000 - 0x183004fff libSparseBLAS.dylib arm64  <32a953927bdf3e46b9d154bf8980fb63> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparseBLAS.dylib
0x183005000 - 0x183029fff libvMisc.dylib arm64  <7ada6cde719335328636b01d59e23ea9> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib
0x18302a000 - 0x183051fff libBNNS.dylib arm64  <fa4ef0a7739237d4a3316c137346c5ad> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBNNS.dylib
0x183052000 - 0x183066fff libLinearAlgebra.dylib arm64  <b41f21090a7c3472aeb495fd2712eea4> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLinearAlgebra.dylib
0x183067000 - 0x18306bfff libQuadrature.dylib arm64  <e0ee0fbd5e653ceb9264b9fad84f57f6> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libQuadrature.dylib
0x18306c000 - 0x1830dbfff libSparse.dylib arm64  <7d403dc3c958325e9b99fad4e762d67e> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparse.dylib
0x1830dc000 - 0x183167fff libvDSP.dylib arm64  <d323dc33dd9f39c19e6264c6ede7dd3f> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib
0x183168000 - 0x183168fff vecLib arm64  <d54284636d7a3a03987a1f4f2f67ea6a> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib
0x183169000 - 0x183169fff Accelerate arm64  <687b381212043306bae96161fa7b7963> /System/Library/Frameworks/Accelerate.framework/Accelerate
0x18316a000 - 0x183181fff libcompression.dylib arm64  <88b8fdc7bbf7390ca1ad5c4b0507d64e> /usr/lib/libcompression.dylib
0x183182000 - 0x1836c9fff CoreGraphics arm64  <59a6f76dbc9f3e44bdf30351088b637d> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
0x1836ca000 - 0x1836cffff IOAccelerator arm64  <4ae56bf593a93df0ba40919221614b28> /System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator
0x1836d0000 - 0x1836d5fff libCoreFSCache.dylib arm64  <3731a55430f83087978ed2bfae31ca04> /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib
0x1836d6000 - 0x18376efff Metal arm64  <d41904db6bc93cea9c81f649115eddc1> /System/Library/Frameworks/Metal.framework/Metal
0x18376f000 - 0x183782fff GraphicsServices arm64  <5011ec2511d73a56af501e8207d54962> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
0x183783000 - 0x1838dcfff MobileCoreServices arm64  <9ce939be55793f2a9d2517d351311275> /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
0x1838dd000 - 0x1838dffff IOSurfaceAccelerator arm64  <54659c85ff5c38ff9aa9a3686ebbd0d5> /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/IOSurfaceAccelerator
0x1838e0000 - 0x183921fff AppleJPEG arm64  <9694d27d99bb3fd495ac1637cbf481fb> /System/Library/PrivateFrameworks/AppleJPEG.framework/AppleJPEG
0x183922000 - 0x183ed2fff ImageIO arm64  <728aeffd50883729bc1ac09900f05cf2> /System/Library/Frameworks/ImageIO.framework/ImageIO
0x183ed3000 - 0x183f36fff BaseBoard arm64  <6ffd9a5fa5d93ca8920ac0d0f069ba3d> /System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard
0x183f37000 - 0x183f4efff AssertionServices arm64  <704c5673295930ac919167ed66370a94> /System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices
0x183f4f000 - 0x183f57fff CorePhoneNumbers arm64  <8dc7373fda1a3b4cad529df63a1d79d5> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/CorePhoneNumbers
0x183f58000 - 0x183f9cfff AppSupport arm64  <99a4d74ef9e734f290b8f92fb673befe> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
0x183f9d000 - 0x183fb5fff CrashReporterSupport arm64  <f884f5a7bca63a62a78872ac986a9258> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport
0x183fb6000 - 0x183fbbfff AggregateDictionary arm64  <da586c679ac73c4c8341f9d6f8358d04> /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary
0x183fbc000 - 0x184040fff libTelephonyUtilDynamic.dylib arm64  <a3b2b4798d8730259503c758d0e3d894> /usr/lib/libTelephonyUtilDynamic.dylib
0x184041000 - 0x184060fff ProtocolBuffer arm64  <61c6cef5c1ca3397912e9e63c0c338da> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer
0x184061000 - 0x18408efff MobileKeyBag arm64  <0f9f1dccef1d37b48a67ac39c6572073> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag
0x18408f000 - 0x1840c3fff BackBoardServices arm64  <a6f5bf26c146355e8f29a59f497c6d8e> /System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices
0x1840c4000 - 0x18411ffff FrontBoardServices arm64  <85825f19a9c63234a66e4d47d86c72b4> /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices
0x184120000 - 0x18415cfff SpringBoardServices arm64  <60daedc0a88237ce9e14d59467606af9> /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices
0x18415d000 - 0x18416bfff PowerLog arm64  <d545e5f6846e3e73830195337810cdc8> /System/Library/PrivateFrameworks/PowerLog.framework/PowerLog
0x18416c000 - 0x184188fff CommonUtilities arm64  <38d46d0ba5fb3da484ede2f09666eb1a> /System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities
0x184189000 - 0x184194fff liblockdown.dylib arm64  <c3e32daff2823a57828c223c37017ed9> /usr/lib/liblockdown.dylib
0x184195000 - 0x184499fff CoreData arm64  <7dd3d1a5193e343aac036e779c0aaf87> /System/Library/Frameworks/CoreData.framework/CoreData
0x18449a000 - 0x1844a0fff TCC arm64  <41d6c5214523319cad2cfc08e373215a> /System/Library/PrivateFrameworks/TCC.framework/TCC
0x1844a1000 - 0x1844a8fff libcupolicy.dylib arm64  <205d236702463dad822a71fa9fb44980> /usr/lib/libcupolicy.dylib
0x1844a9000 - 0x18453afff CoreTelephony arm64  <c6aebaf743e431eea026249cd20b9f93> /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
0x18453b000 - 0x184592fff Accounts arm64  <7082b6e848e637d2a604c749747c5144> /System/Library/Frameworks/Accounts.framework/Accounts
0x184593000 - 0x1845bcfff AppleSauce arm64  <07696ffe11503e0faa1888c0e243471f> /System/Library/PrivateFrameworks/AppleSauce.framework/AppleSauce
0x1845bd000 - 0x1845c5fff DataMigration arm64  <fc7cc0db05273ef18990215a4bf5d7da> /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
0x1845c6000 - 0x1845ccfff Netrb arm64  <5ad13c9650ce38b6b031bd2006f69a1c> /System/Library/PrivateFrameworks/Netrb.framework/Netrb
0x1845cd000 - 0x1845fffff PersistentConnection arm64  <80650d9240f533a58e95a7b65dbd5d13> /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection
0x184600000 - 0x184611fff libmis.dylib arm64  <b1f02fecf57e3fb8a48e952c7ba5198c> /usr/lib/libmis.dylib
0x184612000 - 0x184718fff ManagedConfiguration arm64  <2456d1aeb3c538f1a75ad56aaecd33de> /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration
0x184719000 - 0x18471efff libReverseProxyDevice.dylib arm64  <feda1d5064d1311a9024ced18653e1af> /usr/lib/libReverseProxyDevice.dylib
0x18471f000 - 0x184731fff libamsupport.dylib arm64  <0b3260b51a4338e7809cd48c39a760ee> /usr/lib/libamsupport.dylib
0x184732000 - 0x184737fff libCoreVMClient.dylib arm64  <828daf7904d738d7b51125b7d839f427> /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib
0x184738000 - 0x184739fff libCVMSPluginSupport.dylib arm64  <ef1b895a2e513ef09f0b99b0ea52f2bc> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib
0x18473a000 - 0x18473dfff libutil.dylib arm64  <f8cab493d4a5345ab42c833c1c3d753d> /usr/lib/libutil.dylib
0x18473e000 - 0x18477efff libGLImage.dylib arm64  <a4834764ada73a5a93935ac4f946d00b> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
0x18477f000 - 0x1847f5fff APFS arm64  <db7fdda7bc263f3cbad0aa2be53a92b5> /System/Library/PrivateFrameworks/APFS.framework/APFS
0x1847f6000 - 0x184827fff MediaKit arm64  <bd1ed626c16633dfa3a9210444995fd3> /System/Library/PrivateFrameworks/MediaKit.framework/MediaKit
0x184828000 - 0x184840fff libSERestoreInfo.dylib arm64  <cb56acf1899739fb8db28c2235f20a53> /usr/lib/updaters/libSERestoreInfo.dylib
0x184845000 - 0x184881fff DiskImages arm64  <dbce1b1f46a134d1bf9fc6ee992ef5ea> /System/Library/PrivateFrameworks/DiskImages.framework/DiskImages
0x184882000 - 0x18488bfff libGFXShared.dylib arm64  <4a7a2ffc151c31b8bf79cebcd8a5478e> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
0x18488c000 - 0x1848d3fff libauthinstall.dylib arm64  <753a9ce7f06f3826bf624d9dc7f5b376> /usr/lib/libauthinstall.dylib
0x1848d4000 - 0x1848dcfff IOMobileFramebuffer arm64  <037de4b49b6934f089430792afdac804> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer
0x1848dd000 - 0x1848e8fff OpenGLES arm64  <a4adfab5c3ef3d55add7aed8b9ab1fbf> /System/Library/Frameworks/OpenGLES.framework/OpenGLES
0x1848e9000 - 0x184970fff ColorSync arm64  <ba04aa852db032168fa09f655bc82e51> /System/Library/PrivateFrameworks/ColorSync.framework/ColorSync
0x184971000 - 0x18499afff CoreVideo arm64  <6f568461bb213003bcf526d9d4eb20af> /System/Library/Frameworks/CoreVideo.framework/CoreVideo
0x18499b000 - 0x18499cfff libCTGreenTeaLogger.dylib arm64  <dbe8881c668b34db9789b5f4e926114a> /usr/lib/libCTGreenTeaLogger.dylib
0x18499d000 - 0x184b09fff CoreAudio arm64  <a20141113a99394cb16781906078c861> /System/Library/Frameworks/CoreAudio.framework/CoreAudio
0x184b0a000 - 0x184b38fff CoreAnalytics arm64  <f6aa66d061b935c4937d037eeac77749> /System/Library/PrivateFrameworks/CoreAnalytics.framework/CoreAnalytics
0x184b39000 - 0x184b3cfff UserFS arm64  <af4ea82b7168334587131973fcc685f5> /System/Library/PrivateFrameworks/UserFS.framework/UserFS
0x184b3d000 - 0x184cc2fff CoreMedia arm64  <784a788985193f92bcbf5170378405fc> /System/Library/Frameworks/CoreMedia.framework/CoreMedia
0x184cc3000 - 0x184cd5fff libprotobuf-lite.dylib arm64  <2c18eb318c9532a484ea0704a05a1d4a> /usr/lib/libprotobuf-lite.dylib
0x184cd6000 - 0x184d3afff libprotobuf.dylib arm64  <962e40da393431108723fdd15cf6274e> /usr/lib/libprotobuf.dylib
0x184d3b000 - 0x185004fff libAWDSupportFramework.dylib arm64  <4fd3a9edd87032f9b29e39c838024ddc> /usr/lib/libAWDSupportFramework.dylib
0x185005000 - 0x18504efff WirelessDiagnostics arm64  <d1ed288aab0b3fcbba70d3d53d7808e7> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/WirelessDiagnostics
0x18504f000 - 0x185106fff VideoToolbox arm64  <c99ed6c928503fd69ecf34ba2baece4e> /System/Library/Frameworks/VideoToolbox.framework/VideoToolbox
0x185107000 - 0x185210fff libFontParser.dylib arm64  <0c5b668a4135315cb13d1b4788d8a8fb> /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
0x185211000 - 0x185212fff FontServices arm64  <f11afbab4fbb35fc894b33d366011b70> /System/Library/PrivateFrameworks/FontServices.framework/FontServices
0x185213000 - 0x185366fff CoreText arm64  <25560e0ceecc36f2a3f2e39136dc3453> /System/Library/Frameworks/CoreText.framework/CoreText
0x185367000 - 0x185376fff IntlPreferences arm64  <f020641e927739ea91a27a64ecf8d635> /System/Library/PrivateFrameworks/IntlPreferences.framework/IntlPreferences
0x185377000 - 0x18537ffff RTCReporting arm64  <b3628c1a3a02352c8bccf6f1d393c2e6> /System/Library/PrivateFrameworks/RTCReporting.framework/RTCReporting
0x185380000 - 0x1853f0fff CoreBrightness arm64  <360e7d31578a377c826aff5cdaeb917b> /System/Library/PrivateFrameworks/CoreBrightness.framework/CoreBrightness
0x1853f1000 - 0x1853fbfff libAudioStatistics.dylib arm64  <4b7b1c1856de3e76b523a0aa44b5a035> /usr/lib/libAudioStatistics.dylib
0x1853fc000 - 0x185934fff AudioToolbox arm64  <082e019290223edf99b1d4ff195f9276> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
0x185935000 - 0x185b68fff QuartzCore arm64  <10c9d621c7ed36f1ae23cfc2e8a83e9c> /System/Library/Frameworks/QuartzCore.framework/QuartzCore
0x185b69000 - 0x185b74fff MediaAccessibility arm64  <89490c32b66e34ff93f20afaf15609bc> /System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility
0x185b75000 - 0x185c67fff libiconv.2.dylib arm64  <5bb51259bae432f794e0f85063453873> /usr/lib/libiconv.2.dylib
0x185c68000 - 0x185c83fff NetworkStatistics arm64  <c73b2bfba29534928bd57fb496e8a245> /System/Library/PrivateFrameworks/NetworkStatistics.framework/NetworkStatistics
0x185c84000 - 0x185c9ffff MPSCore arm64  <2d9261aaa9653984b3afe2e2eb5e21a7> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/MPSCore
0x185ca0000 - 0x185d08fff MPSImage arm64  <5753222b2a7c33b99e185c0946d866d6> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/MPSImage
0x185d09000 - 0x185d2bfff MPSMatrix arm64  <c8b4e738801e3f2bbf22f7a3d785182a> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/MPSMatrix
0x185d2c000 - 0x185d3afff CoreAUC arm64  <a02ba9569fe638b594e06525a90bd147> /System/Library/PrivateFrameworks/CoreAUC.framework/CoreAUC
0x185d3b000 - 0x186393fff MediaToolbox arm64  <190bb494467235b38d979910bb317068> /System/Library/Frameworks/MediaToolbox.framework/MediaToolbox
0x186394000 - 0x1864c3fff MPSNeuralNetwork arm64  <37158311c1d63fcfbda005a3e98e3bee> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/MPSNeuralNetwork
0x1864c4000 - 0x1864c4fff MetalPerformanceShaders arm64  <f100d433451635f48e7432ab523abe31> /System/Library/Frameworks/MetalPerformanceShaders.framework/MetalPerformanceShaders
0x1864c5000 - 0x1868effff FaceCore arm64  <ade17e48572c3d858e3b71a2ac28ccb8> /System/Library/PrivateFrameworks/FaceCore.framework/FaceCore
0x1868f0000 - 0x1868fdfff GraphVisualizer arm64  <55b5ff57c5f833858726cb61324f4394> /System/Library/PrivateFrameworks/GraphVisualizer.framework/GraphVisualizer
0x1868fe000 - 0x186aa5fff libFosl_dynamic.dylib arm64  <cba3df2a74e2349fae1fc3312a46c2a4> /usr/lib/libFosl_dynamic.dylib
0x186aa6000 - 0x186d09fff CoreImage arm64  <c3f8b9637c5f3cddadfc21583b66dfbd> /System/Library/Frameworks/CoreImage.framework/CoreImage
0x186d0a000 - 0x186f08fff CoreMotion arm64  <44f4ea25dac33750a64d76df70d19af4> /System/Library/Frameworks/CoreMotion.framework/CoreMotion
0x186f09000 - 0x186f37fff CoreBluetooth arm64  <40851a4508813e30a6a39287ea563221> /System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth
0x186f38000 - 0x186f5afff PlugInKit arm64  <4d9ce13eea6d3baeb4f822a867ba6855> /System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit
0x186f5b000 - 0x187186fff Celestial arm64  <4c53d7c86c953515bf6b555cad291dcb> /System/Library/PrivateFrameworks/Celestial.framework/Celestial
0x187187000 - 0x187209fff Quagga arm64  <894f89af7bc7356296ae79b210b169eb> /System/Library/PrivateFrameworks/Quagga.framework/Quagga
0x18720a000 - 0x187300fff AVFAudio arm64  <c90f1c94a205351895edd904b490b132> /System/Library/Frameworks/AVFoundation.framework/Frameworks/AVFAudio.framework/AVFAudio
0x187301000 - 0x1874f3fff AVFoundation arm64  <c124a7b6b251377993f373fef367488a> /System/Library/Frameworks/AVFoundation.framework/AVFoundation
0x1874f4000 - 0x187516fff CacheDelete arm64  <ac77ed95d4643424a957156bd5e03467> /System/Library/PrivateFrameworks/CacheDelete.framework/CacheDelete
0x187517000 - 0x18753cfff StreamingZip arm64  <e93196e7aeea32519d5337c2255cff65> /System/Library/PrivateFrameworks/StreamingZip.framework/StreamingZip
0x18753d000 - 0x18754efff CoreEmoji arm64  <21f134f213b53e9487c54fae45db1830> /System/Library/PrivateFrameworks/CoreEmoji.framework/CoreEmoji
0x18754f000 - 0x18759cfff CoreLocationProtobuf arm64  <72ebe4d27ef537ff9440b1e8120ce9ae> /System/Library/PrivateFrameworks/CoreLocationProtobuf.framework/CoreLocationProtobuf
0x18759d000 - 0x1875a5fff SymptomDiagnosticReporter arm64  <48c5f321ca733f2c845fcdb97353c2bf> /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/SymptomDiagnosticReporter
0x1875a6000 - 0x187eaffff GeoServices arm64  <46746fa910d2386194e34ed84c570091> /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices
0x187eb0000 - 0x187ec7fff MobileAsset arm64  <49f2259cac8d3eaeb126d9fbe22ee0aa> /System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset
0x187ec8000 - 0x187f08fff Lexicon arm64  <4e43af69dd36373b888540750f609ca3> /System/Library/PrivateFrameworks/Lexicon.framework/Lexicon
0x187f09000 - 0x187f19fff libcmph.dylib arm64  <661482521e6f31e18411d71a75446056> /usr/lib/libcmph.dylib
0x187f1a000 - 0x18803bfff LanguageModeling arm64  <5f994763487b33c3ac608a9d73be8cd7> /System/Library/PrivateFrameworks/LanguageModeling.framework/LanguageModeling
0x18803c000 - 0x188053fff libmarisa.dylib arm64  <2908e85d03d838f3bc2582598e449c02> /usr/lib/libmarisa.dylib
0x188054000 - 0x1880edfff CoreLocation arm64  <427d36867aad312086810b4f36733221> /System/Library/Frameworks/CoreLocation.framework/CoreLocation
0x1880ee000 - 0x1880eefff PhoneNumbers arm64  <e2a0f73e1a89319590ca3a65c6635369> /System/Library/PrivateFrameworks/PhoneNumbers.framework/PhoneNumbers
0x1880ef000 - 0x1880fafff libChineseTokenizer.dylib arm64  <05f584c4b6b33d4fac6ecfcb02cb157f> /usr/lib/libChineseTokenizer.dylib
0x1880fb000 - 0x1881a7fff libmecab_em.dylib arm64  <5c786bbda21636a3a362692e56af1c50> /usr/lib/libmecab_em.dylib
0x1881a8000 - 0x1881a9fff libThaiTokenizer.dylib arm64  <b275fd750e773719898c5e6ceb7475d2> /usr/lib/libThaiTokenizer.dylib
0x1881aa000 - 0x1881aefff libgermantok.dylib arm64  <fbcd25cca73e36ed8849889ae65cb847> /usr/lib/libgermantok.dylib
0x1881af000 - 0x188206fff CoreNLP arm64  <de73e93381c2336d92f2d5bb77b44584> /System/Library/PrivateFrameworks/CoreNLP.framework/CoreNLP
0x188207000 - 0x1883d8fff MobileSpotlightIndex arm64  <b2b19614b17e380fa6538eb4b34a3a03> /System/Library/PrivateFrameworks/MobileSpotlightIndex.framework/MobileSpotlightIndex
0x188447000 - 0x188fc5fff JavaScriptCore arm64  <8be29f5ee31a302bbc16e47869e799ac> /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore
0x188fc6000 - 0x188fcbfff libheimdal-asn1.dylib arm64  <e0d45b7a0d233bc987b1f40ab04ffff5> /usr/lib/libheimdal-asn1.dylib
0x188fcc000 - 0x189047fff libate.dylib arm64  <1d30c1d3ca913f2da380d67c5cacd696> /usr/lib/libate.dylib
0x189048000 - 0x1890fcfff TextureIO arm64  <2ea71814215232d092556b6fead20296> /System/Library/PrivateFrameworks/TextureIO.framework/TextureIO
0x1890fd000 - 0x1891c9fff CoreUI arm64  <467b23bbefa43431ba13f2d276305e70> /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
0x1891ca000 - 0x1891d3fff MobileIcons arm64  <e1ef7d921ab934d4a6fe94b2bc68d8f8> /System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons
0x1891e3000 - 0x18923bfff TextInput arm64  <ac4e85632d5d3ea7907fff4233f85249> /System/Library/PrivateFrameworks/TextInput.framework/TextInput
0x18923c000 - 0x189264fff libxslt.1.dylib arm64  <48317ab7f9a930a1bbfe566a1c155614> /usr/lib/libxslt.1.dylib
0x18929a000 - 0x18932dfff FileProvider arm64  <f9cb56a44fce333ab0800466a8169fcd> /System/Library/Frameworks/FileProvider.framework/FileProvider
0x189420000 - 0x1894f7fff ProofReader arm64  <dabb208f349e390b941f388fc73752f6> /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader
0x1894f8000 - 0x18950cfff libAccessibility.dylib arm64  <72d1652c02333bbaa42fd0cece897b0b> /usr/lib/libAccessibility.dylib
0x18950d000 - 0x1899b3fff libwebrtc.dylib arm64  <b345da6573f4322c8ff225c0e98d4786> /System/Library/PrivateFrameworks/WebCore.framework/Frameworks/libwebrtc.dylib
0x1899b4000 - 0x189a16fff ContactsFoundation arm64  <def4932a5140395397a49e556ac601a0> /System/Library/PrivateFrameworks/ContactsFoundation.framework/ContactsFoundation
0x189a17000 - 0x18b0e9fff WebCore arm64  <2fe4173593ba35c4a5e04b40b40f1a7e> /System/Library/PrivateFrameworks/WebCore.framework/WebCore
0x18b0ea000 - 0x18b26dfff WebKitLegacy arm64  <e8992e8872d03479adb53136ba17a712> /System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy
0x18b26e000 - 0x18b296fff DataAccessExpress arm64  <d6e654034a7f36c583d8f85224982e1d> /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress
0x18b297000 - 0x18b331fff AddressBookLegacy arm64  <9001decafec931b3b32f90e70885c585> /System/Library/PrivateFrameworks/AddressBookLegacy.framework/AddressBookLegacy
0x18b332000 - 0x18b38dfff ProtectedCloudStorage arm64  <c195719d183236059844bc55e52645ce> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/ProtectedCloudStorage
0x18b38e000 - 0x18b3bafff UserNotifications arm64  <ad87234545c43531aac1e3a37c3c0cf5> /System/Library/Frameworks/UserNotifications.framework/UserNotifications
0x18b3bb000 - 0x18b3c6fff AppleIDAuthSupport arm64  <945f6d9b488f3b9a9de4acf2617d6fa8> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/AppleIDAuthSupport
0x18b3c7000 - 0x18b417fff AuthKit arm64  <1e649041c5c332509b6d5c292abf129e> /System/Library/PrivateFrameworks/AuthKit.framework/AuthKit
0x18b442000 - 0x18b496fff DocumentManager arm64  <098348ff05b032f8a3d5a17ed453139f> /System/Library/Frameworks/UIKit.framework/Frameworks/DocumentManager.framework/DocumentManager
0x18b497000 - 0x18c515fff UIKit arm64  <be6ef0203caa393986da6dd6737541d5> /System/Library/Frameworks/UIKit.framework/UIKit
0x18c516000 - 0x18c528fff DocumentManagerCore arm64  <f3cf02b693c33902abb611b51315c214> /System/Library/PrivateFrameworks/DocumentManagerCore.framework/DocumentManagerCore
0x18c529000 - 0x18c52dfff HangTracer arm64  <14c9c902270b3fc8a44c894325731245> /System/Library/PrivateFrameworks/HangTracer.framework/HangTracer
0x18c52e000 - 0x18c57ffff PhysicsKit arm64  <4d2b0d9378353407aa17b91597a890d9> /System/Library/PrivateFrameworks/PhysicsKit.framework/PhysicsKit
0x18c580000 - 0x18c582fff StudyLog arm64  <c231ce6f68f13d6a8971dcab3362d5eb> /System/Library/PrivateFrameworks/StudyLog.framework/StudyLog
0x18c583000 - 0x18c662fff UIFoundation arm64  <097639b4c0503396a74bf322c97d0380> /System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation
0x18c663000 - 0x18c781fff CloudKit arm64  <55336b1482ba3e86a94d608ddf070ea4> /System/Library/Frameworks/CloudKit.framework/CloudKit
0x18c782000 - 0x18c782fff IntentsFoundation arm64  <bb62900f43973b35a3eabe6f45c3b56b> /System/Library/PrivateFrameworks/IntentsFoundation.framework/IntentsFoundation
0x18c783000 - 0x18c8a0fff Network arm64  <aa1b7cd29c013e809e4905e4bbc4badc> /System/Library/PrivateFrameworks/Network.framework/Network
0x18c8a1000 - 0x18caa8fff Intents arm64  <676f60130f30305a9e71733ac106c4f4> /System/Library/Frameworks/Intents.framework/Intents
0x18caa9000 - 0x18cac3fff libresolv.9.dylib arm64  <c76ea9527796334ca010a12e153772d5> /usr/lib/libresolv.9.dylib
0x18cac4000 - 0x18cac6fff CoreDuetDebugLogging arm64  <74e7e685ab94375ab1df09ae32cb3bd7> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/CoreDuetDebugLogging
0x18cac7000 - 0x18cafcfff libtidy.A.dylib arm64  <24be8ea1fada37e6ac80a8019320481f> /usr/lib/libtidy.A.dylib
0x18cafd000 - 0x18cc2cfff CoreDuet arm64  <40d3b99e5cc632789bfb9441e770c058> /System/Library/PrivateFrameworks/CoreDuet.framework/CoreDuet
0x18cc2d000 - 0x18cc4cfff CoreDuetContext arm64  <eaae7b06577239b0bf6f66a22f8908d2> /System/Library/PrivateFrameworks/CoreDuetContext.framework/CoreDuetContext
0x18cc4d000 - 0x18cc61fff CoreDuetDaemonProtocol arm64  <90699d4703bb357db7026ca1b54be9df> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/CoreDuetDaemonProtocol
0x18cc62000 - 0x18cccdfff IMFoundation arm64  <6ffe811caa87343b89d51f5b68729c1d> /System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation
0x18ccce000 - 0x18ccfcfff vCard arm64  <9537fc85395634e3ae5e60cf8d91646d> /System/Library/PrivateFrameworks/vCard.framework/vCard
0x18ccfd000 - 0x18ce0afff Contacts arm64  <698fa43ba8ed39b180e83ada3a0730b3> /System/Library/Frameworks/Contacts.framework/Contacts
0x18ce0b000 - 0x18ce0cfff DiagnosticLogCollection arm64  <bb96f23768083c5abc70c46c83a5d1cc> /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/DiagnosticLogCollection
0x18ce0d000 - 0x18ce0efff Marco arm64  <cf77c26cd604305d95a22a44adab94b7> /System/Library/PrivateFrameworks/Marco.framework/Marco
0x18ce0f000 - 0x18ce19fff MessageProtection arm64  <8eeb4aa8ddeb3ef8a33cc4c89774b79c> /System/Library/PrivateFrameworks/MessageProtection.framework/MessageProtection
0x18ce1a000 - 0x18d129fff StoreServices arm64  <a4913ca6d61137509de96f3d28aec4d1> /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices
0x18d12a000 - 0x18d141fff Engram arm64  <f4027c51f41c37bbab81f8c04a52b4ef> /System/Library/PrivateFrameworks/Engram.framework/Engram
0x18d142000 - 0x18d232fff IDSFoundation arm64  <038e4eed4d1d3f9c9d51537e9b29a071> /System/Library/PrivateFrameworks/IDSFoundation.framework/IDSFoundation
0x18d233000 - 0x18d23efff CaptiveNetwork arm64  <934f633116a738d498196d12bbd5583c> /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork
0x18d23f000 - 0x18d26dfff EAP8021X arm64  <0f376a391b4b3de69c9d86093b413a3e> /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X
0x18d26e000 - 0x18d2a8fff MobileWiFi arm64  <489c549537513ec696322d70535feaef> /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi
0x18d2a9000 - 0x18d2abfff OAuth arm64  <e3791d446eab3acda1f665ea190c55be> /System/Library/PrivateFrameworks/OAuth.framework/OAuth
0x18d2ac000 - 0x18d2aefff CommonAuth arm64  <13560562ea093adc87ed345465106c58> /System/Library/PrivateFrameworks/CommonAuth.framework/CommonAuth
0x18d2af000 - 0x18d31dfff Heimdal arm64  <5e57887031d53f5aa78a06207c38dbc3> /System/Library/PrivateFrameworks/Heimdal.framework/Heimdal
0x18d31e000 - 0x18d347fff GSS arm64  <f66235617e323dd8978cb3c3218e674e> /System/Library/Frameworks/GSS.framework/GSS
0x18d348000 - 0x18d35ffff ApplePushService arm64  <fea4b650bc803103b65fef010999e106> /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService
0x18d360000 - 0x18d3f7fff AccountsDaemon arm64  <332fbb6616863aa3a31717a16cdd5e13> /System/Library/PrivateFrameworks/AccountsDaemon.framework/AccountsDaemon
0x18d3f8000 - 0x18d41cfff AppleIDSSOAuthentication arm64  <01658495197532af8bd951edd5d24eef> /System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/AppleIDSSOAuthentication
0x18d41d000 - 0x18d495fff AppleAccount arm64  <541a1e5e96c63121bd72ea7118db9908> /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount
0x18d496000 - 0x18d5cdfff CoreUtils arm64  <b1ac04a4b7543451b9d19b5fc676d325> /System/Library/PrivateFrameworks/CoreUtils.framework/CoreUtils
0x18d5ce000 - 0x18d6e4fff IDS arm64  <687009c13bbb3500aabed41d55b5f5b4> /System/Library/PrivateFrameworks/IDS.framework/IDS
0x18d6e5000 - 0x18d708fff MediaServices arm64  <daba869c0b673e48a93b31fe2dff8a55> /System/Library/PrivateFrameworks/MediaServices.framework/MediaServices
0x18d709000 - 0x18d8dffff MediaRemote arm64  <b99f7745cb703f5caa9a6a36993727bb> /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote
0x18d8e0000 - 0x18d8f8fff UserManagement arm64  <68a1359f23283cb5b452ec446587008e> /System/Library/PrivateFrameworks/UserManagement.framework/UserManagement
0x18d8f9000 - 0x18d908fff MobileBluetooth arm64  <ec76701257613e64bfd5dbefe3395776> /System/Library/PrivateFrameworks/MobileBluetooth.framework/MobileBluetooth
0x18d93f000 - 0x18d964fff FTAWD arm64  <8dd01c25424c3ff7853594f48c5881a1> /System/Library/PrivateFrameworks/FTAWD.framework/FTAWD
0x18d965000 - 0x18d9b8fff FTServices arm64  <e1469a89db8b343e8105c47d16867d89> /System/Library/PrivateFrameworks/FTServices.framework/FTServices
0x18d9b9000 - 0x18da0afff WirelessProximity arm64  <938963c4203933bb9910583b430f6bda> /System/Library/PrivateFrameworks/WirelessProximity.framework/WirelessProximity
0x18da16000 - 0x18da64fff ChunkingLibrary arm64  <30b82406e9b2382cb76990acbce63fe6> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/ChunkingLibrary
0x18da65000 - 0x18da71fff libnetworkextension.dylib arm64  <1301bb341bf33364b3b04f75a3df404f> /usr/lib/libnetworkextension.dylib
0x18e899000 - 0x18ea2dfff NetworkExtension arm64  <27950af3ce083a6b9986df2380542f46> /System/Library/Frameworks/NetworkExtension.framework/NetworkExtension
0x18ea2e000 - 0x18ee7afff SiriTTS arm64  <6b2588bd69dc32cd9072a39b5169e385> /System/Library/PrivateFrameworks/SiriTTS.framework/SiriTTS
0x18ee7b000 - 0x18eed5fff SAObjects arm64  <9163b232fb1e34e1a25277da1508536a> /System/Library/PrivateFrameworks/SAObjects.framework/SAObjects
0x18eed6000 - 0x18ef14fff VoiceServices arm64  <b1863d8abbd4379f866872ccf86dcb67> /System/Library/PrivateFrameworks/VoiceServices.framework/VoiceServices
0x18ef15000 - 0x18ef45fff GLKit arm64  <dbf93981f531347099d4b0a0cf053984> /System/Library/Frameworks/GLKit.framework/GLKit
0x18ef46000 - 0x18f02dfff AssistantServices arm64  <a76e8481cb5a3eb78c5b22256b4489a2> /System/Library/PrivateFrameworks/AssistantServices.framework/AssistantServices
0x18f02e000 - 0x18f04cfff AssetCacheServices arm64  <7da8e9b42c633c4f85696e6714a705d0> /System/Library/PrivateFrameworks/AssetCacheServices.framework/AssetCacheServices
0x18f04d000 - 0x18f107fff NetworkServiceProxy arm64  <7d0557c371a33996b0048a07f2517cb9> /System/Library/PrivateFrameworks/NetworkServiceProxy.framework/NetworkServiceProxy
0x18f108000 - 0x18f1f9fff MMCS arm64  <bc2512eac66530b6b369362a1ea902fb> /System/Library/PrivateFrameworks/MMCS.framework/MMCS
0x18f1fa000 - 0x18f206fff BluetoothManager arm64  <124c7e4bf5363bea8aa58efe6f4c622c> /System/Library/PrivateFrameworks/BluetoothManager.framework/BluetoothManager
0x18f317000 - 0x18f344fff PhotosFormats arm64  <edcd859372bd3efa876172de95aa97aa> /System/Library/PrivateFrameworks/PhotosFormats.framework/PhotosFormats
0x18f434000 - 0x18f54dfff CloudPhotoLibrary arm64  <ab57f5fe68e439d9b635fb5acac78e64> /System/Library/PrivateFrameworks/CloudPhotoLibrary.framework/CloudPhotoLibrary
0x18f631000 - 0x18f65bfff AssetsLibraryServices arm64  <be64b9cb08013248adf52462ed42ce3a> /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices
0x18f65c000 - 0x18f690fff ACTFramework arm64  <cb82b2d3825e3bbd8b6468830435ab8b> /System/Library/PrivateFrameworks/ACTFramework.framework/ACTFramework
0x18f691000 - 0x18f6b1fff DCIMServices arm64  <e3d6aeaee2633fa8b93dba1726c75131> /System/Library/PrivateFrameworks/DCIMServices.framework/DCIMServices
0x18f6b2000 - 0x18f7edfff CoreMediaStream arm64  <bda3ce34642933cc803830efdd51fe9d> /System/Library/PrivateFrameworks/CoreMediaStream.framework/CoreMediaStream
0x18f7ee000 - 0x18f7f5fff XPCKit arm64  <17788c984c30338b978e58219d85354e> /System/Library/PrivateFrameworks/XPCKit.framework/XPCKit
0x18f7f6000 - 0x18f8dafff CameraKit arm64  <7177d7ddb18131e0a793382809da2292> /System/Library/PrivateFrameworks/CameraKit.framework/CameraKit
0x18f8db000 - 0x18f8f3fff CloudPhotoServices arm64  <3b8b1a6746d5384ea14363bd36b31720> /System/Library/PrivateFrameworks/CloudPhotoServices.framework/CloudPhotoServices
0x18f900000 - 0x18f91efff MediaStream arm64  <d5208942c1e130fc85f504589946d8dd> /System/Library/PrivateFrameworks/MediaStream.framework/MediaStream
0x18f91f000 - 0x18fd46fff PhotoLibraryServices arm64  <d611bec8ed373dd0a0200b5d7ce066cb> /System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices
0x18fd47000 - 0x18fd7cfff PrototypeTools arm64  <8efee9e8bbc23043a0a2a274d0055ad9> /System/Library/PrivateFrameworks/PrototypeTools.framework/PrototypeTools
0x18fd7d000 - 0x18fe06fff CoreSymbolication arm64  <7ccdd1e8aaa031d1bca9819f995966ac> /System/Library/PrivateFrameworks/CoreSymbolication.framework/CoreSymbolication
0x18ff3b000 - 0x18ffeefff iTunesStore arm64  <e31bccef18e935e6b2df3c7eb703d7cd> /System/Library/PrivateFrameworks/iTunesStore.framework/iTunesStore
0x18ffef000 - 0x18fff5fff libtzupdate.dylib arm64  <c3f9c1c5a44333d3a5cb12f1e98fb68a> /usr/lib/libtzupdate.dylib
0x18fff6000 - 0x190164fff Preferences arm64  <5aee49795c5137e08f07a731328604eb> /System/Library/PrivateFrameworks/Preferences.framework/Preferences
0x190165000 - 0x19016cfff CoreTime arm64  <8adec29a2796319ab9f45c94f22ec468> /System/Library/PrivateFrameworks/CoreTime.framework/CoreTime
0x19016d000 - 0x1902d8fff CVML arm64  <3369c181afb4351a978bfca4ad2f0d5e> /System/Library/PrivateFrameworks/CVML.framework/CVML
0x1902d9000 - 0x190326fff CoreAppleCVA arm64  <68f8cc29d8513a1a8d1e3c279d7e6a04> /System/Library/PrivateFrameworks/CoreAppleCVA.framework/CoreAppleCVA
0x190370000 - 0x1904eafff AppleCVA arm64  <13f4a4fe29d23941bcf267d1f67c5e24> /System/Library/PrivateFrameworks/AppleCVA.framework/AppleCVA
0x1904eb000 - 0x19057bfff Montreal arm64  <460d01ac07c23e96b3bc9534522f3866> /System/Library/PrivateFrameworks/Montreal.framework/Montreal
0x19057c000 - 0x19079efff Espresso arm64  <1cfcb4ec66aa3befa69d7279c9f80e01> /System/Library/PrivateFrameworks/Espresso.framework/Espresso
0x1907a3000 - 0x1908f4fff Photos arm64  <b8a7bb6839d1345b9802e3610f42b9ce> /System/Library/Frameworks/Photos.framework/Photos
0x1908f5000 - 0x190ac0fff CoreML arm64  <73895366f6cd39b4842d5dda4d852150> /System/Library/Frameworks/CoreML.framework/CoreML
0x190c85000 - 0x190cb1fff Futhark arm64  <0426d89a2a063e5990f8ce26f1b75fda> /System/Library/PrivateFrameworks/Futhark.framework/Futhark
0x190d49000 - 0x190d5afff BaseBoardUI arm64  <83274ed51a7f3af3bb94ab599491f868> /System/Library/PrivateFrameworks/BaseBoardUI.framework/BaseBoardUI
0x190ff3000 - 0x191254fff Vision arm64  <03cc2b7f7327346db7835f112b1b3608> /System/Library/Frameworks/Vision.framework/Vision
0x19177b000 - 0x1917bffff AXRuntime arm64  <94de8edf9a683c6c94053bb3befb47ae> /System/Library/PrivateFrameworks/AXRuntime.framework/AXRuntime
0x1917c0000 - 0x1917f7fff ScreenReaderCore arm64  <91184eb7bdb53ffc84f3c92620b0b509> /System/Library/PrivateFrameworks/ScreenReaderCore.framework/ScreenReaderCore
0x1917f8000 - 0x19181cfff TextToSpeech arm64  <7c6d5340b9873fdba17b36640fd50c4e> /System/Library/PrivateFrameworks/TextToSpeech.framework/TextToSpeech
0x19181d000 - 0x191860fff CoreMIDI arm64  <160a4f4632c13deabc0934440f059724> /System/Library/Frameworks/CoreMIDI.framework/CoreMIDI
0x191971000 - 0x191973fff libAXSafeCategoryBundle.dylib arm64  <c89e4eff840432b1a6c429e300e11324> /usr/lib/libAXSafeCategoryBundle.dylib
0x191974000 - 0x19197efff libAXSpeechManager.dylib arm64  <718b55bac6c43505959b8fed7bc14369> /usr/lib/libAXSpeechManager.dylib
0x19197f000 - 0x191a62fff AccessibilityUtilities arm64  <4b7f8dd6b84532128a4841ae9abbea18> /System/Library/PrivateFrameworks/AccessibilityUtilities.framework/AccessibilityUtilities
0x191d87000 - 0x191d87fff AdSupport arm64  <6136df7413e63ed5a139c34d3427f832> /System/Library/Frameworks/AdSupport.framework/AdSupport
0x192b5b000 - 0x192bcefff WebInspector arm64  <f253acf0d10b3a3eb22c8e4692a5fe8d> /System/Library/PrivateFrameworks/WebInspector.framework/WebInspector
0x192bcf000 - 0x192cc6fff ITMLKit arm64  <90560441db3e3a8593c6d4619a69e6f2> /System/Library/PrivateFrameworks/ITMLKit.framework/ITMLKit
0x193328000 - 0x19333ffff AccessibilityUIUtilities arm64  <50b2400bf4193c618d050d0f79f3d542> /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AccessibilityUIUtilities.framework/AccessibilityUIUtilities
0x19358d000 - 0x1935e8fff AXMediaUtilities arm64  <f13363bd782433aaa0bba21ccbfe3542> /System/Library/PrivateFrameworks/AXMediaUtilities.framework/AXMediaUtilities
0x1937b0000 - 0x1937c6fff CoreFollowUp arm64  <9d3cedf7bf763703820f442dd72490bc> /System/Library/PrivateFrameworks/CoreFollowUp.framework/CoreFollowUp
0x193f5c000 - 0x193f5ffff FTClientServices arm64  <043e73ed6af33ff2b1bb4499f621c1c5> /System/Library/PrivateFrameworks/FTClientServices.framework/FTClientServices
0x1944db000 - 0x1944e8fff SetupAssistantSupport arm64  <395683b63e0031e18060ddc3fe0aed16> /System/Library/PrivateFrameworks/SetupAssistantSupport.framework/SetupAssistantSupport
0x1944e9000 - 0x194511fff SetupAssistant arm64  <d96faeb5f25a3a289ae7c1bf90eb0733> /System/Library/PrivateFrameworks/SetupAssistant.framework/SetupAssistant
0x1951ee000 - 0x19525bfff IMSharedUtilities arm64  <58cd33783f823e91a86d416a22f9178c> /System/Library/PrivateFrameworks/IMSharedUtilities.framework/IMSharedUtilities
0x195a03000 - 0x195a1dfff MetalKit arm64  <24fbbd2b642f3dc8a41a00bdaf8a99f3> /System/Library/Frameworks/MetalKit.framework/MetalKit
0x196a75000 - 0x196a87fff MobileDeviceLink arm64  <8850c34b15ff3b76961f132cf39a2ba6> /System/Library/PrivateFrameworks/MobileDeviceLink.framework/MobileDeviceLink
0x196bef000 - 0x196c36fff MobileBackup arm64  <ec88bf07820335f6ad19b1bd8de4e2b1> /System/Library/PrivateFrameworks/MobileBackup.framework/MobileBackup
0x1983ef000 - 0x1983f3fff AccessibilityUIShared arm64  <abc8bed113b3354d9f1d494e23de6685> /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AccessibilityUIShared.framework/AccessibilityUIShared
0x1987a4000 - 0x1987aafff AccessibilityUI arm64  <4c83188a9fb23e0e873a3d7f582ea41a> /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AccessibilityUI.framework/AccessibilityUI
0x19c2b7000 - 0x19c2bbfff libsysdiagnose.dylib arm64  <8fda7e2d0dd43f389f028bc98772bf75> /usr/lib/libsysdiagnose.dylib
0x19c885000 - 0x19c887fff SpeakTypingServices arm64  <da579d8e26113bfaaf753bb1a76aa977> /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/SpeakTypingServices.framework/SpeakTypingServices
0x19c888000 - 0x19c88dfff ZoomServices arm64  <c7ad2ec02ad03a30b17faa7a623287f3> /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/ZoomServices.framework/ZoomServices
0x19ea8a000 - 0x19ea9bfff DeviceIdentity arm64  <5edf28fce01139dab794658154b5d765> /System/Library/PrivateFrameworks/DeviceIdentity.framework/DeviceIdentity
0x1a17ea000 - 0x1a17f8fff AccessibilitySettingsLoader arm64  <473d21a220e83681ac53afe71b864c1d> /System/Library/AccessibilityBundles/AccessibilitySettingsLoader.bundle/AccessibilitySettingsLoader
0x1a1e99000 - 0x1a1eadfff libCGInterfaces.dylib arm64  <9a7c16c729ac335782f2b2a0063fca2a> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/Libraries/libCGInterfaces.dylib
0x1a6372000 - 0x1a6375fff InternationalSupport arm64  <fd334ec64cdc3287a1c03a90d37338aa> /System/Library/PrivateFrameworks/InternationalSupport.framework/InternationalSupport
0x1a8fef000 - 0x1a8ffafff libMobileGestaltExtensions.dylib arm64  <b123e03cb4353068838f7ca31ebd6c0b> /usr/lib/libMobileGestaltExtensions.dylib
0x1aa1be000 - 0x1aa1eefff libclosured.dylib arm64  <e61ffac51cae3e1fb9eb6a6e2801777b> /usr/lib/closure/libclosured.dylib

EOF

My Package.json File:

{
  "name": "sample",
  "version": "0.0.1",
  "private": true,
  "scripts": {
    "start": "node node_modules/react-native/local-cli/cli.js start",
    "test": "jest"
  },
  "dependencies": {
    "axios": "^0.18.0",
    "mobx": "^5.1.0",
    "mobx-react": "^5.2.6",
    "react": "16.4.1",
    "react-native": "0.56.0",
    "react-native-ui-kitten": "^3.0.1",
    "react-native-vector-icons": "^5.0.0",
    "babel-plugin-transform-decorators-legacy": "^1.3.5",
    "babel-plugin-transform-object-rest-spread": "^7.0.0-beta.3",
    "babel-preset-react-native": "^5.0.2",
    "babel-preset-react-native-stage-0": "^1.0.1",
    "react-navigation": "^2.12.1"
  },
  "devDependencies": {
    "@babel/core": "^7.0.0-beta.47",
    "@babel/plugin-proposal-decorators": "^7.0.0-beta.47",
    "@babel/plugin-transform-runtime": "^7.0.0-beta.47",
    "@babel/runtime": "^7.0.0-beta.47",
    "babel-jest": "^23.4.2",
    "jest": "^23.5.0",
    "react-test-renderer": "^16.5.0"
  },
  "jest": {
    "preset": "react-native"
  }
}
@mweststrate
Copy link
Member

Sounds nasty, you mean that your entire app is

import { observable } from 'mobx';
export default class DocSearch {
  @observable query;
}

Or that removing that code removes the culprit? Is it the only place where you use decorators or mobx? Does using decorate api instead make a difference?

Might relate to mobxjs/mobx#1708 ? Does downgrading the react-native version help?

@fahidmohammad
Copy link
Author

fahidmohammad commented Sep 7, 2018

@mweststrate it is part of the store initiator

Sounds nasty, you mean that your entire app is

index.js

import React, { Component } from 'react';
import {
  AppRegistry,
} from 'react-native';
import { Provider } from 'mobx-react';
import {name as appName} from '../app.json';

import Stack from './router';

import stores from './stores';

export default class MobXApp extends Component {
  render() {
    return (
      <Provider {...stores}>
        <Stack />
      </Provider>
    );
  }
}

AppRegistry.registerComponent(appName, () => MobXApp);

store.js

import DocSearch from './DocSearch';

export default {
  DocSearch: new DocSearch()
};

And in my main component i have a basic static view, noting else.

When removing the DocSearch from the execution all working fine, so my assumption it has to do something with mobx.

``

It did not..

Does downgrading the react-native version help?

@fahidmohammad
Copy link
Author

@mweststrate any luck with this issue?
This is really a show stopper.

@fahidmohammad
Copy link
Author

I have created a repo with the reproducible scenario.

https://github.com/fahidmohammad/mobx-issue-546

Steps:

  1. Clone the repo
  2. npm i on the root dir
  3. open the iOS project in xcode
  4. Build and run

Note: make sure to run the app in release mode to see the crash, debug mode everything is fine.

@mweststrate
Copy link
Member

@fahidmohammad can't reproduce it as I don't have a Mac. Hopefully someone else can. Did you already trying downgrading RN one or a few versions? At this moment I suspect it is a 0.56 specific issue only

@mweststrate
Copy link
Member

Hmm seems fixed if I read the other threads correctly? Would you mind linking to the comment that best describes the solution, for anyone running into this in the future? (You can click the date on a comment to get a link to it)

@fahidmohammad
Copy link
Author

@mweststrate i have followed this Mobx-Fix-RN-0.56.0 approach and its working fine. #oblador/react-native-vector-icons#801 (comment)

@fahidmohammad
Copy link
Author

@mweststrate any suggestion for this issue? Mobx + React Navigation

@mweststrate
Copy link
Member

Closing as work around is provided

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants