We have an application which downloads large amounts of data (10 files with a total of 5.8GB) using NSURLSession in the background. On iOS 8.3 and iOS 8.4 beta 3 we observed the following
- The download sometimes suddenly stalls at around 1.2GB. Seems to happen on fat internet conenction with an iPad Air 2.
- If we force terminate the App in this situation it can't be launched again. We have found that the nsurlsessiond is using 100% CPU and that the watchdog ist killing the App just after the launch as it is not responding. Looking at the crash report the creation of the NSURLSession [NSURLSession sessionWithConfiguration:delegate:delegateQueue:] seems to be waiting on a semaphore.
This might be related to this post https://devforums.apple.com/message/1128072#1128072.
I've attached the crash report below.
Any ideas? We have filed this as Bug rdar://21300082
Jakob
------------------------------------------------------------------------
Incident Identifier: 32D98114-3D3C-4C26-BFB5-F2984F6084DE
CrashReporter Key: 601353098d75af51fb0185f7f5c939693ebf2f95
Hardware Model: iPad5,3
Process: Bulletin [546]
Path: /private/var/mobile/Containers/Bundle/Application/C35A0C32-B96E-4659-B8A3-5979A91A262E/Bulletin.app/Bulletin
Identifier: com.partnersgroup.bulletin
Version: 2.1.4 (2.1.4)
Code Type: ARM (Native)
Parent Process: launchd [1]
Date/Time: 2015-05-20 09:42:41.632 +0200
Launch Time: 2015-05-20 09:42:21.495 +0200
OS Version: iOS 8.3 (12F69)
Report Version: 105
Exception Type: 00000020
Exception Codes: 0x000000008badf00d
Highlighted Thread: 0
Application Specific Information:
com.partnersgroup.bulletin failed to scene-create in time
Elapsed total CPU time (seconds): 21.330 (user 21.330, system 0.000), 35% CPU
Elapsed application CPU time (seconds): 0.129, 0% CPU
Thread 0 name: Dispatch queue: com.apple.main-thread
Thread 0:
0 libsystem_kernel.dylib 0x30c284c4 semaphore_wait_trap + 8
1 libdispatch.dylib 0x30b5b5db _dispatch_semaphore_wait_slow + 187
2 CFNetwork 0x21d4a47b -[__NSURLBackgroundSession setupBackgroundSession] + 899
3 CFNetwork 0x21d49bb7 -[__NSURLBackgroundSession initWithConfiguration:delegate:delegateQueue:] + 427
4 CFNetwork 0x21da52a7 +[NSURLSession sessionWithConfiguration:delegate:delegateQueue:] + 495
5 Bulletin 0x00158217 -[PGSyncDownloadSession createBackgroundSessionWithSessionID:] (PGSyncDownloadSession.m:145)
6 Bulletin 0x00157801 -[PGSyncDownloadSession initWithDelegate:andSessionID:] (PGSyncDownloadSession.m:39)
7 Bulletin 0x0013ce85 -[PGSyncManager initTransientProperties] (PGSyncManager.m:287)
8 Bulletin 0x0013be73 __34+[PGSyncManager sharedSyncManager]_block_invoke (PGSyncManager.m:91)
9 libdispatch.dylib 0x30b502cd _dispatch_client_callout + 21
10 libdispatch.dylib 0x30b50f0f dispatch_once_f + 59
11 Bulletin 0x0013bd35 +[PGSyncManager sharedSyncManager] (once.h:68)
12 Bulletin 0x001016d3 -[PGEntryViewController initWithCoder:] (PGEntryViewController.m:49)
13 UIKit 0x25cbf625 -[UIClassSwapper initWithCoder:] + 189
14 UIKit 0x25d7987b UINibDecoderDecodeObjectForValue + 847
15 UIKit 0x25d7951b -[UINibDecoder decodeObjectForKey:] + 331
16 UIKit 0x25cbf267 -[UIRuntimeConnection initWithCoder:] + 147
17 UIKit 0x25d7987b UINibDecoderDecodeObjectForValue + 847
18 UIKit 0x25d797d1 UINibDecoderDecodeObjectForValue + 677
19 UIKit 0x25d7951b -[UINibDecoder decodeObjectForKey:] + 331
20 UIKit 0x25cbe953 -[UINib instantiateWithOwner:options:] + 955
21 UIKit 0x25e3a4f9 -[UIStoryboard instantiateViewControllerWithIdentifier:] + 193
22 Bulletin 0x0016585b -[PGRootiPadController initWithCoder:] (PGRootiPadController.m:20)
23 UIKit 0x25cbf625 -[UIClassSwapper initWithCoder:] + 189
24 UIKit 0x25d7987b UINibDecoderDecodeObjectForValue + 847
25 UIKit 0x25d797d1 UINibDecoderDecodeObjectForValue + 677
26 UIKit 0x25d7951b -[UINibDecoder decodeObjectForKey:] + 331
27 UIKit 0x25bd4af5 -[UIViewController initWithCoder:] + 1021
28 UIKit 0x25be8e27 -[UINavigationController initWithCoder:] + 43
29 Bulletin 0x000d7245 -[PGRootNavigationController initWithCoder:] (PGRootNavigationController.m:41)
30 UIKit 0x25cbf625 -[UIClassSwapper initWithCoder:] + 189
31 UIKit 0x25d7987b UINibDecoderDecodeObjectForValue + 847
32 UIKit 0x25d7951b -[UINibDecoder decodeObjectForKey:] + 331
33 UIKit 0x25cbf267 -[UIRuntimeConnection initWithCoder:] + 147
34 UIKit 0x25d7987b UINibDecoderDecodeObjectForValue + 847
35 UIKit 0x25d797d1 UINibDecoderDecodeObjectForValue + 677
36 UIKit 0x25d7951b -[UINibDecoder decodeObjectForKey:] + 331
37 UIKit 0x25cbe953 -[UINib instantiateWithOwner:options:] + 955
38 UIKit 0x25e3a4f9 -[UIStoryboard instantiateViewControllerWithIdentifier:] + 193
39 UIKit 0x25b52dd1 -[UIApplication _loadMainStoryboardFileNamed:bundle:] + 61
40 UIKit 0x25b520e3 -[UIApplication _runWithMainScene:transitionContext:completion:] + 1151
41 UIKit 0x25b5ce65 __84-[UIApplication _handleApplicationActivationWithScene:transitionContext:completion:]_block_invoke + 33
42 UIKit 0x25b50989 -[UIApplication workspaceDidEndTransaction:] + 129
43 FrontBoardServices 0x28d10ec7 __31-[FBSSerialQueue performAsync:]_block_invoke_2 + 15
44 CoreFoundation 0x2225efd3 __CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK__ + 11
45 CoreFoundation 0x2225e295 __CFRunLoopDoBlocks + 213
46 CoreFoundation 0x2225cdcf __CFRunLoopRun + 1711
47 CoreFoundation 0x221a91fd CFRunLoopRunSpecific + 473
48 CoreFoundation 0x221a900f CFRunLoopRunInMode + 103
49 UIKit 0x25952e63 -[UIApplication _run] + 555
50 UIKit 0x2594da55 UIApplicationMain + 1437
51 Bulletin 0x000aafd7 main (main.m:15)
52 libdyld.dylib 0x30b71aad start + 1
Thread 1 name: Dispatch queue: com.apple.libdispatch-manager
Thread 1:
0 libsystem_kernel.dylib 0x30c28224 kevent64 + 24
1 libdispatch.dylib 0x30b5d0ed _dispatch_mgr_invoke + 277
2 libdispatch.dylib 0x30b51d37 _dispatch_mgr_thread + 35
Thread 2 name: Dispatch queue: FBSSerialQueue
Thread 2:
0 libsystem_kernel.dylib 0x30c284c4 semaphore_wait_trap + 8
1 libdispatch.dylib 0x30b5b5db _dispatch_semaphore_wait_slow + 187
2 FrontBoardServices 0x28d10ea7 __31-[FBSSerialQueue performAsync:]_block_invoke + 143
3 libdispatch.dylib 0x30b502e1 _dispatch_call_block_and_release + 9
4 libdispatch.dylib 0x30b58725 _dispatch_queue_drain + 1465
5 libdispatch.dylib 0x30b52aa9 _dispatch_queue_invoke + 81
6 libdispatch.dylib 0x30b59f9d _dispatch_root_queue_drain + 393
7 libdispatch.dylib 0x30b5b3bf _dispatch_worker_thread3 + 91
8 libsystem_pthread.dylib 0x30cb7dbf _pthread_wqthread + 667
9 libsystem_pthread.dylib 0x30cb7b10 start_wqthread + 4
Thread 3 name: com.apple.NSURLConnectionLoader
Thread 3:
0 libsystem_kernel.dylib 0x30c28474 mach_msg_trap + 20
1 libsystem_kernel.dylib 0x30c28269 mach_msg + 37
2 CoreFoundation 0x2225e56f __CFRunLoopServiceMachPort + 143
3 CoreFoundation 0x2225cb15 __CFRunLoopRun + 1013
4 CoreFoundation 0x221a91fd CFRunLoopRunSpecific + 473
5 CoreFoundation 0x221a900f CFRunLoopRunInMode + 103
6 CFNetwork 0x21d477eb +[NSURLConnection(Loader) _resourceLoadLoop:] + 483
7 Foundation 0x22fd73b7 __NSThread__main__ + 1115
8 libsystem_pthread.dylib 0x30cb9e21 _pthread_body + 137
9 libsystem_pthread.dylib 0x30cb9d93 _pthread_start + 115
10 libsystem_pthread.dylib 0x30cb7b1c thread_start + 4
No thread state (register information) available
Binary Images:
0x9f000 - 0x79efff Bulletin armv7 <5d9385b180893030878aa10136b07cf4> /var/mobile/Containers/Bundle/Application/C35A0C32-B96E-4659-B8A3-5979A91A262E/Bulletin.app/Bulletin
0x1fec2000 - 0x1fee5fff dyld armv7s <df87e897be5f387088b474d9207c9622> /usr/lib/dyld
0x20d0f000 - 0x20e7cfff AVFoundation armv7s <efaed7c5e5373f8bbe61c63db6e85163> /System/Library/Frameworks/AVFoundation.framework/AVFoundation
0x20e7d000 - 0x20edcfff libAVFAudio.dylib armv7s <716f67df6bee3eef8d1a287c86dd7440> /System/Library/Frameworks/AVFoundation.framework/libAVFAudio.dylib
0x20f16000 - 0x20f16fff Accelerate armv7s <d6e79ebd2d24313582f3dd89e664251c> /System/Library/Frameworks/Accelerate.framework/Accelerate
0x20f27000 - 0x21142fff vImage armv7s <3c4e9420a6e6348d85c9b0f7b9b7cf14> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage
0x21143000 - 0x21229fff libBLAS.dylib armv7s <bf2a50f70dbc3a08a259a2ba346ba74c> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib
0x2122a000 - 0x214eefff libLAPACK.dylib armv7s <e2a7a7dd5724334395c7002b32e99ffd> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib
0x214ef000 - 0x21500fff libLinearAlgebra.dylib armv7s <8dfa07216f6c3d1ca2af1c83e1526f35> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLinearAlgebra.dylib
0x21501000 - 0x2157dfff libvDSP.dylib armv7s <8bd3caf07dbd3c2c80a0e6a5f57d0083> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib
0x2157e000 - 0x21590fff libvMisc.dylib armv7s <b33b286bf58a3807a4072ac24577ebae> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib
0x21591000 - 0x21591fff vecLib armv7s <04226d0a3067377990d31edca2f9c463> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib
0x21592000 - 0x215b9fff Accounts armv7s <f3dec2db76503c278656684506cd6a94> /System/Library/Frameworks/Accounts.framework/Accounts
0x215ba000 - 0x215bafff AdSupport armv7s <f334149a7be330beb1ba2c5e143a3142> /System/Library/Frameworks/AdSupport.framework/AdSupport
0x215bb000 - 0x21629fff AddressBook armv7s <2d90b80526e5375daa8d2c4fe5f8625a> /System/Library/Frameworks/AddressBook.framework/AddressBook
0x2162a000 - 0x21751fff AddressBookUI armv7s <9afd5421528432a4b0190145e9e7fb70> /System/Library/Frameworks/AddressBookUI.framework/AddressBookUI
0x21752000 - 0x21764fff AssetsLibrary armv7s <9b93f54167ec34feadb292a8961eb7dd> /System/Library/Frameworks/AssetsLibrary.framework/AssetsLibrary
0x218ea000 - 0x21b60fff AudioToolbox armv7s <0c82e5802a1d3ca09e3f6c690417c1b5> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
0x21ccb000 - 0x21e57fff CFNetwork armv7s <b7b0c249e2d1366fbbc2faed9ea6c2d2> /System/Library/Frameworks/CFNetwork.framework/CFNetwork
0x21e58000 - 0x21eddfff CloudKit armv7s <cf5379fb21fc3c53a4e456b2573ea0d1> /System/Library/Frameworks/CloudKit.framework/CloudKit
0x21ede000 - 0x21f3dfff CoreAudio armv7s <617398bf5f8438c8a14e80a398da0eb8> /System/Library/Frameworks/CoreAudio.framework/CoreAudio
0x21f59000 - 0x21f76fff CoreBluetooth armv7s <65e44d136fd835bfb505b47a564a48d0> /System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth
0x21f77000 - 0x22190fff CoreData armv7s <c85f7a012cdf3d47abeb805e1b0208f3> /System/Library/Frameworks/CoreData.framework/CoreData
0x22191000 - 0x224c0fff CoreFoundation armv7s <9a38b5a3f64f3e7196b11f8a44066b12> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
0x224c1000 - 0x225ebfff CoreGraphics armv7s <705b009ae8ee3e7b9ac243b3bc7baa81> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
0x2262b000 - 0x2262dfff libCGXType.A.dylib armv7s <222e3182839a3eef9ebeb7f27ce17f5d> /System/Library/Frameworks/CoreGraphics.framework/Resources/libCGXType.A.dylib
0x2262e000 - 0x22638fff libCMSBuiltin.A.dylib armv7s <240dc89835113419b42a7778b5a03fda> /System/Library/Frameworks/CoreGraphics.framework/Resources/libCMSBuiltin.A.dylib
0x22820000 - 0x2283bfff libRIP.A.dylib armv7s <d62f50b773783514906b7363018f7ead> /System/Library/Frameworks/CoreGraphics.framework/Resources/libRIP.A.dylib
0x2283c000 - 0x2294efff CoreImage armv7s <bef2a382b49c3d71bb4dfeab25eaf55a> /System/Library/Frameworks/CoreImage.framework/CoreImage
0x2294f000 - 0x229a7fff CoreLocation armv7s <904bf2aa926b31bd8180aa4f96b5b17a> /System/Library/Frameworks/CoreLocation.framework/CoreLocation
0x229d9000 - 0x22a77fff CoreMedia armv7s <d6ca582907363df19f06eac72169d89e> /System/Library/Frameworks/CoreMedia.framework/CoreMedia
0x22a78000 - 0x22b56fff CoreMotion armv7s <4db7ac84133b3010924b09280a06d40c> /System/Library/Frameworks/CoreMotion.framework/CoreMotion
0x22b57000 - 0x22bb5fff CoreTelephony armv7s <b450584bb159341686b19c44009182ff> /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
0x22bb6000 - 0x22c82fff CoreText armv7s <e9cc7d70b9663b8f9eb95bf1117de95b> /System/Library/Frameworks/CoreText.framework/CoreText
0x22c83000 - 0x22c99fff CoreVideo armv7s <aee415a855293e6580b8055f31aa3c74> /System/Library/Frameworks/CoreVideo.framework/CoreVideo
0x22c9a000 - 0x22d90fff EventKit armv7s <025c13a960cd3c4fb0708e407e226469> /System/Library/Frameworks/EventKit.framework/EventKit
0x22f07000 - 0x2310cfff Foundation armv7s <749f7541aaad3f7aa7f951300f68f56a> /System/Library/Frameworks/Foundation.framework/Foundation
0x2310d000 - 0x23138fff GLKit armv7s <925f2209e1c438f19b8ea75427b3ad0d> /System/Library/Frameworks/GLKit.framework/GLKit
0x23139000 - 0x23158fff GSS armv7s <6e23a04236323c67a49969ca55dce49b> /System/Library/Frameworks/GSS.framework/GSS
0x2320d000 - 0x23262fff IOKit armv7s <21ee55741987360e8e3f90116ebd37c5> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x23263000 - 0x234acfff ImageIO armv7s <a13c2ed9d9553e05b7878af436d8845c> /System/Library/Frameworks/ImageIO.framework/ImageIO
0x234ad000 - 0x237fcfff JavaScriptCore armv7s <801b241d3da138beaf88e93877f9bb5e> /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore
0x23af8000 - 0x23b00fff MediaAccessibility armv7s <83b4075032063680a3a7a8bbf8dc2dbd> /System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility
0x23b01000 - 0x23ce2fff MediaPlayer armv7s <b13312c5ead63bfcafa02c6f3a96cfbd> /System/Library/Frameworks/MediaPlayer.framework/MediaPlayer
0x23ce3000 - 0x24061fff MediaToolbox armv7s <c8f6b5236f9e36d0b29c1251272d61fb> /System/Library/Frameworks/MediaToolbox.framework/MediaToolbox
0x24062000 - 0x24121fff MessageUI armv7s <7b2d8953509a3fcba01b23afdaae1964> /System/Library/Frameworks/MessageUI.framework/MessageUI
0x24122000 - 0x24191fff Metal armv7s <b528a8eae690351c99e2670358cdf7f2> /System/Library/Frameworks/Metal.framework/Metal
0x24192000 - 0x24226fff MobileCoreServices armv7s <4188dabd8870371e9a0cd86d6bef4722> /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
0x24227000 - 0x2427afff MultipeerConnectivity armv7s <e28720eef43d3a38b23729e0dd228899> /System/Library/Frameworks/MultipeerConnectivity.framework/MultipeerConnectivity
0x24dcb000 - 0x24dd3fff OpenGLES armv7s <8845291d56e43f3788347525023d1043> /System/Library/Frameworks/OpenGLES.framework/OpenGLES
0x24dd5000 - 0x24dd5fff libCVMSPluginSupport.dylib armv7s <14fae7e17e1432018b1fac77aa6e3eee> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib
0x24dd6000 - 0x24dd8fff libCoreFSCache.dylib armv7s <98be489918a83c3da76d2b63047d942c> /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib
0x24dd9000 - 0x24ddcfff libCoreVMClient.dylib armv7s <451d1d007b7c337ea2c612ebef4ce309> /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib
0x24ddd000 - 0x24de5fff libGFXShared.dylib armv7s <96e5ccfbd03637468a80b10ca1a811de> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
0x24de6000 - 0x24e28fff libGLImage.dylib armv7s <0e4acee9f8ae3b0c8c948e3aa2cf3610> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
0x252ff000 - 0x2545dfff QuartzCore armv7s <9dbf72b7c95b3aeaa7f50936e9940d2e> /System/Library/Frameworks/QuartzCore.framework/QuartzCore
0x2545e000 - 0x254a4fff QuickLook armv7s <300e6ddb8b233ac69045aef0b3818167> /System/Library/Frameworks/QuickLook.framework/QuickLook
0x25693000 - 0x256d4fff Security armv7s <9ee65e08ae1d3d4fac0ac6e3ce6ab5a0> /System/Library/Frameworks/Security.framework/Security
0x2587f000 - 0x258dbfff SystemConfiguration armv7s <dfb2b55b6b2a3fcdab05cd307b0cf1a6> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
0x258de000 - 0x2618cfff UIKit armv7s <49b3fc60a8393b03906403aceeb9fbe3> /System/Library/Frameworks/UIKit.framework/UIKit
0x2618d000 - 0x261f4fff ************ armv7s <d3a0e8fe9f863917b441a4500969ced4> /System/Library/Frameworks/************.framework/************
0x26224000 - 0x2640ffff WebKit armv7s <2ca62dbf7a8e3eda9c3bfb7cfc0def7a> /System/Library/Frameworks/WebKit.framework/WebKit
0x266e2000 - 0x266edfff AOSNotification armv7s <72ed7f1764943523a37e01924447a320> /System/Library/PrivateFrameworks/AOSNotification.framework/AOSNotification
0x2684b000 - 0x2689cfff AccountsDaemon armv7s <234680666d733f49a3b1a08c638dbf24> /System/Library/PrivateFrameworks/AccountsDaemon.framework/AccountsDaemon
0x268c0000 - 0x268c4fff AggregateDictionary armv7s <2d0c7a3513f83c5f9bee3f7daa8b943d> /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary
0x26a8e000 - 0x26a91fff AirPlaySupport armv7s <327bf726555d3648992f157dedd047ea> /System/Library/PrivateFrameworks/AirPlaySupport.framework/AirPlaySupport
0x26c97000 - 0x26cd5fff AppSupport armv7s <20c775efcb9a3abd8ab48a9e615a3c44> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
0x26cd6000 - 0x26d27fff AppleAccount armv7s <1b1927c72b45365aae07ecaaa29672d6> /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount
0x26e19000 - 0x26e57fff AppleJPEG armv7s <01f449473a313dde936965d8c02189da> /System/Library/PrivateFrameworks/AppleJPEG.framework/AppleJPEG
0x26e62000 - 0x26e74fff ApplePushService armv7s <82a8a6b2c7683a48aead79e5aa40c287> /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService
0x26e75000 - 0x26e7bfff AppleSRP armv7s <581ce7730aaa3349841415c3ca101fe6> /System/Library/PrivateFrameworks/AppleSRP.framework/AppleSRP
0x26eb0000 - 0x26eb9fff AssertionServices armv7s <6e95a95d8d593dec9a5be57acf647aab> /System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices
0x26eba000 - 0x26ed4fff AssetsLibraryServices armv7s <0714d720b57d34b2af35f1e211e9e898> /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices
0x26ed5000 - 0x26f0cfff AssistantServices armv7s <5f8596f39335399b8f8e3c982246e97a> /System/Library/PrivateFrameworks/AssistantServices.framework/AssistantServices
0x26f3c000 - 0x26f3efff BTLEAudioController armv7s <e61b355909e838eaaa52c3e7784812a2> /System/Library/PrivateFrameworks/BTLEAudioController.framework/BTLEAudioController
0x26f3f000 - 0x26f57fff BackBoardServices armv7s <eaf29989c6633acdb908fce01810dc34> /System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices
0x26f5a000 - 0x26f8ffff BaseBoard armv7s <71df6130ce6035cc8b6e942e66c926ce> /System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard
0x26f97000 - 0x26fbdfff Bom armv7s <cffb5c19406836668a3d07810cbb4055> /System/Library/PrivateFrameworks/Bom.framework/Bom
0x2704c000 - 0x27053fff CacheDelete armv7s <2b753110bcad3fc0b14278b37af4293d> /System/Library/PrivateFrameworks/CacheDelete.framework/CacheDelete
0x27098000 - 0x270c1fff CalendarFoundation armv7s <1b017217136a34ba8f93a00dd5de51c5> /System/Library/PrivateFrameworks/CalendarFoundation.framework/CalendarFoundation
0x271e1000 - 0x271e9fff CaptiveNetwork armv7s <e03089cdda433277bd23208f0b0921cb> /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork
0x271f2000 - 0x27316fff ********* armv7s <cbbc81242f4c32bab56a660f39ef05ff> /System/Library/PrivateFrameworks/*********.framework/*********
0x2733f000 - 0x27344fff CertUI armv7s <15e8ad61b08b3d1fa9508dd0149811bd> /System/Library/PrivateFrameworks/CertUI.framework/CertUI
0x27487000 - 0x274a8fff ChunkingLibrary armv7s <981394f67dd1302382b9a932a27173cf> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/ChunkingLibrary
0x278dc000 - 0x27992fff CloudPhotoLibrary armv7s <4bd7a1428eaf3bc79a7bcee59bde7756> /System/Library/PrivateFrameworks/CloudPhotoLibrary.framework/CloudPhotoLibrary
0x279e3000 - 0x279e5fff CommonAuth armv7s <ccad7aec69cd3a46919b1fbe54e102ab> /System/Library/PrivateFrameworks/CommonAuth.framework/CommonAuth
0x279e6000 - 0x279f6fff CommonUtilities armv7s <3fcee9b0187b38e88cce821158f838e8> /System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities
0x279f7000 - 0x279fbfff CommunicationsFilter armv7s <74166bdc429634ef99cedde75a70a615> /System/Library/PrivateFrameworks/CommunicationsFilter.framework/CommunicationsFilter
0x27a6f000 - 0x27a73fff ConstantClasses armv7s <d7c61e08b6363051a18b353b58409299> /System/Library/PrivateFrameworks/ConstantClasses.framework/ConstantClasses
0x27a74000 - 0x27aacfff ContentIndex armv7s <3f3ac8dfcf673cd9866e2ad3cdd38035> /System/Library/PrivateFrameworks/ContentIndex.framework/ContentIndex
0x27aad000 - 0x27ab4fff CoreAUC armv7s <4244d006a3ec324fb580ee5d6b818452> /System/Library/PrivateFrameworks/CoreAUC.framework/CoreAUC
0x27ada000 - 0x27b2efff CoreDAV armv7s <12c08caa666e32358b700bcda414f6e8> /System/Library/PrivateFrameworks/CoreDAV.framework/CoreDAV
0x27b2f000 - 0x27b51fff CoreDuet armv7s <a835acb6ff1636eaab101556b4318e08> /System/Library/PrivateFrameworks/CoreDuet.framework/CoreDuet
0x27b57000 - 0x27b67fff CoreDuetDaemonProtocol armv7s <46e48036085c3dd6b87df9958e2d15be> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/CoreDuetDaemonProtocol
0x27b6e000 - 0x27b70fff CoreDuetDebugLogging armv7s <c6136a71532c33e2a8a5a7ad73ecb881> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/CoreDuetDebugLogging
0x27cda000 - 0x27ddbfff CoreMediaStream armv7s <1ff99a3aa07f398d8ad694416b8c14ec> /System/Library/PrivateFrameworks/CoreMediaStream.framework/CoreMediaStream
0x27ddc000 - 0x27e77fff CorePDF armv7s <03e8f88ecea939f59a04c6aad3422d41> /System/Library/PrivateFrameworks/CorePDF.framework/CorePDF
0x27ed8000 - 0x27ee2fff CoreRecents armv7s <8c89b25f155137c2ad530ee97587e704> /System/Library/PrivateFrameworks/CoreRecents.framework/CoreRecents
0x28183000 - 0x28204fff CoreUI armv7s <ebde90e8a1e03076ae284dacaedcab24> /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
0x28205000 - 0x2828afff CoreUtils armv7s <6b6182f1bc1130a4953f19c5c6dbb48b> /System/Library/PrivateFrameworks/CoreUtils.framework/CoreUtils
0x2828b000 - 0x28290fff CrashReporterSupport armv7s <fa497fa7cc0f37d482586114fb738d2b> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport
0x28291000 - 0x28296fff DAAPKit armv7s <0cd7a7fecdcb3839a33de66ebf2e8408> /System/Library/PrivateFrameworks/DAAPKit.framework/DAAPKit
0x28297000 - 0x282a1fff DCIMServices armv7s <74325131b5a83440996b28e844e3f36c> /System/Library/PrivateFrameworks/DCIMServices.framework/DCIMServices
0x282a2000 - 0x282e7fff DataAccess armv7s <fa79c599fc903f36be5eced10ecf99bf> /System/Library/PrivateFrameworks/DataAccess.framework/DataAccess
0x284da000 - 0x284fbfff DataAccessExpress armv7s <58d1cd8f1672326e860657cd5325a614> /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress
0x28539000 - 0x2853ffff DataMigration armv7s <3d6537563d2a348cbf18f480515ea011> /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
0x28555000 - 0x28556fff DiagnosticLogCollection armv7s <45fcb780371b39b895d1f5860ef9754c> /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/DiagnosticLogCollection
0x28557000 - 0x28571fff DictionaryServices armv7s <aec470e621323f888da84f52f34e85ff> /System/Library/PrivateFrameworks/DictionaryServices.framework/DictionaryServices
0x28590000 - 0x285affff EAP8021X armv7s <8e8abc4196bb334ebc65daa130b8d097> /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X
0x286b3000 - 0x286b5fff FTClientServices armv7s <5e21211901eb3604acf74702dac3b9de> /System/Library/PrivateFrameworks/FTClientServices.framework/FTClientServices
0x286b6000 - 0x286e5fff FTServices armv7s <a6ce374771423e49aa004e219d08b4ab> /System/Library/PrivateFrameworks/FTServices.framework/FTServices
0x286e6000 - 0x28b09fff FaceCore armv7s <a432598604223490bf36f5d365c534d1> /System/Library/PrivateFrameworks/FaceCore.framework/FaceCore
0x28b31000 - 0x28b31fff FontServices armv7s <e74b3a53ea453df39e593a4da900bbd1> /System/Library/PrivateFrameworks/FontServices.framework/FontServices
0x28b32000 - 0x28c07fff libFontParser.dylib armv7s <02b5828dc64c37df9c8b7f15f60868bb> /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
0x28c08000 - 0x28c17fff libGSFontCache.dylib armv7s <c74ab40707df30c3a0e27b4ecf050571> /System/Library/PrivateFrameworks/FontServices.framework/libGSFontCache.dylib
0x28cfb000 - 0x28d17fff FrontBoardServices armv7s <f749d3b605613f07b98ccfe78ae1c379> /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices
0x29599000 - 0x295befff ICE armv7s <0249c2753490363499fa3a5fe61cb2f9> /System/Library/PrivateFrameworks/GameKitServices.framework/Frameworks/ICE.framework/ICE
0x295bf000 - 0x295bffff LegacyHandle armv7s <028f3ca092d93c24972d878602b91303> /System/Library/PrivateFrameworks/GameKitServices.framework/Frameworks/LegacyHandle.framework/LegacyHandle
0x295c0000 - 0x295c8fff SimpleKeyExchange armv7s <dce2f2f240683c4e967043873a59bf1c> /System/Library/PrivateFrameworks/GameKitServices.framework/Frameworks/SimpleKeyExchange.framework/SimpleKeyExchange
0x295c9000 - 0x295d4fff ViceroyTrace armv7s <32ee854e61673eefbb31cc40c9dbecc7> /System/Library/PrivateFrameworks/GameKitServices.framework/Frameworks/ViceroyTrace.framework/ViceroyTrace
0x295d5000 - 0x295d6fff snatmap armv7s <c3258fd00724330d84e0215c365ec825> /System/Library/PrivateFrameworks/GameKitServices.framework/Frameworks/snatmap.framework/snatmap
0x29653000 - 0x29669fff GenerationalStorage armv7s <73ffe11fd36a334ebd66274d7eeac64b> /System/Library/PrivateFrameworks/GenerationalStorage.framework/GenerationalStorage
0x2966a000 - 0x2992cfff GeoServices armv7s <ef5b58fcd6de38ed90629d73ac735ddd> /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices
0x2992d000 - 0x2993dfff GraphicsServices armv7s <60788990f47c3449869370cc1dd508fe> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
0x29a16000 - 0x29a65fff Heimdal armv7s <4ce68a4cecab3db5a8ce3808498f3acc> /System/Library/PrivateFrameworks/Heimdal.framework/Heimdal
0x29b48000 - 0x29bccfff HomeSharing armv7s <e376ca5f9c99391095eb1be9fa877216> /System/Library/PrivateFrameworks/HomeSharing.framework/HomeSharing
0x29c2e000 - 0x29c8dfff IDS armv7s <91098f0b73813a2e9eed7dc04d9c40f0> /System/Library/PrivateFrameworks/IDS.framework/IDS
0x29c8e000 - 0x29cb9fff IDSFoundation armv7s <75f25f55889c3adfb608cc5b4223601c> /System/Library/PrivateFrameworks/IDSFoundation.framework/IDSFoundation
0x29e70000 - 0x29ed4fff IMFoundation armv7s <f5581360600a30c8a4309eda30a1a55b> /System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation
0x29edc000 - 0x29edffff IOAccelerator armv7s <af7982749dc937d785392cbdbe6301ae> /System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator
0x29ee2000 - 0x29ee8fff IOMobileFramebuffer armv7s <ef06a0c97cd73bcdbeded953171ad842> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer
0x29ee9000 - 0x29eeefff IOSurface armv7s <975e7ff016b8302c9685f8c7dcc7e5da> /System/Library/PrivateFrameworks/IOSurface.framework/IOSurface
0x29eef000 - 0x29ef0fff IOSurfaceAccelerator armv7s <c734b80ca117372aa7f049311e192fb0> /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/IOSurfaceAccelerator
0x29f91000 - 0x29f97fff IntlPreferences armv7s <b7e310139a2935fa86400a3f91f6501a> /System/Library/PrivateFrameworks/IntlPreferences.framework/IntlPreferences
0x29f98000 - 0x29fd1fff LanguageModeling armv7s <6f5fab4552c239dc89642b8dffbedcfb> /System/Library/PrivateFrameworks/LanguageModeling.framework/LanguageModeling
0x2a00d000 - 0x2a04afff MIME armv7s <551616c04caa304fa80f8732d828a6f3> /System/Library/PrivateFrameworks/MIME.framework/MIME
0x2a04b000 - 0x2a0a8fff MMCS armv7s <38ecc36fd0d238eebdf620bc3b090e26> /System/Library/PrivateFrameworks/MMCS.framework/MMCS
0x2a0f8000 - 0x2a105fff MailServices armv7s <c85df068bc0033bc95d91d2d33eab7f8> /System/Library/PrivateFrameworks/MailServices.framework/MailServices
0x2a139000 - 0x2a1dafff ManagedConfiguration armv7s <1d145f4dc840369fbce1ae9215f38bb9> /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration
0x2a1e9000 - 0x2a1eafff Marco armv7s <42d9623b239a3b8aac66e78f8d32cb6d> /System/Library/PrivateFrameworks/Marco.framework/Marco
0x2a1eb000 - 0x2a262fff MediaControlSender armv7s <63aba02f6af932adbdbce873b88b3e11> /System/Library/PrivateFrameworks/MediaControlSender.framework/MediaControlSender
0x2a2fe000 - 0x2a312fff MediaRemote armv7s <5697cdbe23a8338297abc4426d8616de> /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote
0x2a313000 - 0x2a325fff MediaServices armv7s <642d2a280f5b3b368fb3f731130ab417> /System/Library/PrivateFrameworks/MediaServices.framework/MediaServices
0x2a326000 - 0x2a33efff MediaStream armv7s <895d04d6d44f3c31afce5e555d6792bc> /System/Library/PrivateFrameworks/MediaStream.framework/MediaStream
0x2a3a4000 - 0x2a482fff Message armv7s <afb094a72733360187e9abb9c5b293eb> /System/Library/PrivateFrameworks/Message.framework/Message
0x2a488000 - 0x2a48afff MessageSupport armv7s <f2edc1ce0b59394f994740bd56d8783c> /System/Library/PrivateFrameworks/MessageSupport.framework/MessageSupport
0x2a499000 - 0x2a4a6fff MobileAsset armv7s <568716310e73314aa071cf182b024122> /System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset
0x2a4fc000 - 0x2a503fff MobileInstallation armv7s <ddf4aae19b633e2397b928f98963bc18> /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation
0x2a504000 - 0x2a510fff MobileKeyBag armv7s <3aa1646befc730c18401215d46c44c3b> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag
0x2a53d000 - 0x2a540fff MobileSystemServices armv7s <4eb2fc5f453e35858d605b800db8ee4c> /System/Library/PrivateFrameworks/MobileSystemServices.framework/MobileSystemServices
0x2a563000 - 0x2a570fff MobileWiFi armv7s <fd519c22073a39be89a81bbd15f33dc7> /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi
0x2a5b7000 - 0x2a781fff MusicLibrary armv7s <09f8aab39291369d9f452e7cfb375207> /System/Library/PrivateFrameworks/MusicLibrary.framework/MusicLibrary
0x2a866000 - 0x2a86bfff Netrb armv7s <e1cfa2c72931331ea365b8d81bb6fc00> /System/Library/PrivateFrameworks/Netrb.framework/Netrb
0x2a86c000 - 0x2a872fff NetworkStatistics armv7s <530f6c3a7f5f309a91ed20c2ee53a28c> /System/Library/PrivateFrameworks/NetworkStatistics.framework/NetworkStatistics
0x2a873000 - 0x2a890fff Notes armv7s <120359d7483331faa5a906a2012b6fcb> /System/Library/PrivateFrameworks/Notes.framework/Notes
0x2a896000 - 0x2a898fff OAuth armv7s <83d96c311b3034b08287c15aad96c125> /System/Library/PrivateFrameworks/OAuth.framework/OAuth
0x2affc000 - 0x2b038fff OpenCL armv7s <82e2e5ca462d37bb85efb30ef578b0f5> /System/Library/PrivateFrameworks/OpenCL.framework/OpenCL
0x2b162000 - 0x2b189fff PersistentConnection armv7s <3d578327851134c187d4291d1935028b> /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection
0x2b2f4000 - 0x2b5a1fff PhotoLibraryServices armv7s <85224285fab932e983995241b7306d59> /System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices
0x2b5a2000 - 0x2b5abfff PhotosFormats armv7s <52f38942230031d59ece53fe5403188c> /System/Library/PrivateFrameworks/PhotosFormats.framework/PhotosFormats
0x2b5ac000 - 0x2b5f6fff PhysicsKit armv7s <495edbd37afc33918dd14d16c8ad1731> /System/Library/PrivateFrameworks/PhysicsKit.framework/PhysicsKit
0x2b5f7000 - 0x2b60dfff PlugInKit armv7s <6980f9ef46bf345f87295fc81e0b8c2e> /System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit
0x2b60e000 - 0x2b615fff PowerLog armv7s <a29782147ada31ca8a902c9dbd751747> /System/Library/PrivateFrameworks/PowerLog.framework/PowerLog
0x2b912000 - 0x2b9a9fff ProofReader armv7s <2a2f5066399a3dceaafa36c14bb817d6> /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader
0x2b9aa000 - 0x2b9cbfff ProtectedCloudStorage armv7s <a93a8afd7a9b34f68e62a74a1817286a> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/ProtectedCloudStorage
0x2b9cc000 - 0x2b9d8fff ProtocolBuffer armv7s <98d1e21e9aad38c9a7e921db710784c6> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer
0x2ba0d000 - 0x2ba7cfff Quagga armv7s <af105cedb0cb360fb755ad376eadea50> /System/Library/PrivateFrameworks/Quagga.framework/Quagga
0x2ba7d000 - 0x2ba85fff QuickLookThumbnailing armv7s <c1469ee27c643ac99f420edeb8f30cc0> /System/Library/PrivateFrameworks/QuickLookThumbnailing.framework/QuickLookThumbnailing
0x2bcd5000 - 0x2bd68fff SAObjects armv7s <e3a0941808fe350da360d5e306327e0d> /System/Library/PrivateFrameworks/SAObjects.framework/SAObjects
0x2bef7000 - 0x2bf11fff SpringBoardServices armv7s <fde27e3444c038f9a73ff79c177de03b> /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices
0x2c284000 - 0x2c3b1fff StoreServices armv7s <7178a37e52973d11b543f0145e2e92e8> /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices
0x2c48e000 - 0x2c491fff TCC armv7s <3a8b5bc9e9153ef8ae342d0b01a4e10b> /System/Library/PrivateFrameworks/TCC.framework/TCC
0x2d3d1000 - 0x2d3f9fff TextInput armv7s <b810650dd91f364f9f3eeca9aeb119dd> /System/Library/PrivateFrameworks/TextInput.framework/TextInput
0x2d4b9000 - 0x2d57bfff UIFoundation armv7s <58e716843be033d3ac788cf6f23fed6c> /System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation
0x2d59d000 - 0x2d5a0fff UserFS armv7s <ebf21c0004ff3729a237823c036c25a1> /System/Library/PrivateFrameworks/UserFS.framework/UserFS
0x2dd2a000 - 0x2dd49fff VoiceServices armv7s <488f0d01feec3b77af10499f41c1dd17> /System/Library/PrivateFrameworks/VoiceServices.framework/VoiceServices
0x2dde3000 - 0x2de09fff WebBookmarks armv7s <b8791215ccae3846a70175c692fb8f8c> /System/Library/PrivateFrameworks/WebBookmarks.framework/WebBookmarks
0x2de1f000 - 0x2e9acfff WebCore armv7s <7914606a7778367ca5bd0740254a9198> /System/Library/PrivateFrameworks/WebCore.framework/WebCore
0x2e9ad000 - 0x2ea6bfff WebKitLegacy armv7s <4f6c30c1e73c356c92a245d36a2662b5> /System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy
0x2ebdd000 - 0x2ec0efff WirelessDiagnostics armv7s <726506d4f2c13307a76667e3294765a1> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/WirelessDiagnostics
0x2ec21000 - 0x2ec27fff XPCKit armv7s <ca5926d9bcc73e78a46fcdd7dfbc1d0e> /System/Library/PrivateFrameworks/XPCKit.framework/XPCKit
0x2ee1c000 - 0x2ee41fff iCalendar armv7s <c5f5990f94c83da298185bbdc0ad176f> /System/Library/PrivateFrameworks/iCalendar.framework/iCalendar
0x2f036000 - 0x2f071fff iTunesStore armv7s <0fda622f231b3da4aed51532cb6282bf> /System/Library/PrivateFrameworks/iTunesStore.framework/iTunesStore
0x2f6a6000 - 0x2f6bafff libAWDProtobufFacetimeiMessage.dylib armv7s <ba6366e8cb313a5b968dbb8bafa9c64a> /usr/lib/libAWDProtobufFacetimeiMessage.dylib
0x2f7e6000 - 0x2f802fff libAWDSupportConfig.dylib armv7s <9cb8970383f03d72825ab1ef44d89e5c> /usr/lib/libAWDSupportConfig.dylib
0x2f803000 - 0x2f98efff libAWDSupportFramework.dylib armv7s <a55949f9050d3a9287e7af5a2eca6c15> /usr/lib/libAWDSupportFramework.dylib
0x2f98f000 - 0x2f991fff libAWDSupportInfo.dylib armv7s <5aa018a00beb371fae5d1150854894c7> /usr/lib/libAWDSupportInfo.dylib
0x2f99b000 - 0x2f9a3fff libAccessibility.dylib armv7s <d4c4927e7a2e3bfa97b4e7f7af824fde> /usr/lib/libAccessibility.dylib
0x2fad5000 - 0x2faebfff libCRFSuite.dylib armv7s <0417d8a772123ae5844b327bf7200226> /usr/lib/libCRFSuite.dylib
0x2fb1e000 - 0x2fc22fff libFosl_dynamic.dylib armv7s <c02a4e28330e3fba8624972c94f0313c> /usr/lib/libFosl_dynamic.dylib
0x2fc3c000 - 0x2fc53fff libMobileGestalt.dylib armv7s <3d736df2b7813049bf0d3c0cc9f179a9> /usr/lib/libMobileGestalt.dylib
0x2fc54000 - 0x2fc5cfff libMobileGestaltExtensions.dylib armv7s <c2de9239381634f6b7bd1733fba03571> /usr/lib/libMobileGestaltExtensions.dylib
0x2fc79000 - 0x2fc7afff libSystem.B.dylib armv7s <5f0a05078ac435a69b56c65a79ae2571> /usr/lib/libSystem.B.dylib
0x2fceb000 - 0x2fd2ffff libTelephonyUtilDynamic.dylib armv7s <e190ac82007334daa222aa9541ab3001> /usr/lib/libTelephonyUtilDynamic.dylib
0x2fe3f000 - 0x2fe61fff libarchive.2.dylib armv7s <af25e47fa1fb39beb99707ab6167f3bd> /usr/lib/libarchive.2.dylib
0x2fe62000 - 0x2fe62fff libassertion_extension.dylib armv7s <1a9a539245293e62beca1401f9e71b02> /usr/lib/libassertion_extension.dylib
0x2fe91000 - 0x2fe9dfff libbsm.0.dylib armv7s <a1dad63613cb341fba0f4e631d2c1738> /usr/lib/libbsm.0.dylib
0x2fe9e000 - 0x2fea7fff libbz2.1.0.dylib armv7s <b17a5181a24636779cb19f6009d0dea9> /usr/lib/libbz2.1.0.dylib
0x2fea8000 - 0x2fef2fff libc++.1.dylib armv7s <3ba84aaae42b37b8937f97eb1cd307a2> /usr/lib/libc++.1.dylib
0x2fef3000 - 0x2ff0efff libc++abi.dylib armv7s <fa188fe500c63e0cb971c907972b51fb> /usr/lib/libc++abi.dylib
0x2ff10000 - 0x2ff1dfff libcmph.dylib armv7s <adafaf048abf37f889d15d44be6cadf3> /usr/lib/libcmph.dylib
0x2ff4d000 - 0x2ff66fff libextension.dylib armv7s <13c0b828b4b936f1a8430229b3726eb1> /usr/lib/libextension.dylib
0x2ff85000 - 0x2ff88fff libheimdal-asn1.dylib armv7s <ed5c525194f93d1387e15d0e212f0406> /usr/lib/libheimdal-asn1.dylib
0x2ff89000 - 0x30076fff libiconv.2.dylib armv7s <ebcdb4381dd73980807d46c5c369a4d9> /usr/lib/libiconv.2.dylib
0x30077000 - 0x301e5fff libicucore.A.dylib armv7s <3d77e5a37b7136168c64109c3f4480c7> /usr/lib/libicucore.A.dylib
0x301f2000 - 0x301f2fff liblangid.dylib armv7s <2e9dd1830d9e3367bb7073f57ca48c6f> /usr/lib/liblangid.dylib
0x301f3000 - 0x301fdfff liblockdown.dylib armv7s <0e327373884b3fee817ea36a67d55296> /usr/lib/liblockdown.dylib
0x301fe000 - 0x30213fff liblzma.5.dylib armv7s <d9f96126a4493f4e8d84b7fe1a4f6d83> /usr/lib/liblzma.5.dylib
0x3058e000 - 0x305a3fff libmis.dylib armv7s <219fc7ab65d23ab297e5769ea94035ce> /usr/lib/libmis.dylib
0x305df000 - 0x307d9fff libobjc.A.dylib armv7s <c6f13fe6aebc31b8a4163ecce4ab0c74> /usr/lib/libobjc.A.dylib
0x30834000 - 0x3088cfff libprotobuf.dylib armv7s <e863a38012a33de0b8e8a18ded83d940> /usr/lib/libprotobuf.dylib
0x3088d000 - 0x308a3fff libresolv.9.dylib armv7s <04aeaf7660893955a3ac10ec5aa4ddb3> /usr/lib/libresolv.9.dylib
0x308ce000 - 0x3097ffff libsqlite3.dylib armv7s <2fc8e4a9f7333287bb32d9530bc0e466> /usr/lib/libsqlite3.dylib
0x309cd000 - 0x309f3fff libtidy.A.dylib armv7s <c20f587e410f323a8ff825ff67787a43> /usr/lib/libtidy.A.dylib
0x30a00000 - 0x30ab6fff libxml2.2.dylib armv7s <77114e116fa13e8bb9f71ac5a2fed400> /usr/lib/libxml2.2.dylib
0x30ab7000 - 0x30ad8fff libxslt.1.dylib armv7s <f9dc864553803206b77f2c85c598b880> /usr/lib/libxslt.1.dylib
0x30ad9000 - 0x30ae5fff libz.1.dylib armv7s <5456d5e61cde3d808a09e0a106dae524> /usr/lib/libz.1.dylib
0x30ae6000 - 0x30aeafff libcache.dylib armv7s <35b16365f24d3583b54ed5494e4e3fe8> /usr/lib/system/libcache.dylib
0x30aeb000 - 0x30af4fff libcommonCrypto.dylib armv7s <86e8907ed0063ce5aecd8d5fd3a9ea03> /usr/lib/system/libcommonCrypto.dylib
0x30af5000 - 0x30af9fff libcompiler_rt.dylib armv7s <1583f17c628e3ae0bd826648d9693a95> /usr/lib/system/libcompiler_rt.dylib
0x30afa000 - 0x30b00fff libcopyfile.dylib armv7s <fa04bd4afa5e34c8b213148516fc7ee8> /usr/lib/system/libcopyfile.dylib
0x30b01000 - 0x30b4efff libcorecrypto.dylib armv7s <827eda6bb6313bd696b066091efbe650> /usr/lib/system/libcorecrypto.dylib
0x30b4f000 - 0x30b6ffff libdispatch.dylib armv7s <7c9ae65f877f357c93bcae0733fda025> /usr/lib/system/libdispatch.dylib
0x30b70000 - 0x30b71fff libdyld.dylib armv7s <2b9f1320d18433c483d01d5ee8b82130> /usr/lib/system/libdyld.dylib
0x30b72000 - 0x30b72fff libkeymgr.dylib armv7s <095faf9cc4d1302d98a3668b54fd43eb> /usr/lib/system/libkeymgr.dylib
0x30b73000 - 0x30b73fff liblaunch.dylib armv7s <4539754ba32f3503bf0a1e84abc24464> /usr/lib/system/liblaunch.dylib
0x30b74000 - 0x30b77fff libmacho.dylib armv7s <999d7e70f9fb3450b87bb7090ea4011a> /usr/lib/system/libmacho.dylib
0x30b78000 - 0x30b79fff libremovefile.dylib armv7s <fcdc6d90b877387d92ad7d43ed18c38e> /usr/lib/system/libremovefile.dylib
0x30b7a000 - 0x30b8bfff libsystem_asl.dylib armv7s <ad91a54f184b38aca17c1374b2b93fdd> /usr/lib/system/libsystem_asl.dylib
0x30b8c000 - 0x30b8cfff libsystem_blocks.dylib armv7s <4dce3cbac71833779bb57e8e96ba578b> /usr/lib/system/libsystem_blocks.dylib
0x30b8d000 - 0x30bf0fff libsystem_c.dylib armv7s <b3f0052bc5573ff294ec22c26d03ecf1> /usr/lib/system/libsystem_c.dylib
0x30bf1000 - 0x30bf3fff libsystem_configuration.dylib armv7s <aa39ab32ccce3c60861a1c86c7f6c0ca> /usr/lib/system/libsystem_configuration.dylib
0x30bf4000 - 0x30bf5fff libsystem_coreservices.dylib armv7s <f7f867c9730d3b83a663474d32315a1b> /usr/lib/system/libsystem_coreservices.dylib
0x30bf6000 - 0x30c02fff libsystem_coretls.dylib armv7s <f021da49c469378ab2beaba45ceee5cf> /usr/lib/system/libsystem_coretls.dylib
0x30c03000 - 0x30c09fff libsystem_dnssd.dylib armv7s <d6dc8bb4818a3881954437f37f39a37f> /usr/lib/system/libsystem_dnssd.dylib
0x30c0a000 - 0x30c26fff libsystem_info.dylib armv7s <9be4c5d427763fe791fd7b1f955e354f> /usr/lib/system/libsystem_info.dylib
0x30c27000 - 0x30c41fff libsystem_kernel.dylib armv7s <b3042ccef831391f9c3214e734e1f32d> /usr/lib/system/libsystem_kernel.dylib
0x30c42000 - 0x30c61fff libsystem_m.dylib armv7s <88af2f37462c30c8b33bad7c9585dff5> /usr/lib/system/libsystem_m.dylib
0x30c62000 - 0x30c74fff libsystem_malloc.dylib armv7s <a9735eeed02e3f8f959b77a566ce9323> /usr/lib/system/libsystem_malloc.dylib
0x30c75000 - 0x30ca3fff libsystem_network.dylib armv7s <dc6512a657cd3b328d86c498093a75cf> /usr/lib/system/libsystem_network.dylib
0x30ca4000 - 0x30ca9fff libsystem_networkextension.dylib armv7s <e400ff3f6e1c38d9848c76b408eef773> /usr/lib/system/libsystem_networkextension.dylib
0x30caa000 - 0x30cb1fff libsystem_notify.dylib armv7s <731cf3bc3cdd3404ab6ec65ee232516d> /usr/lib/system/libsystem_notify.dylib
0x30cb2000 - 0x30cb6fff libsystem_platform.dylib armv7s <ce543a1aa7863afe952ca193aa0c2b2f> /usr/lib/system/libsystem_platform.dylib
0x30cb7000 - 0x30cbdfff libsystem_pthread.dylib armv7s <258956c52a68341bac9037afb0499a15> /usr/lib/system/libsystem_pthread.dylib
0x30cbe000 - 0x30cc0fff libsystem_sandbox.dylib armv7s <0119449b9f41340fb6f92ac0a4b28fcd> /usr/lib/system/libsystem_sandbox.dylib
0x30cc1000 - 0x30cc4fff libsystem_stats.dylib armv7s <25da756d94d63c718412a6f233c99c85> /usr/lib/system/libsystem_stats.dylib
0x30cc5000 - 0x30ccafff libsystem_trace.dylib armv7s <f0e0c25613de365583ff70d62295114b> /usr/lib/system/libsystem_trace.dylib
0x30ccb000 - 0x30ccbfff libunwind.dylib armv7s <241fa68cfaf333d280d66e132f7efdbe> /usr/lib/system/libunwind.dylib
0x30ccc000 - 0x30ce7fff libxpc.dylib armv7s <8db46991f18235e38e95918a4007aa7a> /usr/lib/system/libxpc.dylib