pthread_testcancel crash

hi, Our app has a weird Crash that has several distinct features :


1.only appears on iOS 10.x.x systems

2.only appears on iPhone6, iPhone6P

3.has received memory warnings before crashed

4.The thread that should has a thread name like 'GNaviMap-0', has lost its name, but the thread is still running

5.the crashed thread is always look like this



Thread 27 Crashed:

0 libsystem_pthread.dylib _pthread_testcancel + 40

1 libsystem_pthread.dylib _pthread_cond_wait + 656

2 libsystem_pthread.dylib _pthread_cond_wait + 656



This problem is caused by a memory problem being killed by the system ?

Replies

Our app has a weird Crash

Please post a full Apple crash report for this crash.

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"

Incident Identifier: 8D4F57FC-BAD1-45C1-85A4-273A017A2E2D

CrashReporter Key: e33578531a74635257607fa843e7556e63ead334

Hardware Model: iPhone7,1

Process: qcs.r [976]

Path: /var/containers/Bundle/Application/D5A97B0F-D34B-4B66-BA44-E2DB1619D6D2/qcs.r.app/qcs.r

Identifier: com.meituan.qcs.r.ios

Version: 2.1.11 (1714)

Code Type: ARM-64

Parent Process: ? [1]



Date/Time: 2018-06-29 22:24:32.000 +0800

OS Version: iOS 10.0.2 (14A456)

Report Version: 104



Exception Type: EXC_BAD_ACCESS (SIGBUS)

Exception Codes: KERN_INVALID_CAPABILITY at 0x0000000000000014

Crashed Thread: 49



Thread 0:

0 UIKit -[UIView(Hierarchy) layoutIfNeeded] + 0

1 qcs.r -[QCSBannerView checkAndRollBack] (QCSBannerView.m:114)

2 qcs.r -[QCSBannerView scrollViewDidEndScrollingAnimation:] (QCSBannerView.m:159)

3 UIKit -[UIScrollView(UIScrollViewInternal) _delegateScrollViewAnimationEnded] + 92

4 UIKit -[UIScrollView(UIScrollViewInternal) _scrollViewAnimationEnded:finished:] + 316

5 UIKit -[UIAnimator stopAnimation:] + 472

6 UIKit -[UIAnimator(Static) _advanceAnimationsOfType:withTimestamp:] + 300

7 QuartzCore CA::Display::DisplayLinkItem::dispatch(unsigned long long) + 44

8 QuartzCore CA::Display::DisplayLink::dispatch_items(unsigned long long, unsigned long long, unsigned long long) + 444

9 IOKit IODispatchCalloutFromCFMessage + 372

10 CoreFoundation __CFMachPortPerform + 180

11 CoreFoundation __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 56

12 CoreFoundation __CFRunLoopDoSource1 + 436

13 CoreFoundation __CFRunLoopRun + 1840

14 CoreFoundation CFRunLoopRunSpecific + 444

15 GraphicsServices GSEventRunModal + 180

16 UIKit -[UIApplication _run] + 684

17 UIKit UIApplicationMain + 208

18 qcs.r main (main.m:36)

19 libdyld.dylib start + 4



Thread 1:

0 libsystem_kernel.dylib __psynch_cvwait + 8

1 libsystem_pthread.dylib _pthread_cond_wait + 640

2 libc++.1.dylib std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 56

3 JavaScriptCore void std::__1::condition_variable_any::wait<std::__1::unique_lock<bmalloc::Mutex> >(std::__1::unique_lock<bmalloc::Mutex>&) + 112

4 JavaScriptCore bmalloc::AsyncTask<bmalloc::Heap, void (bmalloc::Heap::*)()>::threadRunLoop() + 168

5 JavaScriptCore std::__1::__shared_ptr_emplace<std::__1::mutex, std::__1::allocator<std::__1::mutex> >::~__shared_ptr_emplace() + 0

6 JavaScriptCore void* std::__1::__thread_proxy<std::__1::tuple<void (*)(bmalloc::AsyncTask<bmalloc::Heap, void (bmalloc::Heap::*)()>*), bmalloc::AsyncTask<bmalloc::Heap, void (bmalloc::Heap::*)()>*> >(void*) + 92

7 libsystem_pthread.dylib _pthread_body + 240

8 libsystem_pthread.dylib _pthread_body + 0



Thread 2 name: WebThread

Thread 2:

0 libsystem_platform.dylib _platform_memset + 136

1 JavaScriptCore JSC::MarkedBlock::clearMarks()+ 64

2 JavaScriptCore JSC::MarkedBlock::clearMarks()+ 64

3 JavaScriptCore JSC::ClearMarks::ReturnType JSC::MarkedSpace::forEachBlock<JSC::ClearMarks>(JSC::ClearMarks&) + 288

4 JavaScriptCore JSC::MarkedSpace::clearMarks() + 104

5 JavaScriptCore JSC::Heap::markRoots(double, void*, void*, int (&) [48]) + 308

6 JavaScriptCore JSC::Heap::collectImpl(JSC::HeapOperation, void*, void*, int (&) [48]) + 600

7 JavaScriptCore JSC::Heap::collect(JSC::HeapOperation) + 96

8 JavaScriptCore JSC::Heap::collectAndSweep(JSC::HeapOperation) + 40

9 WebCore WebCore::GCController::garbageCollectNow() + 56

10 WebKitLegacy +[WebView(WebPrivate) garbageCollectNow] + 44

11 WebKitLegacy +[WebView(WebPrivate) _releaseMemoryNow] + 48

12 WebKitLegacy +[WebView(WebPrivate) _handleMemoryWarning] + 120

13 WebCore WebCore::respondToMemoryPressureCallback(__CFRunLoopObserver*, unsigned long, void*) + 132

14 CoreFoundation __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 32

15 CoreFoundation __CFRunLoopDoObservers + 372

16 CoreFoundation __CFRunLoopRun + 1024

17 CoreFoundation CFRunLoopRunSpecific + 444

18 WebCore RunWebThread(void*) + 456

19 libsystem_pthread.dylib _pthread_body + 240

20 libsystem_pthread.dylib _pthread_body + 0



Thread 3 name: com.apple.uikit.eventfetch-thread

Thread 3:

0 libsystem_kernel.dylib mach_msg_trap + 8

1 libsystem_kernel.dylib mach_msg + 72

2 CoreFoundation __CFRunLoopServiceMachPort + 192

3 CoreFoundation __CFRunLoopRun + 1132

4 CoreFoundation CFRunLoopRunSpecific + 444

5 Foundation -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 304

6 Foundation -[NSRunLoop(NSRunLoop) runUntilDate:] + 96

7 UIKit -[UIEventFetcher threadMain] + 136

8 Foundation __NSThread__start__ + 1024

9 libsystem_pthread.dylib _pthread_body + 240

10 libsystem_pthread.dylib _pthread_body + 0



Thread 4:

0 libsystem_kernel.dylib __semwait_signal + 8

1 libsystem_c.dylib nanosleep + 212

2 libsystem_c.dylib sleep + 44

3 qcs.r monitorCachedData (KSCrashCachedData.c:0)

4 libsystem_pthread.dylib _pthread_body + 240

5 libsystem_pthread.dylib _pthread_body + 0



Thread 5 name: KSCrash Exception Handler (Secondary)

Thread 5:

0 libsystem_kernel.dylib mach_msg_trap + 8

1 libsystem_kernel.dylib mach_msg + 72

2 qcs.r handleExceptions (KSCrashMonitor_MachException.c:288)

3 libsystem_pthread.dylib _pthread_body + 240

4 libsystem_pthread.dylib _pthread_body + 0



Thread 6 name: KSCrash Exception Handler (Primary)

Thread 6:



Thread 7 name: com.apple.CoreMotion.MotionThread

Thread 7:

0 libsystem_kernel.dylib mach_msg_trap + 8

1 libsystem_kernel.dylib mach_msg + 72

2 CoreFoundation __CFRunLoopServiceMachPort + 192

3 CoreFoundation __CFRunLoopRun + 1132

4 CoreFoundation CFRunLoopRunSpecific + 444

5 CoreFoundation CFRunLoopRun + 112

6 CoreMotion 0x00000001883967dc + 824

7 libsystem_pthread.dylib _pthread_body + 240

8 libsystem_pthread.dylib _pthread_body + 0



Thread 8:

0 libsystem_kernel.dylib __psynch_cvwait + 8

1 libsystem_pthread.dylib _pthread_cond_wait + 640

2 Foundation -[NSCondition wait] + 240

3 qcs.r -[NVMonitorCenter run] (NVMonitorCenter.m:537)

4 Foundation __NSThread__start__ + 1024

5 libsystem_pthread.dylib _pthread_body + 240

6 libsystem_pthread.dylib _pthread_body + 0



Thread 9 name: RequestThread

Thread 9:

0 libsystem_kernel.dylib mach_msg_trap + 8

1 libsystem_kernel.dylib mach_msg + 72

2 CoreFoundation __CFRunLoopServiceMachPort + 192

3 CoreFoundation __CFRunLoopRun + 1132

4 CoreFoundation CFRunLoopRunSpecific + 444

5 CoreFoundation CFRunLoopRun + 112

6 qcs.r +[NVRequestMgr runRequests] (NVRequestMgr.m:91)

7 Foundation __NSThread__start__ + 1024

8 libsystem_pthread.dylib _pthread_body + 240

9 libsystem_pthread.dylib _pthread_body + 0



Thread 10 name: com.apple.NSURLConnectionLoader

Thread 10:

0 libsystem_kernel.dylib mach_msg_trap + 8

1 libsystem_kernel.dylib mach_msg + 72

2 CoreFoundation __CFRunLoopServiceMachPort + 192

3 CoreFoundation __CFRunLoopRun + 1132

4 CoreFoundation CFRunLoopRunSpecific + 444

5 CFNetwork +[NSURLConnection(Loader) _resourceLoadLoop:] + 336

6 Foundation __NSThread__start__ + 1024

7 libsystem_pthread.dylib _pthread_body + 240

8 libsystem_pthread.dylib _pthread_body + 0



Thread 11 name: com.apple.CFSocket.private

Thread 11:

0 libsystem_kernel.dylib __select + 8

1 CoreFoundation __CFSocketManager + 640

2 libsystem_pthread.dylib _pthread_body + 240

3 libsystem_pthread.dylib _pthread_body + 0



Thread 12 name: com.apple.CFNetwork.CustomProtocols

Thread 12:

0 libsystem_kernel.dylib mach_msg_trap + 8

1 libsystem_kernel.dylib mach_msg + 72

2 CoreFoundation __CFRunLoopServiceMachPort + 192

3 CoreFoundation __CFRunLoopRun + 1132

4 CoreFoundation CFRunLoopRunSpecific + 444

5 CFNetwork _privateRunloopEmulationSet(void*) + 264

6 libsystem_pthread.dylib _pthread_body + 240

7 libsystem_pthread.dylib _pthread_body + 0



Thread 13 name: NVConnectionWatchDog

Thread 13:

0 libsystem_kernel.dylib __semwait_signal + 8

1 libsystem_c.dylib nanosleep + 212

2 Foundation +[NSThread sleepForTimeInterval:] + 136

3 qcs.r -[NVConnectionWatchDog bgThread] (NVConnectionWatchDog.m:52)

4 Foundation __NSThread__start__ + 1024

5 libsystem_pthread.dylib _pthread_body + 240

6 libsystem_pthread.dylib _pthread_body + 0



Thread 14 name: AMapNetwork

Thread 14:

0 libsystem_kernel.dylib mach_msg_trap + 8

1 libsystem_kernel.dylib mach_msg + 72

2 CoreFoundation __CFRunLoopServiceMachPort + 192

3 CoreFoundation __CFRunLoopRun + 1132

4 CoreFoundation CFRunLoopRunSpecific + 444

5 Foundation -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 304

6 Foundation -[NSRunLoop(NSRunLoop) run] + 88

7 qcs.r +[AMapNetworkOperation networkRequestThreadEntryPoint:] + 216

8 Foundation __NSThread__start__ + 1024

9 libsystem_pthread.dylib _pthread_body + 240

10 libsystem_pthread.dylib _pthread_body + 0



Thread 15 name: pushServiceThread

Thread 15:

0 libsystem_kernel.dylib mach_msg_trap + 8

1 libsystem_kernel.dylib mach_msg + 72

2 CoreFoundation __CFRunLoopServiceMachPort + 192

3 CoreFoundation __CFRunLoopRun + 1132

4 CoreFoundation CFRunLoopRunSpecific + 444

5 CoreFoundation CFRunLoopRun + 112

6 qcs.r +[NSThread(Push) runRequests] (NSThread+Push.m:68)

7 Foundation __NSThread__start__ + 1024

8 libsystem_pthread.dylib _pthread_body + 240

9 libsystem_pthread.dylib _pthread_body + 0



Thread 16 name: com.squareup.SocketRocket.NetworkThread

Thread 16:

0 libsystem_kernel.dylib mach_msg_trap + 8

1 libsystem_kernel.dylib mach_msg + 72

2 CoreFoundation __CFRunLoopServiceMachPort + 192

3 CoreFoundation __CFRunLoopRun + 1132

4 CoreFoundation CFRunLoopRunSpecific + 444

5 Foundation -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 304

6 qcs.r -[_SRRunLoopThread main] (SRWebSocket.m:1903)

7 Foundation __NSThread__start__ + 1024

8 libsystem_pthread.dylib _pthread_body + 240

9 libsystem_pthread.dylib _pthread_body + 0



Thread 17 name: AXSpeech

Thread 17:

0 libsystem_kernel.dylib mach_msg_trap + 8

1 libsystem_kernel.dylib mach_msg + 72

2 CoreFoundation __CFRunLoopServiceMachPort + 192

3 CoreFoundation __CFRunLoopRun + 1132

4 CoreFoundation CFRunLoopRunSpecific + 444

5 Foundation -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 304

6 libAXSpeechManager.dylib -[AXSpeechThread main] + 232

7 Foundation __NSThread__start__ + 1024

8 libsystem_pthread.dylib _pthread_body + 240

9 libsystem_pthread.dylib _pthread_body + 0



Thread 18 name: AVAudioSession Notify Thread

Thread 18:

0 libsystem_kernel.dylib mach_msg_trap + 8

1 libsystem_kernel.dylib mach_msg + 72

2 CoreFoundation __CFRunLoopServiceMachPort + 192

3 CoreFoundation __CFRunLoopRun + 1132

4 CoreFoundation CFRunLoopRunSpecific + 444

5 AVFAudio GenericRunLoopThread::Entry(void*) + 164

6 AVFAudio CAPThread::Entry(CAPThread*) + 84

7 libsystem_pthread.dylib _pthread_body + 240

8 libsystem_pthread.dylib _pthread_body + 0



Thread 19:

0 libsystem_kernel.dylib __psynch_cvwait + 8

1 libsystem_pthread.dylib _pthread_cond_wait + 640

2 qcs.r BDS_TTS::Threads::Synchronization::AppConditionMutex::lockWhenCondition(int) (AppConditionMutex.cpp:59)

3 qcs.r BDS_TTS::Threads::AppRunloop::popTask() (AppRunloop.cpp:206)

4 qcs.r BDS_TTS::Threads::AppRunloop::threadMain() (AppRunloop.cpp:255)

5 qcs.r BDS_TTS::Threads::AppThread::threadLauncher(void*) (AppThread.cpp:329)

6 libsystem_pthread.dylib _pthread_body + 240

7 libsystem_pthread.dylib _pthread_body + 0



Thread 20:

0 libsystem_kernel.dylib __psynch_cvwait + 8

1 libsystem_pthread.dylib _pthread_cond_wait + 640

2 qcs.r BDS_TTS::Threads::Synchronization::AppConditionMutex::lockWhenCondition(int) (AppConditionMutex.cpp:59)

3 qcs.r BDS_TTS::Threads::AppRunloop::popTask() (AppRunloop.cpp:206)

4 qcs.r BDS_TTS::Threads::AppRunloop::threadMain() (AppRunloop.cpp:255)

5 qcs.r BDS_TTS::Threads::AppThread::threadLauncher(void*) (AppThread.cpp:329)

6 libsystem_pthread.dylib _pthread_body + 240

7 libsystem_pthread.dylib _pthread_body + 0



Thread 21:

0 libsystem_kernel.dylib __psynch_cvwait + 8

1 libsystem_pthread.dylib _pthread_cond_wait + 640

2 qcs.r BDS_TTS::Threads::Synchronization::AppConditionMutex::lockWhenCondition(int) (AppConditionMutex.cpp:59)

3 qcs.r BDS_TTS::Threads::AppRunloop::popTask() (AppRunloop.cpp:206)

4 qcs.r BDS_TTS::Threads::AppRunloop::threadMain() (AppRunloop.cpp:255)

5 qcs.r BDS_TTS::Threads::AppThread::threadLauncher(void*) (AppThread.cpp:329)

6 libsystem_pthread.dylib _pthread_body + 240

7 libsystem_pthread.dylib _pthread_body + 0



Thread 22:

0 libsystem_kernel.dylib mach_msg_trap + 8

1 libsystem_kernel.dylib mach_msg + 72

2 CoreFoundation __CFRunLoopServiceMachPort + 192

3 CoreFoundation __CFRunLoopRun + 1132

4 CoreFoundation CFRunLoopRunSpecific + 444

5 Foundation -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 304

6 Foundation -[NSRunLoop(NSRunLoop) run] + 88

7 qcs.r -[MTDXMsgStatusChecker initTimers] (MTDXMsgStatusChecker.m:75)

8 Foundation __NSThread__start__ + 1024

9 libsystem_pthread.dylib _pthread_body + 240

10 libsystem_pthread.dylib _pthread_body + 0



Thread 23:

0 libsystem_kernel.dylib mach_msg_trap + 8

1 libsystem_kernel.dylib mach_msg + 72

2 CoreFoundation __CFRunLoopServiceMachPort + 192

3 CoreFoundation __CFRunLoopRun + 1132

4 CoreFoundation CFRunLoopRunSpecific + 444

5 Foundation -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 304

6 Foundation -[NSRunLoop(NSRunLoop) run] + 88

7 qcs.r -[MTDXMsgStatusChecker initTimers] (MTDXMsgStatusChecker.m:75)

8 Foundation __NSThread__start__ + 1024

9 libsystem_pthread.dylib _pthread_body + 240

10 libsystem_pthread.dylib _pthread_body + 0



Thread 24:

0 libsystem_kernel.dylib mach_msg_trap + 8

1 libsystem_kernel.dylib mach_msg + 72

2 CoreFoundation __CFRunLoopServiceMachPort + 192

3 CoreFoundation __CFRunLoopRun + 1132

4 CoreFoundation CFRunLoopRunSpecific + 444

5 Foundation -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 304

6 Foundation -[NSRunLoop(NSRunLoop) run] + 88

7 qcs.r -[MTDXMsgStatusChecker initTimers] (MTDXMsgStatusChecker.m:75)

8 Foundation __NSThread__start__ + 1024

9 libsystem_pthread.dylib _pthread_body + 240

10 libsystem_pthread.dylib _pthread_body + 0



Thread 25 name: GCDAsyncSocket-CFStream

Thread 25:

0 libsystem_kernel.dylib mach_msg_trap + 8

1 libsystem_kernel.dylib mach_msg + 72

2 CoreFoundation __CFRunLoopServiceMachPort + 192

3 CoreFoundation __CFRunLoopRun + 1132

4 CoreFoundation CFRunLoopRunSpecific + 444

5 Foundation -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 304

6 Foundation -[NSRunLoop(NSRunLoop) run] + 88

7 qcs.r +[GCDAsyncSocket cfstreamThread] (GCDAsyncSocket.m:6678)

8 Foundation __NSThread__start__ + 1024

9 libsystem_pthread.dylib _pthread_body + 240

10 libsystem_pthread.dylib _pthread_body + 0



Thread 26 name: AFNetworking

Thread 26:

0 libsystem_kernel.dylib mach_msg_trap + 8

1 libsystem_kernel.dylib mach_msg + 72

2 CoreFoundation __CFRunLoopServiceMachPort + 192

3 CoreFoundation __CFRunLoopRun + 1132

4 CoreFoundation CFRunLoopRunSpecific + 444

5 Foundation -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 304

6 Foundation -[NSRunLoop(NSRunLoop) run] + 88

7 qcs.r +[AFURLConnectionOperation networkRequestThreadEntryPoint:] (AFURLConnectionOperation.m:164)

8 Foundation __NSThread__start__ + 1024

9 libsystem_pthread.dylib _pthread_body + 240

10 libsystem_pthread.dylib _pthread_body + 0



Thread 27 name: AXSpeech

Thread 27:

0 libsystem_kernel.dylib mach_msg_trap + 8

1 libsystem_kernel.dylib mach_msg + 72

2 CoreFoundation __CFRunLoopServiceMachPort + 192

3 CoreFoundation __CFRunLoopRun + 1132

4 CoreFoundation CFRunLoopRunSpecific + 444

5 Foundation -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 304

6 libAXSpeechManager.dylib -[AXSpeechThread main] + 232

7 Foundation __NSThread__start__ + 1024

8 libsystem_pthread.dylib _pthread_body + 240

9 libsystem_pthread.dylib _pthread_body + 0



Thread 28:

0 libsystem_kernel.dylib __psynch_cvwait + 8

1 libsystem_pthread.dylib _pthread_cond_wait + 640

2 Foundation -[NSCondition wait] + 240

3 qcs.r -[NVOperationQueue main] (NVOperationQueue.m:113)

4 Foundation __NSThread__start__ + 1024

5 libsystem_pthread.dylib _pthread_body + 240

6 libsystem_pthread.dylib _pthread_body + 0



Thread 29 name: JIT Worklist Worker Thread

Thread 29:

0 libsystem_kernel.dylib __psynch_cvwait + 8

1 libsystem_pthread.dylib _pthread_cond_wait + 640

2 libc++.1.dylib std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 56

3 JavaScriptCore ***::ParkingLot::parkConditionallyImpl(void const*, ***::ScopedLambda<bool ()> const&, ***::ScopedLambda<void ()> const&, std::__1::chrono::time_point<std::__1::chrono::steady_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > >) + 2016

4 JavaScriptCore JSC::JITWorklist::runThread() + 192

5 JavaScriptCore ***::Vector<***::RefPtr<JSC::JITWorklist::Plan>, 32ul, ***::CrashOnOverflow, 16ul>::expandCapacity(unsigned long, ***::RefPtr<JSC::JITWorklist::Plan>*) + 0

6 JavaScriptCore ***::threadEntryPoint(void*) + 212

7 JavaScriptCore ***::wtfThreadEntryPoint(void*) + 24

8 libsystem_pthread.dylib _pthread_body + 240

9 libsystem_pthread.dylib _pthread_body + 0



Thread 30 name: *** Parallel Helper Thread

Thread 30:

0 libsystem_kernel.dylib __psynch_cvwait + 8

1 libsystem_pthread.dylib _pthread_cond_wait + 640

2 libc++.1.dylib std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 56

3 JavaScriptCore ***::ParkingLot::parkConditionallyImpl(void const*, ***::ScopedLambda<bool ()> const&, ***::ScopedLambda<void ()> const&, std::__1::chrono::time_point<std::__1::chrono::steady_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > >) + 2016

4 JavaScriptCore ***::ParallelHelperPool::waitForClientWithTask(***::Locker<***::LockBase> const&) + 288

5 JavaScriptCore ***::ParallelHelperPool::helperThreadBody() + 76

6 JavaScriptCore ***::threadEntryPoint(void*) + 212

7 JavaScriptCore ***::wtfThreadEntryPoint(void*) + 24

8 libsystem_pthread.dylib _pthread_body + 240

9 libsystem_pthread.dylib _pthread_body + 0



Thread 31:

0 libsystem_kernel.dylib mach_msg_trap + 8

1 libsystem_kernel.dylib mach_msg + 72

2 CoreFoundation __CFRunLoopServiceMachPort + 192

3 CoreFoundation __CFRunLoopRun + 1132

4 CoreFoundation CFRunLoopRunSpecific + 444

5 TTSSpeechBundle 0x000000010744259c 0x107434000 + 58780

6 libsystem_pthread.dylib _pthread_body + 240

7 libsystem_pthread.dylib _pthread_body + 0



Thread 32 name: networkStackManagerThread

Thread 32:

0 libsystem_kernel.dylib mach_msg_trap + 8

1 libsystem_kernel.dylib mach_msg + 72

2 CoreFoundation __CFRunLoopServiceMachPort + 192

3 CoreFoundation __CFRunLoopRun + 1132

4 CoreFoundation CFRunLoopRunSpecific + 444

5 Foundation -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 304

6 Foundation -[NSRunLoop(NSRunLoop) run] + 88

7 qcs.r +[AMapNetworkStackManager networkStackManagerEntry:] + 192

8 Foundation __NSThread__start__ + 1024

9 libsystem_pthread.dylib _pthread_body + 240

10 libsystem_pthread.dylib _pthread_body + 0



Thread 33 name: GPosService

Thread 33:

0 qcs.r MapMatcherRoad::getFollowingTunnelIndex(int, int&, double&, double&) const + 0

1 qcs.r PosMatcherRoadFrontFusion::onGPSLost() + 120

2 qcs.r asl::Timer::run() + 60

3 qcs.r asl::BaseMessageLooper::onProcMessage(asl::Message*) + 140

4 qcs.r asl::Looper::loop() + 60

5 qcs.r asl::MessageThread::run() + 96

6 qcs.r asl::Thread::runCallback(void*) + 108

7 libsystem_pthread.dylib _pthread_body + 240

8 libsystem_pthread.dylib _pthread_body + 0



Thread 34 name: RouteService

Thread 34:

0 libsystem_kernel.dylib __psynch_cvwait + 8

1 libsystem_pthread.dylib _pthread_cond_wait + 640

2 qcs.r asl::MessageQueue::fetchNext() + 92

3 qcs.r asl::MessageQueue::next() + 96

4 qcs.r asl::Looper::loop() + 32

5 qcs.r asl::MessageThread::run() + 96

6 qcs.r asl::Thread::runCallback(void*) + 108

7 libsystem_pthread.dylib _pthread_body + 240

8 libsystem_pthread.dylib _pthread_body + 0



Thread 35 name: GuideService

Thread 35:

0 libsystem_kernel.dylib __psynch_cvwait + 8

1 libsystem_pthread.dylib _pthread_cond_wait + 640

2 qcs.r asl::LockLinux::wait(unsigned long) + 168

3 qcs.r asl::MessageQueue::fetchNext() + 92

4 qcs.r asl::MessageQueue::next() + 96

5 qcs.r asl::Looper::loop() + 32

6 qcs.r asl::MessageThread::run() + 96

7 qcs.r asl::Thread::runCallback(void*) + 108

8 libsystem_pthread.dylib _pthread_body + 240

9 libsystem_pthread.dylib _pthread_body + 0



Thread 36:

0 libsystem_kernel.dylib __psynch_cvwait + 8

1 libsystem_pthread.dylib _pthread_cond_wait + 640



Thread 37:

0 libsystem_kernel.dylib __psynch_cvwait + 8

1 libsystem_pthread.dylib _pthread_cond_wait + 640

2 qcs.r tq::ThreadTaskQueue::NextTask() + 176

3 qcs.r tq::QueueRunnable::run() + 96

4 qcs.r threadpp::pthread_thread::pthread_fp_delegate(void*) + 20

5 libsystem_pthread.dylib _pthread_body + 240

6 libsystem_pthread.dylib _pthread_body + 0



Thread 38:

0 libsystem_kernel.dylib __psynch_cvwait + 8

1 libsystem_pthread.dylib _pthread_cond_wait + 640

2 qcs.r tq::ThreadTaskQueue::NextTask() + 176

3 qcs.r tq::QueueRunnable::run() + 96

4 qcs.r threadpp::pthread_thread::pthread_fp_delegate(void*) + 20

5 libsystem_pthread.dylib _pthread_body + 240

6 libsystem_pthread.dylib _pthread_body + 0



Thread 39:

0 libsystem_kernel.dylib __psynch_cvwait + 8

1 libsystem_pthread.dylib _pthread_cond_wait + 640

2 qcs.r tq::ThreadTaskQueue::NextTask() + 176

3 qcs.r tq::QueueRunnable::run() + 96

4 qcs.r threadpp::pthread_thread::pthread_fp_delegate(void*) + 20

5 libsystem_pthread.dylib _pthread_body + 240

6 libsystem_pthread.dylib _pthread_body + 0



Thread 40:

0 libsystem_kernel.dylib __psynch_cvwait + 8

1 libsystem_pthread.dylib _pthread_cond_wait + 640

2 qcs.r tq::ThreadTaskQueue::NextTask() + 176

3 qcs.r tq::QueueRunnable::run() + 96

4 qcs.r threadpp::pthread_thread::pthread_fp_delegate(void*) + 20

5 libsystem_pthread.dylib _pthread_body + 240

6 libsystem_pthread.dylib _pthread_body + 0



Thread 41:

0 libsystem_kernel.dylib __psynch_cvwait + 8

1 libsystem_pthread.dylib _pthread_cond_wait + 640



Thread 42:

0 libsystem_kernel.dylib __psynch_cvwait + 8

1 libsystem_pthread.dylib _pthread_cond_wait + 640

2 qcs.r tq::ThreadTaskQueue::NextTask() + 176

3 qcs.r tq::QueueRunnable::run() + 96

4 qcs.r threadpp::pthread_thread::pthread_fp_delegate(void*) + 20

5 libsystem_pthread.dylib _pthread_body + 240

6 libsystem_pthread.dylib _pthread_body + 0



Thread 43:

0 libsystem_kernel.dylib __psynch_cvwait + 8

1 libsystem_pthread.dylib _pthread_cond_wait + 640



Thread 44:

0 libsystem_kernel.dylib __psynch_cvwait + 8

1 libsystem_pthread.dylib _pthread_cond_wait + 640

2 qcs.r tq::ThreadTaskQueue::NextTask() + 176

3 qcs.r tq::QueueRunnable::run() + 96

4 qcs.r threadpp::pthread_thread::pthread_fp_delegate(void*) + 20

5 libsystem_pthread.dylib _pthread_body + 240

6 libsystem_pthread.dylib _pthread_body + 0



Thread 45:

0 libsystem_kernel.dylib __psynch_cvwait + 8

1 libsystem_pthread.dylib _pthread_cond_wait + 640

2 qcs.r tq::ThreadTaskQueue::NextTask() + 176

3 qcs.r tq::QueueRunnable::run() + 96

4 qcs.r threadpp::pthread_thread::pthread_fp_delegate(void*) + 20

5 libsystem_pthread.dylib _pthread_body + 240

6 libsystem_pthread.dylib _pthread_body + 0



Thread 46:

0 libsystem_kernel.dylib __psynch_cvwait + 8

1 libsystem_pthread.dylib _pthread_cond_wait + 640



Thread 47:

0 libsystem_kernel.dylib __psynch_cvwait + 8

1 libsystem_pthread.dylib _pthread_cond_wait + 640



Thread 48:

0 libsystem_kernel.dylib __psynch_cvwait + 8

1 libsystem_pthread.dylib _pthread_cond_wait + 640

2 qcs.r tq::ThreadTaskQueue::NextTask() + 176

3 qcs.r tq::QueueRunnable::run() + 96

4 qcs.r threadpp::pthread_thread::pthread_fp_delegate(void*) + 20

5 libsystem_pthread.dylib _pthread_body + 240

6 libsystem_pthread.dylib _pthread_body + 0



Thread 49 Crashed:

0 libsystem_pthread.dylib _pthread_testcancel + 40

1 libsystem_pthread.dylib _pthread_cond_wait + 656

2 libsystem_pthread.dylib _pthread_cond_wait + 656



Thread 50:

0 libsystem_kernel.dylib __psynch_cvwait + 8

1 libsystem_pthread.dylib _pthread_cond_wait + 640



Thread 51:

0 libsystem_kernel.dylib __psynch_cvwait + 8

1 libsystem_pthread.dylib _pthread_cond_wait + 640

2 qcs.r tq::ThreadTaskQueue::NextTask() + 176

3 qcs.r tq::QueueRunnable::run() + 96

4 qcs.r threadpp::pthread_thread::pthread_fp_delegate(void*) + 20

5 libsystem_pthread.dylib _pthread_body + 240

6 libsystem_pthread.dylib _pthread_body + 0



Thread 52:

0 libsystem_kernel.dylib __psynch_cvwait + 8

1 libsystem_pthread.dylib _pthread_cond_wait + 640

2 qcs.r tq::ThreadTaskQueue::NextTask() + 176

3 qcs.r tq::QueueRunnable::run() + 96

4 qcs.r threadpp::pthread_thread::pthread_fp_delegate(void*) + 20

5 libsystem_pthread.dylib _pthread_body + 240

6 libsystem_pthread.dylib _pthread_body + 0



Thread 53:

0 libsystem_kernel.dylib __workq_kernreturn + 8

1 libsystem_pthread.dylib _pthread_wqthread + 1452



Thread 54:

0 libsystem_kernel.dylib semaphore_timedwait_trap + 8

1 libdispatch.dylib _dispatch_semaphore_wait_slow + 112

2 CoreLocation 0x00000001895b0d5c + 420

3 CoreLocation 0x00000001895b5f14 + 428

4 CoreLocation 0x00000001895b5d08 + 120

5 CoreLocation 0x00000001895f937c + 180

6 CoreLocation 0x00000001895f6060 + 140

7 CoreLocation 0x00000001895f5f94 + 56

8 CoreLocation 0x00000001895f71f8 + 368

9 libxpc.dylib _xpc_connection_call_event_handler + 68

10 libxpc.dylib _xpc_connection_mach_event + 1448

11 libdispatch.dylib _dispatch_client_callout4 + 16

12 libdispatch.dylib _dispatch_mach_msg_invoke + 328

13 libdispatch.dylib _dispatch_queue_serial_drain + 468

14 libdispatch.dylib _dispatch_mach_invoke + 652

15 libdispatch.dylib _dispatch_queue_serial_drain + 468

16 libdispatch.dylib _dispatch_queue_invoke + 652

17 libdispatch.dylib _dispatch_queue_serial_drain + 468

18 libdispatch.dylib _dispatch_queue_invoke + 652

19 libdispatch.dylib _dispatch_root_queue_drain_deferred_item + 248

20 libdispatch.dylib _dispatch_kevent_worker_thread + 816

21 libsystem_pthread.dylib _pthread_wqthread + 948



Thread 55:

0 libsystem_kernel.dylib semaphore_timedwait_trap + 8

1 libdispatch.dylib _dispatch_semaphore_wait_slow + 112

2 CoreLocation 0x00000001895b0d5c + 420

3 CoreLocation 0x00000001895b5f14 + 428

4 CoreLocation 0x00000001895b5d08 + 120

5 CoreLocation 0x00000001895f937c + 180

6 CoreLocation 0x00000001895f6060 + 140

7 CoreLocation 0x00000001895f5f94 + 56

8 CoreLocation 0x00000001895f71f8 + 368

9 libxpc.dylib _xpc_connection_call_event_handler + 68

10 libxpc.dylib _xpc_connection_mach_event + 1448

11 libdispatch.dylib _dispatch_client_callout4 + 16

12 libdispatch.dylib _dispatch_mach_msg_invoke + 328

13 libdispatch.dylib _dispatch_queue_serial_drain + 468

14 libdispatch.dylib _dispatch_mach_invoke + 652

15 libdispatch.dylib _dispatch_queue_serial_drain + 468

16 libdispatch.dylib _dispatch_queue_invoke + 652

17 libdispatch.dylib _dispatch_queue_serial_drain + 468

18 libdispatch.dylib _dispatch_queue_invoke + 652

19 libdispatch.dylib _dispatch_root_queue_drain + 572

20 libdispatch.dylib _dispatch_worker_thread3 + 124

21 libsystem_pthread.dylib _pthread_wqthread + 1288



Thread 56:

0 libsystem_kernel.dylib semaphore_timedwait_trap + 8

1 libdispatch.dylib _dispatch_semaphore_wait_slow + 112

2 CoreLocation 0x00000001895b0d5c + 420

3 CoreLocation 0x00000001895b5f14 + 428

4 CoreLocation 0x00000001895b5d08 + 120

5 CoreLocation 0x00000001895f937c + 180

6 CoreLocation 0x00000001895f6060 + 140

7 CoreLocation 0x00000001895f5f94 + 56

8 CoreLocation 0x00000001895f71f8 + 368

9 libxpc.dylib _xpc_connection_call_event_handler + 68

10 libxpc.dylib _xpc_connection_mach_event + 1448

11 libdispatch.dylib _dispatch_client_callout4 + 16

12 libdispatch.dylib _dispatch_mach_msg_invoke + 328

13 libdispatch.dylib _dispatch_queue_serial_drain + 468

14 libdispatch.dylib _dispatch_mach_invoke + 652

15 libdispatch.dylib _dispatch_queue_serial_drain + 468

16 libdispatch.dylib _dispatch_queue_invoke + 652

17 libdispatch.dylib _dispatch_queue_serial_drain + 468

18 libdispatch.dylib _dispatch_queue_invoke + 652

19 libdispatch.dylib _dispatch_root_queue_drain + 572

20 libdispatch.dylib _dispatch_worker_thread3 + 124

21 libsystem_pthread.dylib _pthread_wqthread + 1288



Thread 57:

0 libsystem_pthread.dylib start_wqthread + 0



Thread 58:

0 libsystem_kernel.dylib __workq_kernreturn + 8

1 libsystem_pthread.dylib _pthread_wqthread + 1452



Thread 59:

0 libsystem_kernel.dylib semaphore_timedwait_trap + 8

1 libdispatch.dylib _dispatch_semaphore_wait_slow + 112

2 CoreLocation 0x00000001895b0d5c + 420

3 CoreLocation 0x00000001895b5f14 + 428

4 CoreLocation 0x00000001895b5d08 + 120

5 CoreLocation 0x00000001895f937c + 180

6 CoreLocation 0x00000001895f6060 + 140

7 CoreLocation 0x00000001895f5f94 + 56

8 CoreLocation 0x00000001895f71f8 + 368

9 libxpc.dylib _xpc_connection_call_event_handler + 68

10 libxpc.dylib _xpc_connection_mach_event + 1448

11 libdispatch.dylib _dispatch_client_callout4 + 16

12 libdispatch.dylib _dispatch_mach_msg_invoke + 328

13 libdispatch.dylib _dispatch_queue_serial_drain + 468

14 libdispatch.dylib _dispatch_mach_invoke + 652

15 libdispatch.dylib _dispatch_queue_serial_drain + 468

16 libdispatch.dylib _dispatch_queue_invoke + 652

17 libdispatch.dylib _dispatch_queue_serial_drain + 468

18 libdispatch.dylib _dispatch_queue_invoke + 652

19 libdispatch.dylib _dispatch_root_queue_drain + 572

20 libdispatch.dylib _dispatch_worker_thread3 + 124

21 libsystem_pthread.dylib _pthread_wqthread + 1288



Thread 60:

0 libsystem_kernel.dylib semaphore_timedwait_trap + 8

1 libdispatch.dylib _dispatch_semaphore_wait_slow + 112

2 CoreLocation 0x00000001895b0d5c + 420

3 CoreLocation 0x00000001895b5f14 + 428

4 CoreLocation 0x00000001895b5d08 + 120

5 CoreLocation 0x00000001895f937c + 180

6 CoreLocation 0x00000001895f6060 + 140

7 CoreLocation 0x00000001895f5f94 + 56

8 CoreLocation 0x00000001895f71f8 + 368

9 libxpc.dylib _xpc_connection_call_event_handler + 68

10 libxpc.dylib _xpc_connection_mach_event + 1448

11 libdispatch.dylib _dispatch_client_callout4 + 16

12 libdispatch.dylib _dispatch_mach_msg_invoke + 328

13 libdispatch.dylib _dispatch_queue_serial_drain + 468

14 libdispatch.dylib _dispatch_mach_invoke + 652

15 libdispatch.dylib _dispatch_queue_serial_drain + 468

16 libdispatch.dylib _dispatch_queue_invoke + 652

17 libdispatch.dylib _dispatch_queue_serial_drain + 468

18 libdispatch.dylib _dispatch_queue_invoke + 652

19 libdispatch.dylib _dispatch_root_queue_drain + 572

20 libdispatch.dylib _dispatch_worker_thread3 + 124

21 libsystem_pthread.dylib _pthread_wqthread + 1288



Thread 61:

0 libsystem_kernel.dylib __workq_kernreturn + 8

1 libsystem_pthread.dylib _pthread_wqthread + 968



Thread 62:

0 libsystem_kernel.dylib __workq_kernreturn + 8

1 libsystem_pthread.dylib _pthread_wqthread + 1452



Thread 49 crashed with ARM-64 Thread State:

cpsr: 0x0000000060000000 fp: 0x0000000171abadd0 lr: 0x000000018252a9e0 pc: 0x000000018252afd0

sp: 0x0000000171abadb0 x0: 0x0000000000000000 x1: 0x0000000000000001 x10: 0x0000000134ea76f0

x11: 0xffffffffffffffff x12: 0x0004c7000004c803 x13: 0x0000000000000000 x14: 0x0004c8000004c800

x15: 0x0000000000000000 x16: 0x0000000000000131 x17: 0x0004c6010004c600 x18: 0x0000000000000000

x19: 0x0000000000000001 x2: 0x0000000000000000 x20: 0x0000000000000014 x21: 0x0000000000000000

x22: 0x0000000171abb0e0 x23: 0x000000003b9ac230 x24: 0x0000000000000000 x25: 0x0000000171abb0e0

x26: 0x0000000171abb000 x27: 0x0000000000000000 x28: 0x0000000000000000 x29: 0x0000000171abadd0

x3: 0x0000000000000000 x4: 0x0000000000000000 x5: 0x0000000000010068 x6: 0x0000000000000004

x7: 0x000000003b9ac230 x8: 0x0000000000000000 x9: 0x0000000000000040



Binary Images:

0x10002c000 - 0x1022cbfff +qcs.r arm64 <a3feefae35e53c99872c9c1cc92a162d> /var/containers/Bundle/Application/D5A97B0F-D34B-4B66-BA44-E2DB1619D6D2/qcs.r.app/qcs.r

0x106124000 - 0x10623bfff MacinTalk arm64 <214111166a453362b20bb0c87a3aa356> /System/Library/TTSPlugins/MacinTalk.speechbundle/MacinTalk

0x107434000 - 0x10771bfff TTSSpeechBundle arm64 <20c85b67e39638fcbc3c09ff20128120> /System/Library/TTSPlugins/TTSSpeechBundle.speechbundle/TTSSpeechBundle

0x181e4c000 - 0x181e4dfff libSystem.B.dylib arm64 <8788325e11bc31a39b075a3497d26ebd> /usr/lib/libSystem.B.dylib

0x181e4e000 - 0x181ea3fff libc++.1.dylib arm64 <95f6dd603b933208ba95cc2d84613c54> /usr/lib/libc++.1.dylib

0x181ea4000 - 0x181ec4fff libc++abi.dylib arm64 <286b3adc78d1308eaa0d6f10914b1fa7> /usr/lib/libc++abi.dylib

0x181ec8000 - 0x1822a1fff libobjc.A.dylib arm64 <56adf6a5a61b3ef1968bae3dd66e4893> /usr/lib/libobjc.A.dylib

0x1822a2000 - 0x1822a6fff libcache.dylib arm64 <4073ffab5dee3540b91e3ea1292d4944> /usr/lib/system/libcache.dylib

0x1822a7000 - 0x1822b2fff libcommonCrypto.dylib arm64 <cbc60c6bf6843b489a4d4b47bc9caba8> /usr/lib/system/libcommonCrypto.dylib

0x1822b3000 - 0x1822b6fff libcompiler_rt.dylib arm64 <6b7d58fa13473277aae76d339b13a724> /usr/lib/system/libcompiler_rt.dylib

0x1822b7000 - 0x1822befff libcopyfile.dylib arm64 <2130e1083c2b31498e4873b42c01a87c> /usr/lib/system/libcopyfile.dylib

0x1822bf000 - 0x18231ffff libcorecrypto.dylib arm64 <69592d5de33d337baf0746846b8e8b71> /usr/lib/system/libcorecrypto.dylib

0x182320000 - 0x18234ffff libdispatch.dylib arm64 <9da4900c6d953655bbfcc6b31c990e9c> /usr/lib/system/libdispatch.dylib

0x182350000 - 0x182354fff libdyld.dylib arm64 <b69bc0979de93e7c9cac9d89b284039f> /usr/lib/system/libdyld.dylib

0x182355000 - 0x182355fff liblaunch.dylib arm64 <7e180d7e5df13f699dbc6bb79ad46116> /usr/lib/system/liblaunch.dylib

0x182356000 - 0x18235bfff libmacho.dylib arm64 <40cb3d5ba75831cdac02a56cab260364> /usr/lib/system/libmacho.dylib

0x18235c000 - 0x18235dfff libremovefile.dylib arm64 <58f887789b983f71a5cfd5777958da77> /usr/lib/system/libremovefile.dylib

0x18235e000 - 0x182375fff libsystem_asl.dylib arm64 <2ec01cd41fa73c94b3f0ba16aacd3858> /usr/lib/system/libsystem_asl.dylib

0x182376000 - 0x182376fff libsystem_blocks.dylib arm64 <e49693e120c33ee580a602e909c83abe> /usr/lib/system/libsystem_blocks.dylib

0x182377000 - 0x1823f5fff libsystem_c.dylib arm64 <051c0135e5d835979ce0166c05c8f381> /usr/lib/system/libsystem_c.dylib

0x1823f6000 - 0x1823fafff libsystem_configuration.dylib arm64 <c253d3f37bac39bcb755bd85f8c6b7fd> /usr/lib/system/libsystem_configuration.dylib

0x1823fb000 - 0x182400fff libsystem_containermanager.dylib arm64 <a845710abeb9350596b19219de14752d> /usr/lib/system/libsystem_containermanager.dylib

0x182401000 - 0x182402fff libsystem_coreservices.dylib arm64 <e10d8ff725fe3a88a5328b24666b4d34> /usr/lib/system/libsystem_coreservices.dylib

0x182403000 - 0x18241bfff libsystem_coretls.dylib arm64 <23df3c03932932869f59404b025c3153> /usr/lib/system/libsystem_coretls.dylib

0x18241c000 - 0x182422fff libsystem_dnssd.dylib arm64 <441464753206379bafd15b113907f608> /usr/lib/system/libsystem_dnssd.dylib

0x182423000 - 0x182446fff libsystem_info.dylib arm64 <2e66f9d1ee0837ff895155dd12b2c956> /usr/lib/system/libsystem_info.dylib

0x182447000 - 0x18246bfff libsystem_kernel.dylib arm64 <04e6664af08030e1ad7d9f2249e47e18> /usr/lib/system/libsystem_kernel.dylib

0x18246c000 - 0x182498fff libsystem_m.dylib arm64 <786e37b9fc8431f5bfb79550eed0c3ce> /usr/lib/system/libsystem_m.dylib

0x182499000 - 0x1824b4fff libsystem_malloc.dylib arm64 <6eef211324863711a1d99713c51512cb> /usr/lib/system/libsystem_malloc.dylib

0x1824b5000 - 0x18250bfff libsystem_network.dylib arm64 <84d56a9d88ba32f9830d884a7aa14c3b> /usr/lib/system/libsystem_network.dylib

0x18250c000 - 0x182515fff libsystem_networkextension.dylib arm64 <a8d963518d643327ac1991dbf8f15f91> /usr/lib/system/libsystem_networkextension.dylib

0x182516000 - 0x182520fff libsystem_notify.dylib arm64 <abb481f869e83db39d0ee3e61a9c0554> /usr/lib/system/libsystem_notify.dylib

0x182521000 - 0x182527fff libsystem_platform.dylib arm64 <6735814899ed328499ce8a0f59ff49b6> /usr/lib/system/libsystem_platform.dylib

0x182528000 - 0x182531fff libsystem_pthread.dylib arm64 <be17c5de3ff83a8695913479341c34ec> /usr/lib/system/libsystem_pthread.dylib

0x182532000 - 0x182535fff libsystem_sandbox.dylib arm64 <f269179060d53feaaac004e7c838b44d> /usr/lib/system/libsystem_sandbox.dylib

0x182536000 - 0x18253dfff libsystem_symptoms.dylib arm64 <2e6f3a69a33a3a309ca86ef8358c2b55> /usr/lib/system/libsystem_symptoms.dylib

0x18253e000 - 0x18255ffff libsystem_trace.dylib arm64 <3ed1ebdc2ed435dc87973ddbf563744b> /usr/lib/system/libsystem_trace.dylib

0x182560000 - 0x182565fff libunwind.dylib arm64 <8e51acc655103210bcd8c557e4f103ab> /usr/lib/system/libunwind.dylib

0x182566000 - 0x182566fff libvminterpose.dylib arm64 <abee403ad3fe3b428af3d4ed901a2dfc> /usr/lib/system/libvminterpose.dylib

0x182567000 - 0x18258dfff libxpc.dylib arm64 <9bbf09cd8cfd3f94bae40fac797416e0> /usr/lib/system/libxpc.dylib

0x18258e000 - 0x1827a8fff libicucore.A.dylib arm64 <49bff0b83e023804af2b53d77d1f6cb4> /usr/lib/libicucore.A.dylib

0x1827a9000 - 0x1827b9fff libz.1.dylib arm64 <5e67d9e80348304187cd8bf557849015> /usr/lib/libz.1.dylib

0x183369000 - 0x1836ecfff CoreFoundation arm64 <c4824900d70e3fd5b01dbb079b63eae1> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation

0x1836ed000 - 0x1836fdfff libbsm.0.dylib arm64 <f3a3eb26182839e0ac4646d0e2f9e9c4> /usr/lib/libbsm.0.dylib

0x1836fe000 - 0x1836fefff libenergytrace.dylib arm64 <2cfdece2a96330968c249f7d9e7811ad> /usr/lib/libenergytrace.dylib

0x1836ff000 - 0x183779fff IOKit arm64 <27c8e5eb76843818abd4a0b0d5dfccc3> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit

0x18377a000 - 0x18379afff libMobileGestalt.dylib arm64 <f8456dbddfbb35d29491c29b43860e6f> /usr/lib/libMobileGestalt.dylib

0x18379b000 - 0x183885fff libxml2.2.dylib arm64 <edc3ce1ed39b39fd9c3c535d9e542967> /usr/lib/libxml2.2.dylib

0x183886000 - 0x183912fff Security arm64 <624164bf18ba32c8a7f28b5031ef6aa5> /System/Library/Frameworks/Security.framework/Security

0x183913000 - 0x18397dfff SystemConfiguration arm64 <486dd4e417a83cc6a09e0b7de9319356> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration

0x18397e000 - 0x183a92fff libsqlite3.dylib arm64 <511215637edc3a0f8d3416fe4536881d> /usr/lib/libsqlite3.dylib

0x183a93000 - 0x183e02fff CFNetwork arm64 <ca09941bfd353bb8b6b679a0f14cad1e> /System/Library/Frameworks/CFNetwork.framework/CFNetwork

0x183e03000 - 0x183e13fff libbz2.1.0.dylib arm64 <b312e3b393893c0db8f793f370dae319> /usr/lib/libbz2.1.0.dylib

0x183e14000 - 0x183e2cfff liblzma.5.dylib arm64 <3c157ec9f2e83f99a26f322feb7deabc> /usr/lib/liblzma.5.dylib

0x183e2d000 - 0x183e47fff libCRFSuite.dylib arm64 <af22ff8591193afa81d6d044c5cd7978> /usr/lib/libCRFSuite.dylib

0x183e48000 - 0x183e71fff libarchive.2.dylib arm64 <1e4278f3e3323387ac5c90f975232c07> /usr/lib/libarchive.2.dylib

0x183e72000 - 0x183e73fff liblangid.dylib arm64 <c2cccb75f84e3b8a9c2ce6e32e812eb9> /usr/lib/liblangid.dylib

0x183e74000 - 0x184142fff Foundation arm64 <a6ad10553017396ebb4eba2a4ad331d8> /System/Library/Frameworks/Foundation.framework/Foundation

0x184143000 - 0x1841effff libBLAS.dylib arm64 <499c291219e730d79cf409daee75db9d> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib

0x1841f0000 - 0x184532fff libLAPACK.dylib arm64 <f07da3926d4a3fb0bfcbe3b3b026b54f> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib

0x184533000 - 0x1847d5fff vImage arm64 <c3827fd6a2763bb9bf22e65906eb3cfc> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage

0x1847d6000 - 0x1847f8fff libvMisc.dylib arm64 <bd641d6b451430a8a26dde179a9bfc4a> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib

0x1847f9000 - 0x18480dfff libLinearAlgebra.dylib arm64 <e9a40ae4066c3d3ebab7aec269c6f69e> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLinearAlgebra.dylib

0x18480e000 - 0x18481ffff libSparseBLAS.dylib arm64 <66e35a109b573fe98941afd7e9921214> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparseBLAS.dylib

0x184820000 - 0x184898fff libvDSP.dylib arm64 <c2ce3490f1b633119d556081ffd0caa0> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib

0x184899000 - 0x184899fff vecLib arm64 <c07ed4a995bd35a89bea45c4fd101553> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib

0x18489a000 - 0x18489afff Accelerate arm64 <5057f428ad8539a9b13b2a607bc7839f> /System/Library/Frameworks/Accelerate.framework/Accelerate

0x18489b000 - 0x184de8fff CoreGraphics arm64 <4a137515f15e30a495edf7ec114755e0> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics

0x184de9000 - 0x184dfdfff GraphicsServices arm64 <1e0ed9315f4830088aa2086205f45050> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices

0x184dfe000 - 0x184e49fff AppSupport arm64 <1fd5606d67de38b484c8e09e0783b4af> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport

0x184e4a000 - 0x184f6afff MobileCoreServices arm64 <37baec08da073e729066bded8c9b53da> /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices

0x184f6b000 - 0x184fc1fff BaseBoard arm64 <160dad81a8de3c5cb46f17c3d4eb7b87> /System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard

0x184fc2000 - 0x184fcdfff AssertionServices arm64 <3fac49b1df4c373184edb6af5d3a09dd> /System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices

0x184fce000 - 0x184ffafff BackBoardServices arm64 <b531352894cd36bbbb6d0b9d503566a7> /System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices

0x184fff000 - 0x18504efff FrontBoardServices arm64 <af1172067ff2304d9d3c8a2f92f04255> /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices

0x185052000 - 0x185088fff SpringBoardServices arm64 <b575c6c21a493b4a87e2dd05bb8cf02a> /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices

0x185089000 - 0x1850a0fff MobileKeyBag arm64 <734ebf66412c3aa5ac99334f29ebe620> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag

0x1850a1000 - 0x1850a9fff IOSurface arm64 <0c687f05288f30efbb936e54be9a6f58> /System/Library/PrivateFrameworks/IOSurface.framework/IOSurface

0x1850aa000 - 0x1850b5fff liblockdown.dylib arm64 <12947e09f9ca3245ae33ede73e0b651f> /usr/lib/liblockdown.dylib

0x1850b6000 - 0x1850cbfff CrashReporterSupport arm64 <b17ade4774223014893f614b1d14de61> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport

0x1850cc000 - 0x1850cefff IOSurfaceAccelerator arm64 <969c522dc6183cb8ada7073b07353512> /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/IOSurfaceAccelerator

0x1850cf000 - 0x18510ffff AppleJPEG arm64 <ddac80f526a73d5684ad96a7faeac161> /System/Library/PrivateFrameworks/AppleJPEG.framework/AppleJPEG

0x185110000 - 0x18569ffff ImageIO arm64 <0cc6da0a6265372190bd34b428c02a9f> /System/Library/Frameworks/ImageIO.framework/ImageIO

0x1856a0000 - 0x1856a6fff TCC arm64 <fca78b84e3f73fdc90b9d1e5d5ff6919> /System/Library/PrivateFrameworks/TCC.framework/TCC

0x1856a7000 - 0x1856abfff AggregateDictionary arm64 <621603daf2bf3e7ab75aafd59f095c5b> /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary

0x1856ac000 - 0x1856b8fff PowerLog arm64 <c2cd0fdbbf6e385ba55748201f88a7a3> /System/Library/PrivateFrameworks/PowerLog.framework/PowerLog

0x1856b9000 - 0x185721fff libTelephonyUtilDynamic.dylib arm64 <1af42608ce2b3f4ebcee64dcdbac02b6> /usr/lib/libTelephonyUtilDynamic.dylib

0x185722000 - 0x185734fff CommonUtilities arm64 <0098d095d66733988b5a6e73803f37a6> /System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities

0x185735000 - 0x185749fff libcompression.dylib arm64 <b04eddd5ef0839a6aee2707f5c14aa1a> /usr/lib/libcompression.dylib

0x18574a000 - 0x1859e4fff CoreData arm64 <65f30a82a6683482bbdb857c83f3fc56> /System/Library/Frameworks/CoreData.framework/CoreData

0x1859e5000 - 0x1859e8fff libCoreVMClient.dylib arm64 <ef615871768f3db8b7f860b5fd7bf707> /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib

0x1859e9000 - 0x1859eefff IOAccelerator arm64 <d7135a13f4753c9eb8b4b79455175d32> /System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator

0x1859ef000 - 0x1859f0fff libCVMSPluginSupport.dylib arm64 <a5694c66e17b346ca36396fd40029618> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib

0x1859f1000 - 0x1859f4fff libCoreFSCache.dylib arm64 <7d0b5c6277ea362598ea9c06f292eaa0> /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib

0x1859f5000 - 0x185a38fff libGLImage.dylib arm64 <679d74c254e13f1c925f38b82d8e6963> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib

0x185a39000 - 0x185a43fff libGFXShared.dylib arm64 <402e4f5820f834f5807f5fa448902f2c> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib

0x185a44000 - 0x185a4bfff IOMobileFramebuffer arm64 <c913022952a1394a928f7bbf5bfec3e9> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer

0x185a4c000 - 0x185a4cfff libmetal_timestamp.dylib arm64 <fd7029ad82583e1f89ca3a1ddff84df2> /System/Library/PrivateFrameworks/GPUCompiler.framework/libmetal_timestamp.dylib

0x185a4d000 - 0x185aaafff Metal arm64 <18991406aed530c99a3dcca4ca4371b8> /System/Library/Frameworks/Metal.framework/Metal

0x185aab000 - 0x185ab5fff OpenGLES arm64 <48579b12ba843baf8688c929e4aa1350> /System/Library/Frameworks/OpenGLES.framework/OpenGLES

0x185ab6000 - 0x185adafff CoreVideo arm64 <865a7204d95b3117bf535727201a1da9> /System/Library/Frameworks/CoreVideo.framework/CoreVideo

0x185adb000 - 0x185addfff OAuth arm64 <f202cfb14ee333f1a7502e5a75f2df92> /System/Library/PrivateFrameworks/OAuth.framework/OAuth

0x185ae5000 - 0x185b23fff Accounts arm64 <79664bb249ab30799fdce891cf8a91cd> /System/Library/Frameworks/Accounts.framework/Accounts

0x185b24000 - 0x185c16fff libiconv.2.dylib arm64 <bf0bd341bdd43ec7bd40d067233e57a8> /usr/lib/libiconv.2.dylib

0x185c17000 - 0x185d62fff CoreAudio arm64 <0a134f19c9ae39b79dcdd8af00189b56> /System/Library/Frameworks/CoreAudio.framework/CoreAudio

0x185d63000 - 0x185d66fff UserFS arm64 <c0a53a908768398cb07c22ec2ff1abb2> /System/Library/PrivateFrameworks/UserFS.framework/UserFS

0x185d67000 - 0x185e71fff CoreMedia arm64 <d0cc03900e45378e98d8193662edf565> /System/Library/Frameworks/CoreMedia.framework/CoreMedia

0x185e72000 - 0x185e78fff libcupolicy.dylib arm64 <0680676b2f97349fb5742ec91e20f429> /usr/lib/libcupolicy.dylib

0x185e79000 - 0x185f05fff CoreTelephony arm64 <f6ab69bda98d3b619d2b41a57fc2c69e> /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony

0x185f06000 - 0x186010fff libFontParser.dylib arm64 <7a8928d14bd538b29f9c8d2be8fb889a> /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib

0x186011000 - 0x1860a0fff ************ arm64 <63305fbde9b03b7891bb48b8868f4f36> /System/Library/Frameworks/************.framework/************

0x1860a1000 - 0x1860a1fff FontServices arm64 <c6d2054d8d013dbdafecea3ad8948d76> /System/Library/PrivateFrameworks/FontServices.framework/FontServices

0x1860a2000 - 0x1861eefff CoreText arm64 <89e2f40a358a3760885d80ebb4491ac1> /System/Library/Frameworks/CoreText.framework/CoreText

0x1861ef000 - 0x186209fff ProtocolBuffer arm64 <84a84046c997386b891fff8f4c249d20> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer

0x18620a000 - 0x186232fff PersistentConnection arm64 <46122ee81ebc3ae0a60ae25c730a129e> /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection

0x186233000 - 0x186239fff DataMigration arm64 <0aa788c904ca304ea9a9bf19ee990b53> /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration

0x18623a000 - 0x186690fff AudioToolbox arm64 <f1ac89ed6113395bb6f8d9eef1b345dc> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox

0x186691000 - 0x186868fff QuartzCore arm64 <dfdc0c40cf153854b84a6bc06b12b4ea> /System/Library/Frameworks/QuartzCore.framework/QuartzCore

0x186869000 - 0x18686ffff Netrb arm64 <019a8ba8af39378891e3689409db009d> /System/Library/PrivateFrameworks/Netrb.framework/Netrb

0x186870000 - 0x186880fff libcmph.dylib arm64 <ddb74cea99f83aeb9332a789afb36b35> /usr/lib/libcmph.dylib

0x186881000 - 0x1868a1fff libmis.dylib arm64 <039e7c4ab2c53597ba3403fc0b5516e3> /usr/lib/libmis.dylib

0x1868a2000 - 0x186993fff LanguageModeling arm64 <1399d8b96350301ead6b2c824fbb7c53> /System/Library/PrivateFrameworks/LanguageModeling.framework/LanguageModeling

0x186994000 - 0x186a79fff ManagedConfiguration arm64 <083f833136993b47bee913c927ee65de> /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration

0x186a7a000 - 0x186a90fff libmarisa.dylib arm64 <39ff439cc20b3c8e9e6055c0678506e5> /usr/lib/libmarisa.dylib

0x186a91000 - 0x186b61fff ProofReader arm64 <88e0eab61d173a318afb6c85b7a1a2d0> /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader

0x186b62000 - 0x186b6cfff MediaAccessibility arm64 <4cdf6c8a21143e04838c8985ca3ab8a2> /System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility

0x186b6d000 - 0x186b7dfff MobileAsset arm64 <0c5fb05c798b3a8cabbace58bc7b0ec1> /System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset

0x186b7e000 - 0x186beffff ColorSync arm64 <5762d9f6aa723c5f9ac4faf32c313791> /System/Library/PrivateFrameworks/ColorSync.framework/ColorSync

0x186bf0000 - 0x186c5ffff MetalPerformanceShaders arm64 <5d6f9961367c3336a19b5283176262df> /System/Library/Frameworks/MetalPerformanceShaders.framework/MetalPerformanceShaders

0x186c60000 - 0x18708ffff FaceCore arm64 <c6528cdf6e1d3fe48f12735bbc8fe99f> /System/Library/PrivateFrameworks/FaceCore.framework/FaceCore

0x187090000 - 0x18710bfff Quagga arm64 <9f220dabf92e372bb1851251b1f66fe1> /System/Library/PrivateFrameworks/Quagga.framework/Quagga

0x18710c000 - 0x1872d5fff CoreImage arm64 <0a9f9730278e31e19e59bdcabfcb6ff1> /System/Library/Frameworks/CoreImage.framework/CoreImage

0x1872d6000 - 0x187321fff TextInput arm64 <d1a353ce89983a7dac86d75f384bce7f> /System/Library/PrivateFrameworks/TextInput.framework/TextInput

0x187322000 - 0x187332fff libAccessibility.dylib arm64 <306f29d3df4c32cb923e6e5a136b9c67> /usr/lib/libAccessibility.dylib

0x187341000 - 0x187c97fff JavaScriptCore arm64 <3a74efcce7283410ac8a55027b67d2ef> /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore

0x187c98000 - 0x187eadfff StoreServices arm64 <f0f43f609f5434e59616995f596d6d91> /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices

0x187eae000 - 0x188f9cfff WebCore arm64 <5f4c0a6773123239905a48919249deff> /System/Library/PrivateFrameworks/WebCore.framework/WebCore

0x188f9d000 - 0x188fc6fff libxslt.1.dylib arm64 <d4d14fddc95e390d8d6b0f647acefbdc> /usr/lib/libxslt.1.dylib

0x188fc7000 - 0x1890a8fff WebKitLegacy arm64 <20b8c9cf5b3b3564b1e90113ea896db1> /System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy

0x1890a9000 - 0x189170fff CoreUI arm64 <f1131a07ecfa3f679c3dd3fd62a1a131> /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI

0x189171000 - 0x189198fff DictionaryServices arm64 <059e702327533e2493da8c662ea81790> /System/Library/PrivateFrameworks/DictionaryServices.framework/DictionaryServices

0x189199000 - 0x18919afff HangTracer arm64 <1fd22f31313d33e3bc2f0b6373a84876> /System/Library/PrivateFrameworks/HangTracer.framework/HangTracer

0x18919b000 - 0x1891ebfff PhysicsKit arm64 <2aeeacbe6a8d3b959f9d09f02a85fc9c> /System/Library/PrivateFrameworks/PhysicsKit.framework/PhysicsKit

0x1891ec000 - 0x1892c4fff UIFoundation arm64 <80a5a544327033c593c6de75027dd934> /System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation

0x1892d1000 - 0x18a05efff UIKit arm64 <439dc80bfac033ed983e5bb8c416c452> /System/Library/Frameworks/UIKit.framework/UIKit

0x18a05f000 - 0x18a087fff CoreBluetooth arm64 <13fb911b0abc3dbe8b3d431b7a59b4b9> /System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth

0x18a088000 - 0x18a0adfff DataAccessExpress arm64 <5799a178384d3ce28527b23c720ed04c> /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress

0x18a0ae000 - 0x18a0cffff NetworkStatistics arm64 <fbdf2cf4373d305584bdf54398fd5613> /System/Library/PrivateFrameworks/NetworkStatistics.framework/NetworkStatistics

0x18a0d0000 - 0x18a158fff AddressBook arm64 <b835a0db2c4b3b42bcc3d7487fd67ed8> /System/Library/Frameworks/AddressBook.framework/AddressBook

0x18a159000 - 0x18a28dfff CoreMotion arm64 <b4fe074374f13922aaa6833f2278495e> /System/Library/Frameworks/CoreMotion.framework/CoreMotion

0x18a28e000 - 0x18a2bbfff CacheDelete arm64 <93e649608229314ab93d03dc37330685> /System/Library/PrivateFrameworks/CacheDelete.framework/CacheDelete

0x18a2bc000 - 0x18a2c9fff CoreAUC arm64 <d01c24d9a0ef3bf693693d7e49ff32e3> /System/Library/PrivateFrameworks/CoreAUC.framework/CoreAUC

0x18a2ca000 - 0x18a863fff MediaToolbox arm64 <3d18249fdd593d5abf9e41ca38cf5f38> /System/Library/Frameworks/MediaToolbox.framework/MediaToolbox

0x18a864000 - 0x18aa03fff ********* arm64 <2db48a3d1b9c3438beb747c96b6042d2> /System/Library/PrivateFrameworks/*********.framework/*********

0x18aa04000 - 0x18aa13fff IntlPreferences arm64 <726d4688da7d3df6aa23711f4bc33aea> /System/Library/PrivateFrameworks/IntlPreferences.framework/IntlPreferences

0x18aa14000 - 0x18aa16fff CoreDuetDebugLogging arm64 <309dba4a51c332d6b92e39bd4955cee8> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/CoreDuetDebugLogging

0x18aa17000 - 0x18aa2bfff CoreDuetDaemonProtocol arm64 <dd889e6e81f1335794f6bcc62d2fbc68> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/CoreDuetDaemonProtocol

0x18aa2c000 - 0x18ab01fff CoreDuet arm64 <ad4c52ee6397380383fde88900b175a8> /System/Library/PrivateFrameworks/CoreDuet.framework/CoreDuet

0x18ab02000 - 0x18acaffff AVFoundation arm64 <e23db4dfb7f0377c9d2baa6a1a259db4> /System/Library/Frameworks/AVFoundation.framework/AVFoundation

0x18acb0000 - 0x18ace2fff libtidy.A.dylib arm64 <4b6463950ec93d089afdfcc248cc9934> /usr/lib/libtidy.A.dylib

0x18ace3000 - 0x18ad49fff IMFoundation arm64 <eb79b515358a3affa8a710eb247149a6> /System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation

0x18ad4a000 - 0x18b3cdfff GeoServices arm64 <4c130c4f654d38eab0a5b939f26268c1> /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices

0x18b3ce000 - 0x18b3cffff DiagnosticLogCollection arm64 <4ae00177103839308da604cb1d472989> /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/DiagnosticLogCollection

0x18b3d0000 - 0x18b3d1fff Marco arm64 <580f95708c3b3f169c13d4dca206255e> /System/Library/PrivateFrameworks/Marco.framework/Marco

0x18b3d2000 - 0x18b44bfff CoreLocation arm64 <f6ecdc6653c437a1859213c641aacf34> /System/Library/Frameworks/CoreLocation.framework/CoreLocation

0x18b44c000 - 0x18b451fff ConstantClasses arm64 <566b6f6ad9333f4cb16f3bbf8da935fe> /System/Library/PrivateFrameworks/ConstantClasses.framework/ConstantClasses

0x18b452000 - 0x18b45cfff libChineseTokenizer.dylib arm64 <0029f6afa51c372d89b02f4599522e66> /usr/lib/libChineseTokenizer.dylib

0x18b45d000 - 0x18b6e0fff libmecabra.dylib arm64 <ad8ac0e2456f3ae2828367eb311649db> /usr/lib/libmecabra.dylib

0x18b6e1000 - 0x18b732fff IDSFoundation arm64 <70fc4d6a24ae38369f2da7d874dcc543> /System/Library/PrivateFrameworks/IDSFoundation.framework/IDSFoundation

0x18b733000 - 0x18b7f9fff IDS arm64 <c6883b6305cc3cee840a7af18e9a5c5a> /System/Library/PrivateFrameworks/IDS.framework/IDS

0x18b7fa000 - 0x18b817fff MediaServices arm64 <273fd73ed0ef32559424df9d08045941> /System/Library/PrivateFrameworks/MediaServices.framework/MediaServices

0x18b818000 - 0x18b856fff AuthKit arm64 <a4b626e8c7693a78bf522299c02ee49c> /System/Library/PrivateFrameworks/AuthKit.framework/AuthKit

0x18b857000 - 0x18b85cfff libheimdal-asn1.dylib arm64 <e59780c1a4993eeba201e067d7cbc1fc> /usr/lib/libheimdal-asn1.dylib

0x18b85d000 - 0x18b900fff MediaRemote arm64 <b8b341b5e3333cf2896c6b4b40a65f3d> /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote

0x18b901000 - 0x18ba87fff MobileSpotlightIndex arm64 <d6152193b08e3885a3b0b6a15847a9d1> /System/Library/PrivateFrameworks/MobileSpotlightIndex.framework/MobileSpotlightIndex

0x18ba88000 - 0x18baa7fff PlugInKit arm64 <8fde4c6c2dbc3004b563587001b9e729> /System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit

0x18baa8000 - 0x18bad4fff ProtectedCloudStorage arm64 <dd2b7cdd498332f0a537a0802353b9b2> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/ProtectedCloudStorage

0x18bad5000 - 0x18baf0fff libresolv.9.dylib arm64 <bbfd607a359d3982b6ea1d85e44047e7> /usr/lib/libresolv.9.dylib

0x18baf1000 - 0x18bb06fff ApplePushService arm64 <96a277741eac38c2b76e6a92f4fda58b> /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService

0x18bb07000 - 0x18bb55fff ContactsFoundation arm64 <07665e20f60e36edb46667f631b238b9> /System/Library/PrivateFrameworks/ContactsFoundation.framework/ContactsFoundation

0x18bb56000 - 0x18bb5bfff ParsecSubscriptionServiceSupport arm64 <dda454199d82355c86aa06cbbb4e7bb0> /System/Library/PrivateFrameworks/ParsecSubscriptionServiceSupport.framework/ParsecSubscriptionServiceSupport

0x18bb5c000 - 0x18bc00fff Contacts arm64 <7c18b9016e4431b891a280cf9d9a0a8f> /System/Library/Frameworks/Contacts.framework/Contacts

0x18bc01000 - 0x18bc4bfff CoreSpotlight arm64 <6be155856f6333b28d211a7bb4f86c0c> /System/Library/Frameworks/CoreSpotlight.framework/CoreSpotlight

0x18bc4c000 - 0x18bc73fff vCard arm64 <65d8ed9e8f533e1e81fd8e66975ac05c> /System/Library/PrivateFrameworks/vCard.framework/vCard

0x18bc74000 - 0x18bcfffff VoiceServices arm64 <1aa21ac90c4237d08b2e13fd79429b9c> /System/Library/PrivateFrameworks/VoiceServices.framework/VoiceServices

0x18bd00000 - 0x18bd4dfff SAObjects arm64 <a591dbffd2aa373b97c43c50e2f295f8> /System/Library/PrivateFrameworks/SAObjects.framework/SAObjects

0x18bde9000 - 0x18be80fff AssistantServices arm64 <544e9d76ded53591b7108dbd77c3dd46> /System/Library/PrivateFrameworks/AssistantServices.framework/AssistantServices

0x18be98000 - 0x18be9afff MessageSupport arm64 <d431ebdd714b32c8a6e8123b0f4dfda0> /System/Library/PrivateFrameworks/MessageSupport.framework/MessageSupport

0x18be9b000 - 0x18beeffff MIME arm64 <cdc60ac7161633a8bfb076ca40837c8a> /System/Library/PrivateFrameworks/MIME.framework/MIME

0x18bf94000 - 0x18bfb0fff AppleIDSSOAuthentication arm64 <9dd66a90b42d3e7da948684e3eda6800> /System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/AppleIDSSOAuthentication

0x18bfb1000 - 0x18bfc1fff MailServices arm64 <383d33400ff3389299cfad4564843fb2> /System/Library/PrivateFrameworks/MailServices.framework/MailServices

0x18bfc2000 - 0x18c02ffff AppleAccount arm64 <061b166b09cc3c2cb5fe92e9acc3b869> /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount

0x18c030000 - 0x18c034fff CommunicationsFilter arm64 <99040110ee233365a89da3f813483acd> /System/Library/PrivateFrameworks/CommunicationsFilter.framework/CommunicationsFilter

0x18c035000 - 0x18c059fff ChunkingLibrary arm64 <229183db6c0a322f8a1b905e1e9bad4f> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/ChunkingLibrary

0x18c05a000 - 0x18c065fff CaptiveNetwork arm64 <103e9db8c0bf3587a522bc8feebf939a> /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork

0x18c066000 - 0x18c094fff EAP8021X arm64 <004ac362f7e733089f90a449a5bbc575> /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X

0x18c095000 - 0x18c09bfff AssetCacheServices arm64 <f0eae7e0143933cebef9363b674ccd70> /System/Library/PrivateFrameworks/AssetCacheServices.framework/AssetCacheServices

0x18c09c000 - 0x18c175fff MMCS arm64 <2a61bb65185735feaf06b72fce79cb81> /System/Library/PrivateFrameworks/MMCS.framework/MMCS

0x18c176000 - 0x18c1a6fff MobileWiFi arm64 <89b5bd0c876c3c48ac7f912919239526> /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi

0x18c1a7000 - 0x18c1e9fff ContentIndex arm64 <f747582858683aa7859cf0aa744aec0c> /System/Library/PrivateFrameworks/ContentIndex.framework/ContentIndex

0x18c1ea000 - 0x18c1f2fff MobileIcons arm64 <b12db0fdae4536fbbe2a88741dde20aa> /System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons

0x18c247000 - 0x18c277fff Bom arm64 <ee5d665311073e739ff553115ddefd2d> /System/Library/PrivateFrameworks/Bom.framework/Bom

0x18c278000 - 0x18c27ffff CertUI arm64 <06d2316865be3c23850bc9edc2c0cfd3> /System/Library/PrivateFrameworks/CertUI.framework/CertUI

0x18c280000 - 0x18c2cffff FTServices arm64 <c8e3ead6ebbf30ab857b9ff71f8681b5> /System/Library/PrivateFrameworks/FTServices.framework/FTServices

0x18c2d0000 - 0x18c32efff CoreDAV arm64 <ca9047d9a3be3bcbacb700cdbb0e686c> /System/Library/PrivateFrameworks/CoreDAV.framework/CoreDAV

0x18c32f000 - 0x18c33cfff BaseBoardUI arm64 <b4dbbf1dfd42321287caf03c1150c4f5> /System/Library/PrivateFrameworks/BaseBoardUI.framework/BaseBoardUI

0x18c33d000 - 0x18c351fff UserManagement arm64 <7ab7861470113dc9a26107d23429ca17> /System/Library/PrivateFrameworks/UserManagement.framework/UserManagement

0x18c352000 - 0x18c41afff CorePDF arm64 <4cc68715dc4733c1a6582e7a78e19a03> /System/Library/PrivateFrameworks/CorePDF.framework/CorePDF

0x18c41b000 - 0x18c44ffff iCalendar arm64 <63f6f6db8dfb3698a3e6351a61757c3e> /System/Library/PrivateFrameworks/iCalendar.framework/iCalendar

0x18c458000 - 0x18c4b6fff CalendarFoundation arm64 <5ea61219427731e2bb45cb5913eff70c> /System/Library/PrivateFrameworks/CalendarFoundation.framework/CalendarFoundation

0x18c4b7000 - 0x18c4bdfff IncomingCallFilter arm64 <ca46eb03589a3889bbc12d462d6a68e8> /System/Library/PrivateFrameworks/IncomingCallFilter.framework/IncomingCallFilter

0x18c5b4000 - 0x18c64cfff CalendarDatabase arm64 <5798df86aaa131db8659d12254740798> /System/Library/PrivateFrameworks/CalendarDatabase.framework/CalendarDatabase

0x18c64d000 - 0x18c68ffff CalendarDaemon arm64 <1c4f22ce498d3282ad7fd8680dc50a7f> /System/Library/PrivateFrameworks/CalendarDaemon.framework/CalendarDaemon

0x18c690000 - 0x18c75ffff EventKit arm64 <fa0cc301c0033b33a02dc0b6ee599c0c> /System/Library/Frameworks/EventKit.framework/EventKit

0x18c760000 - 0x18ca5ffff WebKit arm64 <ad83e4097cec393588f3117ff3f7984d> /System/Library/Frameworks/WebKit.framework/WebKit

0x18ca60000 - 0x18caa6fff WebBookmarks arm64 <4939623c09453d499744e809ee865345> /System/Library/PrivateFrameworks/WebBookmarks.framework/WebBookmarks

0x18caa7000 - 0x18cbebfff ContactsUI arm64 <d2208cfa296e346c8f20815dd07c32b3> /System/Library/Frameworks/ContactsUI.framework/ContactsUI

0x18cbec000 - 0x18d253fff ModelIO arm64 <fdffc2b14ab53f3fb430496af426cb36> /System/Library/Frameworks/ModelIO.framework/ModelIO

0x18d254000 - 0x18d25afff DAAPKit arm64 <db4ffb75c2ae313ca83c175e3bbbbda2> /System/Library/PrivateFrameworks/DAAPKit.framework/DAAPKit

0x18d25b000 - 0x18d2dcfff CoreSymbolication arm64 <1a84d15d8ec835e6ab65c0cfcaf435a2> /System/Library/PrivateFrameworks/CoreSymbolication.framework/CoreSymbolication

0x18d2dd000 - 0x18d375fff TelephonyUtilities arm64 <7a63bc55b0aa341abc6280fce51f4cdc> /System/Library/PrivateFrameworks/TelephonyUtilities.framework/TelephonyUtilities

0x18d376000 - 0x18d3a5fff GLKit arm64 <dd0f8559665936fda454a0970b05151f> /System/Library/Frameworks/GLKit.framework/GLKit

0x18d3a6000 - 0x18d611fff MusicLibrary arm64 <8ce83ae89e3133c782a5bed94b4ee75f> /System/Library/PrivateFrameworks/MusicLibrary.framework/MusicLibrary

0x18d612000 - 0x18d650fff Notes arm64 <f5813244a3ff392b825707129b7301de> /System/Library/PrivateFrameworks/Notes.framework/Notes

0x18d651000 - 0x18d728fff AddressBookUI arm64 <31c0ddcfa58f34a6bf9c60c838908e72> /System/Library/Frameworks/AddressBookUI.framework/AddressBookUI

0x18d729000 - 0x18d807fff CloudKit arm64 <6964b82f3a593988b86b3ab436f2f44f> /System/Library/Frameworks/CloudKit.framework/CloudKit

0x18d808000 - 0x18d862fff iTunesStore arm64 <96d50b60399f358ba76aae172c86407b> /System/Library/PrivateFrameworks/iTunesStore.framework/iTunesStore

0x18d863000 - 0x18d869fff CloudPhotoServices arm64 <57cdedb107723ed5a1099d69e9ae50c7> /System/Library/PrivateFrameworks/CloudPhotoServices.framework/CloudPhotoServices

0x18d86a000 - 0x18d960fff CloudPhotoLibrary arm64 <74f9cdb65dcb3a1c8d585d83b1b74a1e> /System/Library/PrivateFrameworks/CloudPhotoLibrary.framework/CloudPhotoLibrary

0x18d961000 - 0x18d9b0fff DataAccess arm64 <12a88c8b110737048d257a5176399176> /System/Library/PrivateFrameworks/DataAccess.framework/DataAccess

0x18d9b1000 - 0x18d9d8fff AssetsLibraryServices arm64 <4160fc23c6d93754a7ff0354c85cb399> /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices

0x18d9d9000 - 0x18da74fff HomeSharing arm64 <0fc029ea9c6334c08c04f2ba18950954> /System/Library/PrivateFrameworks/HomeSharing.framework/HomeSharing

0x18da75000 - 0x18daa3fff ACTFramework arm64 <b8e36968f4f73bcaae49cc5f5fdf3616> /System/Library/PrivateFrameworks/ACTFramework.framework/ACTFramework

0x18daa4000 - 0x18daaffff DCIMServices arm64 <cf51e4c57790323ea2fa0bf94f3f2bfa> /System/Library/PrivateFrameworks/DCIMServices.framework/DCIMServices

0x18dab0000 - 0x18dbddfff CoreMediaStream arm64 <a14f04cc061435778f70a90b1996db4f> /System/Library/PrivateFrameworks/CoreMediaStream.framework/CoreMediaStream

0x18dbde000 - 0x18dbf6fff PhotosFormats arm64 <cafa06e0a32936dba4ddf6ea8e675f80> /System/Library/PrivateFrameworks/PhotosFormats.framework/PhotosFormats

0x18dbf7000 - 0x18dbfefff XPCKit arm64 <1d3e41cc36f93c2284f224e76f440b4a> /System/Library/PrivateFrameworks/XPCKit.framework/XPCKit

0x18dbff000 - 0x18df6cfff MediaPlayer arm64 <8501ad4857f03a21b8fd1df63838b889> /System/Library/Frameworks/MediaPlayer.framework/MediaPlayer

0x18df6d000 - 0x18e053fff CameraKit arm64 <a6225cf4f7a23ceaac45ff4bf7e748ee> /System/Library/PrivateFrameworks/CameraKit.framework/CameraKit

0x18e05c000 - 0x18e077fff MediaStream arm64 <ee50eeb830bd3cfab352e31012f374e9> /System/Library/PrivateFrameworks/MediaStream.framework/MediaStream

0x18e078000 - 0x18e3f2fff PhotoLibraryServices arm64 <4d9b334cfa26375e8d22672519e00484> /System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices

0x18e3f3000 - 0x18e429fff PrototypeTools arm64 <a9c3ba3c8b7f3246b433f97300c8e189> /System/Library/PrivateFrameworks/PrototypeTools.framework/PrototypeTools

0x18e42a000 - 0x18e498fff libprotobuf.dylib arm64 <49cefe5f37573881b69ab4c1ca25c417> /usr/lib/libprotobuf.dylib

0x18e499000 - 0x18e4bcfff ScreenReaderCore arm64 <f3080005bf733731ae94889ef52bf685> /System/Library/PrivateFrameworks/ScreenReaderCore.framework/ScreenReaderCore

0x18e572000 - 0x18e591fff TextToSpeech arm64 <0ee5b719c20438948d850eb22c78f7b2> /System/Library/PrivateFrameworks/TextToSpeech.framework/TextToSpeech

0x18e61b000 - 0x18e61dfff libAXSafeCategoryBundle.dylib arm64 <ec2951ef911a356aa26a014ba9149a27> /usr/lib/libAXSafeCategoryBundle.dylib

0x18e61e000 - 0x18e627fff libAXSpeechManager.dylib arm64 <3d126e8c35fc3c798044c7899847cfba> /usr/lib/libAXSpeechManager.dylib

0x18e628000 - 0x18e6c8fff AccessibilityUtilities arm64 <c0f52d226d9539b4983e038b74f760be> /System/Library/PrivateFrameworks/AccessibilityUtilities.framework/AccessibilityUtilities

0x18e6c9000 - 0x18e804fff Message arm64 <641dcb7f3a313859a7d6eb0cb0cd3c51> /System/Library/PrivateFrameworks/Message.framework/Message

0x18e8b6000 - 0x18e8e9fff DataDetectorsCore arm64 <7cf6a2529e2831e488c3708945e314e0> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/DataDetectorsCore

0x18e8f8000 - 0x18eb2cfff libAWDSupportFramework.dylib arm64 <88727890305735ba853dc8edbfd663a7> /usr/lib/libAWDSupportFramework.dylib

0x18eb6b000 - 0x18eba8fff WirelessDiagnostics arm64 <6c0d913bce5b30aeabfb8c9382929a0d> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/WirelessDiagnostics

0x18eba9000 - 0x18ecb1fff Photos arm64 <ba574d265e7338d1a2fec717ba781638> /System/Library/Frameworks/Photos.framework/Photos

0x18ecb2000 - 0x18ece9fff AXRuntime arm64 <fa516ffcfe8b34a3953eab1d6df126dd> /System/Library/PrivateFrameworks/AXRuntime.framework/AXRuntime

0x18ecea000 - 0x18ed0bfff LatentSemanticMapping arm64 <a3aef61ca8a73d508a518e4be478115c> /System/Library/PrivateFrameworks/LatentSemanticMapping.framework/LatentSemanticMapping

0x18ed67000 - 0x18ed80fff GenerationalStorage arm64 <2c69dc810a2731f596b5ff4e35489cd1> /System/Library/PrivateFrameworks/GenerationalStorage.framework/GenerationalStorage

0x18ed81000 - 0x18ed8cfff CoreRecents arm64 <7115aa87e7c83d668649a4ebec02fc05> /System/Library/PrivateFrameworks/CoreRecents.framework/CoreRecents

0x18ed8f000 - 0x18ed96fff AccessibilityUIUtilities arm64 <eb8824fabbb53be3bbd242b8b944d80c> /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AccessibilityUIUtilities.framework/AccessibilityUIUtilities

0x18ee8a000 - 0x18ee9dfff AssetsLibrary arm64 <b36d8d1d92d33022a58fa52fecc67aca> /System/Library/Frameworks/AssetsLibrary.framework/AssetsLibrary

0x18eed5000 - 0x18f4d6fff VectorKit arm64 <e1d686efbb80369789d13df15fe2a556> /System/Library/PrivateFrameworks/VectorKit.framework/VectorKit

0x18f4d7000 - 0x18f6e5fff MapKit arm64 <ffa880eccb4639f8be818465cb424151> /System/Library/Frameworks/MapKit.framework/MapKit

0x18f703000 - 0x18f706fff FTClientServices arm64 <8db69557415f3574a29447f850b70e6d> /System/Library/PrivateFrameworks/FTClientServices.framework/FTClientServices

0x18f707000 - 0x18f719fff QuickLookThumbnailing arm64 <d55f9db91e2732e29d865e8358c70d70> /System/Library/PrivateFrameworks/QuickLookThumbnailing.framework/QuickLookThumbnailing

0x18f81c000 - 0x18f8b2fff QuickLook arm64 <1535ad901f6233f2aef5db10612761ef> /System/Library/Frameworks/QuickLook.framework/QuickLook

0x18f901000 - 0x18f939fff ContactsAutocomplete arm64 <407f2dcac7a93cbdbe16724bac2ab88b> /System/Library/PrivateFrameworks/ContactsAutocomplete.framework/ContactsAutocomplete

0x18f94a000 - 0x18fa27fff MessageUI arm64 <fb2381cf4cc937e09a843ea88a7c6a1e> /System/Library/Frameworks/MessageUI.framework/MessageUI

0x18fa28000 - 0x18faa0fff libnetwork.dylib arm64 <0a7b6197b67b32858ab16f65cc8e89bb> /usr/lib/libnetwork.dylib

0x18fab4000 - 0x18fb32fff Network arm64 <0f5845a9944d349c86b0da704653fe73> /System/Library/PrivateFrameworks/Network.framework/Network

0x18fb39000 - 0x18fbd8fff Social arm64 <2f14bef979493a19b5ac2c79e0e37b92> /System/Library/Frameworks/Social.framework/Social

0x18feb4000 - 0x18feb4fff AdSupport arm64 <0500302d01fc365ea029aa0553752a6c> /System/Library/Frameworks/AdSupport.framework/AdSupport

0x18feb5000 - 0x18fed1fff StoreKit arm64 <8adc3372f0953cd3abe58c443eff9680> /System/Library/Frameworks/StoreKit.framework/StoreKit

0x18ff02000 - 0x18ff59fff ImageCapture arm64 <4cab9fa84eb136b78154b343590c7b37> /System/Library/PrivateFrameworks/ImageCapture.framework/ImageCapture

0x18ff5a000 - 0x18ff70fff iPhotoMigrationSupport arm64 <7d936be790663c108f22ef5dbb5a1a8d> /System/Library/PrivateFrameworks/iPhotoMigrationSupport.framework/iPhotoMigrationSupport

0x18ff71000 - 0x18ff90fff SharedUtils arm64 <f23fa588a2723106b48f13d4b4b82ef4> /System/Library/Frameworks/LocalAuthentication.framework/Support/SharedUtils.framework/SharedUtils

0x18ffa0000 - 0x190034fff PhotoLibrary arm64 <524598db89b93a72910da8cd564ae1be> /System/Library/PrivateFrameworks/PhotoLibrary.framework/PhotoLibrary

0x190234000 - 0x190246fff LocalAuthentication arm64 <f899e91a83bc304bafca1bdd234bebf8> /System/Library/Frameworks/LocalAuthentication.framework/LocalAuthentication

0x190247000 - 0x19027dfff CalendarUIKit arm64 <e7d87cef5ab1384b841b6fdcdf3b769b> /System/Library/PrivateFrameworks/CalendarUIKit.framework/CalendarUIKit

0x1902eb000 - 0x1904adfff EventKitUI arm64 <e9ca4e8efc8937a39d399cff2cd3bff5> /System/Library/Frameworks/EventKitUI.framework/EventKitUI

0x1904ae000 - 0x19052dfff CoreRecognition arm64 <95705b961abd3445bc6ef7070a3e0074> /System/Library/PrivateFrameworks/CoreRecognition.framework/CoreRecognition

0x19055a000 - 0x19058cfff Pegasus arm64 <5815a011d91e3b9ca2ac76caa2245b77> /System/Library/PrivateFrameworks/Pegasus.framework/Pegasus

0x190644000 - 0x19068dfff AVKit arm64 <cb65e44fae8d39d5950c8195fe74b98e> /System/Library/Frameworks/AVKit.framework/AVKit

0x19075d000 - 0x19096cfff SafariShared arm64 <0e48873762f53f099071542062055f7c> /System/Library/PrivateFrameworks/SafariShared.framework/SafariShared

0x19096d000 - 0x19097ffff SiriTasks arm64 <0d58b939c3653c23bf41858712f2b7e9> /System/Library/PrivateFrameworks/SiriTasks.framework/SiriTasks

0x190bc9000 - 0x190c4cfff PhotoEditSupport arm64 <06e33a605552389a84e7c34b2e18c0cf> /System/Library/PrivateFrameworks/PhotoEditSupport.framework/PhotoEditSupport

0x1911f9000 - 0x191240fff WebUI arm64 <1538d69669663eb4a33a0ba400ce6428> /System/Library/PrivateFrameworks/WebUI.framework/WebUI

0x191278000 - 0x1916e1fff PhotosUI arm64 <53e63d5c54db301689560fb3148a5d3f> /System/Library/Frameworks/PhotosUI.framework/PhotosUI

0x1916e2000 - 0x191783fff SafariServices arm64 <d69c298f0b673abfa7b2680c73e0fcbf> /System/Library/Frameworks/SafariServices.framework/SafariServices

0x191dd8000 - 0x191f31fff libGLProgrammability.dylib arm64 <cae55b825dbd32d8a0908104159377e2> /System/Library/Frameworks/OpenGLES.framework/libGLProgrammability.dylib

0x192130000 - 0x192138fff AccessibilityUI arm64 <a01b9135577637b4911b5dddbcb231d1> /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AccessibilityUI.framework/AccessibilityUI

0x1921ba000 - 0x1921f3fff DataDetectorsUI arm64 <17e411be8d853fc9ac9d0bfbf3431424> /System/Library/PrivateFrameworks/DataDetectorsUI.framework/DataDetectorsUI

0x192284000 - 0x1923bffff NetworkExtension arm64 <ead683556f3536c48952cae5ab2808c3> /System/Library/Frameworks/NetworkExtension.framework/NetworkExtension

0x19288b000 - 0x1928bbfff WirelessProximity arm64 <7e491a1bcba63ed895899f44e890e3f7> /System/Library/PrivateFrameworks/WirelessProximity.framework/WirelessProximity

0x192b18000 - 0x192b95fff CoreHandwriting arm64 <0fcfb1c7135b3a308667e34c38038921> /System/Library/PrivateFrameworks/CoreHandwriting.framework/CoreHandwriting

0x192c8a000 - 0x192c93fff libGPUSupportMercury.dylib arm64 <b3b2ff022b323566946bd8277c92c97a> /System/Library/PrivateFrameworks/GPUSupport.framework/libGPUSupportMercury.dylib

0x192c99000 - 0x192d2bfff MediaPlatform arm64 <b117055979733220bd62384a39210e83> /System/Library/PrivateFrameworks/MediaPlatform.framework/MediaPlatform

0x1937b7000 - 0x193813fff CoreBrightness arm64 <45681ca0f8de3889b148b92cd7c379ac> /System/Library/PrivateFrameworks/CoreBrightness.framework/CoreBrightness

0x193b1a000 - 0x193c43fff StoreServicesCore arm64 <287bd05b85a33c528d4875baf3c35eae> /System/Library/PrivateFrameworks/StoreServicesCore.framework/StoreServicesCore

0x193ecd000 - 0x193ed1fff ZoomServices arm64 <648df7d25f763972ba3294e1ae68b5ca> /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/ZoomServices.framework/ZoomServices

0x194173000 - 0x1945b5fff MediaLibraryCore arm64 <a09d370a4cc43e6b815b37961207eafd> /System/Library/PrivateFrameworks/MediaLibraryCore.framework/MediaLibraryCore

0x194879000 - 0x1948cbfff libstdc++.6.dylib arm64 <6aeceb731f2d3310a4c3b5d971076c51> /usr/lib/libstdc++.6.dylib

0x1949d0000 - 0x1949d3fff AGXCompilerConnection arm64 <ba321dd092ed306dbe63914bf08f1903> /System/Library/PrivateFrameworks/AGXCompilerConnection.framework/AGXCompilerConnection

0x194bd4000 - 0x194cd7fff AnnotationKit arm64 <77fea4a513b0397aaa8f1cd0a93d6eb7> /System/Library/PrivateFrameworks/AnnotationKit.framework/AnnotationKit

0x195120000 - 0x19513ffff CoreNLP arm64 <f23128bd305e3e0eb3be0d9b2b575dd1> /System/Library/PrivateFrameworks/CoreNLP.framework/CoreNLP

0x197018000 - 0x19702efff WebContentAnalysis arm64 <efae3a6207493a649865648d5a4f9e79> /System/Library/PrivateFrameworks/WebContentAnalysis.framework/WebContentAnalysis

0x19706d000 - 0x197074fff libMatch.1.dylib arm64 <5698f0d024dd3dbea8fbcbd94d64e8f3> /usr/lib/libMatch.1.dylib

0x197134000 - 0x19713afff AXSpeechImplementation arm64 <12bc0c98d8c830f08719ad0bf105ea90> /System/Library/AccessibilityBundles/AXSpeechImplementation.bundle/AXSpeechImplementation

0x19713b000 - 0x197145fff AccessibilitySettingsLoader arm64 <bdc5c3dbebb932d4b63e89cddfb7db06> /System/Library/AccessibilityBundles/AccessibilitySettingsLoader.bundle/AccessibilitySettingsLoader

0x1973d5000 - 0x19766afff RawCamera arm64 <b03aa4260a5d305b8038066ba13197a2> /System/Library/CoreServices/RawCamera.bundle/RawCamera

0x19767f000 - 0x19771bfff AGXGLDriver arm64 <3a3980f647783cf68771941bc54192fd> /System/Library/Extensions/AGXGLDriver.bundle/AGXGLDriver

0x197732000 - 0x197746fff libCGInterfaces.dylib arm64 <6197c0f084b532d9ad7df20efbf15f09> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/Libraries/libCGInterfaces.dylib

0x197747000 - 0x1979bdfff AudioCodecs arm64 <f448cadf08d43882a76f583a2b694097> /System/Library/Frameworks/AudioToolbox.framework/AudioCodecs

0x197e04000 - 0x197eeefff GLEngine arm64 <859dd5a25bb232618b7bcb7448e31801> /System/Library/Frameworks/OpenGLES.framework/GLEngine.bundle/GLEngine

0x19862a000 - 0x198638fff AppleFSCompression arm64 <d390dfb23092338c9452195e007afcb0> /System/Library/PrivateFrameworks/AppleFSCompression.framework/AppleFSCompression

0x198639000 - 0x198644fff AppleIDAuthSupport arm64 <01a507f1fe2030aab5f90d0c7c664961> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/AppleIDAuthSupport

0x199332000 - 0x199358fff CoreServicesInternal arm64 <ac0a1a1093eb359a96033c5f36f69b21> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesInternal

0x199679000 - 0x199683fff DiagnosticExtensions arm64 <485325215d4934599c651356adb8ef7c> /System/Library/PrivateFrameworks/DiagnosticExtensions.framework/DiagnosticExtensions

0x199a41000 - 0x199a4dfff libGSFontCache.dylib arm64 <62002ad71b7a323a9d385a43dde68a66> /System/Library/PrivateFrameworks/FontServices.framework/libGSFontCache.dylib

0x199a4e000 - 0x199a7ffff libTrueTypeScaler.dylib arm64 <725a2ff41d7f315b834d14c969050ea8> /System/Library/PrivateFrameworks/FontServices.framework/libTrueTypeScaler.dylib

0x199b02000 - 0x199b2efff Futhark arm64 <6cad59753c5f3cf6b2eba1e480b4e578> /System/Library/PrivateFrameworks/Futhark.framework/Futhark

0x19a9b6000 - 0x19a9e6fff MarkupUI arm64 <74d9ab5a05ba371eb6aa28858878ae0f> /System/Library/PrivateFrameworks/MarkupUI.framework/MarkupUI

0x19ad9d000 - 0x19ada6fff MobileStorage arm64 <861793a6fa45393080c8044461cf97c2> /System/Library/PrivateFrameworks/MobileStorage.framework/MobileStorage

0x19b8e4000 - 0x19b911fff SafariSafeBrowsing arm64 <3939d5c877bf3977ba01601520a69cc2> /System/Library/PrivateFrameworks/SafariSafeBrowsing.framework/SafariSafeBrowsing

0x19c448000 - 0x19c623fff libFosl_dynamic.dylib arm64 <824eea765c503ac1ba0917abf74f38db> /usr/lib/libFosl_dynamic.dylib

0x19c624000 - 0x19c62efff libMobileGestaltExtensions.dylib arm64 <cc520bc337e83bc892e125874143b749> /usr/lib/libMobileGestaltExtensions.dylib

0x19c8a4000 - 0x19c9adfff libmecab_em.dylib arm64 <c7b0eef155ab3db393d94592470f2d10> /usr/lib/libmecab_em.dylib

0x19ca32000 - 0x19ca61fff libpcap.A.dylib arm64 <5e8e5836c6ee38109cf607fcb398671a> /usr/lib/libpcap.A.dylib

0x19ca62000 - 0x19ca99fff libsandbox.1.dylib arm64 <398892b5683531a2ba8833af790099f2> /usr/lib/libsandbox.1.dylib

0x19ca9d000 - 0x19cb71fff AVFAudio arm64 <291f828312d038c9aecd48a7069cc790> /System/Library/Frameworks/AVFoundation.framework/Frameworks/AVFAudio.framework/AVFAudio

0x19cb72000 - 0x19cb7bfff ProactiveEventTracker arm64 <da5a5190c6043c40a89c3a82179257c8> /System/Library/PrivateFrameworks/ProactiveEventTracker.framework/ProactiveEventTracker

0x19cb7c000 - 0x19ccbefff Intents arm64 <8233bd87de6b35b995d0aeee596d7a48> /System/Library/Frameworks/Intents.framework/Intents

0x19cdf9000 - 0x19ce1cfff UserNotifications arm64 <23ee04a6460836929ab4494c2bffe5d9> /System/Library/Frameworks/UserNotifications.framework/UserNotifications

0x19ce2c000 - 0x19ce3afff PersonaKit arm64 <685d10cd74153df0ac58f31db6e9f8a4> /System/Library/PrivateFrameworks/PersonaKit.framework/PersonaKit

0x19ce3b000 - 0x19cec7fff AGXMetalA8 arm64 <1a44878758143fe0b42cdad9904e9a42> /System/Library/Extensions/AGXMetalA8.bundle/AGXMetalA8

0x19cec8000 - 0x19d0b7fff CVML arm64 <6bc125f46a0c3422a0297519fcdfc1b8> /System/Library/PrivateFrameworks/CVML.framework/CVML

0x19d1a3000 - 0x19d253fff Navigation arm64 <6b24bb4f135a3564bae97b0700196b91> /System/Library/PrivateFrameworks/Navigation.framework/Navigation

0x19d31a000 - 0x19d4a0fff TextureIO arm64 <c761c83a9d3d353793a765e1a66164d9> /System/Library/PrivateFrameworks/TextureIO.framework/TextureIO

0x19d91c000 - 0x19d91efff SpeakTypingServices arm64 <e7c9e8c155293002b7fcfccbe879612c> /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/SpeakTypingServices.framework/SpeakTypingServices

0x19d9ad000 - 0x19d9f5fff ContactsUICore arm64 <2a7eac654cb3330688777fbce01a48ec> /System/Library/PrivateFrameworks/ContactsUICore.framework/ContactsUICore

0x19e15c000 - 0x19e179fff SearchFoundation arm64 <4ae87e9a0b8c33ab99c1e216200270bc> /System/Library/PrivateFrameworks/SearchFoundation.framework/SearchFoundation

0x19e801000 - 0x19e813fff libBNNS.dylib arm64 <c5b5b579660333878b35b237714132e3> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBNNS.dylib

0x19e814000 - 0x19e819fff libQuadrature.dylib arm64 <f96735a958f531ee83765f2237d3a0da> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libQuadrature.dylib

0x19eb96000 - 0x19eba7fff CoreEmoji arm64 <7b72c0afc47f32988794951dca896329> /System/Library/PrivateFrameworks/CoreEmoji.framework/CoreEmoji

0x19eba8000 - 0x19ebc0fff CoreInterest arm64 <896a2042e63232b4b220dad13478bf28> /System/Library/PrivateFrameworks/CoreInterest.framework/CoreInterest

0x19ed43000 - 0x19ed75fff CoreParsec arm64 <0cd757273b2636eb9a9664406e5c2d17> /System/Library/PrivateFrameworks/CoreParsec.framework/CoreParsec

0x19edcd000 - 0x19edfefff DifferentialPrivacy arm64 <21d82db8240c3e5f83019a148be69ce5> /System/Library/PrivateFrameworks/DifferentialPrivacy.framework/DifferentialPrivacy

0x19f152000 - 0x19f21afff NLP arm64 <5de1e299b3043ddeb78d5a1504bae28e> /System/Library/PrivateFrameworks/NLP.framework/NLP

0x19f2ab000 - 0x19f31afff PDFKit arm64 <d2ed545a259f395db1241eb0f5327c93> /System/Library/PrivateFrameworks/PDFKit.framework/PDFKit

0x19f7c4000 - 0x19fa1cfff PhotosUICore arm64 <a6c90295e12f3f2689b228ecc2649144> /System/Library/PrivateFrameworks/PhotosUICore.framework/PhotosUICore

0x1a008c000 - 0x1a00fdfff libate.dylib arm64 <9d78bbf324af3a19b869f1f95ccbba0f> /usr/lib/libate.dylib

0x1a00fe000 - 0x1a00fefff libcoretls.dylib arm64 <c50a55eeb4fc36d3964e983efbf9866d> /usr/lib/libcoretls.dylib

0x1a00ff000 - 0x1a0100fff libcoretls_cfhelpers.dylib arm64 <f7d161c350483e84a2a2e5c4c7dc30f5> /usr/lib/libcoretls_cfhelpers.dylib



Extra Information:



Stack Dump (0x0000000171abad60-0x0000000171abae50):



0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000FFFFFFFFFFFFFFFF01000000000000001077EA3401000000D076EA340100000050AEAB7101000000E0A952820100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000



Notable Addresses:

{

"stack@0x171abadc0": {

"address": 5182748432,

"type": "string",

"value": "DNOC"

},

"stack@0x171abadc8": {

"address": 5182748368,

"type": "string",

"value": "XTUM"

}

}



Application Stats:

{

"active_time_since_last_crash": 294179,

"active_time_since_launch": 46101.2,

"application_active": false,

"application_in_foreground": false,

"background_time_since_last_crash": 7.65022e+09,

"background_time_since_launch": 1.53023e+09,

"launches_since_last_crash": 7,

"sessions_since_last_crash": 134,

"sessions_since_launch": 20

}



CrashDoctor Diagnosis: Attempted to dereference garbage pointer 0x14.





-------- System Info --------



{

"CFBundleExecutable": "qcs.r",

"CFBundleExecutablePath": "/var/containers/Bundle/Application/D5A97B0F-D34B-4B66-BA44-E2DB1619D6D2/qcs.r.app/qcs.r",

"CFBundleIdentifier": "com.meituan.qcs.r.ios",

"CFBundleName": "qcs.r",

"CFBundleShortVersionString": "2.1.11",

"CFBundleVersion": "1714",

"app_start_time": "2018-06-28T17:20:35Z",

"app_uuid": "A3FEEFAE-35E5-3C99-872C-9C1CC92A162D",

"application_stats": {

"active_time_since_last_crash": 294179,

"active_time_since_launch": 46101.2,

"application_active": false,

"application_in_foreground": false,

"background_time_since_last_crash": 7.65022e+09,

"background_time_since_launch": 1.53023e+09,

"launches_since_last_crash": 7,

"sessions_since_last_crash": 134,

"sessions_since_launch": 20

},

"binary_cpu_subtype": 0,

"binary_cpu_type": 16777228,

"boot_time": "2018-06-25T07:30:53Z",

"build_type": "unknown",

"cpu_arch": "arm64",

"cpu_subtype": 1,

"cpu_type": 16777228,

"device_app_hash": "e33578531a74635257607fa843e7556e63ead334",

"jailbroken": false,

"kernel_version": "Darwin Kernel Version 16.0.0: Sun Aug 28 20:36:55 PDT 2016; root:xnu-3789.2.4~3/RELEASE_ARM64_T7000",

"machine": "iPhone7,1",

"memory": {

"free": 24608768,

"size": 1024458752,

"usable": 741371904

},

"model": "N56AP",

"os_version": "14A456",

"parent_process_id": 1,

"process_id": 976,

"process_name": "qcs.r",

"storage": 58974294016,

"system_name": "iOS",

"system_version": "10.0.2",

"time_zone": "GMT+8"

}

Was this generated by the Apple crash reporter? Or by a third-party crash reporter? If it’s the latter, I’m going to recommend that you disable your third-party crash reporter and try again. Third-party crash reports, at least on iOS, must run in process, and that means they often have problems producing accurate crash reports. Often that doesn’t matter, but when dealing with weird crashes like this one its critical.

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"

Our app has exactly the same Crash

Our app has exactly the same Crash

Do you have an Apple crash report for the problem?

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"

# Platform: ios

# Issue ID: 5ce23eb0f8b88c29636410c6

# Session ID: 46e84acd097a4b0d86d480685c0c72c4_DNE_0_v2

# Date: 2019-07-23T07:45:00Z

# OS Version: 10.2.0 (14C92)

# Device: iPhone 6

# RAM Free: 8.4%

# Disk Free: 18.9%



#31. Crashed: Thread

0 libsystem_pthread.dylib 0x18ed70fc0 _pthread_testcancel + 40

1 libsystem_pthread.dylib 0x18ed709d0 _pthread_cond_wait + 656

2 libsystem_pthread.dylib 0x18ed709d0 _pthread_cond_wait + 656

That’s not an Apple crash report, alas. For gnarly, low-level issues like this one, I really need on Apple crash report.

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"