Timeout on Launch of iOS app
I have an app that has been on the App Store for months that has been running just fine for almost everyone.
However, I was contacted many months ago by a single user that had been using our app for months without any issues, but all of a sudden they started having a problem with our app "crashing on launch everytime". Making the app completely non-functional.
Even rebooting their device didn't help the issue. The only thing that fixed this issue for them was to delete the app from their device and then reinstall it. Then the app started working again properly. As our app tracks useful data for the user, deleting the app also deleted all their saved data that was stored in a SQLite DB by the app, which was less than ideal.
More recently I had another person contact me about the same issue and then it started happening on one of my own devices, which is really starting to scare me that the problem could be much more widespread that I initially thought. I created a new debug build and tried to debug the issue on my own device, but upon running the debug build the problem mysteriously went away and now the app launches again with no issues.
Initially I thought that the app's SQLite DB might be getting corrupted somehow (as one of the individuals indicated that they had run out of storage space on their device when the problem happened). As we access the DB a few times during the launch sequence I thought that a corrupt DB file might be causing the crash. However, after running a debug build on the device that was having the fail to launch issue the problem suddenly mysteriously fixed itself, the app was able to access the DB and all the data in it without issues.
After checking for Crash Reports in iTunes Connect, there is now a new "Timeout on Launch 0% of submitted timeouts" entry that wasn't there before. Along with a new “Resident Private Memory Size" entry that lists "Average = 0.0B and Maximum 0.0B".
I also had one crash log that I’ve included below. The crash log seems to indicate that the app is failing to resume in time and I believe that the iOS is thus killing the app before it has a chance to start. As iOS thinks it is taking too long to start up. Although iOS seems to be killing my app after only 0.590 seconds according to the crash file. Also on my own device the app would shut down and dump me back to the home screen within 3 seconds of the app icon being tapped on. The splash screen flashes up briefly and then the app goes away. As the app barely has time to display the default splash screen, I doubt it is even getting a chance to run any actual code before getting shut down.
I’m a bit stumped as to why the app would work fine for months and then all of a sudden the iOS would start to decide killing it on launch. If indeed that is what is happening. I’m not all that great a reading/understanding this crash logs. Also why reinstalling the same version of the app would make the problem go away completely. Unless the DB access is getting way too slow for some reason and causing a timeout.
Any help/ideas that anyone could give me would be greatly appreciated.
Thanks.
Incident Identifier: AFA9013D-0168-4CA2-863A-2764BF84AEA9
Hardware Model: iPad2,1
Process: MyApp [519]
Path: /var/mobile/Applications/4D007A8F-BCD4-4C51-BD6B-644DC98FC2A9/MyApp.app/MyApp
Identifier: MyApp
Version: ??? (???)
Code Type: ARM (Native)
Parent Process: launchd [1]
Date/Time: 2012-01-06 21:37:07.637 +0800
OS Version: iPhone OS 4.3.3 (8J2)
Report Version: 104
Exception Type: 00000020
Exception Codes: 0x8badf00d
Highlighted Thread: 0
Application Specific Information:
MyApp failed to resume in time
Elapsed total CPU time (seconds): 0.590 (user 0.360, system 0.230), 3% CPU
Elapsed application CPU time (seconds): 0.000, 0% CPU
Thread 0 name: Dispatch queue: com.apple.main-thread
Thread 0:
0 MyApp 0x007532dc main + 1430732
1 MyApp 0x005d42fc 0x005d42fc
2 MyApp 0x005d0310 0x005d0310
3 MyApp 0x007572b0 main + 1447072
4 QuartzCore 0x34cebbe4 CA::Display::DisplayLink::dispatch(unsigned long long, unsigned long long)
5 QuartzCore 0x34cebd0c CA::Display::IOMFBDisplayLink::callback(__IOMobileFramebuffer*, unsigned long long, unsigned long long, unsigned long long, void*)
6 IOMobileFramebuffer 0x30cb69c0 IOMobileFramebufferVsyncNotifyFunc
7 IOKit 0x346626e4 IODispatchCalloutFromCFMessage
8 CoreFoundation 0x36f13bd8 __CFMachPortPerform
9 CoreFoundation 0x36f1ea90 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__
10 CoreFoundation 0x36f20838 __CFRunLoopDoSource1
11 CoreFoundation 0x36f21606 __CFRunLoopRun
12 CoreFoundation 0x36eb1ebc CFRunLoopRunSpecific
13 CoreFoundation 0x36eb1dc4 CFRunLoopRunInMode
14 GraphicsServices 0x3180a418 GSEventRunModal
15 GraphicsServices 0x3180a4c4 GSEventRun
16 UIKit 0x30ea9d62 -[UIApplication _run]
17 UIKit 0x30ea7800 UIApplicationMain
18 MyApp 0x005f5e54 main + 68
19 MyApp 0x00be6128 main + 6226712
Thread 1 name: Dispatch queue: com.apple.libdispatch-manager
Thread 1:
0 libsystem_kernel.dylib 0x346d3fbc kevent + 24
1 libdispatch.dylib 0x33413ed4 _dispatch_mgr_invoke
2 libdispatch.dylib 0x33414f3a _dispatch_queue_invoke
3 libdispatch.dylib 0x334144ec _dispatch_worker_thread2
4 libsystem_c.dylib 0x353c758a _pthread_wqthread
5 libsystem_c.dylib 0x353c7bbc start_wqthread + 0
Thread 2 name: WebThread
Thread 2:
0 libsystem_kernel.dylib 0x346d0c00 mach_msg_trap + 20
1 libsystem_kernel.dylib 0x346d0758 mach_msg
2 CoreFoundation 0x36f1f2b8 __CFRunLoopServiceMachPort
3 CoreFoundation 0x36f21562 __CFRunLoopRun
4 CoreFoundation 0x36eb1ebc CFRunLoopRunSpecific
5 CoreFoundation 0x36eb1dc4 CFRunLoopRunInMode
6 WebCore 0x3654727e RunWebThread(void*)
7 libsystem_c.dylib 0x353c630a _pthread_start
8 libsystem_c.dylib 0x353c7bb4 thread_start + 0
Thread 3:
0 libsystem_kernel.dylib 0x346d0c00 mach_msg_trap + 20
1 libsystem_kernel.dylib 0x346d0758 mach_msg
2 libsystem_kernel.dylib 0x346c21cc exception_raise
3 MyApp 0x001c9dcc 0x001c9dcc
4 MyApp 0x001c9f7c 0x001c9f7c
5 MyApp 0x001ca1a0 0x001ca1a0
6 libsystem_c.dylib 0x353c630a _pthread_start
7 libsystem_c.dylib 0x353c7bb4 thread_start + 0
Thread 4:
0 libsystem_kernel.dylib 0x346d2d18 __semwait_signal + 24
1 libsystem_c.dylib 0x353ed860 _pthread_cond_wait
2 libsystem_c.dylib 0x35394eb2 pthread_cond_wait
3 MyApp 0x00816564 main + 2230100
4 MyApp 0x007053d0 main + 1111488
5 MyApp 0x008167d0 main + 2230720
6 MyApp 0x00816abc main + 2231468
7 MyApp 0x00816c1c main + 2231820
8 libsystem_c.dylib 0x353c630a _pthread_start
9 libsystem_c.dylib 0x353c7bb4 thread_start + 0
Thread 5:
0 libsystem_kernel.dylib 0x346d2d18 __semwait_signal + 24
1 libsystem_c.dylib 0x353ed860 _pthread_cond_wait
2 libsystem_c.dylib 0x35394eb2 pthread_cond_wait
3 MyApp 0x00816564 main + 2230100
4 MyApp 0x007053d0 main + 1111488
5 MyApp 0x008167d0 main + 2230720
6 MyApp 0x00816abc main + 2231468
7 MyApp 0x00816c1c main + 2231820
8 libsystem_c.dylib 0x353c630a _pthread_start
9 libsystem_c.dylib 0x353c7bb4 thread_start + 0
Thread 6:
0 libsystem_kernel.dylib 0x346d2d18 __semwait_signal + 24
1 libsystem_c.dylib 0x353ed860 _pthread_cond_wait
2 libsystem_c.dylib 0x35394e86 pthread_cond_timedwait
3 MyApp 0x00816518 main + 2230024
4 MyApp 0x0003f3e4 0x0003f3e4
5 MyApp 0x008167d0 main + 2230720
6 MyApp 0x00816abc main + 2231468
7 MyApp 0x00816c1c main + 2231820
8 libsystem_c.dylib 0x353c630a _pthread_start
9 libsystem_c.dylib 0x353c7bb4 thread_start + 0
Thread 7 name: AQClient
Thread 7:
0 libsystem_kernel.dylib 0x346d0c5c semaphore_wait_signal_trap + 8
1 libsystem_kernel.dylib 0x346d0f52 semaphore_wait_signal
2 libsystem_c.dylib 0x353c4734 pthread_mutex_lock
3 MyApp 0x001dd554 0x001dd554
4 MyApp 0x00752d24 main + 1429268
5 AudioToolbox 0x338fee6c AQCallbackReceiver_OutputCallback
6 AudioToolbox 0x338fedb8 _XOutputCallback
7 AudioToolbox 0x338fdd64 mshMIGPerform
8 CoreFoundation 0x36f1ea90 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__
9 CoreFoundation 0x36f20838 __CFRunLoopDoSource1
10 CoreFoundation 0x36f21606 __CFRunLoopRun
11 CoreFoundation 0x36eb1ebc CFRunLoopRunSpecific
12 CoreFoundation 0x36eb1dc4 CFRunLoopRunInMode
13 AudioToolbox 0x338d9772 GenericRunLoopThread::RunLoop()
14 AudioToolbox 0x338ebea6 TRunLoop<AQClient>::Entry(void*)
15 AudioToolbox 0x338d948a CAPThread::Entry(CAPThread*)
16 libsystem_c.dylib 0x353c630a _pthread_start
17 libsystem_c.dylib 0x353c7bb4 thread_start + 0
Unknown thread crashed with unknown flavor: 5, state_count: 1
Binary Images:
0x1000 - 0x11e6fff + MyApp armv7 <bb3def2f2eb2bc857878415e055f5094> /var/mobile/Applications/4D007A8F-BCD4-4C51-BD6B-644DC98FC2A9/MyApp.app/MyApp
0x1393000 - 0x1393fff +MobileSubstrate.dylib armv6 <5b28f15272a4394ca1aaf2d755a99412> /Library/MobileSubstrate/MobileSubstrate.dylib
0x13ca000 - 0x13cbfff +SubstrateLoader.dylib armv6 <f3b84768c452327a9e173106425e2a38> /Library/Frameworks/CydiaSubstrate.framework/Libraries/SubstrateLoader.dylib
0x13ee000 - 0x13f1fff +CydiaSubstrate armv6 <5ac0b5d17c9732a3a9ba678d738790c5> /Library/Frameworks/CydiaSubstrate.framework/CydiaSubstrate
0x1700000 - 0x1710fff +WinterBoard.dylib arm /Library/MobileSubstrate/DynamicLibraries/WinterBoard.dylib
0x2fe00000 - 0x2fe25fff dyld armv7 <bb9bfc7d242331d29a79adf7ef7aaa18> /usr/lib/dyld
0x30b3f000 - 0x30b4afff libz.1.dylib armv7 <ac706bee36593dc683fd5a96a389d72e> /usr/lib/libz.1.dylib
0x30b60000 - 0x30b64fff AssetsLibraryServices armv7 <e1cbfe599c96369ca4bdb0dd99d3cd9f> /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices
0x30bd5000 - 0x30be1fff SpringBoardServices armv7 <c68262667ac8397a949ce4e92dfec7db> /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices
0x30be3000 - 0x30c42fff libBLAS.dylib armv7 <0b36b2272aa33a8c9aa22d99c89d7189> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib
0x30cb5000 - 0x30cb7fff IOMobileFramebuffer armv7 <683f321680763e519d61541170ba2133> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer
0x30cb8000 - 0x30dd2fff libicucore.A.dylib armv7 <bada0c2725bb31a483d5adf9aaf1f8df> /usr/lib/libicucore.A.dylib
0x30e7b000 - 0x31208fff UIKit armv7 <c271b78464d93cb7bf28c6e49df293ba> /System/Library/Frameworks/UIKit.framework/UIKit
0x31209000 - 0x3120bfff CrashReporterSupport armv7 <9e7efa009730322f84bbc5d8bf1ded94> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport
0x312a6000 - 0x31593fff libLAPACK.dylib armv7 <b855d60dac01310495453bddfd004f0d> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib
0x31594000 - 0x31694fff libGLProgrammability.dylib armv7 <c0e6b958279639c098136283c6ad06a8> /System/Library/Frameworks/OpenGLES.framework/libGLProgrammability.dylib
0x316be000 - 0x316f2fff VideoToolbox armv7 <570c63dc3a273a5a8c9072fd5567f5c1> /System/Library/PrivateFrameworks/VideoToolbox.framework/VideoToolbox
0x31806000 - 0x31812fff GraphicsServices armv7 <ff78a9636e933f0dbd222f8d26209788> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
0x3339a000 - 0x333bafff PrintKit armv7 <e5a01ca9083a36afacc08611a398e2ad> /System/Library/PrivateFrameworks/PrintKit.framework/PrintKit
0x333bb000 - 0x333eefff AppSupport armv7 <0217468bd9f839229a47910b7816b3d5> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
0x333f4000 - 0x333f9fff liblaunch.dylib armv7 <f5ccc8234aea3ebd9a88bd37f0fa23ae> /usr/lib/system/liblaunch.dylib
0x33413000 - 0x33420fff libdispatch.dylib armv7 <9a0511ad5ebc3db898f1f49ed1a73d34> /usr/lib/system/libdispatch.dylib
0x33428000 - 0x3342dfff libnotify.dylib armv7 <9d7198e91de9386a9e5ea43608a66a57> /usr/lib/system/libnotify.dylib
0x33445000 - 0x334dafff ImageIO armv7 <d520e3241d1130e8ac1375ee0f2c1095> /System/Library/Frameworks/ImageIO.framework/ImageIO
0x33575000 - 0x3357afff libcopyfile.dylib armv7 <e57c2b9054b831d9a37119baaa4947cb> /usr/lib/system/libcopyfile.dylib
0x335d4000 - 0x335d4fff libdnsinfo.dylib armv7 <21415179ffa03f949fa8cc851c6c31c7> /usr/lib/system/libdnsinfo.dylib
0x33600000 - 0x336c4fff libobjc.A.dylib armv7 <6b51e76fde9f381bb7b3bc5badbfee3a> /usr/lib/libobjc.A.dylib
0x336db000 - 0x336dbfff vecLib armv7 <0c60cd0a60f43d2791d36cb357d30e3c> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib
0x336dc000 - 0x33705fff MobileCoreServices armv7 <57fef84bdc17301d8bf53ba0fb967fe6> /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
0x33774000 - 0x3377afff liblockdown.dylib armv7 <14c89b7346433c1f8675f454531f6ca3> /usr/lib/liblockdown.dylib
0x3379c000 - 0x338bbfff Foundation armv7 <09ff368178c5321c9715b9c8d491d53f> /System/Library/Frameworks/Foundation.framework/Foundation
0x338d8000 - 0x33a2cfff AudioToolbox armv7 <6619c8c13f8d328e923e797fa8d0df23> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
0x33a30000 - 0x33a35fff MobileKeyBag armv7 <8c35c090bc373cb181fc26b961b8dba5> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag
0x33a36000 - 0x33b23fff libiconv.2.dylib armv7 <f4146ce07e3031ea8a81fa5516fd77d0> /usr/lib/libiconv.2.dylib
0x33b24000 - 0x33b72fff GMM armv7 <049361f664eb3f30b0d25cd56ffc1f0f> /System/Library/PrivateFrameworks/GMM.framework/GMM
0x33c0d000 - 0x33cdefff IMGSGX543GLDriver armv7 <406a4fa178c036e78cdc9537d5332c2e> /System/Library/Extensions/IMGSGX543GLDriver.bundle/IMGSGX543GLDriver
0x33ce3000 - 0x33ce6fff ApplePushService armv7 <015c68c15621348db9f6a012499170e1> /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService
0x33ce8000 - 0x33cfafff PersistentConnection armv7 <659ea9d5b13d3fefb37acff09016a69c> /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection
0x33edf000 - 0x33f1efff libSystem.B.dylib armv7 <33dcf9a403ae3fd5971d6030ada2fcab> /usr/lib/libSystem.B.dylib
0x33f2a000 - 0x33fd3fff libxml2.2.dylib armv7 <5538d3f2c7d83b88b06168488fe6326b> /usr/lib/libxml2.2.dylib
0x340c5000 - 0x341c9fff JavaScriptCore armv7 <61a94142e2d23dafa2964190dd46e9e3> /System/Library/PrivateFrameworks/JavaScriptCore.framework/JavaScriptCore
0x341cc000 - 0x341d5fff MobileWiFi armv7 <03d98d5cf6383695aa7d8a88da52f410> /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi
0x342f5000 - 0x3430afff libresolv.9.dylib armv7 <e92cfbb83f7b330db19181e797bb3f7b> /usr/lib/libresolv.9.dylib
0x3430f000 - 0x34364fff libvDSP.dylib armv7 <0221caba81a235c5a896a835e2aac047> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib
0x34366000 - 0x34417fff WebKit armv7 <eb9a0d69c64b3127b2bffd71641add3b> /System/Library/PrivateFrameworks/WebKit.framework/WebKit
0x34418000 - 0x3445bfff ManagedConfiguration armv7 <f790c26852cb3cf298abe56bc9a3940b> /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration
0x345aa000 - 0x345abfff DataMigration armv7 <42e9e87a4e0735c3837e27d4f2adcf55> /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
0x345b6000 - 0x345b7fff libremovefile.dylib armv7 <e8858a499d663e6a9e3c188521273cc1> /usr/lib/system/libremovefile.dylib
0x345c9000 - 0x345fefff AddressBook armv7 <3f2071a77bc134cd82065eef90d4082f> /System/Library/Frameworks/AddressBook.framework/AddressBook
0x345ff000 - 0x34645fff CoreLocation armv7 <c1924042951e3df98515c7bf36093c1c> /System/Library/Frameworks/CoreLocation.framework/CoreLocation
0x34652000 - 0x34652fff libCVMSPluginSupport.dylib armv7 <42d8aa2a31843a6e8bfff745644a7ba5> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib
0x34653000 - 0x3465cfff CoreVideo armv7 <ea847e6dba2d36b1826b255c73b39539> /System/Library/Frameworks/CoreVideo.framework/CoreVideo
0x3465f000 - 0x34697fff IOKit armv7 <80ae313ad69d3363935c88e51a11862d> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x34698000 - 0x346aefff EAP8021X armv7 <9fefc0ada30435fbb3b51818c74f6cb8> /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X
0x346c1000 - 0x346d8fff libsystem_kernel.dylib armv7 <a06ec84e53bf32098b63c0caebdb45b6> /usr/lib/system/libsystem_kernel.dylib
0x346dd000 - 0x3471afff CoreText armv7 <fb6a72faec2330c4b2cd33c2e9c59588> /System/Library/Frameworks/CoreText.framework/CoreText
0x3471f000 - 0x34738fff libRIP.A.dylib armv7 <4825c3e392983aba947eca06555e4480> /System/Library/Frameworks/CoreGraphics.framework/Resources/libRIP.A.dylib
0x34793000 - 0x34795fff libgcc_s.1.dylib armv7 <a2631ac302f4310dae8367939e16b7c2> /usr/lib/libgcc_s.1.dylib
0x34796000 - 0x34799fff libmacho.dylib armv7 <43311c113a9d3182b7d007129819f029> /usr/lib/system/libmacho.dylib
0x3479a000 - 0x347a8fff OpenGLES armv7 <5a76beaeaa013f0cbf16e5cb154598ab> /System/Library/Frameworks/OpenGLES.framework/OpenGLES
0x348a5000 - 0x348adfff MobileBluetooth armv7 <63f11756c4aa3262b2317ff3b8e2a977> /System/Library/PrivateFrameworks/MobileBluetooth.framework/MobileBluetooth
0x348ae000 - 0x348f4fff CoreTelephony armv7 <af7d1e770e5a3ffd8834a57fb5d40557> /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
0x348f5000 - 0x348f6fff CoreSurface armv7 <7b83cd757da73e6e826693c29296d3fa> /System/Library/PrivateFrameworks/CoreSurface.framework/CoreSurface
0x34abd000 - 0x34b2cfff ProofReader armv7 <6d843c6aecdd37ae84baa40af8ad7e65> /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader
0x34b30000 - 0x34b35fff libsystem_dnssd.dylib armv7 <c7cfe523e2d73521abc01587313ef730> /usr/lib/system/libsystem_dnssd.dylib
0x34b36000 - 0x34b37fff libdyld.dylib armv7 <41a7b5e5d9983449ab33affed0f635ad> /usr/lib/system/libdyld.dylib
0x34b4f000 - 0x34c3bfff GLEngine armv7 <f216c91c5fdb38a9ae65dc6651ccbd02> /System/Library/Frameworks/OpenGLES.framework/GLEngine.bundle/GLEngine
0x34c55000 - 0x34d04fff QuartzCore armv7 <ef9632c9781f3101916b65e9faae1579> /System/Library/Frameworks/QuartzCore.framework/QuartzCore
0x34ed0000 - 0x3501cfff MediaToolbox armv7 <482b13059e8a329fa5d832baede25103> /System/Library/PrivateFrameworks/MediaToolbox.framework/MediaToolbox
0x35393000 - 0x35414fff libsystem_c.dylib armv7 <a7077267b6743ed3bbdd86d4380c75d9> /usr/lib/system/libsystem_c.dylib
0x35572000 - 0x355b2fff CoreMedia armv7 <8e0570582ba535bfa74f1f00eef64376> /System/Library/Frameworks/CoreMedia.framework/CoreMedia
0x355be000 - 0x35600fff CoreAudio armv7 <c972fd5f8e89333ca680b9a33587f896> /System/Library/Frameworks/CoreAudio.framework/CoreAudio
0x35770000 - 0x35774fff libcache.dylib armv7 <d2f7fd2a352b3cd59c564be34b53cf80> /usr/lib/system/libcache.dylib
0x35791000 - 0x35798fff libMobileGestalt.dylib armv7 <55f29184efcc3046bb833dd72a4487e1> /usr/lib/libMobileGestalt.dylib
0x357b9000 - 0x357d8fff Bom armv7 <b178e3efb4d733c694bd5a55e57a314f> /System/Library/PrivateFrameworks/Bom.framework/Bom
0x35919000 - 0x3591dfff libGFXShared.dylib armv7 <a0772a32cd8b3b9194bb0c29807c1c5b> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
0x3592e000 - 0x3597ffff libsqlite3.dylib armv7 <8a41cc6a6d9332308bc415d27577fd24> /usr/lib/libsqlite3.dylib
0x35980000 - 0x35987fff libbz2.1.0.dylib armv7 <0a082e1d475432959ba93aa3dbf7fb31> /usr/lib/libbz2.1.0.dylib
0x35a18000 - 0x35a4ffff Security armv7 <6599f42a910b3b31a0e1d98c883d61cb> /System/Library/Frameworks/Security.framework/Security
0x35a50000 - 0x35a51fff libsystem_blocks.dylib armv7 <ccc041df3de73eafb7a59e74cdb1702b> /usr/lib/system/libsystem_blocks.dylib
0x35a52000 - 0x35a8afff libCGFreetype.A.dylib armv7 <ccea634795153164a681f0f311f4461d> /System/Library/Frameworks/CoreGraphics.framework/Resources/libCGFreetype.A.dylib
0x35c9e000 - 0x35ca0fff MobileInstallation armv7 <94b6d6c5d9883175af26764567528127> /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation
0x35cf1000 - 0x35cf4fff CaptiveNetwork armv7 <fc834fd33a18341ea7506587ad895703> /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork
0x35cf5000 - 0x35d31fff libGLImage.dylib armv7 <9d97699e44ee3651ba4ac37e5adec35b> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
0x35d32000 - 0x35d3cfff AccountSettings armv7 <d083fb384dc7311eb6766b9b2d2dd9c8> /System/Library/PrivateFrameworks/AccountSettings.framework/AccountSettings
0x35d4b000 - 0x35d95fff libstdc++.6.dylib armv7 <b2cac408951c3f3c9ba3cf563e54ce81> /usr/lib/libstdc++.6.dylib
0x35d9c000 - 0x35d9cfff libsystem_sandbox.dylib armv7 <f47c01d627853b328e088b3fdd08e87d> /usr/lib/system/libsystem_sandbox.dylib
0x35da5000 - 0x35dc2fff libsystem_info.dylib armv7 <48016be86e3f3cd9aeee1c6590e1ac6f> /usr/lib/system/libsystem_info.dylib
0x35fb1000 - 0x35fb8fff AggregateDictionary armv7 <ab9777b39e8e3026ad64dc90323cad7e> /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary
0x35fb9000 - 0x36007fff CoreMotion armv7 <58c353bb7e33361f881da07c72f4cdfb> /System/Library/Frameworks/CoreMotion.framework/CoreMotion
0x36008000 - 0x36009fff libsystem_network.dylib armv7 <39bf0f48bd8539169a77f8f61cdcd4c9> /usr/lib/system/libsystem_network.dylib
0x3600a000 - 0x3600cfff libAccessibility.dylib armv7 <d55f1553d14831a2a5435ae27ef75ef4> /usr/lib/libAccessibility.dylib
0x3600d000 - 0x36010fff IOSurface armv7 <ad50e71624583d06b891344d832f9b08> /System/Library/PrivateFrameworks/IOSurface.framework/IOSurface
0x36045000 - 0x36045fff Accelerate armv7 <7d5ad465049136afaa1f0d89aac600bc> /System/Library/Frameworks/Accelerate.framework/Accelerate
0x36247000 - 0x36306fff CFNetwork armv7 <b09e0d53de9f3bc8bde494780f3cdd4f> /System/Library/Frameworks/CFNetwork.framework/CFNetwork
0x36448000 - 0x364ccfff AVFoundation armv7 <eeaf5f4f822436a5bd1655f536e69879> /System/Library/Frameworks/AVFoundation.framework/AVFoundation
0x364e9000 - 0x36518fff SystemConfiguration armv7 <1d73b8a159363f96bb9c039655c5eae6> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
0x3653a000 - 0x36540fff ProtocolBuffer armv7 <f9277ee9b85b3722975ad319a323aca0> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer
0x36541000 - 0x36b4cfff WebCore armv7 <07941e59d0a33f94802c16c76238fddf> /System/Library/PrivateFrameworks/WebCore.framework/WebCore
0x36e85000 - 0x36e98fff libmis.dylib armv7 <529ea6e3a87230ce9f6cf3285c22429c> /usr/lib/libmis.dylib
0x36ea9000 - 0x36f8efff CoreFoundation armv7 <a8444f997111304c9571b3ff974b769c> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
0x36fa6000 - 0x3704cfff Celestial armv7 <7fbd02fa664b33babaf0327c320d1491> /System/Library/PrivateFrameworks/Celestial.framework/Celestial
0x3713e000 - 0x3714bfff libbsm.0.dylib armv7 <0a1e2bb78d5138419ecad8ba0fe42fdd> /usr/lib/libbsm.0.dylib
0x371e8000 - 0x37309fff CoreGraphics armv7 <65f6c8701b563542820a26b0dfc4f6a4> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
