scalessec / Toast

An Objective-C category that adds toast notifications to the UIView object class.
MIT License
3.87k stars 714 forks source link

Crash #87

Closed aryaxt closed 6 years ago

aryaxt commented 8 years ago

Any idea what could cause a crash here? happens on iOS 8, 9, 10 all types of iphone Note: I usually add toasts to the main window

Crashed: com.apple.main-thread
0  libobjc.A.dylib                0x1952c5028 _object_set_associative_reference + 432
1  Company                   0x10077c98c __57-[UIView(Toast) showToast:duration:position:tapCallback:]_block_invoke.39 (UIView+Toast.m:136)
2  UIKit                          0x188111c10 -[UIViewAnimationBlockDelegate _sendDeferredCompletion:] + 88
3  Foundation                     0x184534180 __NSFireDelayedPerform + 424
4  CoreFoundation                 0x1835f7e78 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 28
5  CoreFoundation                 0x1835f7b28 __CFRunLoopDoTimer + 888
6  CoreFoundation                 0x1835f5574 __CFRunLoopRun + 1372
7  CoreFoundation                 0x183520f74 CFRunLoopRunSpecific + 396
8  GraphicsServices               0x18cf836fc GSEventRunModal + 168
9  UIKit                          0x188122d94 UIApplicationMain + 1488
10 Company                   0x1000ca278 main (main.m:13)
11 libdyld.dylib                  0x19595ea08 start + 4
guodong000 commented 8 years ago

+1

scalessec commented 8 years ago

Can anyone provide more context? Or a reliable way to reproduce?

aryaxt commented 8 years ago

I have a feeling that this happens in some cases when nil is passed as a toast message. I have added a fix and will release a new version of my app to see if it fixes the issue or not

guodong000 commented 8 years ago

Enter a ViewController make Toast exit the ViewController before Toast disappeared Crash...

sumitjain7 commented 8 years ago

Same happening with me. I am passing a uiview to showToast method. And its crashing at [self addsubView:toast]

scalessec commented 8 years ago

I'm still unable to reproduce this. Someone please fork this repo and then edit the demo project such that it crashes. I will gladly fix it.

scalessec commented 8 years ago

Any additional details on this?

SomersJan commented 7 years ago

Hi @scalessec ,

It happens when you run the application while not connecting / debugging in xcode.

BillZong commented 7 years ago

We got the same issue and the similar crash callback trace as @aryaxt did. The point is we don't get any crash when the device is debugging in XCode. My toast version is 2.4.

DamonChen117 commented 7 years ago

+1, reported by Xcode Crash report.

chandujr commented 7 years ago

I have this issue too. There's no problem running in simulator but crashes on tester's device (it is not connected to Xcode). Anybody found a solution to this?

fengyanliang commented 7 years ago

Incident Identifier: D9426704-BDCF-45F9-B9B8-256A3979CA29 CrashReporter Key: 02a1d73e9d05a53053b1c992da16061bd5da2b74 Hardware Model: iPhone4,1 Process: CCBMobileBank [571] Path: /private/var/containers/Bundle/Application/E15BCCA9-8D9B-4D1A-942F-53B004B91434/CCBMobileBank.app/CCBMobileBank Identifier: com.ccb.ccbMobileBank Version: 20170714 (4.0.42) Code Type: ARM (Native) Parent Process: launchd [1]

Date/Time: 2017-07-27 14:59:58.58 +0800 Launch Time: 2017-07-27 14:59:38.38 +0800 OS Version: iOS 9.3.1 (13E238) Report Version: 104

Exception Type: EXC_CRASH (SIGSEGV) Exception Codes: 0x0000000000000000, 0x0000000000000000 Exception Note: EXC_CORPSE_NOTIFY Triggered by Thread: 1

Filtered syslog: None found

Thread 0 name: Dispatch queue: com.apple.main-thread Thread 0: 0 libobjc.A.dylib 0x212b2554 bool objc::DenseMapBase<objc::DenseMap<DisguisedPtr, unsigned long, true, objc::DenseMapInfo<DisguisedPtr > >, DisguisedPtr, unsigned long, objc::DenseMapInfo<DisguisedPtr >, true>::LookupBucketFor<DisguisedPtr >(DisguisedPtr const&, std::__1::pair<DisguisedPtr, unsigned long> const*&) const + 180 1 libobjc.A.dylib 0x212b241a objc::DenseMapBase<objc::DenseMap<DisguisedPtr, unsigned long, true, objc::DenseMapInfo<DisguisedPtr > >, DisguisedPtr, unsigned long, objc::DenseMapInfo<DisguisedPtr >, true>::find(DisguisedPtr const&) + 22 2 libobjc.A.dylib 0x212b0f12 objc_object::sidetable_release(bool) + 66 3 Foundation 0x22266014 -[NSObject(NSThreadPerformAdditions) performSelector:onThread:withObject:waitUntilDone:modes:] + 492 4 Foundation 0x22269968 -[NSObject(NSThreadPerformAdditions) performSelectorOnMainThread:withObject:waitUntilDone:] + 136 5 CCBMobileBank 0x02be919a SignalHandler (CatchBugRecord.m:182) 6 libsystem_platform.dylib 0x2182a06e _sigtramp + 34 7 CCBMobileBank 0x0285ebbe -[UIView(Toast) centerPointForPosition:withToast:] (Toast+UIView.m:174) 8 CCBMobileBank 0x0285e46c -[UIView(Toast) showToast:duration:position:] (Toast+UIView.m:92) 9 CCBMobileBank 0x024edb28 -[CCBViewController(toast) makeToast:] (CCBViewController.m:707) 10 UIKit 0x26298e60 -[UICollectionView _selectItemAtIndexPath:animated:scrollPosition:notifyDelegate:] + 616 11 UIKit 0x26298be6 -[UICollectionView _userSelectItemAtIndexPath:] + 242 12 UIKit 0x26298826 -[UICollectionView touchesEnded:withEvent:] + 518 13 UIKit 0x262092fc forwardTouchMethod + 292 14 UIKit 0x26256d12 -[UIResponder touchesEnded:withEvent:] + 34 15 UIKit 0x262092fc forwardTouchMethod + 292 16 UIKit 0x26256d12 -[UIResponder touchesEnded:withEvent:] + 34 17 UIKit 0x26058e54 _UIGestureRecognizerUpdate + 10852 18 UIKit 0x26097de0 -[UIWindow _sendGesturesForEvent:] + 904 19 UIKit 0x26097592 -[UIWindow sendEvent:] + 622 20 UIKit 0x26068054 -[UIApplication sendEvent:] + 204 21 UIKit 0x30d99688 -[UIApplicationAccessibility sendEvent:] + 64 22 UIKit 0x26066602 _UIApplicationHandleEventQueue + 5010 23 CoreFoundation 0x21abde6e CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION + 14 24 CoreFoundation 0x21abda5c CFRunLoopDoSources0 + 452 25 CoreFoundation 0x21abbdca CFRunLoopRun + 794 26 CoreFoundation 0x21a0b2e8 CFRunLoopRunSpecific + 520 27 CoreFoundation 0x21a0b0d4 CFRunLoopRunInMode + 108 28 GraphicsServices 0x22ffbac8 GSEventRunModal + 160 29 UIKit 0x260d00b8 UIApplicationMain + 144 30 CCBMobileBank 0x0124f07a main (main.m:15) 31 libdyld.dylib 0x216b3872 start + 2

Thread 1 name: Dispatch queue: com.apple.libdispatch-manager Thread 1 Crashed: 0 libsystem_kernel.dylib 0x217882f8 kevent_qos + 24 1 libdispatch.dylib 0x2167dd60 _dispatch_mgr_invoke + 256 2 libdispatch.dylib 0x2167dabe _dispatch_mgr_thread$VARIANT$mp + 38

Thread 2: 0 libsystem_kernel.dylib 0x21787864 __workq_kernreturn + 8 1 libsystem_pthread.dylib 0x2182db34 _pthread_wqthread + 1036 2 libsystem_pthread.dylib 0x2182d718 start_wqthread + 8

Thread 3: 0 libsystem_kernel.dylib 0x21787864 __workq_kernreturn + 8 1 libsystem_pthread.dylib 0x2182db34 _pthread_wqthread + 1036 2 libsystem_pthread.dylib 0x2182d718 start_wqthread + 8

Thread 4: 0 libsystem_kernel.dylib 0x21787864 __workq_kernreturn + 8 1 libsystem_pthread.dylib 0x2182db34 _pthread_wqthread + 1036 2 libsystem_pthread.dylib 0x2182d718 start_wqthread + 8

Thread 5 name: NetworkLoad Thread 5: 0 libsystem_kernel.dylib 0x217728d0 mach_msg_trap + 20 1 libsystem_kernel.dylib 0x217726d4 mach_msg + 40 2 CoreFoundation 0x21abdb34 CFRunLoopServiceMachPort + 136 3 CoreFoundation 0x21abbebc CFRunLoopRun + 1036 4 CoreFoundation 0x21a0b2e8 CFRunLoopRunSpecific + 520 5 CoreFoundation 0x21a0b0d4 CFRunLoopRunInMode + 108 6 GeoServices 0x27887ffa _runNetworkThread + 466 7 libsystem_pthread.dylib 0x2182f85a _pthread_body + 138 8 libsystem_pthread.dylib 0x2182f7ce _pthread_start + 110 9 libsystem_pthread.dylib 0x2182d724 thread_start + 8

Thread 6: 0 libsystem_kernel.dylib 0x21787864 __workq_kernreturn + 8 1 libsystem_pthread.dylib 0x2182db34 _pthread_wqthread + 1036 2 libsystem_pthread.dylib 0x2182d718 start_wqthread + 8

Thread 7 name: com.apple.NSURLConnectionLoader Thread 7: 0 libsystem_kernel.dylib 0x217728d0 mach_msg_trap + 20 1 libsystem_kernel.dylib 0x217726d4 mach_msg + 40 2 CoreFoundation 0x21abdb34 CFRunLoopServiceMachPort + 136 3 CoreFoundation 0x21abbebc CFRunLoopRun + 1036 4 CoreFoundation 0x21a0b2e8 CFRunLoopRunSpecific + 520 5 CoreFoundation 0x21a0b0d4 CFRunLoopRunInMode + 108 6 CFNetwork 0x2205c946 +[NSURLConnection(Loader) _resourceLoadLoop:] + 486 7 Foundation 0x22325484 NSThreadstart__ + 1148 8 libsystem_pthread.dylib 0x2182f85a _pthread_body + 138 9 libsystem_pthread.dylib 0x2182f7ce _pthread_start + 110 10 libsystem_pthread.dylib 0x2182d724 thread_start + 8

Thread 8: 0 libsystem_kernel.dylib 0x21786998 __psynch_cvwait + 24 1 libsystem_pthread.dylib 0x2182edec _pthread_cond_wait + 536 2 libsystem_pthread.dylib 0x2182fc98 pthread_cond_wait + 40 3 CCBMobileBank 0x02c50a86 _baidu_vi::CVEvent::Wait(unsigned int) + 174 4 CCBMobileBank 0x02c50e8e _baidu_vi::CVThreadEvent::Wait() + 86 5 CCBMobileBank 0x02c4f986 _baidu_vi::CVSocketMan::SocketThreadProc(void*) + 1410 6 libsystem_pthread.dylib 0x2182f85a _pthread_body + 138 7 libsystem_pthread.dylib 0x2182f7ce _pthread_start + 110 8 libsystem_pthread.dylib 0x2182d724 thread_start + 8

Thread 9 name: com.apple.CFSocket.private Thread 9: 0 libsystem_kernel.dylib 0x21786eec select + 20 1 CoreFoundation 0x21ac2f82 CFSocketManager + 566 2 libsystem_pthread.dylib 0x2182f85a _pthread_body + 138 3 libsystem_pthread.dylib 0x2182f7ce _pthread_start + 110 4 libsystem_pthread.dylib 0x2182d724 thread_start + 8

Thread 10: 0 libsystem_kernel.dylib 0x21786ffc semwait_signal + 24 1 libsystem_c.dylib 0x216daeec nanosleep + 172 2 Foundation 0x22324972 +[NSThread sleepForTimeInterval:] + 138 3 CCBMobileBank 0x02805806 -[CCBTaskManager run] (CCBTaskManager.m:137) 4 Foundation 0x22325484 NSThreadstart + 1148 5 libsystem_pthread.dylib 0x2182f85a _pthread_body + 138 6 libsystem_pthread.dylib 0x2182f7ce _pthread_start + 110 7 libsystem_pthread.dylib 0x2182d724 thread_start + 8

Thread 11: 0 libsystem_kernel.dylib 0x21786ffc semwait_signal + 24 1 libsystem_c.dylib 0x216daeec nanosleep + 172 2 Foundation 0x22324972 +[NSThread sleepForTimeInterval:] + 138 3 CCBMobileBank 0x02805806 -[CCBTaskManager run] (CCBTaskManager.m:137) 4 Foundation 0x22325484 NSThreadstart + 1148 5 libsystem_pthread.dylib 0x2182f85a _pthread_body + 138 6 libsystem_pthread.dylib 0x2182f7ce _pthread_start + 110 7 libsystem_pthread.dylib 0x2182d724 thread_start + 8

Thread 12: 0 libsystem_kernel.dylib 0x21786ffc semwait_signal + 24 1 libsystem_c.dylib 0x216daeec nanosleep + 172 2 Foundation 0x22324972 +[NSThread sleepForTimeInterval:] + 138 3 CCBMobileBank 0x02805806 -[CCBTaskManager run] (CCBTaskManager.m:137) 4 Foundation 0x22325484 NSThreadstart + 1148 5 libsystem_pthread.dylib 0x2182f85a _pthread_body + 138 6 libsystem_pthread.dylib 0x2182f7ce _pthread_start + 110 7 libsystem_pthread.dylib 0x2182d724 thread_start + 8

Thread 13 name: WebThread Thread 13: 0 libsystem_kernel.dylib 0x217728d0 mach_msg_trap + 20 1 libsystem_kernel.dylib 0x217726d4 mach_msg + 40 2 CoreFoundation 0x21abdb34 CFRunLoopServiceMachPort + 136 3 CoreFoundation 0x21abbebc CFRunLoopRun + 1036 4 CoreFoundation 0x21a0b2e8 CFRunLoopRunSpecific + 520 5 CoreFoundation 0x21a0b0d4 CFRunLoopRunInMode + 108 6 WebCore 0x251d307e RunWebThread(void*) + 422 7 libsystem_pthread.dylib 0x2182f85a _pthread_body + 138 8 libsystem_pthread.dylib 0x2182f7ce _pthread_start + 110 9 libsystem_pthread.dylib 0x2182d724 thread_start + 8

Thread 1 crashed with ARM Thread State (32-bit): r0: 0x00000004 r1: 0x00000000 r2: 0x00000001 r3: 0x1f0926c8 r4: 0x00000001 r5: 0x00000000 r6: 0x00000000 r7: 0x1f092754 r8: 0x382f0ed4 r9: 0x00000000 r10: 0x375247c0 r11: 0x37523c20 ip: 0x00000176 sp: 0x1f0926a0 lr: 0x2167dd61 pc: 0x217882f8 cpsr: 0x20000010

Binary Images: 0x12000 - 0x3315fff CCBMobileBank armv7 <89e63cc10505371a87ab16c232b6f368> /var/containers/Bundle/Application/E15BCCA9-8D9B-4D1A-942F-53B004B91434/CCBMobileBank.app/CCBMobileBank 0xd6be000 - 0xd6c5fff ContactsUI armv7 <33a1351f72fc345c97e64ea81c7aa67b> /System/Library/AccessibilityBundles/ContactsUI.axbundle/ContactsUI 0xd6eb000 - 0xd6eefff TelephonyUIFramework armv7 <9b5ce9790f9738f895cb1548088b569d> /System/Library/AccessibilityBundles/TelephonyUIFramework.axbundle/TelephonyUIFramework 0xd6fc000 - 0xd703fff PreferencesFramework armv7 <2d92aea24f053da3bbce0302213a7545> /System/Library/AccessibilityBundles/PreferencesFramework.axbundle/PreferencesFramework 0xd710000 - 0xd713fff SpringBoardUIServices armv7 <78bb560fe7413f4591ba674fa5870beb> /System/Library/AccessibilityBundles/SpringBoardUIServices.axbundle/SpringBoardUIServices 0xddd0000 - 0xddd3fff SpringBoardFoundation armv7 <42519929f6173dee8ba568e88894f3fc> /System/Library/AccessibilityBundles/SpringBoardFoundation.axbundle/SpringBoardFoundation 0xdddc000 - 0xdddffff GeoServices armv7 <245264ec9a893f9d9874d31c6e1df43f> /System/Library/AccessibilityBundles/GeoServices.axbundle/GeoServices 0xde27000 - 0xde46fff VectorKit armv7 <80f7293d37bb3f09ab735e70c998324c> /System/Library/AccessibilityBundles/VectorKit.axbundle/VectorKit 0xde63000 - 0xde66fff CoreRecognition armv7 <7f43fff756b0386aa22d479f181af8e9> /System/Library/AccessibilityBundles/CoreRecognition.axbundle/CoreRecognition 0x1fef5000 - 0x1ff1cfff dyld armv7 <623928dbdaf93c6bb910215186f4815f> /usr/lib/dyld 0x21224000 - 0x21225fff libSystem.B.dylib armv7 <3dfad2c347673acc91c17bcf3252c0df> /usr/lib/libSystem.B.dylib 0x21226000 - 0x21271fff libc++.1.dylib armv7 <017dba6c16b63f9ebecb9ddd0d0a4520> /usr/lib/libc++.1.dylib 0x21272000 - 0x2128cfff libc++abi.dylib armv7 /usr/lib/libc++abi.dylib 0x21290000 - 0x215fafff libobjc.A.dylib armv7 <94f6d325c1843f45b3a439b86fc9de15> /usr/lib/libobjc.A.dylib 0x215fb000 - 0x215fffff libcache.dylib armv7 <77c04b32e9b63d5295cc8a721c252137> /usr/lib/system/libcache.dylib 0x21600000 - 0x21609fff libcommonCrypto.dylib armv7 <1247a256d5003bb58d4000e80cd0db55> /usr/lib/system/libcommonCrypto.dylib 0x2160a000 - 0x2160ffff libcompiler_rt.dylib armv7 /usr/lib/system/libcompiler_rt.dylib 0x21610000 - 0x21616fff libcopyfile.dylib armv7 /usr/lib/system/libcopyfile.dylib 0x21617000 - 0x21666fff libcorecrypto.dylib armv7 <29c4bc7ca4d433828f19c06a5cf3ca32> /usr/lib/system/libcorecrypto.dylib 0x21667000 - 0x216b0fff libdispatch.dylib armv7 <29953b5a3c7c3b0da436b37bec3394f3> /usr/lib/system/libdispatch.dylib 0x216b1000 - 0x216b3fff libdyld.dylib armv7 <364eae8157b63a128829f2b9dab75538> /usr/lib/system/libdyld.dylib 0x216b4000 - 0x216b4fff libkeymgr.dylib armv7 /usr/lib/system/libkeymgr.dylib 0x216b5000 - 0x216b5fff liblaunch.dylib armv7 /usr/lib/system/liblaunch.dylib 0x216b6000 - 0x216b9fff libmacho.dylib armv7 /usr/lib/system/libmacho.dylib 0x216ba000 - 0x216bbfff libremovefile.dylib armv7 <2d1fd6c142f73c8698e0514b2103df5c> /usr/lib/system/libremovefile.dylib 0x216bc000 - 0x216cefff libsystem_asl.dylib armv7 <9ec60f2ee90130f2b548dbbeec628e5c> /usr/lib/system/libsystem_asl.dylib 0x216cf000 - 0x216cffff libsystem_blocks.dylib armv7 /usr/lib/system/libsystem_blocks.dylib 0x216d0000 - 0x21734fff libsystem_c.dylib armv7 <88b8e2fdaa173ce2bcbecfafdafca49d> /usr/lib/system/libsystem_c.dylib 0x21735000 - 0x21737fff libsystem_configuration.dylib armv7 <72e4dcd20a443c0eb918ed2a243b309d> /usr/lib/system/libsystem_configuration.dylib 0x21738000 - 0x2173bfff libsystem_containermanager.dylib armv7 <1cff68c5ac573cca935a8c92c51e8e24> /usr/lib/system/libsystem_containermanager.dylib 0x2173c000 - 0x2173dfff libsystem_coreservices.dylib armv7 <128b3c55be3d3ec3b86785ca435a9e43> /usr/lib/system/libsystem_coreservices.dylib 0x2173e000 - 0x2174ffff libsystem_coretls.dylib armv7 <1596440503463c6492f00910534cfeb8> /usr/lib/system/libsystem_coretls.dylib 0x21750000 - 0x21756fff libsystem_dnssd.dylib armv7 <78016baa00c4388597f514c308f4aae0> /usr/lib/system/libsystem_dnssd.dylib 0x21757000 - 0x21771fff libsystem_info.dylib armv7 /usr/lib/system/libsystem_info.dylib 0x21772000 - 0x2178cfff libsystem_kernel.dylib armv7 <7828b66e1d81352fb0c90543407a1355> /usr/lib/system/libsystem_kernel.dylib 0x2178d000 - 0x217adfff libsystem_m.dylib armv7 <4de82221ee263865aaabfbe80c55afc9> /usr/lib/system/libsystem_m.dylib 0x217ae000 - 0x217c0fff libsystem_malloc.dylib armv7 <1b1e0207a752307fa30be17aeeaa0606> /usr/lib/system/libsystem_malloc.dylib 0x217c1000 - 0x21814fff libsystem_network.dylib armv7 <0a3d9d44338136b0b0f9bd3914e7db0e> /usr/lib/system/libsystem_network.dylib 0x21815000 - 0x2181cfff libsystem_networkextension.dylib armv7 /usr/lib/system/libsystem_networkextension.dylib 0x2181d000 - 0x21824fff libsystem_notify.dylib armv7 <949bb4c30f2139db895c612f230f1f1d> /usr/lib/system/libsystem_notify.dylib 0x21825000 - 0x2182bfff libsystem_platform.dylib armv7 <7a892bf09afb39f28f596dcfb829612e> /usr/lib/system/libsystem_platform.dylib 0x2182c000 - 0x21833fff libsystem_pthread.dylib armv7 /usr/lib/system/libsystem_pthread.dylib 0x21834000 - 0x21836fff libsystem_sandbox.dylib armv7 <4c67063d8a393d548ff45f595e22ac86> /usr/lib/system/libsystem_sandbox.dylib 0x21837000 - 0x21845fff libsystem_trace.dylib armv7 <2171e90d32aa3f609692c2f8e0d4b1a0> /usr/lib/system/libsystem_trace.dylib 0x21846000 - 0x21846fff libunwind.dylib armv7 /usr/lib/system/libunwind.dylib 0x21847000 - 0x21847fff libvminterpose.dylib armv7 <6301915f74e33954abe0fa0c1dda0ac2> /usr/lib/system/libvminterpose.dylib 0x21848000 - 0x21866fff libxpc.dylib armv7 <3aae9a195452356fbace176a3dc38e7b> /usr/lib/system/libxpc.dylib 0x21867000 - 0x219f4fff libicucore.A.dylib armv7 <4afae3bcf8b73f71bd2917b34cd0a1ff> /usr/lib/libicucore.A.dylib 0x219f5000 - 0x21a01fff libz.1.dylib armv7 /usr/lib/libz.1.dylib 0x21a02000 - 0x21d39fff CoreFoundation armv7 <60e1d0255e103eac9a6aeacad668cd6f> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation 0x21d3a000 - 0x21d46fff libbsm.0.dylib armv7 <524609a8ee323a04a0fb962be8d816dd> /usr/lib/libbsm.0.dylib 0x21d47000 - 0x21d47fff libenergytrace.dylib armv7 <3f0673f65ab53eb3b4501a16140d0384> /usr/lib/libenergytrace.dylib 0x21d48000 - 0x21da3fff IOKit armv7 <73f25f93c04433a6a1939fa471b09fed> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x21da4000 - 0x21dc0fff libMobileGestalt.dylib armv7 <69a88b36f89e389896bc10b98a8d7dd4> /usr/lib/libMobileGestalt.dylib 0x21dc1000 - 0x21e77fff libxml2.2.dylib armv7 <5e5e10a4d19e398d97855e5515691090> /usr/lib/libxml2.2.dylib 0x21e78000 - 0x21ed3fff Security armv7 <0d5edc7ce0b6392990212b99f013c7c2> /System/Library/Frameworks/Security.framework/Security 0x21ed4000 - 0x21f1cfff SystemConfiguration armv7 <16c32558423f3bf58c6b867a4f6ffae3> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration 0x21f1d000 - 0x21fd4fff libsqlite3.dylib armv7 <191466f10f943213acae502ee3d48382> /usr/lib/libsqlite3.dylib 0x21fd5000 - 0x221cdfff CFNetwork armv7 <7f5e9cd3faec3f6abe1a2e383e0346cf> /System/Library/Frameworks/CFNetwork.framework/CFNetwork 0x221ce000 - 0x221d8fff libbz2.1.0.dylib armv7 <7439fad6b6a836429fa11d711213728b> /usr/lib/libbz2.1.0.dylib 0x221d9000 - 0x221eefff liblzma.5.dylib armv7 <8ee3facc25bd3957b49ff0b4d657e0ef> /usr/lib/liblzma.5.dylib 0x221ef000 - 0x22204fff libCRFSuite.dylib armv7 <2ca4911a330736688ebd585895af032a> /usr/lib/libCRFSuite.dylib 0x22205000 - 0x22227fff libarchive.2.dylib armv7 /usr/lib/libarchive.2.dylib 0x22228000 - 0x22243fff libextension.dylib armv7 /usr/lib/libextension.dylib 0x22244000 - 0x22248fff liblangid.dylib armv7 <8072b6f6bab438de87ec0e930704c5dc> /usr/lib/liblangid.dylib 0x22249000 - 0x22480fff Foundation armv7 /System/Library/Frameworks/Foundation.framework/Foundation 0x22481000 - 0x2255ffff libBLAS.dylib armv7 <3b647903060439dd81b6d852b828c808> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib 0x22560000 - 0x22829fff libLAPACK.dylib armv7 <76d8234bfe563de18b6a3f8c9727ef6b> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib 0x2282a000 - 0x22a82fff vImage armv7 /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage 0x22a83000 - 0x22a94fff libvMisc.dylib armv7 /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib 0x22a95000 - 0x22aa6fff libLinearAlgebra.dylib armv7 /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLinearAlgebra.dylib 0x22aa7000 - 0x22abbfff libSparseBLAS.dylib armv7 <828a031fc42635aa95ce451bb693f210> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparseBLAS.dylib 0x22abc000 - 0x22b31fff libvDSP.dylib armv7 <81660ad7288639ab82dfd36518c90cb4> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib 0x22b32000 - 0x22b32fff vecLib armv7 /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib 0x22b33000 - 0x22b33fff Accelerate armv7 /System/Library/Frameworks/Accelerate.framework/Accelerate 0x22b34000 - 0x22ff1fff CoreGraphics armv7 /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics 0x22ff2000 - 0x23003fff GraphicsServices armv7 <51f7c97749993d2e80afbc33fc5a77fe> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices 0x23004000 - 0x23043fff AppSupport armv7 /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport 0x23044000 - 0x230fffff MobileCoreServices armv7 /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices 0x23100000 - 0x23149fff BaseBoard armv7 /System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard 0x2314a000 - 0x23153fff AssertionServices armv7 /System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices 0x23154000 - 0x23175fff BackBoardServices armv7 <114aba1da46234029e6a91ad4077dbc7> /System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices 0x23176000 - 0x23179fff MobileSystemServices armv7 /System/Library/PrivateFrameworks/MobileSystemServices.framework/MobileSystemServices 0x2317a000 - 0x231abfff FrontBoardServices armv7 <7e2ad3543ac93f818b150e65e045277c> /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices 0x231ac000 - 0x231b5fff UserNotificationServices armv7 /System/Library/PrivateFrameworks/UserNotificationServices.framework/UserNotificationServices 0x231b6000 - 0x231dcfff SpringBoardServices armv7 <5585174d4d5b39c98a9cf54e7a830436> /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices 0x231dd000 - 0x231ebfff MobileKeyBag armv7 <00b399840e50353398821cc5af26a2bd> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag 0x231ec000 - 0x231f1fff IOSurface armv7 <34773ddcada03183909fde3ab6a19783> /System/Library/PrivateFrameworks/IOSurface.framework/IOSurface 0x231f2000 - 0x231fdfff liblockdown.dylib armv7 /usr/lib/liblockdown.dylib 0x231fe000 - 0x2320efff CrashReporterSupport armv7 <2ecb0502b67c389c8bd4cd75c1e1f937> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport 0x2320f000 - 0x23211fff IOSurfaceAccelerator armv7 <109f4ee23c333a5f885d7166c32d27b7> /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/IOSurfaceAccelerator 0x23212000 - 0x2324afff AppleJPEG armv7 <0f5c750a41d134dfa233e17a6cbeace4> /System/Library/PrivateFrameworks/AppleJPEG.framework/AppleJPEG 0x2324b000 - 0x23517fff ImageIO armv7 <4bf9967143d33b1c90544fe4684bed48> /System/Library/Frameworks/ImageIO.framework/ImageIO 0x23518000 - 0x2351cfff TCC armv7 /System/Library/PrivateFrameworks/TCC.framework/TCC 0x2351d000 - 0x23521fff AggregateDictionary armv7 <7c6906d71b6c3949a5e8cf0a75fde172> /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary 0x23522000 - 0x2352dfff PowerLog armv7 /System/Library/PrivateFrameworks/PowerLog.framework/PowerLog 0x2352e000 - 0x23585fff libTelephonyUtilDynamic.dylib armv7 <9dbac3e1edbf35579f6b8220216f94de> /usr/lib/libTelephonyUtilDynamic.dylib 0x23586000 - 0x23597fff CommonUtilities armv7 <6351cab57fb33b9c87a3daa9d6c5eab4> /System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities 0x23598000 - 0x235aafff libcompression.dylib armv7 /usr/lib/libcompression.dylib 0x235ab000 - 0x237e3fff CoreData armv7 <0f27265526e533e8aa80f9e90776e21a> /System/Library/Frameworks/CoreData.framework/CoreData 0x237e4000 - 0x237e7fff libCoreVMClient.dylib armv7 <23c3a0129048373489533f2fe5b31189> /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib 0x237e8000 - 0x237ecfff IOAccelerator armv7 <975f62aa39193f958acb2aea8c6548f9> /System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator 0x237ed000 - 0x237edfff libCVMSPluginSupport.dylib armv7 /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib 0x237ee000 - 0x237f0fff libCoreFSCache.dylib armv7 <4d07f96a28e230e19610305f09543133> /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib 0x237f1000 - 0x2382efff libGLImage.dylib armv7 /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib 0x2382f000 - 0x23837fff libGFXShared.dylib armv7 <736d5892cc2631cebf3dc95335fab3e1> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib 0x23838000 - 0x2383efff IOMobileFramebuffer armv7 /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer 0x2383f000 - 0x2383ffff libmetal_timestamp.dylib armv7 <4e7130f618683fcaa14e984aa69c6b20> /System/Library/PrivateFrameworks/GPUCompiler.framework/libmetal_timestamp.dylib 0x23840000 - 0x2387ffff Metal armv7 <82b85ef46f073ac3b982613930b2d18e> /System/Library/Frameworks/Metal.framework/Metal 0x23880000 - 0x23888fff OpenGLES armv7 /System/Library/Frameworks/OpenGLES.framework/OpenGLES 0x23889000 - 0x238a2fff CoreVideo armv7 /System/Library/Frameworks/CoreVideo.framework/CoreVideo 0x238a3000 - 0x238a5fff OAuth armv7 <1cde329fcda83099aa91a17bccccdeda> /System/Library/PrivateFrameworks/OAuth.framework/OAuth 0x238a6000 - 0x238d6fff Accounts armv7 <799890be36ae356d93f6b471858ec256> /System/Library/Frameworks/Accounts.framework/Accounts 0x238d7000 - 0x239c4fff libiconv.2.dylib armv7 <128e8025b7ac3ce39bac331c8ff7ba71> /usr/lib/libiconv.2.dylib 0x239c5000 - 0x23a76fff CoreAudio armv7 /System/Library/Frameworks/CoreAudio.framework/CoreAudio 0x23a77000 - 0x23a7afff UserFS armv7 /System/Library/PrivateFrameworks/UserFS.framework/UserFS 0x23a7b000 - 0x23b3ffff CoreMedia armv7 /System/Library/Frameworks/CoreMedia.framework/CoreMedia 0x23b40000 - 0x23b47fff libcupolicy.dylib armv7 <85bb2546c6c93a7b9d5bbd9977f98de0> /usr/lib/libcupolicy.dylib 0x23b48000 - 0x23ba8fff CoreTelephony armv7 /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony 0x23ba9000 - 0x23c80fff libFontParser.dylib armv7 <35cfd6b7528336e6acd7754211ddcf85> /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib 0x23c81000 - 0x23cf0fff VideoToolbox armv7 /System/Library/Frameworks/VideoToolbox.framework/VideoToolbox 0x23cf1000 - 0x23cf1fff FontServices armv7 /System/Library/PrivateFrameworks/FontServices.framework/FontServices 0x23cf2000 - 0x23de1fff CoreText armv7 <13ac9bbc2a113b0e9dd339812e6328c3> /System/Library/Frameworks/CoreText.framework/CoreText 0x23de2000 - 0x23df1fff ProtocolBuffer armv7 <199beac04173385991563c8c13d3a4ad> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer 0x23df2000 - 0x23e1afff PersistentConnection armv7 /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection 0x23e1b000 - 0x23e20fff DataMigration armv7 <07a0a322a9833f0aab31ff2653247240> /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration 0x23e21000 - 0x240fbfff AudioToolbox armv7 <8161927fc4823bd1ae39b5eb9e184cf7> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox 0x240fc000 - 0x2427bfff QuartzCore armv7 /System/Library/Frameworks/QuartzCore.framework/QuartzCore 0x2427c000 - 0x24285fff Netrb armv7 /System/Library/PrivateFrameworks/Netrb.framework/Netrb 0x24286000 - 0x24293fff libcmph.dylib armv7 <7543b1e5874f33948bb0734b1698cd68> /usr/lib/libcmph.dylib 0x24294000 - 0x242aefff libmis.dylib armv7 <13d614be41fb3bf99d2515b827694bbf> /usr/lib/libmis.dylib 0x242af000 - 0x2431dfff LanguageModeling armv7 <483f5999a1e731879df6790cac138c2f> /System/Library/PrivateFrameworks/LanguageModeling.framework/LanguageModeling 0x2431e000 - 0x243e0fff ManagedConfiguration armv7 <5d81f3a3602b3f28acca442555b895a1> /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration 0x243e1000 - 0x243f5fff libmarisa.dylib armv7 <1c5889466c2139c09961fc9045810614> /usr/lib/libmarisa.dylib 0x243f6000 - 0x24495fff ProofReader armv7 <1ef3b8bfe1a533a7982e4bdea126802b> /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader 0x24496000 - 0x2449efff MediaAccessibility armv7 <8ea0134cb0c23f9abd52f69b577150fa> /System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility 0x2449f000 - 0x244acfff MobileAsset armv7 /System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset 0x244ad000 - 0x24508fff ColorSync armv7 <457e36abc1ba3d70ab862db452ec800f> /System/Library/PrivateFrameworks/ColorSync.framework/ColorSync 0x24509000 - 0x24551fff MetalPerformanceShaders armv7 <23327d30814b397c8f32eccc815406e7> /System/Library/Frameworks/MetalPerformanceShaders.framework/MetalPerformanceShaders 0x24552000 - 0x24976fff FaceCore armv7 <603efbea1446326cb1d8c03bd7c39a2d> /System/Library/PrivateFrameworks/FaceCore.framework/FaceCore 0x24977000 - 0x249e5fff Quagga armv7 <85835a1819143f49bf328b0d9ce61e89> /System/Library/PrivateFrameworks/Quagga.framework/Quagga 0x249e6000 - 0x24b72fff CoreImage armv7 <502ea22c23df33faaeab97cbf9ea4c85> /System/Library/Frameworks/CoreImage.framework/CoreImage 0x24b73000 - 0x24ba1fff TextInput armv7 /System/Library/PrivateFrameworks/TextInput.framework/TextInput 0x24ba2000 - 0x24baefff libAccessibility.dylib armv7 /usr/lib/libAccessibility.dylib 0x24baf000 - 0x24bb6fff MobileInstallation armv7 /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation 0x24bb7000 - 0x24fbcfff JavaScriptCore armv7 <20c6971b6a46315d913a493da07ea261> /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore 0x24fbd000 - 0x2517cfff StoreServices armv7 <10bb502fb51d35109e2029cc79973b93> /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices 0x2517d000 - 0x25d8afff WebCore armv7 /System/Library/PrivateFrameworks/WebCore.framework/WebCore 0x25d8b000 - 0x25dacfff libxslt.1.dylib armv7 /usr/lib/libxslt.1.dylib 0x25dad000 - 0x25e78fff WebKitLegacy armv7 /System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy 0x25e79000 - 0x25f1dfff CoreUI armv7 <79bedeace73a3a6e935807a76920464d> /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI 0x25f1e000 - 0x25f3dfff DictionaryServices armv7 <71688fefa5be35fdab6d2b7b23c4f58a> /System/Library/PrivateFrameworks/DictionaryServices.framework/DictionaryServices 0x25f3e000 - 0x25f3efff HangTracer armv7 /System/Library/PrivateFrameworks/HangTracer.framework/HangTracer 0x25f3f000 - 0x25f8bfff PhysicsKit armv7 <1dfbf229fc5434e38bc6341b588ed6d7> /System/Library/PrivateFrameworks/PhysicsKit.framework/PhysicsKit 0x25f8c000 - 0x26053fff UIFoundation armv7 /System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation 0x26054000 - 0x26be7fff UIKit armv7 <50fa76ddd7013e258e2be559d941ab3a> /System/Library/Frameworks/UIKit.framework/UIKit 0x26be8000 - 0x26c07fff CoreBluetooth armv7 <0c37d7969fa43440b593c35efaaf3f36> /System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth 0x26c08000 - 0x26c2afff DataAccessExpress armv7 <7a1cb11c75eb334c84f10909f89f49ca> /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress 0x26c2b000 - 0x26c42fff NetworkStatistics armv7 <249fe57d8ca73e568a2193c8fd461afe> /System/Library/PrivateFrameworks/NetworkStatistics.framework/NetworkStatistics 0x26c43000 - 0x26caffff AddressBook armv7 /System/Library/Frameworks/AddressBook.framework/AddressBook 0x26cb0000 - 0x26db1fff CoreMotion armv7 <589e2d505f8e3985bde8b64f986314b4> /System/Library/Frameworks/CoreMotion.framework/CoreMotion 0x26db2000 - 0x26dc0fff CacheDelete armv7 <16b9b9c652153075b9418e5cd0b49b49> /System/Library/PrivateFrameworks/CacheDelete.framework/CacheDelete 0x26dc1000 - 0x26dcbfff CoreAUC armv7 <8b86bc968abf3b88ace219d28f2d59d3> /System/Library/PrivateFrameworks/CoreAUC.framework/CoreAUC 0x26dcc000 - 0x2714bfff MediaToolbox armv7 <1776266febde35258cd9c9f5aa60e618> /System/Library/Frameworks/MediaToolbox.framework/MediaToolbox 0x2714c000 - 0x272aefff Celestial armv7 <0b7722452e563c058c1b1e84569bd46d> /System/Library/PrivateFrameworks/Celestial.framework/Celestial 0x272af000 - 0x272bbfff IntlPreferences armv7 <5c126a4ecef431cca417728436529298> /System/Library/PrivateFrameworks/IntlPreferences.framework/IntlPreferences 0x272bc000 - 0x272befff CoreDuetDebugLogging armv7 <9fc3f61bd8f83ab2ae4b3998d391ceb1> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/CoreDuetDebugLogging 0x272bf000 - 0x272d1fff CoreDuetDaemonProtocol armv7 /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/CoreDuetDaemonProtocol 0x272d2000 - 0x27372fff CoreDuet armv7 <11f8b68d06c53da187a6f76a9c51d456> /System/Library/PrivateFrameworks/CoreDuet.framework/CoreDuet 0x27373000 - 0x27374fff BTLEAudioController armv7 /System/Library/PrivateFrameworks/BTLEAudioController.framework/BTLEAudioController 0x27375000 - 0x273e8fff libAVFAudio.dylib armv7 <08e6248efe223ff9adabd19265183dae> /System/Library/Frameworks/AVFoundation.framework/libAVFAudio.dylib 0x273e9000 - 0x27556fff AVFoundation armv7 <8a87d62556163055a8d897c4a91eb5e1> /System/Library/Frameworks/AVFoundation.framework/AVFoundation 0x27557000 - 0x2757efff libtidy.A.dylib armv7 /usr/lib/libtidy.A.dylib 0x2757f000 - 0x275e9fff IMFoundation armv7 <6614f3555ce53a929cf2ee2c3b4c0862> /System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation 0x275ea000 - 0x27a30fff GeoServices armv7 <481af33659c9364b98519007e0c6a5f2> /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices 0x27a31000 - 0x27a32fff DiagnosticLogCollection armv7 /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/DiagnosticLogCollection 0x27a33000 - 0x27a34fff Marco armv7 <55a451f5e7623a1fbb8816f1dae353b4> /System/Library/PrivateFrameworks/Marco.framework/Marco 0x27a35000 - 0x27a9cfff CoreLocation armv7 <48f170bd93da3344a4ce643a6d8e3374> /System/Library/Frameworks/CoreLocation.framework/CoreLocation 0x27a9d000 - 0x27aa1fff ConstantClasses armv7 /System/Library/PrivateFrameworks/ConstantClasses.framework/ConstantClasses 0x27aa2000 - 0x27aabfff libChineseTokenizer.dylib armv7 <68403f48f85c316a84f7ca446ca54bbe> /usr/lib/libChineseTokenizer.dylib 0x27aac000 - 0x27cf6fff libmecabra.dylib armv7 <7a332975fb743d2abdc0dc50fe5f4aea> /usr/lib/libmecabra.dylib 0x27cf7000 - 0x27d29fff IDSFoundation armv7 <6e4fd711e68939e9a1355bc60440f8e3> /System/Library/PrivateFrameworks/IDSFoundation.framework/IDSFoundation 0x27d2a000 - 0x27d9dfff IDS armv7 <5e81837c98523d119df6cd41f8806feb> /System/Library/PrivateFrameworks/IDS.framework/IDS 0x27d9e000 - 0x27db6fff MediaServices armv7 <944e5504a3ef3b5ea9b7af2664c6528a> /System/Library/PrivateFrameworks/MediaServices.framework/MediaServices 0x27db7000 - 0x27dd8fff AuthKit armv7 <74845dc1618038cc9d6013a3e701a37a> /System/Library/PrivateFrameworks/AuthKit.framework/AuthKit 0x27dd9000 - 0x27ddcfff libheimdal-asn1.dylib armv7 <04fb61f676673fd5b92fcaf45c6697dc> /usr/lib/libheimdal-asn1.dylib 0x27ddd000 - 0x27e49fff MediaRemote armv7 <1e81242bd1263de1a69d3e44cab0527f> /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote 0x27e4a000 - 0x27f4dfff MobileSpotlightIndex armv7 /System/Library/PrivateFrameworks/MobileSpotlightIndex.framework/MobileSpotlightIndex 0x27f4e000 - 0x27f66fff PlugInKit armv7 /System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit 0x27f67000 - 0x27f88fff ProtectedCloudStorage armv7 <869da1089df23027a0678405a3e1cb6a> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/ProtectedCloudStorage 0x27f89000 - 0x27f9efff libresolv.9.dylib armv7 <3d9922bfb1ca3b489ecc6708bd726e78> /usr/lib/libresolv.9.dylib 0x27f9f000 - 0x27fb2fff ApplePushService armv7 <6d62dc30f2c331b2af9fdf98bebe0694> /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService 0x27fb3000 - 0x27fd6fff ContactsFoundation armv7 /System/Library/PrivateFrameworks/ContactsFoundation.framework/ContactsFoundation 0x27fd7000 - 0x27fdbfff ParsecSubscriptionServiceSupport armv7 <39f471d880a53fe0b02ba621025c25fc> /System/Library/PrivateFrameworks/ParsecSubscriptionServiceSupport.framework/ParsecSubscriptionServiceSupport 0x27fdc000 - 0x28057fff Contacts armv7 <6300cd2e3d3332dea55a5e58f8930e88> /System/Library/Frameworks/Contacts.framework/Contacts 0x28058000 - 0x2808ffff CoreSpotlight armv7 <032e7f5517ea3791b504f913764f1ff7> /System/Library/Frameworks/CoreSpotlight.framework/CoreSpotlight 0x28090000 - 0x280adfff vCard armv7 /System/Library/PrivateFrameworks/vCard.framework/vCard 0x280ae000 - 0x280cefff VoiceServices armv7 <3b57d42721643158b43f50a9b4357172> /System/Library/PrivateFrameworks/VoiceServices.framework/VoiceServices 0x280cf000 - 0x28112fff SAObjects armv7 <60f9fce1110c353c97a11245b10ee7a4> /System/Library/PrivateFrameworks/SAObjects.framework/SAObjects 0x28113000 - 0x28115fff CommonAuth armv7 /System/Library/PrivateFrameworks/CommonAuth.framework/CommonAuth 0x28116000 - 0x2816afff Heimdal armv7 <5e588ecbd5523b61b4d671a0a939a035> /System/Library/PrivateFrameworks/Heimdal.framework/Heimdal 0x2816b000 - 0x2818bfff GSS armv7 <2059afd7dc273df2a6162a6cf671c576> /System/Library/Frameworks/GSS.framework/GSS 0x2818c000 - 0x281dafff AssistantServices armv7 /System/Library/PrivateFrameworks/AssistantServices.framework/AssistantServices 0x281db000 - 0x281e3fff FMCoreLite armv7 /System/Library/PrivateFrameworks/FMCoreLite.framework/FMCoreLite 0x281e4000 - 0x281e7fff MessageSupport armv7 <3962dc0fac3c303da9eec419fe24182b> /System/Library/PrivateFrameworks/MessageSupport.framework/MessageSupport 0x281e8000 - 0x28228fff MIME armv7 <11077df5ad17333889870f3436d43fa4> /System/Library/PrivateFrameworks/MIME.framework/MIME 0x28229000 - 0x2822efff AOSNotification armv7 <7ea60141efd53ee1a3d98817ba365c84> /System/Library/PrivateFrameworks/AOSNotification.framework/AOSNotification 0x2822f000 - 0x28289fff AccountsDaemon armv7 /System/Library/PrivateFrameworks/AccountsDaemon.framework/AccountsDaemon 0x2828a000 - 0x282a7fff AppleIDSSOAuthentication armv7 <999052b6474636bba4a3232b574c2928> /System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/AppleIDSSOAuthentication 0x282a8000 - 0x282b6fff MailServices armv7 /System/Library/PrivateFrameworks/MailServices.framework/MailServices 0x282b7000 - 0x2830ffff AppleAccount armv7 <530edd8a3a8c39ec846fddf58b511124> /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount 0x28310000 - 0x28314fff CommunicationsFilter armv7 <7858c52771cf3b1da6eec4caabbee472> /System/Library/PrivateFrameworks/CommunicationsFilter.framework/CommunicationsFilter 0x28315000 - 0x28337fff ChunkingLibrary armv7 /System/Library/PrivateFrameworks/ChunkingLibrary.framework/ChunkingLibrary 0x28338000 - 0x28340fff CaptiveNetwork armv7 <9fb0a8ac86513f06a36c01d46c69c758> /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork 0x28341000 - 0x28360fff EAP8021X armv7 /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X 0x28361000 - 0x28365fff AssetCacheServices armv7 <29dac9bc4b953d9d83cffc0628a2d8a8> /System/Library/PrivateFrameworks/AssetCacheServices.framework/AssetCacheServices 0x28366000 - 0x283cdfff MMCS armv7 /System/Library/PrivateFrameworks/MMCS.framework/MMCS 0x283ce000 - 0x283dbfff MobileWiFi armv7 <246eeabefae430c3a2e473d7eacaded5> /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi 0x283dc000 - 0x28418fff ContentIndex armv7 <34ab8952896736f18051f02088ff12c3> /System/Library/PrivateFrameworks/ContentIndex.framework/ContentIndex 0x28419000 - 0x28423fff MobileIcons armv7 /System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons 0x28424000 - 0x2842dfff MobileBluetooth armv7 /System/Library/PrivateFrameworks/MobileBluetooth.framework/MobileBluetooth 0x2842e000 - 0x2845dfff NanoRegistry armv7 <045e6c6dcfd436b691ff4af8c16b66ae> /System/Library/PrivateFrameworks/NanoRegistry.framework/NanoRegistry 0x2845e000 - 0x28464fff BluetoothManager armv7 <0e9f6b479ec4326c83eef27f3cb6f31f> /System/Library/PrivateFrameworks/BluetoothManager.framework/BluetoothManager 0x28465000 - 0x2848cfff Bom armv7 <62b46c4dc6c33049a9a218eef8243c42> /System/Library/PrivateFrameworks/Bom.framework/Bom 0x2848d000 - 0x28492fff CertUI armv7 <5d442be17f733400b518b9689544e127> /System/Library/PrivateFrameworks/CertUI.framework/CertUI 0x28493000 - 0x284c7fff FTServices armv7 /System/Library/PrivateFrameworks/FTServices.framework/FTServices 0x284c8000 - 0x2851dfff CoreDAV armv7 /System/Library/PrivateFrameworks/CoreDAV.framework/CoreDAV 0x2851e000 - 0x28526fff BaseBoardUI armv7 <1769ecfa77b330199336708203542a56> /System/Library/PrivateFrameworks/BaseBoardUI.framework/BaseBoardUI 0x28527000 - 0x28533fff UserManagement armv7 /System/Library/PrivateFrameworks/UserManagement.framework/UserManagement 0x28534000 - 0x285e0fff CorePDF armv7 <870895950e1e3fd79eec993641e2289c> /System/Library/PrivateFrameworks/CorePDF.framework/CorePDF 0x285e1000 - 0x2860dfff iCalendar armv7 /System/Library/PrivateFrameworks/iCalendar.framework/iCalendar 0x2860e000 - 0x28616fff libtzupdate.dylib armv7 <52d1bf087dba3219881f4ab6aae90524> /usr/lib/libtzupdate.dylib 0x28617000 - 0x2865afff CalendarFoundation armv7 <57612404002c35d2ba22cd5d87d3104f> /System/Library/PrivateFrameworks/CalendarFoundation.framework/CalendarFoundation 0x2865b000 - 0x28660fff IncomingCallFilter armv7 /System/Library/PrivateFrameworks/IncomingCallFilter.framework/IncomingCallFilter 0x28661000 - 0x2872dfff Preferences armv7 <7a9cce821d9e3885b63c521113e16612> /System/Library/PrivateFrameworks/Preferences.framework/Preferences 0x2872e000 - 0x2879bfff CalendarDatabase armv7 <29b65dc1f98b31c5b11b2bff87f6f660> /System/Library/PrivateFrameworks/CalendarDatabase.framework/CalendarDatabase 0x2879c000 - 0x287cdfff CalendarDaemon armv7 <9e6df154e806336da5c8a36fa6b2ced7> /System/Library/PrivateFrameworks/CalendarDaemon.framework/CalendarDaemon 0x287ce000 - 0x28857fff EventKit armv7 <5101190cb50f36da81aa7819a1a8a52a> /System/Library/Frameworks/EventKit.framework/EventKit 0x28858000 - 0x28ab2fff WebKit armv7 <3e16ad71cf653cbf936b67055e983259> /System/Library/Frameworks/WebKit.framework/WebKit 0x28ab3000 - 0x28ae6fff WebBookmarks armv7 /System/Library/PrivateFrameworks/WebBookmarks.framework/WebBookmarks 0x28ae7000 - 0x28bcffff ContactsUI armv7 /System/Library/Frameworks/ContactsUI.framework/ContactsUI 0x28bd0000 - 0x28f93fff ModelIO armv7 <82ef6d61311433c9a0d62817dff95295> /System/Library/Frameworks/ModelIO.framework/ModelIO 0x28f94000 - 0x28f99fff DAAPKit armv7 <528855afb53b3d309c860c26c7230b08> /System/Library/PrivateFrameworks/DAAPKit.framework/DAAPKit 0x28f9a000 - 0x2900bfff CoreSymbolication armv7 <2f89d7a7d4123951aff3ddbd644c7cb0> /System/Library/PrivateFrameworks/CoreSymbolication.framework/CoreSymbolication 0x2900c000 - 0x29068fff TelephonyUtilities armv7 <5b34df3277573d6c822e4e852513cbde> /System/Library/PrivateFrameworks/TelephonyUtilities.framework/TelephonyUtilities 0x29069000 - 0x29096fff GLKit armv7 <68b6b998f2a53e13bc56b39e03ec306c> /System/Library/Frameworks/GLKit.framework/GLKit 0x29097000 - 0x292a8fff MusicLibrary armv7 /System/Library/PrivateFrameworks/MusicLibrary.framework/MusicLibrary 0x292a9000 - 0x292e2fff Notes armv7 /System/Library/PrivateFrameworks/Notes.framework/Notes 0x292e3000 - 0x293adfff AddressBookUI armv7 /System/Library/Frameworks/AddressBookUI.framework/AddressBookUI 0x293ae000 - 0x29454fff CloudKit armv7 <496dd435b4bb321c8356f9bba83757f6> /System/Library/Frameworks/CloudKit.framework/CloudKit 0x29455000 - 0x29497fff iTunesStore armv7 <5bf58b47f43935d6afa833c632664013> /System/Library/PrivateFrameworks/iTunesStore.framework/iTunesStore 0x29498000 - 0x2949dfff CloudPhotoServices armv7 /System/Library/PrivateFrameworks/CloudPhotoServices.framework/CloudPhotoServices 0x2949e000 - 0x29565fff CloudPhotoLibrary armv7 <525b1bb05b7530d8a53aefd21f8a66bd> /System/Library/PrivateFrameworks/CloudPhotoLibrary.framework/CloudPhotoLibrary 0x29566000 - 0x295aefff DataAccess armv7 /System/Library/PrivateFrameworks/DataAccess.framework/DataAccess 0x295af000 - 0x295d1fff AssetsLibraryServices armv7 /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices 0x295d2000 - 0x2965bfff HomeSharing armv7 <55763cbf79ed37a99ad358454b15f0de> /System/Library/PrivateFrameworks/HomeSharing.framework/HomeSharing 0x2965c000 - 0x29685fff ACTFramework armv7 <7a89ba97891233c4bf206236e57b0d1a> /System/Library/PrivateFrameworks/ACTFramework.framework/ACTFramework 0x29686000 - 0x29691fff DCIMServices armv7 <3154facb9535385b836fdb0f4540d87c> /System/Library/PrivateFrameworks/DCIMServices.framework/DCIMServices 0x29692000 - 0x29794fff CoreMediaStream armv7 <2b3e705f94ca3d33ba4d7cc905c1c06e> /System/Library/PrivateFrameworks/CoreMediaStream.framework/CoreMediaStream 0x29795000 - 0x297aafff PhotosFormats armv7 <983aa310563d32929bf724614a5e1987> /System/Library/PrivateFrameworks/PhotosFormats.framework/PhotosFormats 0x297ab000 - 0x297b1fff XPCKit armv7 <9805ed814ee83dfdb018483c647869bc> /System/Library/PrivateFrameworks/XPCKit.framework/XPCKit 0x297b2000 - 0x299eefff MediaPlayer armv7 <3d1bb7460f2f3d7e84e3b75f9573d055> /System/Library/Frameworks/MediaPlayer.framework/MediaPlayer 0x299ef000 - 0x29accfff CameraKit armv7 <3c0400660d843338bb06ddd32bcf4119> /System/Library/PrivateFrameworks/CameraKit.framework/CameraKit 0x29acd000 - 0x29ad3fff CoreTime armv7 <0e2eb204485639e1932a754498417769> /System/Library/PrivateFrameworks/CoreTime.framework/CoreTime 0x29ad4000 - 0x29aecfff MediaStream armv7 /System/Library/PrivateFrameworks/MediaStream.framework/MediaStream 0x29aed000 - 0x29e0bfff PhotoLibraryServices armv7 <2f7402842b8f3cf0b6d1285eb9563105> /System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices 0x29e0c000 - 0x29e3efff PrototypeTools armv7 <1ab0c9033b6230d2816fc9dcc7aa2e66> /System/Library/PrivateFrameworks/PrototypeTools.framework/PrototypeTools 0x29ea3000 - 0x29ec4fff ScreenReaderCore armv7 <70e2bb875dd932e5bd8d497e89176234> /System/Library/PrivateFrameworks/ScreenReaderCore.framework/ScreenReaderCore 0x29ec5000 - 0x29f39fff BulletinBoard armv7 /System/Library/PrivateFrameworks/BulletinBoard.framework/BulletinBoard 0x29f3a000 - 0x29f3afff MobileObliteration armv7 /System/Library/PrivateFrameworks/MobileObliteration.framework/MobileObliteration 0x29f3b000 - 0x29f50fff TextToSpeech armv7 <8bef0d832c3a303fadc632ceb54b4675> /System/Library/PrivateFrameworks/TextToSpeech.framework/TextToSpeech 0x29f51000 - 0x29fa6fff SpringBoardFoundation armv7 /System/Library/PrivateFrameworks/SpringBoardFoundation.framework/SpringBoardFoundation 0x29fa7000 - 0x29fa8fff libAXSafeCategoryBundle.dylib armv7 <854997778a353f96a09933c6e90df409> /usr/lib/libAXSafeCategoryBundle.dylib 0x29fa9000 - 0x29fb0fff libAXSpeechManager.dylib armv7 <6ae5a915da72359ca689898b396f469b> /usr/lib/libAXSpeechManager.dylib 0x29fb1000 - 0x2a02bfff AccessibilityUtilities armv7 /System/Library/PrivateFrameworks/AccessibilityUtilities.framework/AccessibilityUtilities 0x2a02c000 - 0x2a13afff Message armv7 <25190a8782a53c95a20287490f54501c> /System/Library/PrivateFrameworks/Message.framework/Message 0x2a154000 - 0x2a194fff TelephonyUI armv7 <2876cb9c1ff93f489a1bdf6243c9e3dc> /System/Library/PrivateFrameworks/TelephonyUI.framework/TelephonyUI 0x2a195000 - 0x2a1b3fff ToneLibrary armv7 <2d68f0cd61a33e2b80be91bbf22efeef> /System/Library/PrivateFrameworks/ToneLibrary.framework/ToneLibrary 0x2a1fd000 - 0x2a217fff DataDetectorsCore armv7 <0180d1c438da31849583c23ffff3d2c1> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/DataDetectorsCore 0x2a218000 - 0x2a222fff NotificationsUI armv7 <1d7603ec96753416a899ebe65955b8f0> /System/Library/PrivateFrameworks/NotificationsUI.framework/NotificationsUI 0x2a223000 - 0x2a227fff ProgressUI armv7 /System/Library/PrivateFrameworks/ProgressUI.framework/ProgressUI 0x2a4b9000 - 0x2a4ebfff SpringBoardUIServices armv7 <7932d86488c43154b8bb0dd0fc9d9a54> /System/Library/PrivateFrameworks/SpringBoardUIServices.framework/SpringBoardUIServices 0x2a51d000 - 0x2a5c6fff Photos armv7 <2431769bcf173a21a3db9456e1bf07a1> /System/Library/Frameworks/Photos.framework/Photos 0x2a5c7000 - 0x2a5f2fff AXRuntime armv7 <0ead7676ad023cc4a12abe300b8f584f> /System/Library/PrivateFrameworks/AXRuntime.framework/AXRuntime 0x2a612000 - 0x2a65bfff RemoteUI armv7 /System/Library/PrivateFrameworks/RemoteUI.framework/RemoteUI 0x2a65c000 - 0x2a672fff GenerationalStorage armv7 <54c3dd709d5632a79b737fda406879f3> /System/Library/PrivateFrameworks/GenerationalStorage.framework/GenerationalStorage 0x2a673000 - 0x2a67dfff CoreRecents armv7 /System/Library/PrivateFrameworks/CoreRecents.framework/CoreRecents 0x2a680000 - 0x2a686fff AccessibilityUIUtilities armv7 <1a4e2fcffdec3d9380f8446401500161> /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AccessibilityUIUtilities.framework/AccessibilityUIUtilities 0x2a724000 - 0x2a736fff AssetsLibrary armv7 <3d2118e805f83bdfad7dbb7c8d12db46> /System/Library/Frameworks/AssetsLibrary.framework/AssetsLibrary 0x2a737000 - 0x2a750fff SpringBoardUI armv7 <52155bcd984a38fc870cc4fe376b28a1> /System/Library/PrivateFrameworks/SpringBoardUI.framework/SpringBoardUI 0x2a751000 - 0x2ad31fff VectorKit armv7 <7143664b4d00345b864dd59d706834eb> /System/Library/PrivateFrameworks/VectorKit.framework/VectorKit 0x2ad32000 - 0x2aeb1fff MapKit armv7 <0d7a2185946536e3b0f43d23fa0f8447> /System/Library/Frameworks/MapKit.framework/MapKit 0x2aecb000 - 0x2aecdfff FTClientServices armv7 /System/Library/PrivateFrameworks/FTClientServices.framework/FTClientServices 0x2aece000 - 0x2aedbfff QuickLookThumbnailing armv7 <38cfbb012e513bfca7709969de7ee75b> /System/Library/PrivateFrameworks/QuickLookThumbnailing.framework/QuickLookThumbnailing 0x2af7c000 - 0x2af83fff AXMediaUtilities armv7 /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AXMediaUtilities.framework/AXMediaUtilities 0x2af84000 - 0x2afd6fff QuickLook armv7 /System/Library/Frameworks/QuickLook.framework/QuickLook 0x2afd7000 - 0x2b019fff UIAccessibility armv7 /System/Library/PrivateFrameworks/UIAccessibility.framework/UIAccessibility 0x2b01a000 - 0x2b049fff ContactsAutocomplete armv7 /System/Library/PrivateFrameworks/ContactsAutocomplete.framework/ContactsAutocomplete 0x2b04a000 - 0x2b056fff NanoPreferencesSync armv7 <455881c35b813648a235197e2e0762ce> /System/Library/PrivateFrameworks/NanoPreferencesSync.framework/NanoPreferencesSync 0x2b057000 - 0x2b12bfff MessageUI armv7 <290426c6e960393e929437e2bb22fe46> /System/Library/Frameworks/MessageUI.framework/MessageUI 0x2b3f9000 - 0x2b412fff StoreKit armv7 <1b324f6e806e343f9ed783971aa8b666> /System/Library/Frameworks/StoreKit.framework/StoreKit 0x2b4a4000 - 0x2b4bafff SharedUtils armv7 <91869c9e053e38f3bc2ed576775adde5> /System/Library/Frameworks/LocalAuthentication.framework/Support/SharedUtils.framework/SharedUtils 0x2b75d000 - 0x2b767fff LocalAuthentication armv7 <352ae6978c963305b600706d2a25b73a> /System/Library/Frameworks/LocalAuthentication.framework/LocalAuthentication 0x2b93d000 - 0x2b9aafff CoreRecognition armv7 /System/Library/PrivateFrameworks/CoreRecognition.framework/CoreRecognition 0x2b9ab000 - 0x2b9b7fff FindMyDevice armv7 <244525f2b0a5314ea0e5b1214d2a20c8> /System/Library/PrivateFrameworks/FindMyDevice.framework/FindMyDevice 0x2b9b8000 - 0x2b9c8fff IAP armv7 <25239732cb5f34b18fc6b083d740304b> /System/Library/PrivateFrameworks/IAP.framework/IAP 0x2bd49000 - 0x2bd5afff ExternalAccessory armv7 <413edd7cb8e63e70a483e49df096ab0a> /System/Library/Frameworks/ExternalAccessory.framework/ExternalAccessory 0x2cb0b000 - 0x2cb51fff WatchKit armv7 /System/Library/Frameworks/WatchKit.framework/WatchKit 0x2cd65000 - 0x2ce9afff libGLProgrammability.dylib armv7 /System/Library/Frameworks/OpenGLES.framework/libGLProgrammability.dylib 0x2db73000 - 0x2db7afff AccessibilityUI armv7 <33b05c4eda123438a3fc186739152ad9> /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AccessibilityUI.framework/AccessibilityUI 0x2df8b000 - 0x2df93fff NanoGlanceSettings armv7 /System/Library/PrivateFrameworks/NanoGlanceSettings.framework/NanoGlanceSettings 0x2df94000 - 0x2dfc8fff PBBridgeSupport armv7 /System/Library/PrivateFrameworks/PBBridgeSupport.framework/PBBridgeSupport 0x2dfc9000 - 0x2e086fff PassKitCore armv7 <78069679e7973efc9a8f116d68d4b64a> /System/Library/PrivateFrameworks/PassKitCore.framework/PassKitCore 0x2e18e000 - 0x2e198fff BridgePreferences armv7 <339e2a828076327aaf56ca3f10f25ada> /System/Library/PrivateFrameworks/BridgePreferences.framework/BridgePreferences 0x2e343000 - 0x2e349fff libGPUSupportMercury.dylib armv7 /System/Library/PrivateFrameworks/GPUSupport.framework/libGPUSupportMercury.dylib 0x2eb24000 - 0x2eb78fff CoreBrightness armv7 /System/Library/PrivateFrameworks/CoreBrightness.framework/CoreBrightness 0x2f0c6000 - 0x2f0cafff ZoomServices armv7 /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/ZoomServices.framework/ZoomServices 0x2f761000 - 0x2f762fff libMobileCheckpoint.dylib armv7 <92bc8b67de8a38bfb80aaa89c4a054af> /usr/lib/libMobileCheckpoint.dylib 0x2f7c3000 - 0x2f80ffff libstdc++.6.dylib armv7 <246bef8685e53c8ba04c28f6d568c45e> /usr/lib/libstdc++.6.dylib 0x30cce000 - 0x30cd7fff AccessibilitySettingsLoader armv7 /System/Library/AccessibilityBundles/AccessibilitySettingsLoader.bundle/AccessibilitySettingsLoader 0x30cda000 - 0x30cdffff AddressBookUIFramework armv7 /System/Library/AccessibilityBundles/AddressBookUIFramework.axbundle/AddressBookUIFramework 0x30ce0000 - 0x30cebfff CameraKit armv7 <37f111e71af63a358252349834a3b1b4> /System/Library/AccessibilityBundles/CameraKit.axbundle/CameraKit 0x30d05000 - 0x30d0dfff MapKitFramework armv7 <814d762555363c31947ca326b965b99b> /System/Library/AccessibilityBundles/MapKitFramework.axbundle/MapKitFramework 0x30d0e000 - 0x30d15fff MediaPlayerFramework armv7 <8d70c4c3114731d5a058c4d1700d3d18> /System/Library/AccessibilityBundles/MediaPlayerFramework.axbundle/MediaPlayerFramework 0x30d1d000 - 0x30d27fff MessageUIFramework armv7 <2f039ecb479d3ce0b45702d5c316253e> /System/Library/AccessibilityBundles/MessageUIFramework.axbundle/MessageUIFramework 0x30d28000 - 0x30d30fff PassKitFramework armv7 <21d5da0438f93cb1ba72119bff1e94e7> /System/Library/AccessibilityBundles/PassKitFramework.axbundle/PassKitFramework 0x30d3c000 - 0x30d3efff PhotoLibraryServices armv7 <0a9531b5be2a333ab26d44cbdda470de> /System/Library/AccessibilityBundles/PhotoLibraryServices.axbundle/PhotoLibraryServices 0x30d3f000 - 0x30d41fff PhotosFramework armv7 /System/Library/AccessibilityBundles/PhotosFramework.axbundle/PhotosFramework 0x30d54000 - 0x30d55fff QuickLook armv7 <6f31d7876fb13185bb0944a61c629783> /System/Library/AccessibilityBundles/QuickLook.axbundle/QuickLook 0x30d60000 - 0x30d62fff RemoteUIFramework armv7 /System/Library/AccessibilityBundles/RemoteUIFramework.axbundle/RemoteUIFramework 0x30d66000 - 0x30d67fff StoreKitFramework armv7 /System/Library/AccessibilityBundles/StoreKitFramework.axbundle/StoreKitFramework 0x30d89000 - 0x30e17fff UIKit armv7 <1798b2c672be355787e7fca8c84cb763> /System/Library/AccessibilityBundles/UIKit.axbundle/UIKit 0x30e1c000 - 0x30e2afff WebCore armv7 /System/Library/AccessibilityBundles/WebCore.axbundle/WebCore 0x30e2b000 - 0x30e2cfff WebKit armv7 /System/Library/AccessibilityBundles/WebKit.axbundle/WebKit 0x30e2d000 - 0x30e34fff WebKitLegacy armv7 <566589f1b54c3c6893907b28bef796b5> /System/Library/AccessibilityBundles/WebKitLegacy.axbundle/WebKitLegacy 0x30e3a000 - 0x30e3afff iTunesStoreFramework armv7 <9f73f5f422b23031ac20d73fb2d9fbee> /System/Library/AccessibilityBundles/iTunesStoreFramework.axbundle/iTunesStoreFramework 0x310ae000 - 0x311bdfff IMGSGX543GLDriver armv7 /System/Library/Extensions/IMGSGX543GLDriver.bundle/IMGSGX543GLDriver 0x311c9000 - 0x311dcfff libCGInterfaces.dylib armv7 <78f4b125ff033afea9a55a845f79498c> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/Libraries/libCGInterfaces.dylib 0x315ec000 - 0x316c4fff GLEngine armv7 /System/Library/Frameworks/OpenGLES.framework/GLEngine.bundle/GLEngine 0x316e3000 - 0x317f8fff PassKit armv7 <5bb2cb3f539a3b0aa24fa5eedc74fad3> /System/Library/Frameworks/PassKit.framework/PassKit 0x31c9f000 - 0x31ca8fff AppConduit armv7 <74d3387dee81306e992663bca2daf39a> /System/Library/PrivateFrameworks/AppConduit.framework/AppConduit 0x323e5000 - 0x32404fff CoreServicesInternal armv7 /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesInternal 0x32667000 - 0x32672fff libGSFontCache.dylib armv7 <0bf6fc62e8d83532aefcf239b6d0ef57> /System/Library/PrivateFrameworks/FontServices.framework/libGSFontCache.dylib 0x34f8e000 - 0x34f96fff libMobileGestaltExtensions.dylib armv7 <051931620e89346fac99d62912fe17e7> /usr/lib/libMobileGestaltExtensions.dylib

Error Formulating Crash Report: Failed while requesting activity/breadcrumb diagnostics

dissayamas1 commented 6 years ago

20170714