You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "David Norris (JIRA)" <ji...@apache.org> on 2013/07/15 02:04:48 UTC

[jira] [Commented] (CB-975) camera.getPicture crashes app on iPad3 when capturing multiple images

    [ https://issues.apache.org/jira/browse/CB-975?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13708164#comment-13708164 ] 

David Norris commented on CB-975:
---------------------------------

I have been banging my head (navigator.camera.getPicture randomly crashes app on iOS only) on this problem for weeks and I stumbled upon this thread. I noticed Andrew's comments about a "<select>" tag on the page contributing to the problem and I did some experimenting myself. Sure enough whenever I removed the <select> tags on the page the capture photo routine stopped crashing the app. I am using jQuery Mobile and I did some more experimenting and noticed something more interesting. I could add <select> tags on the page as long as I set the data-native-menu="false". How weird is that. I am living with a workaround for now (I miss the native select lists though) but would love to know from someone smarter than I as to why this is happening. I tried every configurable option on the navigator.camera.getPicture but couldn't solve the problem until I changed the "select" tags. Ideas? I can send copies of the crash report to anyone interested.

David Norris
norris@america.net

Part of crash log below:

Incident Identifier: 99DC44F2-6BEF-40BB-8D68-954DFBE9B040
CrashReporter Key:   2e1ca82c2666b05f2e9d0cba8a88b50600996875
Hardware Model:      iPhone5,2
Process:         DynoForms [154]
Path:            /var/mobile/Applications/CB467233-7F5E-4420-94C9-21115F6F690C/DynoForms.app/DynoForms
Identifier:      DynoForms
Version:         ??? (???)
Code Type:       ARM (Native)
Parent Process:  launchd [1]

Date/Time:       2013-07-14 17:05:27.622 -0400
OS Version:      iOS 6.1.4 (10B350)
Report Version:  104

Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x00000004
Crashed Thread:  13

Thread 0 name:  Dispatch queue: com.apple.main-thread
Thread 0:
0   libsystem_kernel.dylib        	0x3a945e30 mach_msg_trap + 20
1   libsystem_kernel.dylib        	0x3a945fd0 mach_msg + 48
2   CoreFoundation                	0x3273c2b6 __CFRunLoopServiceMachPort + 126
3   CoreFoundation                	0x3273afd6 __CFRunLoopRun + 814
4   CoreFoundation                	0x326ae238 CFRunLoopRunSpecific + 352
5   CoreFoundation                	0x326ae0c4 CFRunLoopRunInMode + 100
6   GraphicsServices              	0x3628d336 GSEventRunModal + 70
7   UIKit                         	0x345ca2b4 UIApplicationMain + 1116
8   DynoForms                     	0x000c6746 0x86000 + 264006
9   DynoForms                     	0x000c6720 0x86000 + 263968

Thread 1 name:  Dispatch queue: com.apple.libdispatch-manager
Thread 1:
0   libsystem_kernel.dylib        	0x3a9465d0 kevent64 + 24
1   libdispatch.dylib             	0x3a881d22 _dispatch_mgr_invoke + 806
2   libdispatch.dylib             	0x3a87d374 _dispatch_mgr_thread + 32

                
> camera.getPicture crashes app on iPad3 when capturing multiple images
> ---------------------------------------------------------------------
>
>                 Key: CB-975
>                 URL: https://issues.apache.org/jira/browse/CB-975
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: iOS
>    Affects Versions: 1.7.0, 1.8.1, 1.9.0, 2.0.0
>         Environment: iOS 5.1.1
> iPad 3 (device is not jailbbroken or anything special, stock standard)
> Built on PhoneGap Build service
> iPhone 4s
>            Reporter: Andrew Smith
>            Assignee: Shazron Abdullah
>            Priority: Critical
>              Labels: camera, memory
>
> I have a page which allows users to capture multiple images, one after the other.  Somewhere between the second and fifth capture, the application crashes.  Restarting the device and closing other apps makes no difference as to how long it takes to crash.
> -deleted-I have not been able to test on an iPhone.-deleted-
> Update: can confirm it happens on iPhone 4S too.
> I have tried with both FILE_URI and DATA_URL, with no noticeable change.
> Here is my pared down code which exhibits the detailed behaviour.  This method is called from an onclick event on a DIV element.
> {code:javascript}
> ModFormCommon.AddPhoto = function () {
> 	
> 	if (!navigator.camera) {
> 		alert("Photos are not supported on this device");
> 		return;
> 	}
> 	navigator.camera.getPicture(
> 		function( data ) {
> 			alert("Photo taken: " + data.length);
> 		},
> 		function (sMessage) {
> 			alert("Photo error: " + sMessage);
> 		},
> 		{
> 			quality: 25,
> 			//destinationType: Camera.DestinationType.FILE_URI 
> 			destinationType: Camera.DestinationType.DATA_URL
> 		});
> };
> {code}
> The Crashlog is sometimes proceeded by a low memory warning, but not always, so don't know that it's relevant.
> Crashlog is as follows:
> Incident Identifier: F8CD8A48-0989-479C-AC7E-4CBF31BAE737
> CrashReporter Key:   f491a35dbb4b6f2e7c0d29faeee7feaf7813f4c8
> Hardware Model:      iPad3,3
> Process:         MDC [809]
> Path:            /var/mobile/Applications/CC253554-F6B5-4E8F-BC83-27F34241AE80/MDC.app/MDC
> Identifier:      MDC
> Version:         ??? (???)
> Code Type:       ARM (Native)
> Parent Process:  launchd [1]
> Date/Time:       2012-06-28 11:53:53.141 +1000
> OS Version:      iPhone OS 5.1.1 (9B206)
> Report Version:  104
> Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
> Exception Codes: KERN_INVALID_ADDRESS at 0x00000000
> Crashed Thread:  10
> Thread 0 name:  Dispatch queue: com.apple.main-thread
> Thread 0:
> 0   libsystem_kernel.dylib        	0x35034004 0x35033000 + 4100
> 1   libsystem_kernel.dylib        	0x350341fa 0x35033000 + 4602
> 2   CoreFoundation                	0x32b413ec 0x32ab4000 + 578540
> 3   CoreFoundation                	0x32b400ea 0x32ab4000 + 573674
> 4   CoreFoundation                	0x32ac349e 0x32ab4000 + 62622
> 5   CoreFoundation                	0x32ac3366 0x32ab4000 + 62310
> 6   GraphicsServices              	0x32c10432 0x32c0c000 + 17458
> 7   UIKit                         	0x350a2cce 0x35071000 + 203982
> 8   MDC                           	0x000024c8 0x1000 + 5320
> 9   MDC                           	0x00002444 0x1000 + 5188
> Thread 1 name:  Dispatch queue: com.apple.libdispatch-manager
> Thread 1:
> 0   libsystem_kernel.dylib        	0x350343a8 0x35033000 + 5032
> 1   libdispatch.dylib             	0x31298f04 0x31295000 + 16132
> 2   libdispatch.dylib             	0x31298c22 0x31295000 + 15394
> Thread 2 name:  WebThread
> Thread 2:
> 0   libsystem_kernel.dylib        	0x35034004 0x35033000 + 4100
> 1   libsystem_kernel.dylib        	0x350341fa 0x35033000 + 4602
> 2   CoreFoundation                	0x32b413ec 0x32ab4000 + 578540
> 3   CoreFoundation                	0x32b40124 0x32ab4000 + 573732
> 4   CoreFoundation                	0x32ac349e 0x32ab4000 + 62622
> 5   CoreFoundation                	0x32ac3366 0x32ab4000 + 62310
> 6   WebCore                       	0x35861c9c 0x357b8000 + 695452
> 7   libsystem_c.dylib             	0x31f2b72e 0x31f1d000 + 59182
> 8   libsystem_c.dylib             	0x31f2b5e8 0x31f1d000 + 58856
> Thread 3 name:  com.apple.NSURLConnectionLoader
> Thread 3:
> 0   libsystem_kernel.dylib        	0x35034004 0x35033000 + 4100
> 1   libsystem_kernel.dylib        	0x350341fa 0x35033000 + 4602
> 2   CoreFoundation                	0x32b413ec 0x32ab4000 + 578540
> 3   CoreFoundation                	0x32b40124 0x32ab4000 + 573732
> 4   CoreFoundation                	0x32ac349e 0x32ab4000 + 62622
> 5   CoreFoundation                	0x32ac3366 0x32ab4000 + 62310
> 6   Foundation                    	0x371c1bb2 0x371b1000 + 68530
> 7   Foundation                    	0x371c1a7a 0x371b1000 + 68218
> 8   Foundation                    	0x3725558a 0x371b1000 + 673162
> 9   libsystem_c.dylib             	0x31f2b72e 0x31f1d000 + 59182
> 10  libsystem_c.dylib             	0x31f2b5e8 0x31f1d000 + 58856
> Thread 4 name:  WebCore: CFNetwork Loader
> Thread 4:
> 0   libsystem_kernel.dylib        	0x35034004 0x35033000 + 4100
> 1   libsystem_kernel.dylib        	0x350341fa 0x35033000 + 4602
> 2   CoreFoundation                	0x32b413ec 0x32ab4000 + 578540
> 3   CoreFoundation                	0x32b40124 0x32ab4000 + 573732
> 4   CoreFoundation                	0x32ac349e 0x32ab4000 + 62622
> 5   CoreFoundation                	0x32ac3366 0x32ab4000 + 62310
> 6   WebCore                       	0x3588b0d2 0x357b8000 + 864466
> 7   libsystem_c.dylib             	0x31f2b72e 0x31f1d000 + 59182
> 8   libsystem_c.dylib             	0x31f2b5e8 0x31f1d000 + 58856
> Thread 5:
> 0   libsystem_kernel.dylib        	0x35034004 0x35033000 + 4100
> 1   libsystem_kernel.dylib        	0x350341fa 0x35033000 + 4602
> 2   CoreFoundation                	0x32b413ec 0x32ab4000 + 578540
> 3   CoreFoundation                	0x32b40124 0x32ab4000 + 573732
> 4   CoreFoundation                	0x32ac349e 0x32ab4000 + 62622
> 5   CoreFoundation                	0x32b40444 0x32ab4000 + 574532
> 6   CoreMotion                    	0x3273b7a2 0x326fa000 + 268194
> 7   libsystem_c.dylib             	0x31f2b72e 0x31f1d000 + 59182
> 8   libsystem_c.dylib             	0x31f2b5e8 0x31f1d000 + 58856
> Thread 6 name:  WebCore: LocalStorage
> Thread 6:
> 0   libsystem_kernel.dylib        	0x35044068 0x35033000 + 69736
> 1   libsystem_c.dylib             	0x31f2ba46 0x31f1d000 + 59974
> 2   libsystem_c.dylib             	0x31f2b7c2 0x31f1d000 + 59330
> 3   JavaScriptCore                	0x3624a90e 0x36185000 + 809230
> 4   WebCore                       	0x359c2bdc 0x357b8000 + 2141148
> 5   WebCore                       	0x359c2b92 0x357b8000 + 2141074
> 6   libsystem_c.dylib             	0x31f2b72e 0x31f1d000 + 59182
> 7   libsystem_c.dylib             	0x31f2b5e8 0x31f1d000 + 58856
> Thread 7 name:  WebCore: Database
> Thread 7:
> 0   libsystem_kernel.dylib        	0x35044068 0x35033000 + 69736
> 1   libsystem_c.dylib             	0x31f2ba46 0x31f1d000 + 59974
> 2   libsystem_c.dylib             	0x31f2b7c2 0x31f1d000 + 59330
> 3   JavaScriptCore                	0x3624a90e 0x36185000 + 809230
> 4   WebCore                       	0x35a91850 0x357b8000 + 2988112
> 5   WebCore                       	0x35a911a0 0x357b8000 + 2986400
> 6   WebCore                       	0x35a90f5e 0x357b8000 + 2985822
> 7   libsystem_c.dylib             	0x31f2b72e 0x31f1d000 + 59182
> 8   libsystem_c.dylib             	0x31f2b5e8 0x31f1d000 + 58856
> Thread 8 name:  Dispatch queue: CA::CG::Queue
> Thread 8:
> 0   libsystem_kernel.dylib        	0x35034004 0x35033000 + 4100
> 1   libsystem_kernel.dylib        	0x350341fa 0x35033000 + 4602
> 2   IOKit                         	0x34ebbea2 0x34e89000 + 208546
> 3   IOKit                         	0x34e8d13a 0x34e89000 + 16698
> 4   libGPUSupportMercury.dylib    	0x378b26fc 0x378ae000 + 18172
> 5   IMGSGX543GLDriver             	0x3094467a 0x30936000 + 59002
> 6   libGPUSupportMercury.dylib    	0x378b0450 0x378ae000 + 9296
> 7   GLEngine                      	0x34e27774 0x34da8000 + 522100
> 8   GLEngine                      	0x34e34850 0x34da8000 + 575568
> 9   GLEngine                      	0x34ddef72 0x34da8000 + 225138
> 10  QuartzCore                    	0x31fccfc4 0x31fb6000 + 94148
> 11  QuartzCore                    	0x31fcce7c 0x31fb6000 + 93820
> 12  QuartzCore                    	0x31fcc252 0x31fb6000 + 90706
> 13  QuartzCore                    	0x31fcbfa0 0x31fb6000 + 90016
> 14  QuartzCore                    	0x31fcf726 0x31fb6000 + 104230
> 15  QuartzCore                    	0x31fcf5b0 0x31fb6000 + 103856
> 16  QuartzCore                    	0x31ff3fb2 0x31fb6000 + 253874
> 17  QuartzCore                    	0x31ff3d74 0x31fb6000 + 253300
> 18  QuartzCore                    	0x31ff0054 0x31fb6000 + 237652
> 19  QuartzCore                    	0x31fee862 0x31fb6000 + 231522
> 20  libdispatch.dylib             	0x31297d08 0x31295000 + 11528
> 21  libdispatch.dylib             	0x31297b6e 0x31295000 + 11118
> 22  libdispatch.dylib             	0x312987e0 0x31295000 + 14304
> 23  libsystem_c.dylib             	0x31f25df4 0x31f1d000 + 36340
> 24  libsystem_c.dylib             	0x31f25cc8 0x31f1d000 + 36040
> Thread 9 name:  com.apple.CFSocket.private
> Thread 9:
> 0   libsystem_kernel.dylib        	0x35044570 0x35033000 + 71024
> 1   CoreFoundation                	0x32b4563a 0x32ab4000 + 595514
> 2   libsystem_c.dylib             	0x31f2b72e 0x31f1d000 + 59182
> 3   libsystem_c.dylib             	0x31f2b5e8 0x31f1d000 + 58856
> Thread 10 name:  Dispatch queue: com.apple.camera.avcapturesession
> Thread 10 Crashed:
> 0   WebCore                       	0x357cb25a 0x357b8000 + 78426
> 1   WebCore                       	0x35903106 0x357b8000 + 1356038
> 2   WebCore                       	0x3582f1ca 0x357b8000 + 487882
> 3   WebCore                       	0x3582e8c8 0x357b8000 + 485576
> 4   WebCore                       	0x3582e71c 0x357b8000 + 485148
> 5   WebCore                       	0x3582e2c0 0x357b8000 + 484032
> 6   WebCore                       	0x3582e1d6 0x357b8000 + 483798
> 7   WebCore                       	0x3582ce66 0x357b8000 + 478822
> 8   WebCore                       	0x3582dfc0 0x357b8000 + 483264
> 9   WebCore                       	0x35902100 0x357b8000 + 1351936
> 10  WebCore                       	0x35850298 0x357b8000 + 623256
> 11  WebCore                       	0x3584ff24 0x357b8000 + 622372
> 12  WebCore                       	0x3582f840 0x357b8000 + 489536
> 13  WebCore                       	0x3582cf32 0x357b8000 + 479026
> 14  WebCore                       	0x3582dfc0 0x357b8000 + 483264
> 15  WebCore                       	0x3582d406 0x357b8000 + 480262
> 16  WebCore                       	0x3582cf40 0x357b8000 + 479040
> 17  WebCore                       	0x3582dfc0 0x357b8000 + 483264
> 18  WebCore                       	0x35905402 0x357b8000 + 1364994
> 19  WebCore                       	0x3582bd2c 0x357b8000 + 474412
> 20  WebCore                       	0x3582bec2 0x357b8000 + 474818
> 21  WebCore                       	0x3582bec2 0x357b8000 + 474818
> 22  WebCore                       	0x3582b4c8 0x357b8000 + 472264
> 23  WebCore                       	0x3582b182 0x357b8000 + 471426
> 24  WebKit                        	0x35f8fc7c 0x35f78000 + 97404
> 25  WebKit                        	0x35f8fa86 0x35f78000 + 96902
> 26  WebKit                        	0x35f8f9be 0x35f78000 + 96702
> 27  WebCore                       	0x3582af4c 0x357b8000 + 470860
> 28  WebCore                       	0x3582ada6 0x357b8000 + 470438
> 29  WebCore                       	0x3582ae0c 0x357b8000 + 470540
> 30  WebCore                       	0x3582ae0c 0x357b8000 + 470540
> 31  WebCore                       	0x3582ae0c 0x357b8000 + 470540
> 32  WebCore                       	0x3582ae0c 0x357b8000 + 470540
> 33  WebCore                       	0x3582ace2 0x357b8000 + 470242
> 34  WebCore                       	0x3582ac58 0x357b8000 + 470104
> 35  WebCore                       	0x3582a97c 0x357b8000 + 469372
> 36  WebCore                       	0x3582a69e 0x357b8000 + 468638
> 37  QuartzCore                    	0x31fc0c1e 0x31fb6000 + 44062
> 38  QuartzCore                    	0x31fc032e 0x31fb6000 + 41774
> 39  QuartzCore                    	0x31fbff5a 0x31fb6000 + 40794
> 40  QuartzCore                    	0x31fbfe9c 0x31fb6000 + 40604
> 41  QuartzCore                    	0x31fbf844 0x31fb6000 + 38980
> 42  QuartzCore                    	0x31fbf578 0x31fb6000 + 38264
> 43  QuartzCore                    	0x31fbeea8 0x31fb6000 + 36520
> 44  QuartzCore                    	0x31fbee28 0x31fb6000 + 36392
> 45  Celestial                     	0x313867c0 0x31378000 + 59328
> 46  AVFoundation                  	0x31b68c74 0x31b06000 + 404596
> 47  AVFoundation                  	0x31b66274 0x31b06000 + 393844
> 48  AVFoundation                  	0x31b65d06 0x31b06000 + 392454
> 49  PhotoLibrary                  	0x36d8dff4 0x36d47000 + 290804
> 50  libdispatch.dylib             	0x31295c52 0x31295000 + 3154
> 51  libdispatch.dylib             	0x31297d08 0x31295000 + 11528
> 52  libdispatch.dylib             	0x31297b6e 0x31295000 + 11118
> 53  libdispatch.dylib             	0x312987e0 0x31295000 + 14304
> 54  libsystem_c.dylib             	0x31f25df4 0x31f1d000 + 36340
> 55  libsystem_c.dylib             	0x31f25cc8 0x31f1d000 + 36040
> Thread 11 name:  com.apple.coremedia.player.async
> Thread 11:
> 0   libsystem_kernel.dylib        	0x35044068 0x35033000 + 69736
> 1   libsystem_c.dylib             	0x31f2ba46 0x31f1d000 + 59974
> 2   libsystem_c.dylib             	0x31f2b7c2 0x31f1d000 + 59330
> 3   CoreMedia                     	0x34c15868 0x34c13000 + 10344
> 4   MediaToolbox                  	0x336e83e6 0x336e4000 + 17382
> 5   CoreMedia                     	0x34c348b4 0x34c13000 + 137396
> 6   libsystem_c.dylib             	0x31f2b72e 0x31f1d000 + 59182
> 7   libsystem_c.dylib             	0x31f2b5e8 0x31f1d000 + 58856
> Thread 12:
> 0   libsystem_kernel.dylib        	0x35044cd4 0x35033000 + 72916
> 1   libsystem_c.dylib             	0x31f25f36 0x31f1d000 + 36662
> 2   libsystem_c.dylib             	0x31f25cc8 0x31f1d000 + 36040
> Thread 10 crashed with ARM Thread State:
>     r0: 0x00000000    r1: 0x00000000      r2: 0x00000000      r3: 0x00080000
>     r4: 0x018a54d4    r5: 0x00000000      r6: 0x018a54d8      r7: 0x0ad98e48
>     r8: 0x09b7a1d4    r9: 0x00000000     r10: 0x0ad98f58     r11: 0x00000001
>     ip: 0x3ee7cb1c    sp: 0x0ad98e14      lr: 0x358003a7      pc: 0x357cb25a
>   cpsr: 0x60000030
> Binary Images:
>     0x1000 -    0x37fff +MDC armv7  <9e22b926f24f3ece8f5058520cea2263> /var/mobile/Applications/CC253554-F6B5-4E8F-BC83-27F34241AE80/MDC.app/MDC
> 0x2fe05000 - 0x2fe26fff  dyld armv7  <77eddfd654df393ba9c95ff01715fd08> /usr/lib/dyld
> 0x3017e000 - 0x30189fff  AccountSettings armv7  <373e59421d983c93931cfbad87b1ae35> /System/Library/PrivateFrameworks/AccountSettings.framework/AccountSettings
> 0x3018a000 - 0x3021cfff  HomeSharing armv7  <11ca6ed6f8c0377aba1d3e03484c380f> /System/Library/PrivateFrameworks/HomeSharing.framework/HomeSharing
> 0x302d7000 - 0x3031cfff  GeoServices armv7  <a26be2e76e8730ab91a16502aba376be> /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices
> 0x3031d000 - 0x3038dfff  CoreImage armv7  <86ac6f5a267637b6b7f8a831dfc7c64b> /System/Library/Frameworks/CoreImage.framework/CoreImage
> 0x3038e000 - 0x303a6fff  ChunkingLibrary armv7  <c73a4b4b38ae3702bc1feae489d31634> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/ChunkingLibrary
> 0x303a7000 - 0x30476fff  libGLProgrammability.dylib armv7  <49607ffe4ee9389494285a213e392924> /System/Library/Frameworks/OpenGLES.framework/libGLProgrammability.dylib
> 0x30477000 - 0x30478fff  CoreSurface armv7  <97f871f09f503c98a6371c2b657430d8> /System/Library/PrivateFrameworks/CoreSurface.framework/CoreSurface
> 0x30485000 - 0x304e2fff  StoreServices armv7  <6ce256d3cf433e4aa1af8d696bf1f75d> /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices
> 0x304e3000 - 0x304e3fff  Accelerate armv7  <55b24cf91a8b3532bde6733c96f14c08> /System/Library/Frameworks/Accelerate.framework/Accelerate
> 0x304f6000 - 0x30507fff  libxpc.dylib armv7  <ccf25b1e49ce3b2fa58d8c8546755505> /usr/lib/system/libxpc.dylib
> 0x30508000 - 0x30519fff  AirTraffic armv7  <c9eb888c1bd1322cbda5b01d41be0c7d> /System/Library/PrivateFrameworks/AirTraffic.framework/AirTraffic
> 0x30520000 - 0x3059ffff  libsqlite3.dylib armv7  <bf01f5ed47b033d8bde30d735ff44416> /usr/lib/libsqlite3.dylib
> 0x305a0000 - 0x305d7fff  Security armv7  <eea56f71fde83c2981f9281dc7823725> /System/Library/Frameworks/Security.framework/Security
> 0x30732000 - 0x3076efff  AppSupport armv7  <311eac85b2a433a884dacba77217b49e> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
> 0x30778000 - 0x3077efff  liblaunch.dylib armv7  <aa2bcba6fc7a36a191958fef2e995475> /usr/lib/system/liblaunch.dylib
> 0x3077f000 - 0x3077ffff  libkeymgr.dylib armv7  <ebd2dddf55d83cf48a18913968775960> /usr/lib/system/libkeymgr.dylib
> 0x3078d000 - 0x30933fff  CoreData armv7  <b0215b6d4d143859a2b313ecade095ec> /System/Library/Frameworks/CoreData.framework/CoreData
> 0x30936000 - 0x30a3cfff  IMGSGX543GLDriver armv7  <7454a840600038949d67edad05097242> /System/Library/Extensions/IMGSGX543GLDriver.bundle/IMGSGX543GLDriver
> 0x30aaf000 - 0x30ac3fff  PersistentConnection armv7  <54091a638f8731cd85ccf00fa06972c3> /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection
> 0x30aec000 - 0x30b60fff  MediaControlSender armv7  <87315c54b2293ab589950341ff91b45d> /System/Library/PrivateFrameworks/MediaControlSender.framework/MediaControlSender
> 0x30cf3000 - 0x30cf4fff  libsystem_sandbox.dylib armv7  <6a8f2f33c7543808a0f4599101c3b61a> /usr/lib/system/libsystem_sandbox.dylib
> 0x30cf5000 - 0x30e68fff  MediaPlayer armv7  <63cdf8f9c66d36e7a4e69e2f6cae854f> /System/Library/Frameworks/MediaPlayer.framework/MediaPlayer
> 0x30f18000 - 0x30f70fff  CoreAudio armv7  <be335e8eb6f93594b028a6ddd503a183> /System/Library/Frameworks/CoreAudio.framework/CoreAudio
> 0x30f71000 - 0x30f80fff  GenerationalStorage armv7  <d84c3fd0e7bd36e78c256f2f4c5a4e91> /System/Library/PrivateFrameworks/GenerationalStorage.framework/GenerationalStorage
> 0x30f84000 - 0x310bbfff  MusicLibrary armv7  <32bc794969e534df97a14dc4be228408> /System/Library/PrivateFrameworks/MusicLibrary.framework/MusicLibrary
> 0x3110a000 - 0x311e9fff  RawCamera armv7  <293f818ba6533dceae8b900b6ed3c887> /System/Library/CoreServices/RawCamera.bundle/RawCamera
> 0x31203000 - 0x31205fff  MobileInstallation armv7  <215d93dbb0f63cbf828f9126eb7b5349> /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation
> 0x31295000 - 0x312abfff  libdispatch.dylib armv7  <9ecfaef4110a3bf9a92d12f0fe8d1d78> /usr/lib/system/libdispatch.dylib
> 0x312e0000 - 0x312e4fff  libAccessibility.dylib armv7  <9a17d07b5a3b38cfafdf16f78c99b572> /usr/lib/libAccessibility.dylib
> 0x312e5000 - 0x3130afff  OpenCL armv7  <f4b08361179a3f6bb033415b0d7c6251> /System/Library/PrivateFrameworks/OpenCL.framework/OpenCL
> 0x3133b000 - 0x3133cfff  libsystem_blocks.dylib armv7  <9fdc27af7350323bbc7d98e14e027907> /usr/lib/system/libsystem_blocks.dylib
> 0x31378000 - 0x3143afff  Celestial armv7  <19617260ee073e23b95e456d93930aea> /System/Library/PrivateFrameworks/Celestial.framework/Celestial
> 0x3143d000 - 0x31469fff  ACTFramework armv7  <0bc67086eb7b31d090bb4c9c7a54bfb2> /System/Library/PrivateFrameworks/ACTFramework.framework/ACTFramework
> 0x314ae000 - 0x314cbfff  libsystem_info.dylib armv7  <50863bcbf478323e96a8e5b1a83ea6f9> /usr/lib/system/libsystem_info.dylib
> 0x314cc000 - 0x314ddfff  DataAccessExpress armv7  <e6144ba265da3bb7b9a263aa1a29b054> /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress
> 0x31508000 - 0x315bbfff  iTunesStore armv7  <b3c0cce5f8e632e18f841c32b68f57a1> /System/Library/PrivateFrameworks/iTunesStore.framework/iTunesStore
> 0x31987000 - 0x31987fff  vecLib armv7  <a2cfe25e77aa36bfb4a30b2d0d2dd465> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib
> 0x31b06000 - 0x31bbcfff  AVFoundation armv7  <35cb7a0eb1dc3554a777c1cc11cb0415> /System/Library/Frameworks/AVFoundation.framework/AVFoundation
> 0x31d0b000 - 0x31d0dfff  libCoreVMClient.dylib armv7  <d4d4aa3090c83e87bcb15ed00b93fd5c> /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib
> 0x31d10000 - 0x31d10fff  libunwind.dylib armv7  <e0a73a57795f3e1698a52ebe6fc07005> /usr/lib/system/libunwind.dylib
> 0x31d11000 - 0x31d14fff  CaptiveNetwork armv7  <f5cc4b97ce9432da9426f12621453325> /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork
> 0x31d15000 - 0x31d28fff  DataDetectorsCore armv7  <3f4596cbe1b13fdcb427d87de21df3f6> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/DataDetectorsCore
> 0x31db2000 - 0x31db9fff  MailServices armv7  <ab2388ce733e38b7a261273a401bbbf1> /System/Library/PrivateFrameworks/MailServices.framework/MailServices
> 0x31dba000 - 0x31dbffff  libcopyfile.dylib armv7  <52e874396c393ed29099789ce702cfe2> /usr/lib/system/libcopyfile.dylib
> 0x31dc0000 - 0x31dccfff  Accounts armv7  <79f22009b1173e1e81f70fc5c0410119> /System/Library/Frameworks/Accounts.framework/Accounts
> 0x31e51000 - 0x31e94fff  ImageCapture armv7  <e21827dfb65032e1aa7fdf22a4f37fc4> /System/Library/PrivateFrameworks/ImageCapture.framework/ImageCapture
> 0x31e95000 - 0x31ec8fff  CoreMediaStream armv7  <f5a0b436d07a3bcea37b43627249177b> /System/Library/PrivateFrameworks/CoreMediaStream.framework/CoreMediaStream
> 0x31ecf000 - 0x31f19fff  ManagedConfiguration armv7  <f1fbb825def23043830a095b953a9c94> /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration
> 0x31f1d000 - 0x31fa9fff  libsystem_c.dylib armv7  <f859ce1ad1773f0ba98d7c6e135b7697> /usr/lib/system/libsystem_c.dylib
> 0x31faa000 - 0x31facfff  libCoreFSCache.dylib armv7  <808518e0fbf539af8489f028ca5198c7> /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib
> 0x31fad000 - 0x31faefff  libdnsinfo.dylib armv7  <9aede8d6579d3430ac39ae5f95cce498> /usr/lib/system/libdnsinfo.dylib
> 0x31fb6000 - 0x320a7fff  QuartzCore armv7  <35d64a9da5523ae08c9e41511fd3061b> /System/Library/Frameworks/QuartzCore.framework/QuartzCore
> 0x322cc000 - 0x32379fff  libxml2.2.dylib armv7  <58d47f064e0232119f4b838ad659f9c1> /usr/lib/libxml2.2.dylib
> 0x3237a000 - 0x3237bfff  libremovefile.dylib armv7  <402f8956975d3b6fb86ab9b31a43242c> /usr/lib/system/libremovefile.dylib
> 0x323b3000 - 0x323b3fff  liblangid.dylib armv7  <644ff4bcfbf337b5b5859e3f0fc0a9a8> /usr/lib/liblangid.dylib
> 0x32649000 - 0x32693fff  libvDSP.dylib armv7  <441b42aca07b3da39feab25f8349918f> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib
> 0x326f2000 - 0x326f6fff  Marco armv7  <8dea3e558fe534ff868fc92e215ce53b> /System/Library/PrivateFrameworks/Marco.framework/Marco
> 0x326fa000 - 0x32780fff  CoreMotion armv7  <6a9355d5a8e238b5b8f193605d509e15> /System/Library/Frameworks/CoreMotion.framework/CoreMotion
> 0x32781000 - 0x3286ffff  libiconv.2.dylib armv7  <2cfefe2ad1d335dd9549562910e7a2e2> /usr/lib/libiconv.2.dylib
> 0x32878000 - 0x328c6fff  CoreLocation armv7  <44550ebedf23334d85441d9743b74e03> /System/Library/Frameworks/CoreLocation.framework/CoreLocation
> 0x32919000 - 0x32922fff  libMobileGestalt.dylib armv7  <4a15e845dc6f3a4a980de66c1cc44c42> /usr/lib/libMobileGestalt.dylib
> 0x329a8000 - 0x329aefff  XPCObjects armv7  <dc568831fa5b3b22b673c62bc9d21d16> /System/Library/PrivateFrameworks/XPCObjects.framework/XPCObjects
> 0x32a02000 - 0x32a2efff  libtidy.A.dylib armv7  <3aacc5b650e037c086a8ff6657d154bf> /usr/lib/libtidy.A.dylib
> 0x32ab4000 - 0x32bcbfff  CoreFoundation armv7  <6d450fe923d7387f8b01845e0edd713d> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
> 0x32bf4000 - 0x32bf8fff  IOMobileFramebuffer armv7  <42dbc26828e934acabb4f3b0a35d8250> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer
> 0x32c0c000 - 0x32c16fff  GraphicsServices armv7  <cb64e146a8ee3fda9e80ffae1ccc9c5a> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
> 0x32c1a000 - 0x32edbfff  libLAPACK.dylib armv7  <0e94e9a7e7a334649afaccae0f1215a2> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib
> 0x32f0c000 - 0x32f12fff  MediaStream armv7  <d3473621f67036dda5ecabeb14c62b4e> /System/Library/PrivateFrameworks/MediaStream.framework/MediaStream
> 0x33385000 - 0x333cefff  AddressBook armv7  <b17a2962e9043e0385c3c2c652155f2b> /System/Library/Frameworks/AddressBook.framework/AddressBook
> 0x3349d000 - 0x334a5fff  MobileWiFi armv7  <b76c3e9fb78234c392058250d4620e72> /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi
> 0x334b0000 - 0x334c6fff  libmis.dylib armv7  <258bc92be5823b239b4412dd42cb4807> /usr/lib/libmis.dylib
> 0x334c7000 - 0x334e6fff  libSystem.B.dylib armv7  <0c55744b6f7335eebba4ca2c3d10b43c> /usr/lib/libSystem.B.dylib
> 0x334e7000 - 0x334ecfff  libsystem_dnssd.dylib armv7  <27bb5462450732e380f5a2c170546e93> /usr/lib/system/libsystem_dnssd.dylib
> 0x334ed000 - 0x33529fff  IMFoundation armv7  <253125b9103c3d13b66923ac6893c25b> /System/Library/PrivateFrameworks/IMCore.framework/Frameworks/IMFoundation.framework/IMFoundation
> 0x335e4000 - 0x335e9fff  CrashReporterSupport armv7  <dc11c5c2cbe73a6288a6094ebf5de673> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport
> 0x335ea000 - 0x335f0fff  liblockdown.dylib armv7  <9e45ce468a6f31e5b8263f2c224aa800> /usr/lib/liblockdown.dylib
> 0x336b6000 - 0x336dffff  ToneLibrary armv7  <7c1be74cc7833f3db25638fbc4ed55b8> /System/Library/PrivateFrameworks/ToneLibrary.framework/ToneLibrary
> 0x336e4000 - 0x33911fff  MediaToolbox armv7  <c3098478486032c6aff336fa711c4fc6> /System/Library/PrivateFrameworks/MediaToolbox.framework/MediaToolbox
> 0x33933000 - 0x339ddfff  libBLAS.dylib armv7  <bf822cc1a3243ae7b104cf73ca22d352> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib
> 0x33a00000 - 0x33b45fff  CoreGraphics armv7  <903545b89a7f311d95100ac7d1d44709> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
> 0x33b48000 - 0x33babfff  IMCore armv7  <046b6b615a743057b59d4aaba8a91d61> /System/Library/PrivateFrameworks/IMCore.framework/IMCore
> 0x33ce2000 - 0x33ce9fff  libc++abi.dylib armv7  <bab4dcbfc5943d3fbb637342d35e8045> /usr/lib/libc++abi.dylib
> 0x33cea000 - 0x33d03fff  Twitter armv7  <8fe6d77b99b43d2287e9c51bc4b22456> /System/Library/Frameworks/Twitter.framework/Twitter
> 0x33d04000 - 0x33d07fff  CoreTime armv7  <a398de5ba1e43a11b7008e9bb5a7f6fe> /System/Library/PrivateFrameworks/CoreTime.framework/CoreTime
> 0x33d08000 - 0x33d15fff  libbsm.0.dylib armv7  <750a0de73a733019a77144b805d4d2f8> /usr/lib/libbsm.0.dylib
> 0x33d52000 - 0x33da3fff  libstdc++.6.dylib armv7  <c352af5a742e3c7a8d4d7e5f6f454793> /usr/lib/libstdc++.6.dylib
> 0x33da4000 - 0x33db6fff  DataDetectorsUI armv7  <50ea319aaeb7307e92719980dd4b2953> /System/Library/PrivateFrameworks/DataDetectorsUI.framework/DataDetectorsUI
> 0x33e5d000 - 0x33e86fff  AppleAccount armv7  <2ba44023410231fcb3f72f762ea3ce6e> /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount
> 0x33eb2000 - 0x33eb2fff  libCVMSPluginSupport.dylib armv7  <a80aaa9989483ce3a496a061fd1e9e0a> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib
> 0x33eb3000 - 0x33eb5fff  OAuth armv7  <3ccc08bd120934baba4572552dc18ee4> /System/Library/PrivateFrameworks/OAuth.framework/OAuth
> 0x33eb8000 - 0x33f5efff  AddressBookUI armv7  <da424fecc66e3628ab03378ae80b38fc> /System/Library/Frameworks/AddressBookUI.framework/AddressBookUI
> 0x33f5f000 - 0x33f7ffff  libxslt.1.dylib armv7  <39348471007e39dab80af68b08390456> /usr/lib/libxslt.1.dylib
> 0x33f83000 - 0x3405bfff  vImage armv7  <caf3648be2933384b6aa1ae7408ab4f0> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage
> 0x34069000 - 0x3406ffff  libnotify.dylib armv7  <9406297de3e43742887890662a87ab53> /usr/lib/system/libnotify.dylib
> 0x34070000 - 0x34076fff  IAP armv7  <17eddbf5590d3cb88d4acbda27447f5b> /System/Library/PrivateFrameworks/IAP.framework/IAP
> 0x34082000 - 0x3408afff  ProtocolBuffer armv7  <0e846afacf823d2b8c029cc3010a8253> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer
> 0x3408d000 - 0x343fcfff  TextInput armv7  <8d7f24642c7634cc8e3a6e65f1dcd98e> /System/Library/PrivateFrameworks/TextInput.framework/TextInput
> 0x34499000 - 0x349ddfff  FaceCoreLight armv7  <f326d88709683520b251dc53cb847c11> /System/Library/PrivateFrameworks/FaceCoreLight.framework/FaceCoreLight
> 0x349de000 - 0x349f4fff  DictionaryServices armv7  <6ed2e967136f37d4a4b9b318d6c43b83> /System/Library/PrivateFrameworks/DictionaryServices.framework/DictionaryServices
> 0x34a0d000 - 0x34ab0fff  libType2Streamer.dylib armv7  <c9a317d53794331fa60f323c384b302c> /usr/lib/libType2Streamer.dylib
> 0x34b09000 - 0x34bcffff  libobjc.A.dylib armv7  <90014d1bc583366d85622e43097df416> /usr/lib/libobjc.A.dylib
> 0x34bfb000 - 0x34c01fff  MobileIcons armv7  <ed1b46f917903c9b9baaa2be4392dafe> /System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons
> 0x34c02000 - 0x34c0cfff  libbz2.1.0.dylib armv7  <40e4045fb79e382b8833707746cf28b1> /usr/lib/libbz2.1.0.dylib
> 0x34c0e000 - 0x34c0efff  libgcc_s.1.dylib armv7  <eb82984fa36c329387aa518aa5205f3d> /usr/lib/libgcc_s.1.dylib
> 0x34c13000 - 0x34c5bfff  CoreMedia armv7  <e274e1b894753b2eb05cf7b22a36d0c1> /System/Library/Frameworks/CoreMedia.framework/CoreMedia
> 0x34c5c000 - 0x34c63fff  AssetsLibraryServices armv7  <38132ecfd74b325fb1a4142bab663c19> /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices
> 0x34c64000 - 0x34c67fff  NetworkStatistics armv7  <7848d8ebad99367cb4f7f4e3fe88e5d6> /System/Library/PrivateFrameworks/NetworkStatistics.framework/NetworkStatistics
> 0x34d38000 - 0x34d89fff  CoreText armv7  <5bfac4ee88d03d5b87a1f105abb7756c> /System/Library/Frameworks/CoreText.framework/CoreText
> 0x34da8000 - 0x34e6efff  GLEngine armv7  <6617f2b4ee283469a5595129889ff049> /System/Library/Frameworks/OpenGLES.framework/GLEngine.bundle/GLEngine
> 0x34e6f000 - 0x34e88fff  libRIP.A.dylib armv7  <1828cddc5dd93c61afbefb59587d7f8a> /System/Library/Frameworks/CoreGraphics.framework/Resources/libRIP.A.dylib
> 0x34e89000 - 0x34ec7fff  IOKit armv7  <fcda71d29d6136dfbd84c1725f4998e5> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
> 0x34ec8000 - 0x34eccfff  IOSurface armv7  <443ac3aab9283da480dd9dcda3c5c88e> /System/Library/PrivateFrameworks/IOSurface.framework/IOSurface
> 0x35033000 - 0x35049fff  libsystem_kernel.dylib armv7  <311f379a9fde305d80c1b22b7dd2e52a> /usr/lib/system/libsystem_kernel.dylib
> 0x3504a000 - 0x35060fff  EAP8021X armv7  <952fcfdec0633aff923768fca1a26fcb> /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X
> 0x35061000 - 0x3506bfff  libvMisc.dylib armv7  <e8248c797b9b363594bb652ddf7ce16d> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib
> 0x35071000 - 0x35513fff  UIKit armv7  <cd513a2f22f53d698c3e10f6fe48a63e> /System/Library/Frameworks/UIKit.framework/UIKit
> 0x35515000 - 0x35674fff  libmecabra.dylib armv7  <06a0a1ee488030169bdfab11fc8d2c5c> /usr/lib/libmecabra.dylib
> 0x35675000 - 0x356b8fff  libcommonCrypto.dylib armv7  <95b49daf4cf038b6bea8010bba3a1e26> /usr/lib/system/libcommonCrypto.dylib
> 0x356e8000 - 0x356f7fff  SpringBoardServices armv7  <a2363f8ed49932dba415d2d4cd32fb74> /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices
> 0x356f8000 - 0x356fcfff  libGFXShared.dylib armv7  <998fccc16cf735dbb62324202995e193> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
> 0x3578b000 - 0x357a9fff  BulletinBoard armv7  <6b4e1e4680c030cb9a0ced9ff69a711f> /System/Library/PrivateFrameworks/BulletinBoard.framework/BulletinBoard
> 0x357b8000 - 0x35f77fff  WebCore armv7  <2690c38c9c5f3c09975d619dd1dfbed7> /System/Library/PrivateFrameworks/WebCore.framework/WebCore
> 0x35f78000 - 0x36048fff  WebKit armv7  <3c5dd2ec46fe3e189c25bba78ad88fa1> /System/Library/PrivateFrameworks/WebKit.framework/WebKit
> 0x36049000 - 0x36095fff  CoreTelephony armv7  <b8f80d5d594c31d2b5d8fba9fdedb7e1> /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
> 0x360a5000 - 0x360e9fff  MobileCoreServices armv7  <757226927a873d5492be721908077b48> /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
> 0x360ed000 - 0x360f0fff  libsystem_network.dylib armv7  <356cb66612e836968ef24e6e5c3364cc> /usr/lib/system/libsystem_network.dylib
> 0x360f1000 - 0x3613afff  libc++.1.dylib armv7  <5b690e5dd5a43a7fb166ade9fe58a7a4> /usr/lib/libc++.1.dylib
> 0x3614c000 - 0x36184fff  VideoToolbox armv7  <9f25f38d1cd13a1daff99cfde8884410> /System/Library/PrivateFrameworks/VideoToolbox.framework/VideoToolbox
> 0x36185000 - 0x362aafff  JavaScriptCore armv7  <2ffc6c87b94434288366bd53765ee267> /System/Library/PrivateFrameworks/JavaScriptCore.framework/JavaScriptCore
> 0x36830000 - 0x36907fff  CFNetwork armv7  <765a472c824830eea91b8f02d12867e4> /System/Library/Frameworks/CFNetwork.framework/CFNetwork
> 0x36908000 - 0x36909fff  libdyld.dylib armv7  <977b0ad6f2f433108b4a0324a57cd2ab> /usr/lib/system/libdyld.dylib
> 0x3690a000 - 0x36911fff  MediaRemote armv7  <42dc1b43dabd3692b97d6aacfbdf0449> /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote
> 0x36912000 - 0x36941fff  MMCS armv7  <527ed7a3b4753ead89e30be95dc3c590> /System/Library/PrivateFrameworks/MMCS.framework/MMCS
> 0x36986000 - 0x369fffff  ProofReader armv7  <6db611d8df6530d480f97a40bc519f70> /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader
> 0x36a37000 - 0x36a76fff  QuickLook armv7  <802b1092542a3017a0380632502610d4> /System/Library/Frameworks/QuickLook.framework/QuickLook
> 0x36a77000 - 0x36c34fff  ImageIO armv7  <02e3578171fa3b6a969b244275fd2bab> /System/Library/Frameworks/ImageIO.framework/ImageIO
> 0x36c35000 - 0x36c58fff  Bom armv7  <c3435ecd2e5839f89de51edad0e1bb00> /System/Library/PrivateFrameworks/Bom.framework/Bom
> 0x36c59000 - 0x36c8efff  SystemConfiguration armv7  <4464a4e3bb3f32f7abaa35ebf31fda49> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
> 0x36c8f000 - 0x36d2dfff  PhotoLibraryServices armv7  <cd1287cc992d30cbaf534a72113bad7e> /System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices
> 0x36d47000 - 0x36e6afff  PhotoLibrary armv7  <cff5092ea3343d8ebb2159c93c00ac68> /System/Library/PrivateFrameworks/PhotoLibrary.framework/PhotoLibrary
> 0x36e7f000 - 0x37063fff  AudioToolbox armv7  <c91e27850452330ea804db6408840fd2> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
> 0x37196000 - 0x371a2fff  CoreVideo armv7  <364fa32d513f3c11b50970120545f1a8> /System/Library/Frameworks/CoreVideo.framework/CoreVideo
> 0x371b1000 - 0x3732ffff  Foundation armv7  <c40ddb073142315bb4ebb214343d0b7f> /System/Library/Frameworks/Foundation.framework/Foundation
> 0x3739f000 - 0x373dcfff  FTServices armv7  <3f23418319a03a589dd5cac7df20e238> /System/Library/PrivateFrameworks/FTServices.framework/FTServices
> 0x375df000 - 0x375e2fff  libcompiler_rt.dylib armv7  <b2c05d8601c13be884097192dca4e187> /usr/lib/system/libcompiler_rt.dylib
> 0x375e6000 - 0x375edfff  SpringBoardUI armv7  <84e082f96770383096a5b083841d3f59> /System/Library/PrivateFrameworks/SpringBoardUI.framework/SpringBoardUI
> 0x37671000 - 0x37675fff  AggregateDictionary armv7  <3a3a33f3a05538988c6e2bb363dc46a8> /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary
> 0x3767a000 - 0x376fdfff  MapKit armv7  <e39706ac199134a497954e1f1d6d7245> /System/Library/Frameworks/MapKit.framework/MapKit
> 0x3770b000 - 0x3770cfff  DataMigration armv7  <d77f0e8f39ee37f5a2ac713a3fd9e693> /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
> 0x3770d000 - 0x3774dfff  libGLImage.dylib armv7  <40448706190031f6b0d9636cc11ee81d> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
> 0x37853000 - 0x37859fff  MobileKeyBag armv7  <e1f06241ef0e3f0aae00f15df572077e> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag
> 0x378ae000 - 0x378b3fff  libGPUSupportMercury.dylib armv7  <3c1cc3175c403ace8fcbd3826bd43807> /System/Library/PrivateFrameworks/GPUSupport.framework/libGPUSupportMercury.dylib
> 0x378b4000 - 0x378b7fff  libmacho.dylib armv7  <e52b77623bd031bc807e77029566c777> /usr/lib/system/libmacho.dylib
> 0x378b8000 - 0x378c4fff  libCRFSuite.dylib armv7  <bdb2b4d1a78c39c1ba60d791207aed2a> /usr/lib/libCRFSuite.dylib
> 0x378c5000 - 0x37900fff  libCGFreetype.A.dylib armv7  <55941c96cf1f3b048e72a148c4496c16> /System/Library/Frameworks/CoreGraphics.framework/Resources/libCGFreetype.A.dylib
> 0x3790c000 - 0x37926fff  TelephonyUI armv7  <1bbfc733115c34739b82923657cc057c> /System/Library/PrivateFrameworks/TelephonyUI.framework/TelephonyUI
> 0x37927000 - 0x3792bfff  libcache.dylib armv7  <d6a7436ed8dc33d795c9b42baf864882> /usr/lib/system/libcache.dylib
> 0x3792d000 - 0x37983fff  GMM armv7  <6b2f7e1aa6be3d69b4c4cf54ed960602> /System/Library/PrivateFrameworks/GMM.framework/GMM
> 0x37a13000 - 0x37a28fff  libresolv.9.dylib armv7  <66f7557fa4b43979b186e00271839fdb> /usr/lib/libresolv.9.dylib
> 0x37a29000 - 0x37a2dfff  FTClientServices armv7  <21de970d7ebb3e7fb502a0a5451b0806> /System/Library/PrivateFrameworks/FTClientServices.framework/FTClientServices
> 0x37a2e000 - 0x37b77fff  libicucore.A.dylib armv7  <b70646b63f1f3b33896dd8cb91b8dab1> /usr/lib/libicucore.A.dylib
> 0x37bb9000 - 0x37bddfff  PrintKit armv7  <08509c7bc915358b953de6f5cbef5c56> /System/Library/PrivateFrameworks/PrintKit.framework/PrintKit
> 0x37bde000 - 0x37be3fff  ApplePushService armv7  <f424c0340de637c08bbeb4f3bd8c6eaf> /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService
> 0x37be4000 - 0x37bfefff  libPDFRIP.A.dylib armv7  <42fc0d0055ed38d4a082918a620faadd> /System/Library/Frameworks/CoreGraphics.framework/Resources/libPDFRIP.A.dylib
> 0x37c4e000 - 0x37c5afff  libz.1.dylib armv7  <36ce86a3dc8c344596c8c325615f374b> /usr/lib/libz.1.dylib
> 0x37c5b000 - 0x37c6afff  OpenGLES armv7  <e80acc691001301e96101bb89d940033> /System/Library/Frameworks/OpenGLES.framework/OpenGLES

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira