App Hangs on Startup - Deadlock?

Hello!

We're having an issue with UrbanAirship preventing our app from starting up normally. We've integrated AirshipKit using the .framework and just over half the time I open the app, it hangs on startup. I've pasted a stack trace produced by iOS at the end of this post. Freezing the Xcode debugger during the hang also produces a similar trace. The threads that I think deserve some light are 0, 2, and 22 as they have UA calls. I've included links to airship source on GitHub in those interesting places.

Some things that I think are worth including:

  • This is an Objective-C++ mixed language project
  • We had a previous issue regarding integrating the UA sdk into our project. We've since decided to switch from using static lib + headers directly, to using AirshipKit.framework
  • During startup, we create a display link and add it to the current run loop (addToRunLoop:[NSRunLoop currentRunLoop] forMode:NSDefaultRunLoopMode). I'm adding this point because this is where our problem seems to start: the selector associated with the display link isn't getting called.

And here is the trace:

-----------------------------------------------------------------------------------------------------

Incident Identifier: 0549998E-2D76-49AC-8CFF-FFF4520D7CE0
CrashReporter Key: 1d4e9a87f2007ea7a66a6fea9aea9de3e328ac8d
Hardware Model: iPhone4,1
Process: Censored [883]
Path: /private/var/mobile/Containers/Bundle/Application/54060053-101B-43F0-B4BC-97C6F3F6DDD7/Censored
Identifier: com.censored
Version: 3.14.8 (3.14.8)
Code Type: ARM (Native)
Parent Process: launchd [1]

Date/Time: 2017-07-17 15:19:59.847 -0400
Launch Time: 2017-07-17 15:17:43.971 -0400
OS Version: iOS 8.4.1 (12H321)
Report Version: 104

Exception Type: 00000020
Exception Codes: 0x000000008badf00d
Highlighted Thread: 2

Application Specific Information:
com.censored failed to scene-update in time

Elapsed total CPU time (seconds): 3.880 (user 3.880, system 0.000), 19% CPU
Elapsed application CPU time (seconds): 0.121, 1% CPU

Thread 0 name: Dispatch queue: com.apple.main-thread
Thread 0:
0 libsystem_kernel.dylib 0x3126fb9c __psynch_mutexwait + 24
1 libsystem_pthread.dylib 0x312edfae _pthread_mutex_lock + 390
2 AirshipKit 0x02903806 -[UAChannelRegistrar registerWithChannelID:channelLocation:withPayload:forcefully:] (UAChannelRegistrar.m:32)
3 AirshipKit 0x028fc068 -[UAPush updateChannelRegistrationForcefully:] (UAPush.m:796)
4 AirshipKit 0x028fbe72 -[UAPush updateRegistration] (UAPush.m:780)
5 AirshipKit 0x02935a1a __52+[UAirship handleAppDidFinishLaunchingNotification:]_block_invoke_2 (UAirship.m:319)
6 libdispatch.dylib 0x3116bc80 _dispatch_call_block_and_release + 8
7 libdispatch.dylib 0x3116bc6c _dispatch_client_callout + 20
8 libdispatch.dylib 0x3117754e _dispatch_main_queue_callback_4CF$VARIANT$mp + 1318
9 CoreFoundation 0x2270e664 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 4
10 CoreFoundation 0x2270cd84 __CFRunLoopRun + 1508
11 CoreFoundation 0x226586cc CFRunLoopRunSpecific + 472
12 CoreFoundation 0x226584de CFRunLoopRunInMode + 102
13 GraphicsServices 0x2a01d1a4 GSEventRunModal + 132
14 UIKit 0x25e0a440 UIApplicationMain + 1436
15 Censored 0x0076d726 main (IphoneApplication.cpp:557)
16 libdyld.dylib 0x311a9aac start + 0

Thread 1 name: Dispatch queue: com.apple.libdispatch-manager
Thread 1:
0 libsystem_kernel.dylib 0x3125c24c kevent64 + 24
1 libdispatch.dylib 0x3117c4ec _dispatch_mgr_invoke + 276
2 libdispatch.dylib 0x3117c21e _dispatch_mgr_thread$VARIANT$mp + 34

Thread 2 name: Dispatch queue: NSOperationQueue 0x16d0f520 :: NSOperation 0x16df3dd0 (QOS: LEGACY)
Thread 2:
0 libsystem_kernel.dylib 0x3125c4ec semaphore_wait_trap + 8
1 libsystem_platform.dylib 0x312e8554 _os_semaphore_wait + 8
2 libdispatch.dylib 0x31175312 _dispatch_barrier_sync_f_slow + 354
3 AirshipKit 0x028fb658 -[UAPush userPushNotificationsAllowed] (UAPush.m:727)
4 AirshipKit 0x028fafcc -[UAPush createChannelPayload] (UAPush.m:698)
5 AirshipKit 0x028fd20a -[UAPush registrationSucceededWithPayload:] (UAPush.m:911)
6 AirshipKit 0x02904dfc -[UAChannelRegistrar succeededWithPayload:] (UAChannelRegistrar.m:164)
7 AirshipKit 0x02903ed2 __64-[UAChannelRegistrar updateChannel:channelLocation:withPayload:]_block_invoke (UAChannelRegistrar.m:78)
8 AirshipKit 0x02964c56 __80-[UAChannelAPIClient updateChannelWithLocation:withPayload:onSuccess:onFailure:]_block_invoke_2 (UAChannelAPIClient.m:121)
9 AirshipKit 0x02952a60 __81-[UARequestSession operationWithRequest:retryDelay:retryWhere:completionHandler:]_block_invoke (UARequestSession.m:123)
10 AirshipKit 0x0295eef0 __44-[UAURLRequestOperation startAsyncOperation]_block_invoke (UAURLRequestOperation.m:41)
11 CFNetwork 0x221b050c __49-[__NSCFLocalSessionTask _task_onqueue_didFinish]_block_invoke + 252
12 Foundation 0x23473436 __NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK__ + 6
13 Foundation 0x233de09c -[NSBlockOperation main] + 144
14 Foundation 0x233d0b08 -[__NSOperationInternal _start:] + 764
15 Foundation 0x23475d8e __NSOQSchedule_f + 182
16 libdispatch.dylib 0x311764ce _dispatch_queue_drain$VARIANT$mp + 1458
17 libdispatch.dylib 0x31175d9c _dispatch_queue_invoke$VARIANT$mp + 80
18 libdispatch.dylib 0x3117848e _dispatch_root_queue_drain + 386
19 libdispatch.dylib 0x3117989e _dispatch_worker_thread3 + 102
20 libsystem_pthread.dylib 0x312edd9a _pthread_wqthread + 666
21 libsystem_pthread.dylib 0x312edaec start_wqthread + 4

Thread 3 name: AVAudioSession Notify Thread
Thread 3:
0 libsystem_kernel.dylib 0x3125c49c mach_msg_trap + 20
1 libsystem_kernel.dylib 0x3125c290 mach_msg + 36
2 CoreFoundation 0x2270e5ce __CFRunLoopServiceMachPort + 142
3 CoreFoundation 0x2270cb94 __CFRunLoopRun + 1012
4 CoreFoundation 0x226586cc CFRunLoopRunSpecific + 472
5 CoreFoundation 0x226584de CFRunLoopRunInMode + 102
6 libAVFAudio.dylib 0x21357ef8 GenericRunLoopThread::Entry(void*) + 128
7 libAVFAudio.dylib 0x2134a3f4 CAPThread::Entry(CAPThread*) + 192
8 libsystem_pthread.dylib 0x312efddc _pthread_body + 136
9 libsystem_pthread.dylib 0x312efd4e _pthread_start + 114
10 libsystem_pthread.dylib 0x312edaf8 thread_start + 4

Thread 4:
0 libsystem_kernel.dylib 0x3126fb2c __psynch_cvwait + 24
1 libsystem_pthread.dylib 0x312ef354 _pthread_cond_wait + 516
2 libsystem_pthread.dylib 0x312f0224 pthread_cond_wait + 36
3 Censored 0x0063262a PosixConditionVariable::Wait(PosixMutex&) (PosixConditionVariable.inl:13)
4 Censored 0x00636f00 AGWorker::run() (AGWorker.cpp:60)
5 Censored 0x00637998 void std::__1::__invoke_void_return_wrapper<void>::__call<std::__1::__bind<void (AGWorker::*)(), AGWorker*>&>(std::__1::__bind<void (AGWorker::*)(), AGWorker*>&&&) (__functional_base:383)
6 Censored 0x006378b8 std::__1::__function::__func<std::__1::__bind<void (AGWorker::*)(), AGWorker*>, std::__1::allocator<std::__1::__bind<void (AGWorker::*)(), AGWorker*> >, void ()>::operator()() (functional:1437)
7 Censored 0x00afd234 std::__1::function<void ()>::operator()() const (functional:1817)
8 Censored 0x006367e4 AGThreadImpl::run() (AGThreadImpl.cpp:24)
9 Censored 0x0063d912 PosixThread::MyThreadFunction(void*) (PosixThread.cpp:18)
10 libsystem_pthread.dylib 0x312efddc _pthread_body + 136
11 libsystem_pthread.dylib 0x312efd4e _pthread_start + 114
12 libsystem_pthread.dylib 0x312edaf8 thread_start + 4

Thread 5:
0 libsystem_kernel.dylib 0x3125c49c mach_msg_trap + 20
1 libsystem_kernel.dylib 0x3125c290 mach_msg + 36
2 CoreFoundation 0x2270e5ce __CFRunLoopServiceMachPort + 142
3 CoreFoundation 0x2270cb94 __CFRunLoopRun + 1012
4 CoreFoundation 0x226586cc CFRunLoopRunSpecific + 472
5 CoreFoundation 0x226a2096 CFRunLoopRun + 94
6 CoreMotion 0x22f6e9a6 0x22f29000 + 285094
7 libsystem_pthread.dylib 0x312efddc _pthread_body + 136
8 libsystem_pthread.dylib 0x312efd4e _pthread_start + 114
9 libsystem_pthread.dylib 0x312edaf8 thread_start + 4

Thread 6:
0 libsystem_kernel.dylib 0x3126fb2c __psynch_cvwait + 24
1 libsystem_pthread.dylib 0x312ef354 _pthread_cond_wait + 516
2 libsystem_pthread.dylib 0x312f0224 pthread_cond_wait + 36
3 Censored 0x0063262a PosixConditionVariable::Wait(PosixMutex&) (PosixConditionVariable.inl:13)
4 Censored 0x007c6f0c AGAudioDecodingThread::threadProc() (AGAudioDecodingThread.cpp:135)
5 Censored 0x007c85f2 void std::__1::__invoke_void_return_wrapper<void>::__call<std::__1::__bind<void (AGAudioDecodingThread::*)(), AGAudioDecodingThread*>&>(std::__1::__bind<void (AGAudioDecodingThread::*)(), AGAudioDecodingThread*>&&&) (__functional_base:383)
6 Censored 0x007c8512 std::__1::__function::__func<std::__1::__bind<void (AGAudioDecodingThread::*)(), AGAudioDecodingThread*>, std::__1::allocator<std::__1::__bind<void (AGAudioDecodingThread::*)(), AGAudioDecodingThread*> >, void ()>::operator()() (functional:1437)
7 Censored 0x00afd234 std::__1::function<void ()>::operator()() const (functional:1817)
8 Censored 0x006367e4 AGThreadImpl::run() (AGThreadImpl.cpp:24)
9 Censored 0x0063d912 PosixThread::MyThreadFunction(void*) (PosixThread.cpp:18)
10 libsystem_pthread.dylib 0x312efddc _pthread_body + 136
11 libsystem_pthread.dylib 0x312efd4e _pthread_start + 114
12 libsystem_pthread.dylib 0x312edaf8 thread_start + 4

Thread 7:
0 libsystem_kernel.dylib 0x3126fb2c __psynch_cvwait + 24
1 libsystem_pthread.dylib 0x312ef354 _pthread_cond_wait + 516
2 libsystem_pthread.dylib 0x312f0224 pthread_cond_wait + 36
3 Censored 0x0063262a PosixConditionVariable::Wait(PosixMutex&) (PosixConditionVariable.inl:13)
4 Censored 0x007c9a7a AGAudioDriverThread::threadProc() (AGAudioDriverThread.cpp:87)
5 Censored 0x007cb984 void std::__1::__invoke_void_return_wrapper<void>::__call<std::__1::__bind<void (AGAudioDriverThread::*)(), AGAudioDriverThread*>&>(std::__1::__bind<void (AGAudioDriverThread::*)(), AGAudioDriverThread*>&&&) (__functional_base:383)
6 Censored 0x007cb8a4 std::__1::__function::__func<std::__1::__bind<void (AGAudioDriverThread::*)(), AGAudioDriverThread*>, std::__1::allocator<std::__1::__bind<void (AGAudioDriverThread::*)(), AGAudioDriverThread*> >, void ()>::operator()() (functional:1437)
7 Censored 0x00afd234 std::__1::function<void ()>::operator()() const (functional:1817)
8 Censored 0x006367e4 AGThreadImpl::run() (AGThreadImpl.cpp:24)
9 Censored 0x0063d912 PosixThread::MyThreadFunction(void*) (PosixThread.cpp:18)
10 libsystem_pthread.dylib 0x312efddc _pthread_body + 136
11 libsystem_pthread.dylib 0x312efd4e _pthread_start + 114
12 libsystem_pthread.dylib 0x312edaf8 thread_start + 4

Thread 8:
0 libsystem_kernel.dylib 0x31270190 __semwait_signal + 24
1 libsystem_c.dylib 0x311ced58 nanosleep + 168
2 libsystem_c.dylib 0x311ceca6 usleep + 46
3 Censored 0x0063d9da PosixThread::sleep(unsigned int) (PosixThread.cpp:57)
4 Censored 0x0091da9a AGSocketImpl::updateSend() (AGSocketImpl.cpp:116)
5 Censored 0x00922586 void std::__1::__invoke_void_return_wrapper<void>::__call<std::__1::__bind<void (AGSocketImpl::*)(), AGSocketImpl*>&>(std::__1::__bind<void (AGSocketImpl::*)(), AGSocketImpl*>&&&) (__functional_base:383)
6 Censored 0x009224a6 std::__1::__function::__func<std::__1::__bind<void (AGSocketImpl::*)(), AGSocketImpl*>, std::__1::allocator<std::__1::__bind<void (AGSocketImpl::*)(), AGSocketImpl*> >, void ()>::operator()() (functional:1437)
7 Censored 0x00afd234 std::__1::function<void ()>::operator()() const (functional:1817)
8 Censored 0x006367e4 AGThreadImpl::run() (AGThreadImpl.cpp:24)
9 Censored 0x0063d912 PosixThread::MyThreadFunction(void*) (PosixThread.cpp:18)
10 libsystem_pthread.dylib 0x312efddc _pthread_body + 136
11 libsystem_pthread.dylib 0x312efd4e _pthread_start + 114
12 libsystem_pthread.dylib 0x312edaf8 thread_start + 4

Thread 9:
0 libsystem_kernel.dylib 0x31270190 __semwait_signal + 24
1 libsystem_c.dylib 0x311ced58 nanosleep + 168
2 libsystem_c.dylib 0x311ceca6 usleep + 46
3 Censored 0x0063d9da PosixThread::sleep(unsigned int) (PosixThread.cpp:57)
4 Censored 0x0091de18 AGSocketImpl::updateReceive() (AGSocketImpl.cpp:182)
5 Censored 0x00922586 void std::__1::__invoke_void_return_wrapper<void>::__call<std::__1::__bind<void (AGSocketImpl::*)(), AGSocketImpl*>&>(std::__1::__bind<void (AGSocketImpl::*)(), AGSocketImpl*>&&&) (__functional_base:383)
6 Censored 0x009224a6 std::__1::__function::__func<std::__1::__bind<void (AGSocketImpl::*)(), AGSocketImpl*>, std::__1::allocator<std::__1::__bind<void (AGSocketImpl::*)(), AGSocketImpl*> >, void ()>::operator()() (functional:1437)
7 Censored 0x00afd234 std::__1::function<void ()>::operator()() const (functional:1817)
8 Censored 0x006367e4 AGThreadImpl::run() (AGThreadImpl.cpp:24)
9 Censored 0x0063d912 PosixThread::MyThreadFunction(void*) (PosixThread.cpp:18)
10 libsystem_pthread.dylib 0x312efddc _pthread_body + 136
11 libsystem_pthread.dylib 0x312efd4e _pthread_start + 114
12 libsystem_pthread.dylib 0x312edaf8 thread_start + 4

Thread 10 name: com.apple.NSURLConnectionLoader
Thread 10:
0 libsystem_kernel.dylib 0x3125c49c mach_msg_trap + 20
1 libsystem_kernel.dylib 0x3125c290 mach_msg + 36
2 CoreFoundation 0x2270e5ce __CFRunLoopServiceMachPort + 142
3 CoreFoundation 0x2270cb94 __CFRunLoopRun + 1012
4 CoreFoundation 0x226586cc CFRunLoopRunSpecific + 472
5 CoreFoundation 0x226584de CFRunLoopRunInMode + 102
6 CFNetwork 0x221f3422 +[NSURLConnection(Loader) _resourceLoadLoop:] + 482
7 Foundation 0x23489186 __NSThread__main__ + 1114
8 libsystem_pthread.dylib 0x312efddc _pthread_body + 136
9 libsystem_pthread.dylib 0x312efd4e _pthread_start + 114
10 libsystem_pthread.dylib 0x312edaf8 thread_start + 4

Thread 11 name: com.apple.CFSocket.private
Thread 11:
0 libsystem_kernel.dylib 0x31270080 __select + 20
1 CoreFoundation 0x22712d80 __CFSocketManager + 528
2 libsystem_pthread.dylib 0x312efddc _pthread_body + 136
3 libsystem_pthread.dylib 0x312efd4e _pthread_start + 114
4 libsystem_pthread.dylib 0x312edaf8 thread_start + 4

Thread 12:
0 libsystem_kernel.dylib 0x312709c0 __workq_kernreturn + 8
1 libsystem_pthread.dylib 0x312ede14 _pthread_wqthread + 788
2 libsystem_pthread.dylib 0x312edaec start_wqthread + 4

Thread 13 name: Dispatch queue: com.mixpanel.16f598258279be3e2f04008270f782dd.0x16d86bf0.network
Thread 13:
0 libsystem_kernel.dylib 0x3125c4ec semaphore_wait_trap + 8
1 libsystem_platform.dylib 0x312e8554 _os_semaphore_wait + 8
2 libdispatch.dylib 0x31175312 _dispatch_barrier_sync_f_slow + 354
3 Mixpanel 0x02654e2e 0x263a000 + 110126
4 Mixpanel 0x02656546 0x263a000 + 116038
5 libdispatch.dylib 0x3116bc80 _dispatch_call_block_and_release + 8
6 libdispatch.dylib 0x311764ce _dispatch_queue_drain$VARIANT$mp + 1458
7 libdispatch.dylib 0x31175d9c _dispatch_queue_invoke$VARIANT$mp + 80
8 libdispatch.dylib 0x3117848e _dispatch_root_queue_drain + 386
9 libdispatch.dylib 0x3117989e _dispatch_worker_thread3 + 102
10 libsystem_pthread.dylib 0x312edd9a _pthread_wqthread + 666
11 libsystem_pthread.dylib 0x312edaec start_wqthread + 4

Thread 14 name: Dispatch queue: FBSSerialQueue
Thread 14:
0 libsystem_kernel.dylib 0x3125c4ec semaphore_wait_trap + 8
1 libdispatch.dylib 0x31179b8e _dispatch_semaphore_wait_slow + 186
2 FrontBoardServices 0x2921de9e __31-[FBSSerialQueue performAsync:]_block_invoke + 142
3 libdispatch.dylib 0x3116bc80 _dispatch_call_block_and_release + 8
4 libdispatch.dylib 0x311764ce _dispatch_queue_drain$VARIANT$mp + 1458
5 libdispatch.dylib 0x31175d9c _dispatch_queue_invoke$VARIANT$mp + 80
6 libdispatch.dylib 0x3117848e _dispatch_root_queue_drain + 386
7 libdispatch.dylib 0x3117989e _dispatch_worker_thread3 + 102
8 libsystem_pthread.dylib 0x312edd9a _pthread_wqthread + 666
9 libsystem_pthread.dylib 0x312edaec start_wqthread + 4

Thread 15 name: WebThread
Thread 15:
0 libsystem_kernel.dylib 0x3126fb9c __psynch_mutexwait + 24
1 libsystem_pthread.dylib 0x312edfae _pthread_mutex_lock + 390
2 WebCore 0x2e4c700c _WebTryThreadLock(bool) + 104
3 WebCore 0x2e4c6f8a WebRunLoopLock(__CFRunLoopObserver*, unsigned long, void*) + 42
4 CoreFoundation 0x2270f04a __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 18
5 CoreFoundation 0x2270c72c __CFRunLoopDoObservers + 272
6 CoreFoundation 0x2270cc12 __CFRunLoopRun + 1138
7 CoreFoundation 0x226586cc CFRunLoopRunSpecific + 472
8 CoreFoundation 0x226584de CFRunLoopRunInMode + 102
9 WebCore 0x2e4c5d2c RunWebThread(void*) + 412
10 libsystem_pthread.dylib 0x312efddc _pthread_body + 136
11 libsystem_pthread.dylib 0x312efd4e _pthread_start + 114
12 libsystem_pthread.dylib 0x312edaf8 thread_start + 4

Thread 16:
0 libsystem_kernel.dylib 0x3125fa88 poll + 8
1 Censored 0x0060776a master_thread_run (civetweb.c:9957)
2 Censored 0x0060197a master_thread (civetweb.c:10020)
3 libsystem_pthread.dylib 0x312efddc _pthread_body + 136
4 libsystem_pthread.dylib 0x312efd4e _pthread_start + 114
5 libsystem_pthread.dylib 0x312edaf8 thread_start + 4

Thread 17:
0 libsystem_kernel.dylib 0x3126fb2c __psynch_cvwait + 24
1 libsystem_pthread.dylib 0x312ef354 _pthread_cond_wait + 516
2 libsystem_pthread.dylib 0x312f0224 pthread_cond_wait + 36
3 Censored 0x00607f42 consume_socket (civetweb.c:9689)
4 Censored 0x00607d8e worker_thread_run (civetweb.c:9746)
5 Censored 0x0060198e worker_thread (civetweb.c:9808)
6 libsystem_pthread.dylib 0x312efddc _pthread_body + 136
7 libsystem_pthread.dylib 0x312efd4e _pthread_start + 114
8 libsystem_pthread.dylib 0x312edaf8 thread_start + 4

Thread 18:
0 libsystem_kernel.dylib 0x3126fb2c __psynch_cvwait + 24
1 libsystem_pthread.dylib 0x312ef354 _pthread_cond_wait + 516
2 libsystem_pthread.dylib 0x312f0224 pthread_cond_wait + 36
3 Censored 0x00607f42 consume_socket (civetweb.c:9689)
4 Censored 0x00607d8e worker_thread_run (civetweb.c:9746)
5 Censored 0x0060198e worker_thread (civetweb.c:9808)
6 libsystem_pthread.dylib 0x312efddc _pthread_body + 136
7 libsystem_pthread.dylib 0x312efd4e _pthread_start + 114
8 libsystem_pthread.dylib 0x312edaf8 thread_start + 4

Thread 19:
0 libsystem_kernel.dylib 0x3126fb2c __psynch_cvwait + 24
1 libsystem_pthread.dylib 0x312ef354 _pthread_cond_wait + 516
2 libsystem_pthread.dylib 0x312f0224 pthread_cond_wait + 36
3 Censored 0x00607f42 consume_socket (civetweb.c:9689)
4 Censored 0x00607d8e worker_thread_run (civetweb.c:9746)
5 Censored 0x0060198e worker_thread (civetweb.c:9808)
6 libsystem_pthread.dylib 0x312efddc _pthread_body + 136
7 libsystem_pthread.dylib 0x312efd4e _pthread_start + 114
8 libsystem_pthread.dylib 0x312edaf8 thread_start + 4

Thread 20:
0 libsystem_kernel.dylib 0x3126fb2c __psynch_cvwait + 24
1 libsystem_pthread.dylib 0x312ef354 _pthread_cond_wait + 516
2 libsystem_pthread.dylib 0x312f0224 pthread_cond_wait + 36
3 Censored 0x00607f42 consume_socket (civetweb.c:9689)
4 Censored 0x00607d8e worker_thread_run (civetweb.c:9746)
5 Censored 0x0060198e worker_thread (civetweb.c:9808)
6 libsystem_pthread.dylib 0x312efddc _pthread_body + 136
7 libsystem_pthread.dylib 0x312efd4e _pthread_start + 114
8 libsystem_pthread.dylib 0x312edaf8 thread_start + 4

Thread 21:
0 libsystem_kernel.dylib 0x3126fb2c __psynch_cvwait + 24
1 libsystem_pthread.dylib 0x312ef354 _pthread_cond_wait + 516
2 libsystem_pthread.dylib 0x312f0224 pthread_cond_wait + 36
3 Censored 0x00607f42 consume_socket (civetweb.c:9689)
4 Censored 0x00607d8e worker_thread_run (civetweb.c:9746)
5 Censored 0x0060198e worker_thread (civetweb.c:9808)
6 libsystem_pthread.dylib 0x312efddc _pthread_body + 136
7 libsystem_pthread.dylib 0x312efd4e _pthread_start + 114
8 libsystem_pthread.dylib 0x312edaf8 thread_start + 4

Thread 22 name: Dispatch queue: NSManagedObjectContext 0x16d06d50
Thread 22:
0 libsystem_kernel.dylib 0x3125c4ec semaphore_wait_trap + 8
1 libsystem_platform.dylib 0x312e8554 _os_semaphore_wait + 8
2 libdispatch.dylib 0x31175312 _dispatch_barrier_sync_f_slow + 354
3 AirshipKit 0x0293e3e4 -[UAAutomation processTriggeredSchedules:] (UAAutomation.m:587)
4 AirshipKit 0x0293d320 __41-[UAAutomation scheduleConditionsChanged]_block_invoke (UAAutomation.m:461)
5 AirshipKit 0x0292e2b6 __73-[UAAutomationStore fetchSchedulesWithPredicate:limit:completionHandler:]_block_invoke (UAAutomationStore.m:118)
6 CoreData 0x224c8968 developerSubmittedBlockToNSManagedObjectContextPerform + 180
7 libdispatch.dylib 0x311764ce _dispatch_queue_drain$VARIANT$mp + 1458
8 libdispatch.dylib 0x31175d9c _dispatch_queue_invoke$VARIANT$mp + 80
9 libdispatch.dylib 0x3117848e _dispatch_root_queue_drain + 386
10 libdispatch.dylib 0x3117989e _dispatch_worker_thread3 + 102
11 libsystem_pthread.dylib 0x312edd9a _pthread_wqthread + 666
12 libsystem_pthread.dylib 0x312edaec start_wqthread + 4

No thread state (register information) available
Binary Images:
0x76000 - 0x1101fff Censored armv7 <8ef0487326263231a3e4ec9867cf056c> /var/mobile/Containers/Bundle/Application/54060053-101B-43F0-B4BC-97C6F3F6DDD7/Censored
0x263a000 - 0x2685fff Mixpanel armv7 <827c649d723634c0bbc9190eb97af745> /var/mobile/Containers/Bundle/Application/54060053-101B-43F0-B4BC-97C6F3F6DDD7/Censored/Frameworks/Mixpanel.framework/Mixpanel
0x28ee000 - 0x29e1fff AirshipKit armv7 <e3e5e6ea888d3a62be34e181080dc371> /var/mobile/Containers/Bundle/Application/54060053-101B-43F0-B4BC-97C6F3F6DDD7/Censored/Frameworks/AirshipKit.framework/AirshipKit
0x1fe67000 - 0x1fe8afff dyld armv7 <5784795b4bd43222b72f4fd81972bcfa> /usr/lib/dyld
0x20fad000 - 0x21099fff RawCamera armv7 <6e297fade596307da60afee7689408f1> /System/Library/CoreServices/RawCamera.bundle/RawCamera
0x210b0000 - 0x211c4fff IMGSGX543GLDriver armv7 <03156b443e9635139fa8e7bcfbc3edf4> /System/Library/Extensions/IMGSGX543GLDriver.bundle/IMGSGX543GLDriver
0x211d0000 - 0x2133dfff AVFoundation armv7 <8551959d83fe36d98c9a5f681a3fe6c6> /System/Library/Frameworks/AVFoundation.framework/AVFoundation
0x2133e000 - 0x2139dfff libAVFAudio.dylib armv7 <624faeb8ce1a3d398031377f971aeca3> /System/Library/Frameworks/AVFoundation.framework/libAVFAudio.dylib
0x2139e000 - 0x213d7fff AVKit armv7 <fa52cf10daf632d7b3260493b2ebeb0e> /System/Library/Frameworks/AVKit.framework/AVKit
0x213d8000 - 0x213d8fff Accelerate armv7 <2625f05f4ff435d9ac0994555c14bb1a> /System/Library/Frameworks/Accelerate.framework/Accelerate
0x213e9000 - 0x21602fff vImage armv7 <99a9ccd2fd113e9394cf8ecf6c327064> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage
0x21603000 - 0x216e0fff libBLAS.dylib armv7 <133c977bb0983e2f9ebb57d9b8d3f1b8> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib
0x216e1000 - 0x219a4fff libLAPACK.dylib armv7 <a25513161f193fe7879eed04bcf64ad1> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib
0x219a5000 - 0x219b7fff libLinearAlgebra.dylib armv7 <7ece094b2baa36f8b6a5cb90ce2e46da> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLinearAlgebra.dylib
0x219b8000 - 0x21a2cfff libvDSP.dylib armv7 <21a6fbdd74303ecca17d7eee2543a039> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib
0x21a2d000 - 0x21a3efff libvMisc.dylib armv7 <177a0e102a2d30a0ae5fdad8d9c53926> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib
0x21a3f000 - 0x21a3ffff vecLib armv7 <a768aa894c4836338c1f49fe3502e7af> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib
0x21a40000 - 0x21a67fff Accounts armv7 <8676ea5c77d430a7a97c303c8b54be28> /System/Library/Frameworks/Accounts.framework/Accounts
0x21a68000 - 0x21a68fff AdSupport armv7 <8f181edbf81f3edb986b761b3851b07d> /System/Library/Frameworks/AdSupport.framework/AdSupport
0x21a69000 - 0x21ad7fff AddressBook armv7 <f04fd59982b83d9b981474eb22003a20> /System/Library/Frameworks/AddressBook.framework/AddressBook
0x21ad8000 - 0x21c00fff AddressBookUI armv7 <4ebacccb0f203381a143f9cd0439333e> /System/Library/Frameworks/AddressBookUI.framework/AddressBookUI
0x21c01000 - 0x21c13fff AssetsLibrary armv7 <8ca451a59a9b340db035a43c13d79104> /System/Library/Frameworks/AssetsLibrary.framework/AssetsLibrary
0x21d96000 - 0x2200afff AudioToolbox armv7 <b2b2309c919838f29ee7425c08afc165> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
0x22176000 - 0x22305fff CFNetwork armv7 <abad3f24833138f59f9dc0fb36c98487> /System/Library/Frameworks/CFNetwork.framework/CFNetwork
0x22306000 - 0x2238bfff CloudKit armv7 <d876427893043060bdf39f087cc95853> /System/Library/Frameworks/CloudKit.framework/CloudKit
0x2238c000 - 0x223ebfff CoreAudio armv7 <c70889845f873b3fa644a1cae18e43b0> /System/Library/Frameworks/CoreAudio.framework/CoreAudio
0x223ff000 - 0x22406fff CoreAuthentication armv7 <ae04f10c74b9352993346588fbc0adc9> /System/Library/Frameworks/CoreAuthentication.framework/CoreAuthentication
0x22407000 - 0x22424fff CoreBluetooth armv7 <b554f9cb0d073bddaa5014954011cdbb> /System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth
0x22425000 - 0x2263dfff CoreData armv7 <7e1f283e392535a6a2473ad9acb72976> /System/Library/Frameworks/CoreData.framework/CoreData
0x2263e000 - 0x22971fff CoreFoundation armv7 <27e0318c286c3a39a5bd1c041ae9b9ae> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
0x22972000 - 0x22a9cfff CoreGraphics armv7 <25597ae24fb135f09bce3e241c4f8a13> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
0x22adc000 - 0x22adefff libCGXType.A.dylib armv7 <ca8e494d9e123749a88f428ce62a5f8d> /System/Library/Frameworks/CoreGraphics.framework/Resources/libCGXType.A.dylib
0x22adf000 - 0x22ae9fff libCMSBuiltin.A.dylib armv7 <e15dc38d22e730ff8d938f959d716d38> /System/Library/Frameworks/CoreGraphics.framework/Resources/libCMSBuiltin.A.dylib
0x22cd1000 - 0x22cecfff libRIP.A.dylib armv7 <4c67e0f45b8c3d5581df46613f75aa0e> /System/Library/Frameworks/CoreGraphics.framework/Resources/libRIP.A.dylib
0x22ced000 - 0x22dfffff CoreImage armv7 <fe3d317ef78334b1b7beb5c536c48101> /System/Library/Frameworks/CoreImage.framework/CoreImage
0x22e00000 - 0x22e58fff CoreLocation armv7 <a1a5ebdd8a073c49b17a76939ca7cd86> /System/Library/Frameworks/CoreLocation.framework/CoreLocation
0x22e8a000 - 0x22f28fff CoreMedia armv7 <b53e81ba1d973d9887783164416ec516> /System/Library/Frameworks/CoreMedia.framework/CoreMedia
0x22f29000 - 0x23007fff CoreMotion armv7 <4a3eebc1173a33179450c9170cb676a0> /System/Library/Frameworks/CoreMotion.framework/CoreMotion
0x23008000 - 0x23066fff CoreTelephony armv7 <7a3c12828b6b3ba1be07f753355f952b> /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
0x23067000 - 0x23134fff CoreText armv7 <2afee4d30dba3bf1b23b9627010d4150> /System/Library/Frameworks/CoreText.framework/CoreText
0x23135000 - 0x2314bfff CoreVideo armv7 <7155300fed8b34f3b868dd2a52eb0fe2> /System/Library/Frameworks/CoreVideo.framework/CoreVideo
0x2314c000 - 0x23242fff EventKit armv7 <4e2e642ceb1e312a85578e5fbabf7b5f> /System/Library/Frameworks/EventKit.framework/EventKit
0x23243000 - 0x233a7fff EventKitUI armv7 <058b032de8793e14a43c82869ba7bd27> /System/Library/Frameworks/EventKitUI.framework/EventKitUI
0x233b9000 - 0x235befff Foundation armv7 <4a6c050b49d73f499fa2e138c3c0e4a1> /System/Library/Frameworks/Foundation.framework/Foundation
0x235bf000 - 0x235eafff GLKit armv7 <d9bfe724420b35a4bbe5caaa244b64bb> /System/Library/Frameworks/GLKit.framework/GLKit
0x235eb000 - 0x2360afff GSS armv7 <c3b98ac8cdbc3a48ae0060658bd2dd1f> /System/Library/Frameworks/GSS.framework/GSS
0x2361a000 - 0x2361afff GameKit armv7 <1d5922f08b39334ca2e6d8e0fa0e9598> /System/Library/Frameworks/GameKit.framework/GameKit
0x236c0000 - 0x23715fff IOKit armv7 <aef87fa38f0239bbbe4360dd20f5edd6> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x23716000 - 0x2395ffff ImageIO armv7 <0814012834dd377c8100507312b7b94c> /System/Library/Frameworks/ImageIO.framework/ImageIO
0x23960000 - 0x23caafff JavaScriptCore armv7 <000cea69d32132d68bfc20c794edbeff> /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore
0x23e85000 - 0x23e8cfff LocalAuthentication armv7 <73c3a27e25d53db9b926b21492c2f9fe> /System/Library/Frameworks/LocalAuthentication.framework/LocalAuthentication
0x23e8d000 - 0x23e9dfff SharedUtils armv7 <3ba6c184c894360cb4a78ee88a5e939e> /System/Library/Frameworks/LocalAuthentication.framework/Support/SharedUtils.framework/SharedUtils
0x23e9e000 - 0x23fa1fff MapKit armv7 <00cfc3a7c5823df2854f59fda5a3888a> /System/Library/Frameworks/MapKit.framework/MapKit
0x23fa2000 - 0x23faafff MediaAccessibility armv7 <b1e0d6aa64473cb7854b51f04763a2ac> /System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility
0x23fab000 - 0x241c4fff MediaPlayer armv7 <5ddef080972332809f1ee8e328223062> /System/Library/Frameworks/MediaPlayer.framework/MediaPlayer
0x241c5000 - 0x24524fff MediaToolbox armv7 <fd090b2dccf33587b6ae1f650c4b5b03> /System/Library/Frameworks/MediaToolbox.framework/MediaToolbox
0x24525000 - 0x245e4fff MessageUI armv7 <acd2316077733dbe8985af92beee7953> /System/Library/Frameworks/MessageUI.framework/MessageUI
0x245e5000 - 0x24654fff Metal armv7 <06af7f0c67433d82910440208f1415dd> /System/Library/Frameworks/Metal.framework/Metal
0x24655000 - 0x246e9fff MobileCoreServices armv7 <ae02603187a63f529fd9d449616e9f0c> /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
0x251a1000 - 0x2527cfff GLEngine armv7 <23ee57295d2b3d929f82fc3122c8a100> /System/Library/Frameworks/OpenGLES.framework/GLEngine.bundle/GLEngine
0x2527d000 - 0x25285fff OpenGLES armv7 <518eef6cc79733508b9212d50ea6c6e6> /System/Library/Frameworks/OpenGLES.framework/OpenGLES
0x25287000 - 0x25287fff libCVMSPluginSupport.dylib armv7 <f8a600f92e043a279b27face0467123d> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib
0x25288000 - 0x2528afff libCoreFSCache.dylib armv7 <d4c2cf3e626b3cb0a142c00f5a8e7ad1> /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib
0x2528b000 - 0x2528efff libCoreVMClient.dylib armv7 <aa478e0af82132b5a4ccf4a94cb2522d> /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib
0x2528f000 - 0x25297fff libGFXShared.dylib armv7 <953d0c6cc3dc3f9285f7e910e8278e79> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
0x25298000 - 0x252d7fff libGLImage.dylib armv7 <117cb8c632eb3ee0ad5e3ff5c2601fbd> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
0x252d8000 - 0x25412fff libGLProgrammability.dylib armv7 <3bf574bf0073381ea2c94554fc17e1ce> /System/Library/Frameworks/OpenGLES.framework/libGLProgrammability.dylib
0x25431000 - 0x254f6fff PassKit armv7 <12093a75b0473b1383349420f22a49ce> /System/Library/Frameworks/PassKit.framework/PassKit
0x254f7000 - 0x25578fff Photos armv7 <664f75bd292e3e0986e6cf30afb51129> /System/Library/Frameworks/Photos.framework/Photos
0x257ad000 - 0x2590dfff QuartzCore armv7 <423d6696f1ac3b0f8cdd1bd3b9facf86> /System/Library/Frameworks/QuartzCore.framework/QuartzCore
0x2590e000 - 0x25954fff QuickLook armv7 <373d2ab6be053ae48e8a117809a900f1> /System/Library/Frameworks/QuickLook.framework/QuickLook
0x25b42000 - 0x25b8ffff Security armv7 <31ad0c48766d3f02bab4175b11e59ce7> /System/Library/Frameworks/Security.framework/Security
0x25b90000 - 0x25c11fff Social armv7 <6bf43167a4e83b6e8e6c22dea70ad789> /System/Library/Frameworks/Social.framework/Social
0x25d25000 - 0x25d3bfff StoreKit armv7 <025955555c073c7a9f64943f466cc43e> /System/Library/Frameworks/StoreKit.framework/StoreKit
0x25d3c000 - 0x25d98fff SystemConfiguration armv7 <4057b59c404c37b7adafc0cbf6513935> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
0x25d99000 - 0x25d9afff Twitter armv7 <c2608492c2dc3d84ba565c882898393a> /System/Library/Frameworks/Twitter.framework/Twitter
0x25d9b000 - 0x26649fff UIKit armv7 <0eecf8deeadb3cc2bc8c12832e2f16c9> /System/Library/Frameworks/UIKit.framework/UIKit
0x2664a000 - 0x266b1fff VideoToolbox armv7 <fcc7944ffb31313bb22605e5a9f535fc> /System/Library/Frameworks/VideoToolbox.framework/VideoToolbox
0x266e1000 - 0x268cdfff WebKit armv7 <b2d77bf95623350581915bcbb680b0ad> /System/Library/Frameworks/WebKit.framework/WebKit
0x268ce000 - 0x26902fff iAd armv7 <7b5419c4877b329b9b8e89b44022c58d> /System/Library/Frameworks/iAd.framework/iAd
0x26bf6000 - 0x26bfbfff AITTarget armv7 <c723cd4f8c983ab8be35afe066abc0f7> /System/Library/PrivateFrameworks/AITTarget.framework/AITTarget
0x26c00000 - 0x26c0bfff AOSNotification armv7 <cc028c990af5301e888dd63d16c9ed0b> /System/Library/PrivateFrameworks/AOSNotification.framework/AOSNotification
0x26d69000 - 0x26dbafff AccountsDaemon armv7 <6657e57f7d1934fc9cbffb9f374b43c4> /System/Library/PrivateFrameworks/AccountsDaemon.framework/AccountsDaemon
0x26dbb000 - 0x26dddfff AccountsUI armv7 <787da176d56e3859b9c1dc67a0118a2d> /System/Library/PrivateFrameworks/AccountsUI.framework/AccountsUI
0x26dde000 - 0x26de2fff AggregateDictionary armv7 <8b49ae4e48f734b49858c3926175d2e0> /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary
0x26f85000 - 0x26f88fff AirPlaySupport armv7 <d65d6fd828bb37358fea79fceb783383> /System/Library/PrivateFrameworks/AirPlaySupport.framework/AirPlaySupport
0x2719d000 - 0x271dbfff AppSupport armv7 <dc25189f10f43a6c844d2ef4746a3b67> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
0x271dc000 - 0x2722cfff AppleAccount armv7 <14633d273a873616b0368466e0db3ce6> /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount
0x2722d000 - 0x27267fff AppleAccountUI armv7 <477726bcc17a399ea4dfe46a8091f37e> /System/Library/PrivateFrameworks/AppleAccountUI.framework/AppleAccountUI
0x27304000 - 0x2731cfff AppleIDSSOAuthentication armv7 <b8fa9a982ef032d78e3f4d53844931e9> /System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/AppleIDSSOAuthentication
0x2731d000 - 0x2735bfff AppleJPEG armv7 <87dace913f53351b998fa3e29daa27b5> /System/Library/PrivateFrameworks/AppleJPEG.framework/AppleJPEG
0x27366000 - 0x27378fff ApplePushService armv7 <4643bb99dc2733c1a70fc5257e290e63> /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService
0x27379000 - 0x2737ffff AppleSRP armv7 <5c8f6df4519b384a907cc6a0a6cdab04> /System/Library/PrivateFrameworks/AppleSRP.framework/AppleSRP
0x273b4000 - 0x273bdfff AssertionServices armv7 <6f8ca218ed9230438f2df6a945d02924> /System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices
0x273be000 - 0x273d8fff AssetsLibraryServices armv7 <8519b97832603a25ab492277979a9da2> /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices
0x273d9000 - 0x27410fff AssistantServices armv7 <f91f53d924fd3696b8f1ffea0b663815> /System/Library/PrivateFrameworks/AssistantServices.framework/AssistantServices
0x27440000 - 0x27443fff BTLEAudioController armv7 <7477a251077332f783cf725dd3e3aa7f> /System/Library/PrivateFrameworks/BTLEAudioController.framework/BTLEAudioController
0x27444000 - 0x2745cfff BackBoardServices armv7 <8d49e141ecff3016a89fd0c307d593ef> /System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices
0x2745f000 - 0x27494fff BaseBoard armv7 <211e45070441303985cb96909effc670> /System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard
0x27495000 - 0x2749bfff BluetoothManager armv7 <439b99f08d65381683282e8b86de03a5> /System/Library/PrivateFrameworks/BluetoothManager.framework/BluetoothManager
0x2749c000 - 0x274c2fff Bom armv7 <d5a0517acb3a32c490e6783ada9c255c> /System/Library/PrivateFrameworks/Bom.framework/Bom
0x27551000 - 0x27558fff CacheDelete armv7 <ff96ad06dc2d3ff1906af728fa4d9190> /System/Library/PrivateFrameworks/CacheDelete.framework/CacheDelete
0x2759d000 - 0x275c6fff CalendarFoundation armv7 <c7c90be577d7311abcd1e57c82a5ce02> /System/Library/PrivateFrameworks/CalendarFoundation.framework/CalendarFoundation
0x275c7000 - 0x275e0fff CalendarUIKit armv7 <95d1a3fe6f52362f8af60ead95bd89a8> /System/Library/PrivateFrameworks/CalendarUIKit.framework/CalendarUIKit
0x276ea000 - 0x276f2fff CaptiveNetwork armv7 <659d783083a839cfb03aee06260037fe> /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork
0x276fb000 - 0x2781ffff Celestial armv7 <1608e6edd1ac3c95b6f8a9270a3e40c2> /System/Library/PrivateFrameworks/Celestial.framework/Celestial
0x2782f000 - 0x27847fff CertInfo armv7 <b8230fd7888336c8ab61c4e9d2c395b4> /System/Library/PrivateFrameworks/CertInfo.framework/CertInfo
0x27848000 - 0x2784dfff CertUI armv7 <fa11a33cf47d37f3bf97d2f3dfce1ef5> /System/Library/PrivateFrameworks/CertUI.framework/CertUI
0x27990000 - 0x279b1fff ChunkingLibrary armv7 <9da594e2094c37df9943f2632ec861f9> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/ChunkingLibrary
0x27deb000 - 0x27ea1fff CloudPhotoLibrary armv7 <14197d28e6fd3289ba20f2a9dd59f963> /System/Library/PrivateFrameworks/CloudPhotoLibrary.framework/CloudPhotoLibrary
0x27ea9000 - 0x27ef1fff ColorSync armv7 <678db7f3202c3265907a46eee589613d> /System/Library/PrivateFrameworks/ColorSync.framework/ColorSync
0x27ef2000 - 0x27ef4fff CommonAuth armv7 <780ab027c38838ecb963eb3a643601e2> /System/Library/PrivateFrameworks/CommonAuth.framework/CommonAuth
0x27ef5000 - 0x27f05fff CommonUtilities armv7 <1ee7785fd9a53e7d8ac75c9a439f0326> /System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities
0x27f06000 - 0x27f0afff CommunicationsFilter armv7 <46b4dce3dd873606a463fdf88f8737b0> /System/Library/PrivateFrameworks/CommunicationsFilter.framework/CommunicationsFilter
0x27f7e000 - 0x27f82fff ConstantClasses armv7 <f3ac20feaa813533ae7af5a57751939c> /System/Library/PrivateFrameworks/ConstantClasses.framework/ConstantClasses
0x27f83000 - 0x27fbbfff ContentIndex armv7 <15ce17b503ea37fcac4b4c147c238153> /System/Library/PrivateFrameworks/ContentIndex.framework/ContentIndex
0x27fbc000 - 0x27fc3fff CoreAUC armv7 <be2c04624dc53e00863f6522cca84efd> /System/Library/PrivateFrameworks/CoreAUC.framework/CoreAUC
0x27fe9000 - 0x2803dfff CoreDAV armv7 <fd496a4b620837c68ddbbe015cf90642> /System/Library/PrivateFrameworks/CoreDAV.framework/CoreDAV
0x2803e000 - 0x28060fff CoreDuet armv7 <2a90ddaa96fc35eb82cf3b539a6e2b83> /System/Library/PrivateFrameworks/CoreDuet.framework/CoreDuet
0x28066000 - 0x28076fff CoreDuetDaemonProtocol armv7 <aed0e4cb1c3d3722a880ee1a3e68f96b> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/CoreDuetDaemonProtocol
0x2807d000 - 0x2807ffff CoreDuetDebugLogging armv7 <32f761a7f9f337f4b9da8291cb523a55> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/CoreDuetDebugLogging
0x281e9000 - 0x282eafff CoreMediaStream armv7 <f8b863c100753e7fa9d295dec68e9239> /System/Library/PrivateFrameworks/CoreMediaStream.framework/CoreMediaStream
0x282eb000 - 0x28386fff CorePDF armv7 <57db9ae8c65e35d9ae563acb46cf1851> /System/Library/PrivateFrameworks/CorePDF.framework/CorePDF
0x283e7000 - 0x283f1fff CoreRecents armv7 <4e4f96e4eca03852bc0e21d52434a018> /System/Library/PrivateFrameworks/CoreRecents.framework/CoreRecents
0x283f2000 - 0x28452fff CoreRecognition armv7 <0dd9a0a2c6a033dc80e4ea99da4c436a> /System/Library/PrivateFrameworks/CoreRecognition.framework/CoreRecognition
0x28472000 - 0x28490fff CoreServicesInternal armv7 <ed898c51bb993257ad525501527c5af5> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesInternal
0x28690000 - 0x28712fff CoreUI armv7 <155c3fff49f231aa9bb3b06ee6ddef37> /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
0x28713000 - 0x28797fff CoreUtils armv7 <deabe1b2f22a3ce7aff1076054975f11> /System/Library/PrivateFrameworks/CoreUtils.framework/CoreUtils
0x28798000 - 0x2879dfff CrashReporterSupport armv7 <a5d7521f61663732b1d02bb3e6ffca0a> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport
0x2879e000 - 0x287a3fff DAAPKit armv7 <d274a376ac653da9ab4439558c5339d2> /System/Library/PrivateFrameworks/DAAPKit.framework/DAAPKit
0x287a4000 - 0x287aefff DCIMServices armv7 <9acb4fc9776d3a21983b8018b4415443> /System/Library/PrivateFrameworks/DCIMServices.framework/DCIMServices
0x287af000 - 0x287f4fff DataAccess armv7 <8e69fd7fc9f33b2d99f5562f2a861931> /System/Library/PrivateFrameworks/DataAccess.framework/DataAccess
0x289e7000 - 0x28a08fff DataAccessExpress armv7 <35090a420ac8319ab7a886c62a82a1b9> /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress
0x28a13000 - 0x28a2bfff DataDetectorsCore armv7 <2a7312b5dcba3342861888ffd6c20812> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/DataDetectorsCore
0x28a2d000 - 0x28a46fff DataDetectorsUI armv7 <36b0261170923d329567b242823358d4> /System/Library/PrivateFrameworks/DataDetectorsUI.framework/DataDetectorsUI
0x28a47000 - 0x28a4dfff DataMigration armv7 <50a25e3ce3a23d37b5d7d80ee25ecbf5> /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
0x28a63000 - 0x28a64fff DiagnosticLogCollection armv7 <c1616819b2f33a72b177b86e67dcba1a> /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/DiagnosticLogCollection
0x28a65000 - 0x28a7ffff DictionaryServices armv7 <255671d19ed63fbdb117a1173585128e> /System/Library/PrivateFrameworks/DictionaryServices.framework/DictionaryServices
0x28a9e000 - 0x28abdfff EAP8021X armv7 <ce058c48b35a3d74b7b06ba2092d2511> /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X
0x28bc0000 - 0x28bc2fff FTClientServices armv7 <c8dc1a16f4133f79bf73ea38cb5551d2> /System/Library/PrivateFrameworks/FTClientServices.framework/FTClientServices
0x28bc3000 - 0x28bf2fff FTServices armv7 <aaa0b5421a283abcaa1eec3146118293> /System/Library/PrivateFrameworks/FTServices.framework/FTServices
0x28bf3000 - 0x29016fff FaceCore armv7 <b5776c59732c3a5c8c1097e3ca084aa3> /System/Library/PrivateFrameworks/FaceCore.framework/FaceCore
0x2902c000 - 0x29037fff FindMyDevice armv7 <b2bec088efee33f7ae18713814bdc77e> /System/Library/PrivateFrameworks/FindMyDevice.framework/FindMyDevice
0x2903e000 - 0x2903efff FontServices armv7 <1db55cc4be6e3d148a364889202d824e> /System/Library/PrivateFrameworks/FontServices.framework/FontServices
0x2903f000 - 0x29114fff libFontParser.dylib armv7 <4ee8ab7c34783c9ba2043181fd75729b> /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
0x29115000 - 0x29124fff libGSFontCache.dylib armv7 <8b0b8b06eb7338b1be0f6b0d32f7e526> /System/Library/PrivateFrameworks/FontServices.framework/libGSFontCache.dylib
0x29208000 - 0x29224fff FrontBoardServices armv7 <2a2604510dee372d9544992e5ce9dd47> /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices
0x299b4000 - 0x299bbfff libGPUSupportMercury.dylib armv7 <bd28b8bacc6b354db2e8b0151c6d8600> /System/Library/PrivateFrameworks/GPUSupport.framework/libGPUSupportMercury.dylib
0x299bc000 - 0x29a44fff GameCenterFoundation armv7 <6df1fca0fb403a9ca506ad0f0c7533e3> /System/Library/PrivateFrameworks/GameCenterFoundation.framework/GameCenterFoundation
0x29ae7000 - 0x29b31fff GameCenterUI armv7 <0221c175956d39aabad003969a93c822> /System/Library/PrivateFrameworks/GameCenterUI.framework/GameCenterUI
0x29b32000 - 0x29c70fff AVConference armv7 <aad39bf787f239bc92409dbac8ed7cc6> /System/Library/PrivateFrameworks/GameKitServices.framework/Frameworks/AVConference.framework/AVConference
0x29c81000 - 0x29ca6fff ICE armv7 <d5a2bdd513aa3ad1bf2da014a9907339> /System/Library/PrivateFrameworks/GameKitServices.framework/Frameworks/ICE.framework/ICE
0x29ca7000 - 0x29ca7fff LegacyHandle armv7 <238f6e14575038a2a3c25f8882eb1e80> /System/Library/PrivateFrameworks/GameKitServices.framework/Frameworks/LegacyHandle.framework/LegacyHandle
0x29ca8000 - 0x29cb1fff SimpleKeyExchange armv7 <1d0873e7d1c537f4ae9b814b4789f6d9> /System/Library/PrivateFrameworks/GameKitServices.framework/Frameworks/SimpleKeyExchange.framework/SimpleKeyExchange
0x29cb2000 - 0x29cbdfff ViceroyTrace armv7 <53922d1a3da03bdf87515b7b45f6f5ca> /System/Library/PrivateFrameworks/GameKitServices.framework/Frameworks/ViceroyTrace.framework/ViceroyTrace
0x29cbe000 - 0x29cbffff snatmap armv7 <de882af1f509355482eb027f9aab4f88> /System/Library/PrivateFrameworks/GameKitServices.framework/Frameworks/snatmap.framework/snatmap
0x29cc0000 - 0x29d3bfff GameKitServices armv7 <95c57e8235773a4ca96ca58b6af0cc15> /System/Library/PrivateFrameworks/GameKitServices.framework/GameKitServices
0x29d3c000 - 0x29d52fff GenerationalStorage armv7 <0fd1673433713a8abe1a5a44b6fd0dc5> /System/Library/PrivateFrameworks/GenerationalStorage.framework/GenerationalStorage
0x29d53000 - 0x2a013fff GeoServices armv7 <9e9e8878a5c0331eb6571d7ac623f6b4> /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices
0x2a014000 - 0x2a024fff GraphicsServices armv7 <b851d0aa57043f9886e512ac7f181878> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
0x2a136000 - 0x2a185fff Heimdal armv7 <c611ecc51ee033a391b3e032b4d4efa9> /System/Library/PrivateFrameworks/Heimdal.framework/Heimdal
0x2a268000 - 0x2a2edfff HomeSharing armv7 <a6bcbe8572dd3e2fac8768f9768bafbb> /System/Library/PrivateFrameworks/HomeSharing.framework/HomeSharing
0x2a34f000 - 0x2a3aefff IDS armv7 <7618a8529f8131339f483b9899bb1d1a> /System/Library/PrivateFrameworks/IDS.framework/IDS
0x2a3af000 - 0x2a3dafff IDSFoundation armv7 <629e2372d5573fffb8b2b03a1f94352d> /System/Library/PrivateFrameworks/IDSFoundation.framework/IDSFoundation
0x2a591000 - 0x2a5f5fff IMFoundation armv7 <676f5ca14de033088841d3aecec3d353> /System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation
0x2a5fd000 - 0x2a600fff IOAccelerator armv7 <b879abc90dbb39c5834b33600967a917> /System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator
0x2a603000 - 0x2a609fff IOMobileFramebuffer armv7 <ebd64137fa2732eeb45a9eff4aad5ff7> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer
0x2a60a000 - 0x2a60ffff IOSurface armv7 <dfaf5c248ad13f7facca062783742fdb> /System/Library/PrivateFrameworks/IOSurface.framework/IOSurface
0x2a610000 - 0x2a611fff IOSurfaceAccelerator armv7 <9dc2544c749c30e388dc584c5ce26933> /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/IOSurfaceAccelerator
0x2a612000 - 0x2a66bfff ITMLKit armv7 <d03208b0fa95337c84bccf92fab39a33> /System/Library/PrivateFrameworks/ITMLKit.framework/ITMLKit
0x2a6c4000 - 0x2a6cafff IntlPreferences armv7 <76c8e1cb191d31cf9d8256a08c7abb99> /System/Library/PrivateFrameworks/IntlPreferences.framework/IntlPreferences
0x2a6cb000 - 0x2a704fff LanguageModeling armv7 <5d13e49348b3354db09409b31177f5fe> /System/Library/PrivateFrameworks/LanguageModeling.framework/LanguageModeling
0x2a724000 - 0x2a732fff LegacyGameKit armv7 <6fe9dac973aa31eaa00577cb16ca82e9> /System/Library/PrivateFrameworks/LegacyGameKit.framework/LegacyGameKit
0x2a740000 - 0x2a77dfff MIME armv7 <3f811e5ac63530fabcc3c372bb1cc817> /System/Library/PrivateFrameworks/MIME.framework/MIME
0x2a77e000 - 0x2a7dbfff MMCS armv7 <fa6fa98e98e23bee967d8ca2e261d783> /System/Library/PrivateFrameworks/MMCS.framework/MMCS
0x2a844000 - 0x2a851fff MailServices armv7 <3ade3d102b8c3466b09361439b0ab55b> /System/Library/PrivateFrameworks/MailServices.framework/MailServices
0x2a885000 - 0x2a927fff ManagedConfiguration armv7 <b0df9569a58a38c1b181a8a7810f4adc> /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration
0x2a935000 - 0x2a936fff Marco armv7 <c028bddaaa5d3326a228903ba2b21bfd> /System/Library/PrivateFrameworks/Marco.framework/Marco
0x2a937000 - 0x2a998fff MediaControlSender armv7 <c90bf28b6f813f6c981444f8a9eb6826> /System/Library/PrivateFrameworks/MediaControlSender.framework/MediaControlSender
0x2aaa7000 - 0x2aabcfff MediaRemote armv7 <0c40ec3b9ee83953a1a7eee54918fad9> /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote
0x2aabd000 - 0x2aad1fff MediaServices armv7 <acb91c18fdda303cb2b3883ec6fe3725> /System/Library/PrivateFrameworks/MediaServices.framework/MediaServices
0x2ab2d000 - 0x2ab45fff MediaStream armv7 <d4a8f88335513a7095266dd306e6f81d> /System/Library/PrivateFrameworks/MediaStream.framework/MediaStream
0x2ab46000 - 0x2ab9ffff IMAP armv7 <f83e50e7ba233ef18c846eba7699d03c> /System/Library/PrivateFrameworks/Message.framework/MailServices/IMAP.framework/IMAP
0x2abaf000 - 0x2ac8dfff Message armv7 <659a2f61e96d35a086cbc370f3b7e7e2> /System/Library/PrivateFrameworks/Message.framework/Message
0x2ac93000 - 0x2ac95fff MessageSupport armv7 <e2c27d1de4c739fc88180c33df68f306> /System/Library/PrivateFrameworks/MessageSupport.framework/MessageSupport
0x2aca4000 - 0x2acb1fff MobileAsset armv7 <67fe97f1c0f73f0da55f6273a4302848> /System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset
0x2acb5000 - 0x2acd8fff MobileBackup armv7 <650c3b1067c83d79976c0aeb535d3aff> /System/Library/PrivateFrameworks/MobileBackup.framework/MobileBackup
0x2acd9000 - 0x2ace2fff MobileBluetooth armv7 <a5cda06417da3ad69bcbc454a0bea1c1> /System/Library/PrivateFrameworks/MobileBluetooth.framework/MobileBluetooth
0x2aced000 - 0x2acfdfff MobileDeviceLink armv7 <f29ae5e675fe3e0f83205f478090a933> /System/Library/PrivateFrameworks/MobileDeviceLink.framework/MobileDeviceLink
0x2acfe000 - 0x2ad06fff MobileIcons armv7 <787b5e0f2d42321abca4f948f02d38b0> /System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons
0x2ad07000 - 0x2ad0efff MobileInstallation armv7 <7aa0261405193d708534f23747a3fae1> /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation
0x2ad0f000 - 0x2ad1bfff MobileKeyBag armv7 <3a986b00b55b38e9ada7554b059b652f> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag
0x2ad48000 - 0x2ad4bfff MobileSystemServices armv7 <d80584e8070331369e99d93e40f7b483> /System/Library/PrivateFrameworks/MobileSystemServices.framework/MobileSystemServices
0x2ad6e000 - 0x2ad7bfff MobileWiFi armv7 <64ad34e7ecdc3a3882dc28a4dacde6ed> /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi
0x2adc4000 - 0x2afc4fff MusicLibrary armv7 <9fead5c7b0eb32b8bf7c919ab5f1d869> /System/Library/PrivateFrameworks/MusicLibrary.framework/MusicLibrary
0x2afee000 - 0x2b002fff NanoRegistry armv7 <7747b7de832d33248fa9b773b95a7f75> /System/Library/PrivateFrameworks/NanoRegistry.framework/NanoRegistry
0x2b00d000 - 0x2b012fff Netrb armv7 <dabfe39f95eb32f1ba59557818aeeeea> /System/Library/PrivateFrameworks/Netrb.framework/Netrb
0x2b013000 - 0x2b019fff NetworkStatistics armv7 <c34dabd26458361fa5b593b24bc3561c> /System/Library/PrivateFrameworks/NetworkStatistics.framework/NetworkStatistics
0x2b01a000 - 0x2b037fff Notes armv7 <12dfe71edf5e363fb63b247f63832819> /System/Library/PrivateFrameworks/Notes.framework/Notes
0x2b038000 - 0x2b03cfff NotificationsUI armv7 <629b307dc0153ee6a638372192dbfa32> /System/Library/PrivateFrameworks/NotificationsUI.framework/NotificationsUI
0x2b03d000 - 0x2b03ffff OAuth armv7 <13131f74848137ceba21d058de85ffcc> /System/Library/PrivateFrameworks/OAuth.framework/OAuth
0x2b79f000 - 0x2b7dbfff OpenCL armv7 <7087322253ac3e489b23ceae71b5c6cd> /System/Library/PrivateFrameworks/OpenCL.framework/OpenCL
0x2b88d000 - 0x2b90bfff PassKitCore armv7 <2733074cbbce3f648c0e86c3f4355f9b> /System/Library/PrivateFrameworks/PassKitCore.framework/PassKitCore
0x2b94a000 - 0x2b971fff PersistentConnection armv7 <49932b6e4ef53e28a59eaca703efa9d4> /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection
0x2badb000 - 0x2bd8cfff PhotoLibraryServices armv7 <6d1e74b01aa2383697728c4dff25ab1d> /System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices
0x2bd8d000 - 0x2bd96fff PhotosFormats armv7 <a13450da055e3b918c97968e696325f4> /System/Library/PrivateFrameworks/PhotosFormats.framework/PhotosFormats
0x2bd97000 - 0x2bde1fff PhysicsKit armv7 <e81bf0dec9ab3679b4907d88f7c9feb1> /System/Library/PrivateFrameworks/PhysicsKit.framework/PhysicsKit
0x2bde2000 - 0x2bdf8fff PlugInKit armv7 <c2dc58de2733325fbff89ab64d698d5d> /System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit
0x2bdf9000 - 0x2be00fff PowerLog armv7 <c3abcbd661843ffd96fbbf61ce751cfb> /System/Library/PrivateFrameworks/PowerLog.framework/PowerLog
0x2c00a000 - 0x2c0bafff Preferences armv7 <9025fe9e66e53434b5d772a203025659> /System/Library/PrivateFrameworks/Preferences.framework/Preferences
0x2c0f9000 - 0x2c0fcfff ProgressUI armv7 <1a21ec523bac33fba50ff5790618d18e> /System/Library/PrivateFrameworks/ProgressUI.framework/ProgressUI
0x2c0fd000 - 0x2c193fff ProofReader armv7 <877dc9c2c0403d9daf983298b9d9cd09> /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader
0x2c194000 - 0x2c1b5fff ProtectedCloudStorage armv7 <6924532874a2325da18961ef9f4eb3c2> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/ProtectedCloudStorage
0x2c1b6000 - 0x2c1c2fff ProtocolBuffer armv7 <09518a3fe4213684864e30d7c2713a8a> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer
0x2c1c3000 - 0x2c1f4fff PrototypeTools armv7 <04dc39cb0e673fdf84d3ddd95a28fb30> /System/Library/PrivateFrameworks/PrototypeTools.framework/PrototypeTools
0x2c1f7000 - 0x2c265fff Quagga armv7 <5f49be2131253e828518ecfe22544f7d> /System/Library/PrivateFrameworks/Quagga.framework/Quagga
0x2c266000 - 0x2c26efff QuickLookThumbnailing armv7 <aac3d98d23c73c5b968578cff958732b> /System/Library/PrivateFrameworks/QuickLookThumbnailing.framework/QuickLookThumbnailing
0x2c3e9000 - 0x2c425fff RemoteUI armv7 <60a3ff4fa7a5393681c8dd4a58a936ff> /System/Library/PrivateFrameworks/RemoteUI.framework/RemoteUI
0x2c4ca000 - 0x2c55dfff SAObjects armv7 <a68b8a249dad3e668f5e7cd41ede3603> /System/Library/PrivateFrameworks/SAObjects.framework/SAObjects
0x2c6e7000 - 0x2c71afff SpringBoardFoundation armv7 <b8dc8eaa87b93ab4aa17690b9f496b74> /System/Library/PrivateFrameworks/SpringBoardFoundation.framework/SpringBoardFoundation
0x2c71b000 - 0x2c735fff SpringBoardServices armv7 <1cc5537214bd3b32a7d3a75e623bcc82> /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices
0x2c749000 - 0x2c76cfff SpringBoardUIServices armv7 <5f6c61dc17ef364191499bfc9c77a5ea> /System/Library/PrivateFrameworks/SpringBoardUIServices.framework/SpringBoardUIServices
0x2c7da000 - 0x2cb5bfff StoreKitUI armv7 <4e73ba42f6e13fdfb585f38c86a4dd64> /System/Library/PrivateFrameworks/StoreKitUI.framework/StoreKitUI
0x2cb5c000 - 0x2ccdafff StoreServices armv7 <6c22eb327c2f3f8a9c38a7db37f8a644> /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices
0x2cdb4000 - 0x2cdb7fff TCC armv7 <bbd3948d3f323aa58f2a23ab1764d508> /System/Library/PrivateFrameworks/TCC.framework/TCC
0x2cdb8000 - 0x2cdfdfff TelephonyUI armv7 <1d34b3b3f97333af818832691c1f23fb> /System/Library/PrivateFrameworks/TelephonyUI.framework/TelephonyUI
0x2cdfe000 - 0x2ce44fff TelephonyUtilities armv7 <18bfcf87db4c31279e127d752233abd8> /System/Library/PrivateFrameworks/TelephonyUtilities.framework/TelephonyUtilities
0x2da09000 - 0x2da31fff TextInput armv7 <f67e085a98fe373f8a2b0a6d4ddff973> /System/Library/PrivateFrameworks/TextInput.framework/TextInput
0x2daef000 - 0x2dbb1fff UIFoundation armv7 <ee212173ed843e3a8c958f53a6509a65> /System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation
0x2dbce000 - 0x2dbd1fff UserFS armv7 <d450e0ff0bf3382a90bd449f0790c9d8> /System/Library/PrivateFrameworks/UserFS.framework/UserFS
0x2dbea000 - 0x2e129fff VectorKit armv7 <10e96860aa1e32abb13bfd1b45f3d897> /System/Library/PrivateFrameworks/VectorKit.framework/VectorKit
0x2e12a000 - 0x2e24cfff VideoProcessing armv7 <e2cc095f9f353e2497c537203025cb29> /System/Library/PrivateFrameworks/VideoProcessing.framework/VideoProcessing
0x2e34f000 - 0x2e36efff VoiceServices armv7 <a63b3d4aac543894b506adf8d49d3857> /System/Library/PrivateFrameworks/VoiceServices.framework/VoiceServices
0x2e408000 - 0x2e42efff WebBookmarks armv7 <58fc6db77b9132fe95088dca37ab1461> /System/Library/PrivateFrameworks/WebBookmarks.framework/WebBookmarks
0x2e444000 - 0x2efc3fff WebCore armv7 <0fb7c96fe7f43ddd9fa749e3bb8aa0e5> /System/Library/PrivateFrameworks/WebCore.framework/WebCore
0x2efc4000 - 0x2f082fff WebKitLegacy armv7 <14fccc6a183238e6ac36078d081b7b33> /System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy
0x2f1f9000 - 0x2f1f9fff WirelessCoexManager armv7 <bb52522885ee31e38c5125709fc742ce> /System/Library/PrivateFrameworks/WirelessCoexManager.framework/WirelessCoexManager
0x2f1fa000 - 0x2f22bfff WirelessDiagnostics armv7 <fcb69d322d933cd0bb00b13aae300b58> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/WirelessDiagnostics
0x2f23e000 - 0x2f244fff XPCKit armv7 <214c6b0949a43cd58d5d108f5955156a> /System/Library/PrivateFrameworks/XPCKit.framework/XPCKit
0x2f245000 - 0x2f24dfff XPCObjects armv7 <bcf01dfab5543240b104407542366a52> /System/Library/PrivateFrameworks/XPCObjects.framework/XPCObjects
0x2f439000 - 0x2f43efff iAdServices armv7 <99b402c76415355a8a06dfc5dd716a82> /System/Library/PrivateFrameworks/iAdServices.framework/iAdServices
0x2f43f000 - 0x2f464fff iCalendar armv7 <9ee78e02934b34eba443d5e499441fd2> /System/Library/PrivateFrameworks/iCalendar.framework/iCalendar
0x2f484000 - 0x2f4c2fff iTunesStore armv7 <9ec1b2ffde8537e4add35fda6291b3ca> /System/Library/PrivateFrameworks/iTunesStore.framework/iTunesStore
0x2f4c3000 - 0x2f64dfff iTunesStoreUI armv7 <4bacd57309a23ab891d2f82a3891652f> /System/Library/PrivateFrameworks/iTunesStoreUI.framework/iTunesStoreUI
0x2fa78000 - 0x2fa8cfff libAWDProtobufFacetimeiMessage.dylib armv7 <d2a4c03f86c03d359c6b73c44bed9eb5> /usr/lib/libAWDProtobufFacetimeiMessage.dylib
0x2fbb9000 - 0x2fbd5fff libAWDSupportConfig.dylib armv7 <0af2cd816b93333aa6ef372e224b4e91> /usr/lib/libAWDSupportConfig.dylib
0x2fbd6000 - 0x2fd5ffff libAWDSupportFramework.dylib armv7 <5e4237fe12623a1e8cf942a228886e6b> /usr/lib/libAWDSupportFramework.dylib
0x2fd60000 - 0x2fd62fff libAWDSupportInfo.dylib armv7 <8ed951f0147b3abf8417948b08e1c93e> /usr/lib/libAWDSupportInfo.dylib
0x2fd6c000 - 0x2fd74fff libAccessibility.dylib armv7 <76cbcf3943523557af470c72381a8c92> /usr/lib/libAccessibility.dylib
0x2ffc8000 - 0x2ffdefff libCRFSuite.dylib armv7 <539d3a10ddd43fbcb3e09167286986e5> /usr/lib/libCRFSuite.dylib
0x30014000 - 0x30117fff libFosl_dynamic.dylib armv7 <fbb5d66ba2ec362f864581915d8a0572> /usr/lib/libFosl_dynamic.dylib
0x30131000 - 0x30148fff libMobileGestalt.dylib armv7 <e31c22cd41b1360f9a4c13ecf9c90363> /usr/lib/libMobileGestalt.dylib
0x30149000 - 0x30151fff libMobileGestaltExtensions.dylib armv7 <344ade2e56933d20b7672609128e01e0> /usr/lib/libMobileGestaltExtensions.dylib
0x3016e000 - 0x3016ffff libSystem.B.dylib armv7 <1353dd91fbac387087c75cf8931ce39e> /usr/lib/libSystem.B.dylib
0x301e0000 - 0x30224fff libTelephonyUtilDynamic.dylib armv7 <99517c72776c3e748d87f3cdc0b17176> /usr/lib/libTelephonyUtilDynamic.dylib
0x30334000 - 0x30356fff libarchive.2.dylib armv7 <7d9ac46ec87d31328258a6f167344d0e> /usr/lib/libarchive.2.dylib
0x30357000 - 0x30357fff libassertion_extension.dylib armv7 <7ed2961abb6730bb8eaab6888fcb4b82> /usr/lib/libassertion_extension.dylib
0x30386000 - 0x30392fff libbsm.0.dylib armv7 <189bfe384a453f9ea396c2562f6ef521> /usr/lib/libbsm.0.dylib
0x30393000 - 0x3039cfff libbz2.1.0.dylib armv7 <d63e96685df23bf69198b896ff299cf3> /usr/lib/libbz2.1.0.dylib
0x3039d000 - 0x303e7fff libc++.1.dylib armv7 <85055cf4732f3667abc23ab1493c3703> /usr/lib/libc++.1.dylib
0x303e8000 - 0x30403fff libc++abi.dylib armv7 <f99212723e363c78aac2d3821fa43245> /usr/lib/libc++abi.dylib
0x30405000 - 0x30412fff libcmph.dylib armv7 <a952fcd587a43645a32c4b0c285c78de> /usr/lib/libcmph.dylib
0x30413000 - 0x3041bfff libcupolicy.dylib armv7 <5974ee5cd28734deb7cfffb3a1af66b0> /usr/lib/libcupolicy.dylib
0x30442000 - 0x3045bfff libextension.dylib armv7 <62b3fe124db73a7299a52c6dd980aec1> /usr/lib/libextension.dylib
0x3058c000 - 0x3058ffff libheimdal-asn1.dylib armv7 <0a4c3a3bb4de3500b094742b6dfa6ab7> /usr/lib/libheimdal-asn1.dylib
0x30590000 - 0x3067dfff libiconv.2.dylib armv7 <9eb49aab944934509e4a9046e22f8e80> /usr/lib/libiconv.2.dylib
0x3067e000 - 0x307ecfff libicucore.A.dylib armv7 <0d4db0af5afe3927917f108551ecb468> /usr/lib/libicucore.A.dylib
0x307f9000 - 0x307f9fff liblangid.dylib armv7 <20a0c0e6bb983e4b97bf9665f3a8e0ea> /usr/lib/liblangid.dylib
0x307fa000 - 0x30804fff liblockdown.dylib armv7 <6ca4920bb6b435baa4f4f468bec9f5c1> /usr/lib/liblockdown.dylib
0x30805000 - 0x3081afff liblzma.5.dylib armv7 <f9468d83c79c3c13924fbe0b67bf5825> /usr/lib/liblzma.5.dylib
0x30b95000 - 0x30baafff libmis.dylib armv7 <acbfe52af459320c92ef81d57d803e3e> /usr/lib/libmis.dylib
0x30bd5000 - 0x30dcffff libobjc.A.dylib armv7 <d8dce7276c203150bdcbd105266b7968> /usr/lib/libobjc.A.dylib
0x30e4e000 - 0x30ea6fff libprotobuf.dylib armv7 <b172a487145a34a3a6a818fff3ac605a> /usr/lib/libprotobuf.dylib
0x30ea7000 - 0x30ebdfff libresolv.9.dylib armv7 <4dca2e76321e33ad9ba917e43ad72a88> /usr/lib/libresolv.9.dylib
0x30ee8000 - 0x30f98fff libsqlite3.dylib armv7 <9eedf01990863eb4a4209fa9bb33270c> /usr/lib/libsqlite3.dylib
0x30fe6000 - 0x3100dfff libtidy.A.dylib armv7 <e613be21d9fc321e84205dc85c87204b> /usr/lib/libtidy.A.dylib
0x3100e000 - 0x31016fff libtzupdate.dylib armv7 <94d3ccb961f03a38a1ccac5bc7de5877> /usr/lib/libtzupdate.dylib
0x3101a000 - 0x310d0fff libxml2.2.dylib armv7 <1381f71041d035628a0276827dfd7996> /usr/lib/libxml2.2.dylib
0x310d1000 - 0x310f2fff libxslt.1.dylib armv7 <2c075dfeb05732258d1859298a907763> /usr/lib/libxslt.1.dylib
0x310f3000 - 0x310fffff libz.1.dylib armv7 <433c3df1213f3f2c8b97d2f747c7dcff> /usr/lib/libz.1.dylib
0x31100000 - 0x31104fff libcache.dylib armv7 <289d2b8e9fd83e149062521f1890a518> /usr/lib/system/libcache.dylib
0x31105000 - 0x3110efff libcommonCrypto.dylib armv7 <a182ac4b579e3a2d95f256a8a1f9e2e4> /usr/lib/system/libcommonCrypto.dylib
0x3110f000 - 0x31113fff libcompiler_rt.dylib armv7 <5136d1a17b22372e969d71ff8f6a5ef2> /usr/lib/system/libcompiler_rt.dylib
0x31114000 - 0x3111afff libcopyfile.dylib armv7 <05f098cd548e37348bfaaaa5a18ee4da> /usr/lib/system/libcopyfile.dylib
0x3111b000 - 0x31169fff libcorecrypto.dylib armv7 <4f8a9b9015823f3a959dfe73f5e22957> /usr/lib/system/libcorecrypto.dylib
0x3116a000 - 0x311a7fff libdispatch.dylib armv7 <89da9738c8d7335a81c8c1d297533a99> /usr/lib/system/libdispatch.dylib
0x311a8000 - 0x311a9fff libdyld.dylib armv7 <97e40854039630108c6898dadb83a10d> /usr/lib/system/libdyld.dylib
0x311aa000 - 0x311aafff libkeymgr.dylib armv7 <8cf4f5d2baca35ed8a5f15c4af240d0c> /usr/lib/system/libkeymgr.dylib
0x311ab000 - 0x311abfff liblaunch.dylib armv7 <3f9c6ce07fb13ee0a15dbf56f965061c> /usr/lib/system/liblaunch.dylib
0x311ac000 - 0x311affff libmacho.dylib armv7 <21a119e030f23aec84234e445bc8e1ca> /usr/lib/system/libmacho.dylib
0x311b0000 - 0x311b1fff libremovefile.dylib armv7 <b38c744ff50f3a25b8c29ee79624d6ae> /usr/lib/system/libremovefile.dylib
0x311b2000 - 0x311c3fff libsystem_asl.dylib armv7 <e2aa00ff982433c784b55217febdcec1> /usr/lib/system/libsystem_asl.dylib
0x311c4000 - 0x311c4fff libsystem_blocks.dylib armv7 <b11c0cd1df5038edaa021f6ee35e60c1> /usr/lib/system/libsystem_blocks.dylib
0x311c5000 - 0x31227fff libsystem_c.dylib armv7 <1f977c22653936dc99f8ecba1a4673e3> /usr/lib/system/libsystem_c.dylib
0x31228000 - 0x3122afff libsystem_configuration.dylib armv7 <9f5b5c4178f73bec863400eef38fb8ac> /usr/lib/system/libsystem_configuration.dylib
0x3122b000 - 0x3122cfff libsystem_coreservices.dylib armv7 <34e08e7e53ff3b018a9b58482a2fd6ae> /usr/lib/system/libsystem_coreservices.dylib
0x3122d000 - 0x31239fff libsystem_coretls.dylib armv7 <19227fbb451b3c8d8e1c121b9f6e2a01> /usr/lib/system/libsystem_coretls.dylib
0x3123a000 - 0x31240fff libsystem_dnssd.dylib armv7 <9729751e11fe32ab86cf7881fc90c7f0> /usr/lib/system/libsystem_dnssd.dylib
0x31241000 - 0x3125afff libsystem_info.dylib armv7 <66ea004683e432c7b62c0d1462d25618> /usr/lib/system/libsystem_info.dylib
0x3125b000 - 0x31275fff libsystem_kernel.dylib armv7 <143e025b6d9a3eeca173eb206b8ca401> /usr/lib/system/libsystem_kernel.dylib
0x31276000 - 0x31296fff libsystem_m.dylib armv7 <84ad54e1d9cc3e61a02d8f2b6f29309c> /usr/lib/system/libsystem_m.dylib
0x31297000 - 0x312a9fff libsystem_malloc.dylib armv7 <d9a24ab278d03403b4e3f7a1a14ecf6b> /usr/lib/system/libsystem_malloc.dylib
0x312aa000 - 0x312d8fff libsystem_network.dylib armv7 <e7b6cee8e696332e8d478e98efdd5a17> /usr/lib/system/libsystem_network.dylib
0x312d9000 - 0x312defff libsystem_networkextension.dylib armv7 <65d0c152ac9632d887363beec9b39f75> /usr/lib/system/libsystem_networkextension.dylib
0x312df000 - 0x312e6fff libsystem_notify.dylib armv7 <efe3c04093c6360088c28a19418aeb14> /usr/lib/system/libsystem_notify.dylib
0x312e7000 - 0x312ecfff libsystem_platform.dylib armv7 <87e23da2b47437b2a3189d2c55666309> /usr/lib/system/libsystem_platform.dylib
0x312ed000 - 0x312f3fff libsystem_pthread.dylib armv7 <8938d02473573e8ca011ba70f0c8eaf9> /usr/lib/system/libsystem_pthread.dylib
0x312f4000 - 0x312f6fff libsystem_sandbox.dylib armv7 <d769f6ca52243740ac340a17e1cf6119> /usr/lib/system/libsystem_sandbox.dylib
0x312f7000 - 0x312fafff libsystem_stats.dylib armv7 <4632ee54d68d38a0994ee05a47cf708e> /usr/lib/system/libsystem_stats.dylib
0x312fb000 - 0x31300fff libsystem_trace.dylib armv7 <66a47b2a88933709b4da7836295d2a8d> /usr/lib/system/libsystem_trace.dylib
0x31301000 - 0x31301fff libunwind.dylib armv7 <e52b05cc2ec13f4d9f9307d7c6393ae7> /usr/lib/system/libunwind.dylib
0x31302000 - 0x3131dfff libxpc.dylib armv7 <3c761f5ef2fd315b895a4054cae2232e> /usr/lib/system/libxpc.dylib

Didn't find what you were looking for?

New post

Comments

4 comments

  • A fix was released yesterday afternoon to address this issue: iOS Changelogs

    Please update to 8.4.2 and let me know if the problem persists.

    Comment actions Permalink
  • This issue has been reported by several others and our mobile team is investigating. I will let you know when there is more information to share.

    Comment actions Permalink
    0
  • Wonderful to hear you're working on it, thanks Mike!

    Comment actions Permalink
    0
  • The 8.4.2 update fixed our startup problem. Thanks for the quick support Mike!

    Comment actions Permalink
    1

Please sign in to leave a comment.