KSCrash icon indicating copy to clipboard operation
KSCrash copied to clipboard

Help! Crash reports not showing method names!

Open clickstan opened this issue 9 years ago • 15 comments

I'm new to crash reporting, and found this awesome tool, which does everything I want. :+1:

The only trouble is, in my released app, the crash reports i'm getting don't have readable method names in them, only something like this: image

Please tell me how to fix this, so that the crash reports have readable method names (instead of . Does enabling 'on-device symbolication' fix this? Thanks a lot, Stan

clickstan avatar Mar 23 '15 01:03 clickstan

Awhile ago, Apple redacted a whole bunch of method names in their libraries, which is why you're seeing this. To get the unredacted names, you'll need to symbolicate the report manually.

The _mh_execute_header entries are there because your binary is being stripped when you build in release mode. You either need to keep debugging symbols in, or else you need to keep the dSYM for your build so that you can symbolicate manually.

kstenerud avatar Mar 23 '15 16:03 kstenerud

How would I symbolicate the report manually? (The guides on google ask for a .crash file, and a dSYM, but all I have is a .txt crash log that was send by email) Can you point me in the right direction? I'm getting a few similar crash reports daily, and have no idea what is causing them. Here is an example: (Thanks for your help, it's nice of you :) )

Incident Identifier: A95214E8-58D5-4A09-8316-0ADF4793CA02 CrashReporter Key: 803287b4c860230a23d6c4456fb72b3f1e9ed116 Hardware Model: iPad5,4 Process: FloppyWorm [438] Path: /private/var/mobile/Containers/Bundle/Application/77D5E035-93A5-4AC6-AA01-42A00B468396/FloppyWorm.app/FloppyWorm Identifier: FLOPPY.WORM Version: 3.1 (7) Code Type: ARM-64 Parent Process: launchd [1]

Date/Time: 2015-03-21 20:01:15.000 -0600 OS Version: iPhone OS 8.2 (12D508) Report Version: 104

Exception Type: 0 ((null)) Exception Codes: 0x00000000 at 0x0000000000000000 Crashed Thread: 14

Thread 0: 0 libsystem_kernel.dylib 0x0000000193774e0c 0x193774000 + 3596 (mach_msg_trap + 8) 1 libsystem_kernel.dylib 0x0000000193774c88 0x193774000 + 3208 (mach_msg + 72) 2 CoreFoundation 0x0000000181d9e218 0x181cc0000 + 909848 ( + 200) 3 CoreFoundation 0x0000000181d9c16c 0x181cc0000 + 901484 ( + 940) 4 CoreFoundation 0x0000000181cc91f4 0x181cc0000 + 37364 (CFRunLoopRunSpecific + 396) 5 GraphicsServices 0x000000018b0136fc 0x18b008000 + 46844 (GSEventRunModal + 168) 6 UIKit 0x000000018665a10c 0x1865e4000 + 483596 (UIApplicationMain + 1488) 7 FloppyWorm 0x00000001001093b4 0x1000c0000 + 299956 (_mh_execute_header + 299956) 8 libdyld.dylib 0x0000000193676a08 0x193674000 + 10760 ( + 4)

Thread 1: 0 libsystem_kernel.dylib 0x0000000193774c24 0x193774000 + 3108 (kevent64 + 8) 1 libdispatch.dylib 0x0000000193659e70 0x193648000 + 73328 ( + 276) 2 libdispatch.dylib 0x000000019364b99c 0x193648000 + 14748 ( + 52)

Thread 2: 0 libsystem_kernel.dylib 0x000000019378fc78 0x193774000 + 113784 (__workq_kernreturn + 8) 1 libsystem_pthread.dylib 0x00000001938292dc 0x193828000 + 4828 (_pthread_wqthread + 992)

Thread 3: 0 libsystem_kernel.dylib 0x000000019378fc78 0x193774000 + 113784 (__workq_kernreturn + 8) 1 libsystem_pthread.dylib 0x00000001938292dc 0x193828000 + 4828 (_pthread_wqthread + 992)

Thread 4: 0 libsystem_kernel.dylib 0x000000019378fc78 0x193774000 + 113784 (__workq_kernreturn + 8) 1 libsystem_pthread.dylib 0x00000001938292dc 0x193828000 + 4828 (_pthread_wqthread + 992)

Thread 5: 0 libsystem_kernel.dylib 0x0000000193774e0c 0x193774000 + 3596 (mach_msg_trap + 8) 1 libsystem_kernel.dylib 0x0000000193774c88 0x193774000 + 3208 (mach_msg + 72) 2 CoreFoundation 0x0000000181d9e218 0x181cc0000 + 909848 ( + 200) 3 CoreFoundation 0x0000000181d9c16c 0x181cc0000 + 901484 ( + 940) 4 CoreFoundation 0x0000000181cc91f4 0x181cc0000 + 37364 (CFRunLoopRunSpecific + 396) 5 libAVFAudio.dylib 0x000000018076d570 0x180754000 + 103792 ( + 164) 6 libAVFAudio.dylib 0x000000018075ff50 0x180754000 + 48976 ( + 120) 7 libsystem_pthread.dylib 0x000000019382bdc8 0x193828000 + 15816 ( + 164) 8 libsystem_pthread.dylib 0x000000019382bd24 0x193828000 + 15652 (_pthread_start + 160)

Thread 6: 0 libsystem_kernel.dylib 0x0000000193774e0c 0x193774000 + 3596 (mach_msg_trap + 8) 1 libsystem_kernel.dylib 0x0000000193774c88 0x193774000 + 3208 (mach_msg + 72) 2 AudioToolbox 0x00000001813d9680 0x1812d0000 + 1087104 ( + 116) 3 AudioToolbox 0x00000001813dce64 0x1812d0000 + 1101412 ( + 12) 4 AudioToolbox 0x00000001812fcad0 0x1812d0000 + 182992 ( + 144) 5 libsystem_pthread.dylib 0x000000019382bdc8 0x193828000 + 15816 ( + 164) 6 libsystem_pthread.dylib 0x000000019382bd24 0x193828000 + 15652 (_pthread_start + 160)

Thread 7: 0 libsystem_kernel.dylib 0x000000019378fc78 0x193774000 + 113784 (__workq_kernreturn + 8) 1 libsystem_pthread.dylib 0x00000001938292dc 0x193828000 + 4828 (_pthread_wqthread + 992)

Thread 8: 0 libsystem_kernel.dylib 0x0000000193774e0c 0x193774000 + 3596 (mach_msg_trap + 8) 1 libsystem_kernel.dylib 0x0000000193774c88 0x193774000 + 3208 (mach_msg + 72) 2 libsystem_kernel.dylib 0x0000000193779040 0x193774000 + 20544 (thread_suspend + 80) 3 FloppyWorm 0x000000010011fdc8 0x1000c0000 + 392648 (_mh_execute_header + 392648) 4 libsystem_pthread.dylib 0x000000019382bdc8 0x193828000 + 15816 ( + 164) 5 libsystem_pthread.dylib 0x000000019382bd24 0x193828000 + 15652 (_pthread_start + 160)

Thread 9:

Thread 10: 0 libsystem_kernel.dylib 0x0000000193774e0c 0x193774000 + 3596 (mach_msg_trap + 8) 1 libsystem_kernel.dylib 0x0000000193774c88 0x193774000 + 3208 (mach_msg + 72) 2 CoreFoundation 0x0000000181d9e218 0x181cc0000 + 909848 ( + 200) 3 CoreFoundation 0x0000000181d9c16c 0x181cc0000 + 901484 ( + 940) 4 CoreFoundation 0x0000000181cc91f4 0x181cc0000 + 37364 (CFRunLoopRunSpecific + 396) 5 Foundation 0x0000000182bf60b8 0x182be8000 + 57528 ( + 316) 6 Foundation 0x0000000182c505d8 0x182be8000 + 427480 ( + 96) 7 FloppyWorm 0x000000010020b650 0x1000c0000 + 1357392 (_mh_execute_header + 1357392) 8 Foundation 0x0000000182cde308 0x182be8000 + 1008392 ( + 1072) 9 libsystem_pthread.dylib 0x000000019382bdc8 0x193828000 + 15816 ( + 164) 10 libsystem_pthread.dylib 0x000000019382bd24 0x193828000 + 15652 (_pthread_start + 160)

Thread 11: 0 libsystem_kernel.dylib 0x000000019378fc78 0x193774000 + 113784 (__workq_kernreturn + 8) 1 libsystem_pthread.dylib 0x00000001938292dc 0x193828000 + 4828 (_pthread_wqthread + 992)

Thread 12: 0 libsystem_kernel.dylib 0x000000019378fc78 0x193774000 + 113784 (__workq_kernreturn + 8) 1 libsystem_pthread.dylib 0x00000001938292dc 0x193828000 + 4828 (_pthread_wqthread + 992)

Thread 13: 0 libsystem_kernel.dylib 0x000000019378fc78 0x193774000 + 113784 (__workq_kernreturn + 8) 1 libsystem_pthread.dylib 0x00000001938292dc 0x193828000 + 4828 (_pthread_wqthread + 992)

Thread 14 Crashed: 0 libobjc.A.dylib 0x000000019300bbd0 0x192ff0000 + 113616 (objc_msgSend + 16) 1 CoreFoundation 0x0000000181cc5378 0x181cc0000 + 21368 (CFRelease + 524) 2 QuartzCore 0x0000000185f44458 0x185f38000 + 50264 ( + 32) 3 QuartzCore 0x0000000185f4a2ac 0x185f38000 + 74412 ( + 80) 4 libobjc.A.dylib 0x0000000193011724 0x192ff0000 + 136996 ( + 564) 5 CoreFoundation 0x0000000181d9ec20 0x181cc0000 + 912416 ( + 28) 6 CoreFoundation 0x0000000181d9e8d0 0x181cc0000 + 911568 ( + 888) 7 CoreFoundation 0x0000000181d9c31c 0x181cc0000 + 901916 ( + 1372) 8 CoreFoundation 0x0000000181cc91f4 0x181cc0000 + 37364 (CFRunLoopRunSpecific + 396) 9 WebCore 0x000000018ff50620 0x18fea0000 + 722464 ( + 468) 10 libsystem_pthread.dylib 0x000000019382bdc8 0x193828000 + 15816 ( + 164) 11 libsystem_pthread.dylib 0x000000019382bd24 0x193828000 + 15652 (_pthread_start + 160)

Thread 14 crashed with ARM-64 Thread State: cpsr: 0x0000000020000000 fp: 0x0000000104361a70 lr: 0x0000000181cc5378 pc: 0x000000019300bbd0 sp: 0x0000000104361a10 x0: 0x00000001781c8160 x1: 0x000000018f1ab48c x10: 0x000000000000007c x11: 0x0000000193c99df0 x12: 0x0000000000000003 x13: 0xbaddd99813f2bead x14: 0x0000000000003fff x15: 0x0000000000003fff x16: 0x000000019300bbc0 x17: 0x00000001930124dc x18: 0x0000000000000000 x19: 0x00000001781c8160 x2: 0x0000000000000008 x20: 0x00000001781c8168 x21: 0x0000000193c8e9e8 x22: 0x0000000160190000 x23: 0x00000001043640e0 x24: 0x00000001977a60a8 x25: 0x00000000a1a1a1a1 x26: 0x0000000160190040 x27: 0x00000001043640e0 x28: 0xa3a3a3a3a3a3a3a3 x29: 0x0000000104361a70 x3: 0x0000000101f68480 x4: 0x0000000000000000 x5: 0x0000000104244000 x6: 0x0000000178171280 x7: 0x0000000000000014 x8: 0x0000000193c8b000 x9: 0x0000000013f2bea8

Binary Images: 0x1000c0000 - 0x10049ffff +FloppyWorm arm64 <7ddeaea076453b519d188d4071d56e89> /private/var/mobile/Containers/Bundle/Application/77D5E035-93A5-4AC6-AA01-42A00B468396/FloppyWorm.app/FloppyWorm 0x1935b8000 - 0x1935c9fff libz.1.dylib arm64 <928345b4ed713766a1a39a420aa2118c> /usr/lib/libz.1.dylib 0x193324000 - 0x193401fff libsqlite3.dylib arm64 <62d0e2b07cb436a79313f8fc1c81470b> /usr/lib/libsqlite3.dylib 0x19276c000 - 0x1927c2fff libc++.1.dylib arm64 /usr/lib/libc++.1.dylib 0x1825c4000 - 0x182683fff CoreMedia arm64 <4506da2462323c85bdeb8f641e12aeba> /System/Library/Frameworks/CoreMedia.framework/CoreMedia 0x182be8000 - 0x182e3efff Foundation arm64 /System/Library/Frameworks/Foundation.framework/Foundation 0x1863a4000 - 0x18642ffff Social arm64 <6d1135c50c2c37ac9777a2d6fe15196e> /System/Library/Frameworks/Social.framework/Social 0x183f9c000 - 0x1841bdfff MediaPlayer arm64 <10f5e082544b34c8b03c8ca306bd0242> /System/Library/Frameworks/MediaPlayer.framework/MediaPlayer 0x182914000 - 0x182a36fff EventKit arm64 /System/Library/Frameworks/EventKit.framework/EventKit 0x182684000 - 0x182771fff CoreMotion arm64 <381ea60514b03989bf24b8130d1c9f22> /System/Library/Frameworks/CoreMotion.framework/CoreMotion 0x1865e0000 - 0x1865e1fff Twitter arm64 <4d28354e6dd236538a1b205450587c63> /System/Library/Frameworks/Twitter.framework/Twitter 0x184724000 - 0x1847d3fff MobileCoreServices arm64 /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices 0x185b70000 - 0x185c33fff PassKit arm64 /System/Library/Frameworks/PassKit.framework/PassKit 0x183e7c000 - 0x183f91fff MapKit arm64 <822d535d81ff3aa99dcacb40536c6b4a> /System/Library/Frameworks/MapKit.framework/MapKit 0x19349c000 - 0x19358afff libxml2.2.dylib arm64 <4d23734e8cd6356bbbeb51968458abb6> /usr/lib/libxml2.2.dylib 0x182a38000 - 0x182bcffff EventKitUI arm64 <87ecd9eed7493579b910aa5c45c7f5da> /System/Library/Frameworks/EventKitUI.framework/EventKitUI 0x18172c000 - 0x181938fff CFNetwork arm64 /System/Library/Frameworks/CFNetwork.framework/CFNetwork 0x186350000 - 0x1863a3fff Security arm64 <9d616146a16b35a198be8987a3524d43> /System/Library/Frameworks/Security.framework/Security 0x182774000 - 0x1827e5fff CoreTelephony arm64 /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony 0x18252c000 - 0x18258afff CoreLocation arm64 <5852321673e230b8a1c108c8a09e9529> /System/Library/Frameworks/CoreLocation.framework/CoreLocation 0x180f38000 - 0x180fb6fff AddressBook arm64 <145b887f147d3c00817f1f44ff330355> /System/Library/Frameworks/AddressBook.framework/AddressBook 0x187274000 - 0x1872adfff iAd arm64 <06d977f3482c366f944bb3e3d92a96c5> /System/Library/Frameworks/iAd.framework/iAd 0x1845dc000 - 0x1846affff MessageUI arm64 <540e852094893fceb4ca83470c55f903> /System/Library/Frameworks/MessageUI.framework/MessageUI 0x186568000 - 0x1865dcfff SystemConfiguration arm64 <0ef25273d9243e0c86f6daea42115cdd> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration 0x18654c000 - 0x186564fff StoreKit arm64 <7bdc554bc0c831e497bbe1aa13deeed4> /System/Library/Frameworks/StoreKit.framework/StoreKit 0x181a80000 - 0x181cbefff CoreData arm64 <4ef54d96f87d3a33bdef4dbaf09790fb> /System/Library/Frameworks/CoreData.framework/CoreData 0x180f34000 - 0x180f34fff AdSupport arm64 <62d19775c2b03a109270b95f935fb992> /System/Library/Frameworks/AdSupport.framework/AdSupport 0x182eac000 - 0x182eacfff GameKit arm64 <578cc036e1fa3eebb21d30ba61e99c85> /System/Library/Frameworks/GameKit.framework/GameKit 0x185f38000 - 0x1860bcfff QuartzCore arm64 <1457c2add35f3846a44c6fc48bae2ae2> /System/Library/Frameworks/QuartzCore.framework/QuartzCore 0x185958000 - 0x185962fff OpenGLES arm64 <4cb0e96b2de837a8ae59714fd9b44cc9> /System/Library/Frameworks/OpenGLES.framework/OpenGLES 0x1848f8000 - 0x18492dfff OpenAL arm64 <722958fd5f56306a8b461a2e766afb50> /System/Library/Frameworks/OpenAL.framework/OpenAL 0x1812d0000 - 0x18158dfff AudioToolbox arm64 <352dbb7ad03b344584e5e1dc8fa318ea> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox 0x1805c0000 - 0x180753fff AVFoundation arm64 /System/Library/Frameworks/AVFoundation.framework/AVFoundation 0x1865e4000 - 0x186f5cfff UIKit arm64 <1b263519d017372db2bee18614a18c16> /System/Library/Frameworks/UIKit.framework/UIKit 0x182020000 - 0x182182fff CoreGraphics arm64 <2c031f12b007347d9c3c8a751fe1ce99> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics 0x1827e8000 - 0x1828f0fff CoreText arm64 /System/Library/Frameworks/CoreText.framework/CoreText 0x182e40000 - 0x182e6bfff GLKit arm64 <171c2f8713a23d238763fc4e88627a84> /System/Library/Frameworks/GLKit.framework/GLKit 0x192ff0000 - 0x1931ecfff libobjc.A.dylib arm64 <3dfe5a83ab92338b8e45b3b7fe4edb6c> /usr/lib/libobjc.A.dylib 0x1924dc000 - 0x1924ddfff libSystem.B.dylib arm64 <3c676f137a7a380f9d2ee3d176131c75> /usr/lib/libSystem.B.dylib 0x181cc0000 - 0x18201cfff CoreFoundation arm64 <8f2c2cca86f435118367064f044c8af3> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation 0x1935cc000 - 0x1935d0fff libcache.dylib arm64 /usr/lib/system/libcache.dylib 0x1935d4000 - 0x1935e0fff libcommonCrypto.dylib arm64 <1815a24510133e849239b8dbdabb3aab> /usr/lib/system/libcommonCrypto.dylib 0x1935e4000 - 0x1935e7fff libcompiler_rt.dylib arm64 /usr/lib/system/libcompiler_rt.dylib 0x1935e8000 - 0x1935effff libcopyfile.dylib arm64 <65b38b57f99631fdb5b53ff412cb28a3> /usr/lib/system/libcopyfile.dylib 0x1935f0000 - 0x193645fff libcorecrypto.dylib arm64 <889941c9cd223dcebbcdbdb327097242> /usr/lib/system/libcorecrypto.dylib 0x193648000 - 0x193670fff libdispatch.dylib arm64 /usr/lib/system/libdispatch.dylib 0x193674000 - 0x193676fff libdyld.dylib arm64 <6f53e5e1c04a366896ffee9246893304> /usr/lib/system/libdyld.dylib 0x193678000 - 0x193678fff liblaunch.dylib arm64 <855ac551fdde3f77b53f83cb1b3ebdbf> /usr/lib/system/liblaunch.dylib 0x19367c000 - 0x193681fff libmacho.dylib arm64 <3a37a2820c9037fc84426f9061147c47> /usr/lib/system/libmacho.dylib 0x193684000 - 0x193685fff libremovefile.dylib arm64 <790de8759aa23cec9648d34b11bbbfc8> /usr/lib/system/libremovefile.dylib 0x193688000 - 0x19369dfff libsystem_asl.dylib arm64 /usr/lib/system/libsystem_asl.dylib 0x1936a0000 - 0x1936a1fff libsystem_blocks.dylib arm64 <0839472ff8773bdea33e5595129f7c59> /usr/lib/system/libsystem_blocks.dylib 0x1936a4000 - 0x193724fff libsystem_c.dylib arm64 <5eee09894c023d22afe4d420fb35a9b5> /usr/lib/system/libsystem_c.dylib 0x193728000 - 0x19372afff libsystem_configuration.dylib arm64 /usr/lib/system/libsystem_configuration.dylib 0x19372c000 - 0x19372dfff libsystem_coreservices.dylib arm64 /usr/lib/system/libsystem_coreservices.dylib 0x193730000 - 0x193740fff libsystem_coretls.dylib arm64 /usr/lib/system/libsystem_coretls.dylib 0x193744000 - 0x19374cfff libsystem_dnssd.dylib arm64 /usr/lib/system/libsystem_dnssd.dylib 0x193750000 - 0x193771fff libsystem_info.dylib arm64 /usr/lib/system/libsystem_info.dylib 0x193774000 - 0x193794fff libsystem_kernel.dylib arm64 <3e54c7bc049e391b810aba73f0ab6b0f> /usr/lib/system/libsystem_kernel.dylib 0x193798000 - 0x1937b4fff libsystem_m.dylib arm64 /usr/lib/system/libsystem_m.dylib 0x1937b8000 - 0x1937d1fff libsystem_malloc.dylib arm64 <2540c115b94932fb9956d69946caee34> /usr/lib/system/libsystem_malloc.dylib 0x1937d4000 - 0x19380bfff libsystem_network.dylib arm64 <75b6934e414631139f85e5fb793d8597> /usr/lib/system/libsystem_network.dylib 0x19380c000 - 0x193812fff libsystem_networkextension.dylib arm64 /usr/lib/system/libsystem_networkextension.dylib 0x193814000 - 0x19381efff libsystem_notify.dylib arm64 <9843d03ada163e9685d4ffe88f6c0041> /usr/lib/system/libsystem_notify.dylib 0x193820000 - 0x193824fff libsystem_platform.dylib arm64 <12ff138b89f33dbf954451dfef6d3365> /usr/lib/system/libsystem_platform.dylib 0x193828000 - 0x193830fff libsystem_pthread.dylib arm64 /usr/lib/system/libsystem_pthread.dylib 0x193834000 - 0x193836fff libsystem_sandbox.dylib arm64 <70d36da6677d36fdae465cdb40ce55c3> /usr/lib/system/libsystem_sandbox.dylib 0x193838000 - 0x19383bfff libsystem_stats.dylib arm64 <2b9b5540e37e3cda9e6785ed43258bb1> /usr/lib/system/libsystem_stats.dylib 0x19383c000 - 0x193842fff libsystem_trace.dylib arm64 /usr/lib/system/libsystem_trace.dylib 0x193844000 - 0x193849fff libunwind.dylib arm64 <70db9f10a72731588be15afffca71205> /usr/lib/system/libunwind.dylib 0x19384c000 - 0x19386ffff libxpc.dylib arm64 <3c982bc25b46305a9a093c3d15332820> /usr/lib/system/libxpc.dylib 0x1927c4000 - 0x1927e6fff libc++abi.dylib arm64 /usr/lib/libc++abi.dylib 0x18f538000 - 0x18f53bfff UserFS arm64 <8f03819273b73593b81e5ec31ed8a3c1> /System/Library/PrivateFrameworks/UserFS.framework/UserFS 0x18b378000 - 0x18b3e3fff IDS arm64 <075f1fa3ae3b3016a0570662450e3d1f> /System/Library/PrivateFrameworks/IDS.framework/IDS 0x182fe4000 - 0x18327efff ImageIO arm64 <0d32c17abd6b32cfa917df3ae1eaf902> /System/Library/Frameworks/ImageIO.framework/ImageIO 0x192744000 - 0x192754fff libbsm.0.dylib arm64 <4abeca43c0773000ac890e047bb222ef> /usr/lib/libbsm.0.dylib 0x189608000 - 0x18960efff CrashReporterSupport arm64 <3269b618bc553679b3bccac4d63d4d82> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport 0x1819d4000 - 0x181a39fff CoreAudio arm64 <2ab4708d783a337b959fb2ba9303fc26> /System/Library/Frameworks/CoreAudio.framework/CoreAudio 0x1828f4000 - 0x182910fff CoreVideo arm64 <4344b0862c833616b45cb206c9ac616f> /System/Library/Frameworks/CoreVideo.framework/CoreVideo 0x187d54000 - 0x187d9cfff AppSupport arm64 /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport 0x182f78000 - 0x182fe3fff IOKit arm64 /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x18b684000 - 0x18b68afff IOSurface arm64 <2c65b7a1f55c340c989089a72531a34d> /System/Library/PrivateFrameworks/IOSurface.framework/IOSurface 0x18dabc000 - 0x18dadcfff SpringBoardServices arm64 /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices 0x192490000 - 0x1924aafff libMobileGestalt.dylib arm64 <0671899969373e4a9c00d1d3b67efd2c> /usr/lib/libMobileGestalt.dylib 0x18d0a0000 - 0x18d0a8fff PowerLog arm64 <139ebc9d315f3601830f26caca9244bf> /System/Library/PrivateFrameworks/PowerLog.framework/PowerLog 0x188da4000 - 0x188dcafff CoreDuet arm64 /System/Library/PrivateFrameworks/CoreDuet.framework/CoreDuet 0x192844000 - 0x192861fff libextension.dylib arm64 <89754e963f1d34d0af1abdf6cdbcdc17> /usr/lib/libextension.dylib 0x1926d8000 - 0x192702fff libarchive.2.dylib arm64 <458c2e89d2e63110a68c8a3fb5328ab7> /usr/lib/libarchive.2.dylib 0x19298c000 - 0x192b73fff libicucore.A.dylib arm64 /usr/lib/libicucore.A.dylib 0x1922d8000 - 0x1922f3fff libCRFSuite.dylib arm64 <02b19f29c72f3e7a8994390e8b976329> /usr/lib/libCRFSuite.dylib 0x192b88000 - 0x192b89fff liblangid.dylib arm64 /usr/lib/liblangid.dylib 0x192758000 - 0x192768fff libbz2.1.0.dylib arm64 /usr/lib/libbz2.1.0.dylib 0x192b9c000 - 0x192bb5fff liblzma.5.dylib arm64 <60c964271c2a3e1b8bd6d174f69a2f30> /usr/lib/liblzma.5.dylib 0x18ba04000 - 0x18ba05fff Marco arm64 /System/Library/PrivateFrameworks/Marco.framework/Marco 0x18b5f8000 - 0x18b669fff IMFoundation arm64 <57dc25b2991f3b7f827256b8e167a826> /System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation 0x188c20000 - 0x188c32fff CommonUtilities arm64 /System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities 0x18b3e4000 - 0x18b412fff IDSFoundation arm64 <591f53c772503e298cefa279eb96ae92> /System/Library/PrivateFrameworks/IDSFoundation.framework/IDSFoundation 0x189958000 - 0x189959fff DiagnosticLogCollection arm64 <185b5c8345e034b39c1881a3864e4284> /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/DiagnosticLogCollection 0x192b8c000 - 0x192b98fff liblockdown.dylib arm64 /usr/lib/liblockdown.dylib 0x193458000 - 0x19348afff libtidy.A.dylib arm64 <821b9e84d37637658182b872d3fed0aa> /usr/lib/libtidy.A.dylib 0x18bdb0000 - 0x18bdbffff MobileKeyBag arm64 <0aaa6c56f086377eae1a0fd4842b6631> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag 0x18bdfc000 - 0x18bdfffff MobileSystemServices arm64 <257e956743783e93950dd1c837a95206> /System/Library/PrivateFrameworks/MobileSystemServices.framework/MobileSystemServices 0x181a5c000 - 0x181a7dfff CoreBluetooth arm64 <5bd3e8fb52a53a599839316ab88192f3> /System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth 0x18e128000 - 0x18e12bfff TCC arm64 <1331002ead2a352cbdfd8c99c2a3196c> /System/Library/PrivateFrameworks/TCC.framework/TCC 0x18b008000 - 0x18b01bfff GraphicsServices arm64 <8720ed4423eb322ba4f7a75ef0f3cbd9> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices 0x1807fc000 - 0x1807fcfff Accelerate arm64 <63d7fa4579f734c6b4305ec308608dbd> /System/Library/Frameworks/Accelerate.framework/Accelerate 0x180814000 - 0x180a33fff vImage arm64 /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage 0x180f00000 - 0x180f00fff vecLib arm64 <43888b6baa1d36f7983ee020eee68835> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib 0x180e70000 - 0x180ed8fff libvDSP.dylib arm64 /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib 0x180adc000 - 0x180e56fff libLAPACK.dylib arm64 <0446cba8ab043e1891ddc27c9ae49996> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib 0x180a34000 - 0x180adbfff libBLAS.dylib arm64 <0c01cae9dbe3333fa4853cf8e348adfa> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib 0x180edc000 - 0x180efffff libvMisc.dylib arm64 /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib 0x180e58000 - 0x180e6dfff libLinearAlgebra.dylib arm64 <7337464e923d3027a2bb769e3fc2dbe4> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLinearAlgebra.dylib 0x187f00000 - 0x187f48fff AppleJPEG arm64 /System/Library/PrivateFrameworks/AppleJPEG.framework/AppleJPEG 0x18b68c000 - 0x18b68efff IOSurfaceAccelerator arm64 /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/IOSurfaceAccelerator 0x1846b0000 - 0x184723fff Metal arm64 <7f8693f46d82335897d982222ec09dc7> /System/Library/Frameworks/Metal.framework/Metal 0x18596c000 - 0x18596ffff libCoreFSCache.dylib arm64 /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib 0x18b674000 - 0x18b677fff IOAccelerator arm64 <473f8d645a6f37a1bd4d899b1f17c249> /System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator 0x185978000 - 0x185982fff libGFXShared.dylib arm64 <8be7a7dc70893f0c97e4802c1ebdb7d6> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib 0x18b67c000 - 0x18b683fff IOMobileFramebuffer arm64 <2cc2449ff2cf322792233e7dd9eb2f1e> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer 0x185984000 - 0x1859cffff libGLImage.dylib arm64 /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib 0x185968000 - 0x185969fff libCVMSPluginSupport.dylib arm64 <96c3edca748c3ba5a5a1256e4c3c8656> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib 0x185970000 - 0x185974fff libCoreVMClient.dylib arm64 /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib 0x188060000 - 0x18809dfff BaseBoard arm64 /System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard 0x18a1b4000 - 0x18a1d4fff FrontBoardServices arm64 <947af883c6d5381eac90af6c7a2980ea> /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices 0x18803c000 - 0x188058fff BackBoardServices arm64 <6f387775b70b344f804a7c6034eb8766> /System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices 0x187f90000 - 0x187f9bfff AssertionServices arm64 /System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices 0x188dd4000 - 0x188de7fff CoreDuetDaemonProtocol arm64 /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/CoreDuetDaemonProtocol 0x188df0000 - 0x188df2fff CoreDuetDebugLogging arm64 <5044815f2a1b3219b09083b63e2c4a0a> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/CoreDuetDebugLogging 0x18d084000 - 0x18d09efff PlugInKit arm64 /System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit 0x18fea0000 - 0x190dc7fff WebCore arm64 <7f419cda818d3e1cb5743b0154c10169> /System/Library/PrivateFrameworks/WebCore.framework/WebCore 0x1878c4000 - 0x1878c9fff AggregateDictionary arm64 <600bfe6c8bfe34b9981e0d6ef8d25e13> /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary 0x18110c000 - 0x18111ffff AssetsLibrary arm64 <746519c032603236bdd5aba58fa8f00d> /System/Library/Frameworks/AssetsLibrary.framework/AssetsLibrary 0x180f04000 - 0x180f32fff Accounts arm64 <83225ceee3cc33e69a7ac742274d5ac7> /System/Library/Frameworks/Accounts.framework/Accounts 0x18c238000 - 0x18c23bfff OAuth arm64 /System/Library/PrivateFrameworks/OAuth.framework/OAuth 0x191084000 - 0x19108dfff XPCObjects arm64 <8efb6c340f443acca7579f49892e0d9d> /System/Library/PrivateFrameworks/XPCObjects.framework/XPCObjects 0x183280000 - 0x183720fff JavaScriptCore arm64 <3e890e7de3bf3ceda33612556c9f0c6e> /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore 0x189f8c000 - 0x189f8cfff FontServices arm64 <5a4ecba4c96d306f8bf5acc4c43b6120> /System/Library/PrivateFrameworks/FontServices.framework/FontServices 0x189f90000 - 0x18a070fff libFontParser.dylib arm64 <7bd1bf8aed1738ee9406cd6169ffa287> /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib 0x180754000 - 0x1807b8fff libAVFAudio.dylib arm64 <39796038cde83934a6b610acf7d390e5> /System/Library/Frameworks/AVFoundation.framework/libAVFAudio.dylib 0x1841c0000 - 0x1845dafff MediaToolbox arm64 /System/Library/Frameworks/MediaToolbox.framework/MediaToolbox 0x186f60000 - 0x186fd9fff VideoToolbox arm64 <8db8a306b5b439d18bf6255a13dc5f27> /System/Library/Frameworks/VideoToolbox.framework/VideoToolbox 0x1883c4000 - 0x18850efff Celestial arm64 /System/Library/PrivateFrameworks/Celestial.framework/Celestial 0x187f9c000 - 0x187fb8fff AssetsLibraryServices arm64 /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices 0x18b938000 - 0x18b9f3fff ManagedConfiguration arm64 /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration 0x18d53c000 - 0x18d5bafff Quagga arm64 /System/Library/PrivateFrameworks/Quagga.framework/Quagga 0x188034000 - 0x188038fff BTLEAudioController arm64 <3f3f6f5d5349355bac97d9b6b786e931> /System/Library/PrivateFrameworks/BTLEAudioController.framework/BTLEAudioController 0x183f94000 - 0x183f9afff MediaAccessibility arm64 /System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility 0x18c204000 - 0x18c20bfff NetworkStatistics arm64 <968f052ab6b638368b8e9c78d5d91e0b> /System/Library/PrivateFrameworks/NetworkStatistics.framework/NetworkStatistics 0x18ba08000 - 0x18ba8efff MediaControlSender arm64 <8ffa36e1d6d43e8287cc31f4619ee542> /System/Library/PrivateFrameworks/MediaControlSender.framework/MediaControlSender 0x18ded8000 - 0x18e034fff StoreServices arm64 /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices 0x188d08000 - 0x188d0cfff CoreAUC arm64 <5a9dfe0b01a539f080fa13c9295d7bae> /System/Library/PrivateFrameworks/CoreAUC.framework/CoreAUC 0x18bb40000 - 0x18bb58fff MediaRemote arm64 <6c637d6f82c3338a8f41601bed98f037> /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote 0x18be28000 - 0x18be39fff MobileWiFi arm64 <2494d9252f2c324aabdbf222a7aa49c6> /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi 0x187ac8000 - 0x187afcfff AirPlaySupport arm64 /System/Library/PrivateFrameworks/AirPlaySupport.framework/AirPlaySupport 0x187f74000 - 0x187f7dfff AppleSRP arm64 <759a89d419f63b1d9b8abb1829baa94c> /System/Library/PrivateFrameworks/AppleSRP.framework/AppleSRP 0x189588000 - 0x189604fff CoreUtils arm64 <87cfa6e71bf934248ca4aea975951a4d> /System/Library/PrivateFrameworks/CoreUtils.framework/CoreUtils 0x192f8c000 - 0x192fa4fff libmis.dylib arm64 /usr/lib/libmis.dylib 0x18c1fc000 - 0x18c202fff Netrb arm64 <907181c6c4543d79830b1e8afe905802> /System/Library/PrivateFrameworks/Netrb.framework/Netrb 0x18cbc0000 - 0x18cbe9fff PersistentConnection arm64 /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection 0x189948000 - 0x18994ffff DataMigration arm64 <1248b6558b9a341ebe59a5f96dc691a7> /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration 0x192560000 - 0x1925aefff libTelephonyUtilDynamic.dylib arm64 /usr/lib/libTelephonyUtilDynamic.dylib 0x18bb5c000 - 0x18bb71fff MediaServices arm64 /System/Library/PrivateFrameworks/MediaServices.framework/MediaServices 0x1883b8000 - 0x1883c2fff CaptiveNetwork arm64 <1fe8e861716635b9b5411641e4f93dfd> /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork 0x1899a4000 - 0x1899cafff EAP8021X arm64 <920d64a4105e346996d771f7f022635e> /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X 0x18bda4000 - 0x18bdadfff MobileInstallation arm64 /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation 0x18d4ec000 - 0x18d4fafff ProtocolBuffer arm64 <21e478eecc2737868e0489e8fe2c52e7> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer 0x192898000 - 0x19298bfff libiconv.2.dylib arm64 <1a4643b9a813384286e0cf84f2a9e011> /usr/lib/libiconv.2.dylib 0x189618000 - 0x189623fff DCIMServices arm64 <43759f0ec0333fa8bf4989cf8802dba1> /System/Library/PrivateFrameworks/DCIMServices.framework/DCIMServices 0x18cd78000 - 0x18d025fff PhotoLibraryServices arm64 /System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices 0x1823fc000 - 0x182529fff CoreImage arm64 <1a8e265243ef3345bfc6ca14fb0210ff> /System/Library/Frameworks/CoreImage.framework/CoreImage 0x18ad20000 - 0x18b006fff GeoServices arm64 /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices 0x18f430000 - 0x18f50afff UIFoundation arm64 <0589105a24a938e08a91c2e6cd07ebae> /System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation 0x1894f4000 - 0x189586fff CoreUI arm64 /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI 0x18bd28000 - 0x18bd37fff MobileAsset arm64 <95a01014d4cd3f83b1581ff73c325a00> /System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset 0x18e17c000 - 0x18e1c8fff TelephonyUtilities arm64 /System/Library/PrivateFrameworks/TelephonyUtilities.framework/TelephonyUtilities 0x18995c000 - 0x18997cfff DictionaryServices arm64 /System/Library/PrivateFrameworks/DictionaryServices.framework/DictionaryServices 0x18f324000 - 0x18f352fff TextInput arm64 <3824ec277bae36b6ab93ebd48905c86b> /System/Library/PrivateFrameworks/TextInput.framework/TextInput 0x190dc8000 - 0x190e9afff WebKitLegacy arm64 /System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy 0x18d418000 - 0x18d4d7fff ProofReader arm64 <1ee3092b98653617b615fd9be27e169c> /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader 0x19203c000 - 0x192045fff libAccessibility.dylib arm64 <218c2118cd6e3ceb8a657c8faa3baece> /usr/lib/libAccessibility.dylib 0x18d3cc000 - 0x18d413fff PrintKit arm64 <31e2f9ed34cf3d0a9ec70877ad234682> /System/Library/PrivateFrameworks/PrintKit.framework/PrintKit 0x18d034000 - 0x18d081fff PhysicsKit arm64 <8a360488f4163915ad8a9306ce5cd711> /System/Library/PrivateFrameworks/PhysicsKit.framework/PhysicsKit 0x18ca10000 - 0x18ca5efff OpenCL arm64 /System/Library/PrivateFrameworks/OpenCL.framework/OpenCL 0x189b2c000 - 0x189f59fff FaceCore arm64 <797f59eb23d63717ae6ee79a3ca5b09f> /System/Library/PrivateFrameworks/FaceCore.framework/FaceCore 0x192334000 - 0x19246bfff libFosl_dynamic.dylib arm64 <2fccec42906a3c15a4cb64bfaf070ff7> /usr/lib/libFosl_dynamic.dylib 0x188c34000 - 0x188c38fff CommunicationsFilter arm64 /System/Library/PrivateFrameworks/CommunicationsFilter.framework/CommunicationsFilter 0x1898d0000 - 0x1898f6fff DataAccessExpress arm64 /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress 0x19358c000 - 0x1935b5fff libxslt.1.dylib arm64 <521c7c60e95b352ca40a9e0d0c56ae24> /usr/lib/libxslt.1.dylib 0x18b750000 - 0x18b792fff LanguageModeling arm64 <2ad559e1bc9035afa7da0d18649ace1b> /System/Library/PrivateFrameworks/LanguageModeling.framework/LanguageModeling 0x1927ec000 - 0x1927fdfff libcmph.dylib arm64 /usr/lib/libcmph.dylib 0x1932d4000 - 0x1932f1fff libresolv.9.dylib arm64 /usr/lib/libresolv.9.dylib 0x1881ec000 - 0x1881f5fff CacheDelete arm64 /System/Library/PrivateFrameworks/CacheDelete.framework/CacheDelete 0x187da0000 - 0x187df4fff AppleAccount arm64 <269ea366575d3ad3911529284d9aee13> /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount 0x18d028000 - 0x18d031fff PhotosFormats arm64 /System/Library/PrivateFrameworks/PhotosFormats.framework/PhotosFormats 0x188af8000 - 0x188bbcfff CloudPhotoLibrary arm64 /System/Library/PrivateFrameworks/CloudPhotoLibrary.framework/CloudPhotoLibrary 0x188cc8000 - 0x188d06fff ContentIndex arm64 /System/Library/PrivateFrameworks/ContentIndex.framework/ContentIndex 0x188f78000 - 0x1890affff CoreMediaStream arm64 /System/Library/PrivateFrameworks/CoreMediaStream.framework/CoreMediaStream 0x18bb74000 - 0x18bb90fff MediaStream arm64 <43484bd00c773cefb64d65994de5bf0e> /System/Library/PrivateFrameworks/MediaStream.framework/MediaStream 0x18783c000 - 0x187899fff AccountsDaemon arm64 <4515a8e9e8993b27b31ce03b316141a0> /System/Library/PrivateFrameworks/AccountsDaemon.framework/AccountsDaemon 0x18769c000 - 0x1876a9fff AOSNotification arm64 <8c4225c5cbd937d495433b502f74b4a3> /System/Library/PrivateFrameworks/AOSNotification.framework/AOSNotification 0x18b8ec000 - 0x18b8f9fff MailServices arm64 /System/Library/PrivateFrameworks/MailServices.framework/MailServices 0x187f5c000 - 0x187f70fff ApplePushService arm64 <3383866652a33855af5174a6842096d8> /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService 0x182e6c000 - 0x182e95fff GSS arm64 /System/Library/Frameworks/GSS.framework/GSS 0x192890000 - 0x192895fff libheimdal-asn1.dylib arm64 /usr/lib/libheimdal-asn1.dylib 0x18b118000 - 0x18b180fff Heimdal arm64 <53b184f6891d3aa4a2cd22ed667ede6f> /System/Library/PrivateFrameworks/Heimdal.framework/Heimdal 0x188c1c000 - 0x188c1efff CommonAuth arm64 <4153eb0982ce315a98b6ad0ddc426471> /System/Library/PrivateFrameworks/CommonAuth.framework/CommonAuth 0x18b7d8000 - 0x18b81ffff MIME arm64 <8ffc2bb16f5838789c752b2ba75a3b17> /System/Library/PrivateFrameworks/MIME.framework/MIME 0x18bd14000 - 0x18bd17fff MessageSupport arm64 /System/Library/PrivateFrameworks/MessageSupport.framework/MessageSupport 0x18b820000 - 0x18b889fff MMCS arm64 /System/Library/PrivateFrameworks/MMCS.framework/MMCS 0x18d4d8000 - 0x18d4ebfff ProtectedCloudStorage arm64 <34b6d96c04843d6e95609ba20c893fe4> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/ProtectedCloudStorage 0x1886a0000 - 0x1886c4fff ChunkingLibrary arm64 <002f285bde073b05a85f870f7456da9d> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/ChunkingLibrary 0x19107c000 - 0x191083fff XPCKit arm64 <8b5b40f8601f3e86abb74573f339d633> /System/Library/PrivateFrameworks/XPCKit.framework/XPCKit 0x191520000 - 0x191562fff iTunesStore arm64 /System/Library/PrivateFrameworks/iTunesStore.framework/iTunesStore 0x18be88000 - 0x18c095fff MusicLibrary arm64 <6e1fbd0fd5123a8099066fc95a6e4205> /System/Library/PrivateFrameworks/MusicLibrary.framework/MusicLibrary 0x18b274000 - 0x18b30efff HomeSharing arm64 /System/Library/PrivateFrameworks/HomeSharing.framework/HomeSharing 0x189610000 - 0x189616fff DAAPKit arm64 /System/Library/PrivateFrameworks/DAAPKit.framework/DAAPKit 0x188248000 - 0x188278fff CalendarFoundation arm64 <4ce102a671c73cd9b18bed75e5f69454> /System/Library/PrivateFrameworks/CalendarFoundation.framework/CalendarFoundation 0x1912c0000 - 0x1912eafff iCalendar arm64 <9bf75a63851c3a38800e37543db35039> /System/Library/PrivateFrameworks/iCalendar.framework/iCalendar 0x18b748000 - 0x18b74ffff IntlPreferences arm64 /System/Library/PrivateFrameworks/IntlPreferences.framework/IntlPreferences 0x1880c0000 - 0x1880f0fff Bom arm64 /System/Library/PrivateFrameworks/Bom.framework/Bom 0x188d40000 - 0x188da0fff CoreDAV arm64 <95c7006dc0a6304b8f55f4b5abeaf1b8> /System/Library/PrivateFrameworks/CoreDAV.framework/CoreDAV 0x187fbc000 - 0x187ffbfff AssistantServices arm64 /System/Library/PrivateFrameworks/AssistantServices.framework/AssistantServices 0x18d850000 - 0x18d8fbfff SAObjects arm64 /System/Library/PrivateFrameworks/SAObjects.framework/SAObjects 0x18fd80000 - 0x18fda4fff VoiceServices arm64 /System/Library/PrivateFrameworks/VoiceServices.framework/VoiceServices 0x18cb34000 - 0x18cbbdfff PassKitCore arm64 <2f2aeb7807bf399ba9502c6f2a92ade3> /System/Library/PrivateFrameworks/PassKitCore.framework/PassKitCore 0x1891e0000 - 0x189244fff CoreRecognition arm64 <91d9bc6f1aa0307a95a33122cb201a97> /System/Library/PrivateFrameworks/CoreRecognition.framework/CoreRecognition 0x18d304000 - 0x18d3cbfff Preferences arm64 /System/Library/PrivateFrameworks/Preferences.framework/Preferences 0x189f74000 - 0x189f81fff FindMyDevice arm64 <60dd8a84303136e38ac23a52e3db6a04> /System/Library/PrivateFrameworks/FindMyDevice.framework/FindMyDevice 0x1891d4000 - 0x1891dffff CoreRecents arm64 <930b34c3649132f89dd3d57780189b2b> /System/Library/PrivateFrameworks/CoreRecents.framework/CoreRecents 0x180fb8000 - 0x181109fff AddressBookUI arm64 /System/Library/Frameworks/AddressBookUI.framework/AddressBookUI 0x18daf8000 - 0x18db1ffff SpringBoardUIServices arm64 <3980bac4e7da3ede8d65ece1d166e5c6> /System/Library/PrivateFrameworks/SpringBoardUIServices.framework/SpringBoardUIServices 0x18d764000 - 0x18d7a8fff RemoteUI arm64 <5a4b71e067f3352d9cec1289c02cd2ac> /System/Library/PrivateFrameworks/RemoteUI.framework/RemoteUI 0x1880b8000 - 0x1880bffff BluetoothManager arm64 <4405a641141c3951ba64e5e448ca6b87> /System/Library/PrivateFrameworks/BluetoothManager.framework/BluetoothManager 0x18db9c000 - 0x18ded7fff StoreKitUI arm64 <30ba1077775c32f386cbf3221b92bf63> /System/Library/PrivateFrameworks/StoreKitUI.framework/StoreKitUI 0x18bd98000 - 0x18bda1fff MobileIcons arm64 <63fb058ed8cb38f6bb3018dd8888bbf5> /System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons 0x181a50000 - 0x181a58fff CoreAuthentication arm64 <56a7ea36ef29335fbf13471aa2b77225> /System/Library/Frameworks/CoreAuthentication.framework/CoreAuthentication 0x187eec000 - 0x187efffff AppleIDSSOAuthentication arm64 /System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/AppleIDSSOAuthentication 0x183e68000 - 0x183e79fff SharedUtils arm64 <78887b2c45593e3daff23faf7a33ddc9> /System/Library/Frameworks/LocalAuthentication.framework/Support/SharedUtils.framework/SharedUtils 0x183e60000 - 0x183e66fff LocalAuthentication arm64 /System/Library/Frameworks/LocalAuthentication.framework/LocalAuthentication 0x19348c000 - 0x193495fff libtzupdate.dylib arm64 <850691cbc15639dfba286ff09be82d8b> /usr/lib/libtzupdate.dylib 0x18c1a8000 - 0x18c1b8fff NanoPreferencesSync arm64 <3ed84b81506f33089cc21097f01e51dd> /System/Library/PrivateFrameworks/NanoPreferencesSync.framework/NanoPreferencesSync 0x18c1bc000 - 0x18c1d4fff NanoRegistry arm64 /System/Library/PrivateFrameworks/NanoRegistry.framework/NanoRegistry 0x18bd64000 - 0x18bd70fff MobileBluetooth arm64 <02751e1fa0cd3ff1a77e7cbccc399cd2> /System/Library/PrivateFrameworks/MobileBluetooth.framework/MobileBluetooth 0x18193c000 - 0x1819d3fff CloudKit arm64 <5728c1d861ea37bd8504ed9d3bac8471> /System/Library/Frameworks/CloudKit.framework/CloudKit 0x189af4000 - 0x189af6fff FTClientServices arm64 <190277544bd53c7eb50da507f39449b8> /System/Library/PrivateFrameworks/FTClientServices.framework/FTClientServices 0x18bc0c000 - 0x18bd08fff Message arm64 /System/Library/PrivateFrameworks/Message.framework/Message 0x187014000 - 0x187272fff WebKit arm64 /System/Library/Frameworks/WebKit.framework/WebKit 0x189624000 - 0x189673fff DataAccess arm64 <543b6498de7e3f609bb0fb8e63262d07> /System/Library/PrivateFrameworks/DataAccess.framework/DataAccess 0x1860c0000 - 0x18611bfff QuickLook arm64 /System/Library/Frameworks/QuickLook.framework/QuickLook 0x189af8000 - 0x189b2afff FTServices arm64 <2662463d07043f5d9605c1f48528b4f5> /System/Library/PrivateFrameworks/FTServices.framework/FTServices 0x18853c000 - 0x188542fff CertUI arm64 /System/Library/PrivateFrameworks/CertUI.framework/CertUI 0x18fe58000 - 0x18fe80fff WebBookmarks arm64 <042e96f6b3b63d788f24254a96a83f7e> /System/Library/PrivateFrameworks/WebBookmarks.framework/WebBookmarks 0x18c20c000 - 0x18c22efff Notes arm64 <06dfa91b55a2382ead4b155194eb369d> /System/Library/PrivateFrameworks/Notes.framework/Notes 0x18789c000 - 0x1878c2fff AccountsUI arm64 <2e34d1a4663d3aa388bd83e3638cac68> /System/Library/PrivateFrameworks/AccountsUI.framework/AccountsUI 0x188520000 - 0x18853bfff CertInfo arm64 /System/Library/PrivateFrameworks/CertInfo.framework/CertInfo 0x18ad04000 - 0x18ad1dfff GenerationalStorage arm64 <26c95953a64731dabbf497e4246eabd2> /System/Library/PrivateFrameworks/GenerationalStorage.framework/GenerationalStorage 0x1890b0000 - 0x189160fff CorePDF arm64 <5b3c95c04f623b25b09c2c01e39de92a> /System/Library/PrivateFrameworks/CorePDF.framework/CorePDF 0x192704000 - 0x192704fff libassertion_extension.dylib arm64 /usr/lib/libassertion_extension.dylib 0x18d414000 - 0x18d417fff ProgressUI arm64 <703dd9d276773484b112c45be3395b62> /System/Library/PrivateFrameworks/ProgressUI.framework/ProgressUI 0x18c230000 - 0x18c235fff NotificationsUI arm64 /System/Library/PrivateFrameworks/NotificationsUI.framework/NotificationsUI 0x18da84000 - 0x18dabbfff SpringBoardFoundation arm64 <071f2985b7cc33fe887c2c7b1e51b91d> /System/Library/PrivateFrameworks/SpringBoardFoundation.framework/SpringBoardFoundation 0x18e12c000 - 0x18e178fff TelephonyUI arm64 /System/Library/PrivateFrameworks/TelephonyUI.framework/TelephonyUI 0x18d4fc000 - 0x18d535fff PrototypeTools arm64 <4826d550b9343fea98193536be16bcb1> /System/Library/PrivateFrameworks/PrototypeTools.framework/PrototypeTools 0x18b690000 - 0x18b6e4fff ITMLKit arm64 /System/Library/PrivateFrameworks/ITMLKit.framework/ITMLKit 0x191564000 - 0x19171cfff iTunesStoreUI arm64 /System/Library/PrivateFrameworks/iTunesStoreUI.framework/iTunesStoreUI 0x189904000 - 0x189920fff DataDetectorsCore arm64 <2dd8623739c1373fae014aadd1ad0298> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/DataDetectorsCore 0x18f55c000 - 0x18fb09fff VectorKit arm64 <5b0a49662bdc3043a3d0d4eac31e9b75> /System/Library/PrivateFrameworks/VectorKit.framework/VectorKit 0x18827c000 - 0x188298fff CalendarUIKit arm64 <142690af775130979e347b209b6bc08d> /System/Library/PrivateFrameworks/CalendarUIKit.framework/CalendarUIKit 0x1807bc000 - 0x1807fbfff AVKit arm64 /System/Library/Frameworks/AVKit.framework/AVKit 0x1912b8000 - 0x1912befff iAdServices arm64 /System/Library/PrivateFrameworks/iAdServices.framework/iAdServices 0x187690000 - 0x187696fff AITTarget arm64 <3d3b075f18493921a86a0a9ac994b8b4> /System/Library/PrivateFrameworks/AITTarget.framework/AITTarget 0x18a90c000 - 0x18a9abfff GameCenterFoundation arm64 <11de14e3a2253a47be7f181d1ccc609c> /System/Library/PrivateFrameworks/GameCenterFoundation.framework/GameCenterFoundation 0x18aa5c000 - 0x18aab0fff GameCenterUI arm64 <56765c7eff1d379db66e745608955098> /System/Library/PrivateFrameworks/GameCenterUI.framework/GameCenterUI 0x18b7b8000 - 0x18b7c7fff LegacyGameKit arm64 <955367312bb536008fc5e924f071d6b3> /System/Library/PrivateFrameworks/LegacyGameKit.framework/LegacyGameKit 0x18ac7c000 - 0x18ad03fff GameKitServices arm64 /System/Library/PrivateFrameworks/GameKitServices.framework/GameKitServices 0x18ac58000 - 0x18ac59fff LegacyHandle arm64 <0a422630056d3fef8276cb7c7cd3041b> /System/Library/PrivateFrameworks/GameKitServices.framework/Frameworks/LegacyHandle.framework/LegacyHandle 0x18aab4000 - 0x18ac14fff AVConference arm64 <9c1c84a7a3b73717baff7a3c4e3af9fe> /System/Library/PrivateFrameworks/GameKitServices.framework/Frameworks/AVConference.framework/AVConference 0x18ac78000 - 0x18ac79fff snatmap arm64 /System/Library/PrivateFrameworks/GameKitServices.framework/Frameworks/snatmap.framework/snatmap 0x18ac68000 - 0x18ac75fff ViceroyTrace arm64 <22f3045f4a77388abb3958f384253035> /System/Library/PrivateFrameworks/GameKitServices.framework/Frameworks/ViceroyTrace.framework/ViceroyTrace 0x18ac2c000 - 0x18ac56fff ICE arm64 <33b41fbd5b88302899046058b9bbfcc6> /System/Library/PrivateFrameworks/GameKitServices.framework/Frameworks/ICE.framework/ICE 0x18ac5c000 - 0x18ac67fff SimpleKeyExchange arm64 <19677a6bbc663d3d89fbcaddb58396a0> /System/Library/PrivateFrameworks/GameKitServices.framework/Frameworks/SimpleKeyExchange.framework/SimpleKeyExchange 0x191028000 - 0x191028fff WirelessCoexManager arm64 <2b5d381b7da4386c98586f789230f412> /System/Library/PrivateFrameworks/WirelessCoexManager.framework/WirelessCoexManager 0x18fb0c000 - 0x18fc58fff VideoProcessing arm64 <6cd69bf3a4c33d7483dd21059e17b078> /System/Library/PrivateFrameworks/VideoProcessing.framework/VideoProcessing 0x19102c000 - 0x191060fff WirelessDiagnostics arm64 <6e32c271f644359ebe432d402e32275d> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/WirelessDiagnostics 0x191d20000 - 0x191d3afff libAWDProtobufFacetimeiMessage.dylib arm64 <6af9a3391491389297ea5a75f3a503ed> /usr/lib/libAWDProtobufFacetimeiMessage.dylib 0x191ec8000 - 0x192028fff libAWDSupportFramework.dylib arm64 <8901f5799ab0379abe20319461485e05> /usr/lib/libAWDSupportFramework.dylib 0x19202c000 - 0x19202dfff libAWDSupportInfo.dylib arm64 <6f24da5276913e04992c05a0a305d197> /usr/lib/libAWDSupportInfo.dylib 0x191ea4000 - 0x191ec7fff libAWDSupportConfig.dylib arm64 <7e768d5fa445399490b2ded7fe447322> /usr/lib/libAWDSupportConfig.dylib 0x193268000 - 0x1932d1fff libprotobuf.dylib arm64 /usr/lib/libprotobuf.dylib 0x187df8000 - 0x187e39fff AppleAccountUI arm64 <0c16cf8420c731cdab158f2fe84f60bc> /System/Library/PrivateFrameworks/AppleAccountUI.framework/AppleAccountUI 0x18bd3c000 - 0x18bd62fff MobileBackup arm64 <256218fd958a3d989d32f359ce52991b> /System/Library/PrivateFrameworks/MobileBackup.framework/MobileBackup 0x18bb94000 - 0x18bbfbfff IMAP arm64 <2e84e134eed533d5aa1c36d27a95ccc1> /System/Library/PrivateFrameworks/Message.framework/MailServices/IMAP.framework/IMAP 0x18bd84000 - 0x18bd96fff MobileDeviceLink arm64 /System/Library/PrivateFrameworks/MobileDeviceLink.framework/MobileDeviceLink 0x185860000 - 0x185954fff GLEngine arm64 <4a2c57c376f93d8bbbd1916ffc021b4c> /System/Library/Frameworks/OpenGLES.framework/GLEngine.bundle/GLEngine 0x1859d0000 - 0x185b4bfff libGLProgrammability.dylib arm64 /System/Library/Frameworks/OpenGLES.framework/libGLProgrammability.dylib 0x18050c000 - 0x1805a4fff AGXGLDriver arm64 /System/Library/Extensions/AGXGLDriver.bundle/AGXGLDriver 0x18a900000 - 0x18a90afff libGPUSupportMercury.dylib arm64 <21b8eed1ccd0389192523d5d67a3ff43> /System/Library/PrivateFrameworks/GPUSupport.framework/libGPUSupportMercury.dylib 0x187614000 - 0x187617fff AGXCompilerConnection arm64 <9c9618600c6b3119b02dce4a38fda542> /System/Library/PrivateFrameworks/AGXCompilerConnection.framework/AGXCompilerConnection 0x1823dc000 - 0x1823fafff libRIP.A.dylib arm64 <9395d153e0a53b4094d8d8ab473ecfab> /System/Library/Frameworks/CoreGraphics.framework/Resources/libRIP.A.dylib 0x1821dc000 - 0x1821e7fff libCMSBuiltin.A.dylib arm64 <37ed055eac74360f8e63e828615a0e09> /System/Library/Frameworks/CoreGraphics.framework/Resources/libCMSBuiltin.A.dylib 0x192800000 - 0x192808fff libcupolicy.dylib arm64 <6dc6705ea8633a8b9da677aaf602c477> /usr/lib/libcupolicy.dylib 0x1886c8000 - 0x188708fff CloudDocs arm64 /System/Library/PrivateFrameworks/CloudDocs.framework/CloudDocs 0x1803f4000 - 0x1804eefff RawCamera arm64 <83ee57a527cb37ccb286ecf8d65d6099> /System/Library/CoreServices/RawCamera.bundle/RawCamera 0x189928000 - 0x189944fff DataDetectorsUI arm64 <83617a1c5b613f37a2d38a96bad0d476> /System/Library/PrivateFrameworks/DataDetectorsUI.framework/DataDetectorsUI 0x18a098000 - 0x18a0a7fff libGSFontCache.dylib arm64 <1218a74b3de53819a48ef2d195351242> /System/Library/PrivateFrameworks/FontServices.framework/libGSFontCache.dylib 0x188cc0000 - 0x188cc5fff ConstantClasses arm64 /System/Library/PrivateFrameworks/ConstantClasses.framework/ConstantClasses 0x1821d8000 - 0x1821dafff libCGXType.A.dylib arm64 <98ae8d0b5089349fbe74f872d8330fb4> /System/Library/Frameworks/CoreGraphics.framework/Resources/libCGXType.A.dylib 0x181120000 - 0x1812ccfff AudioCodecs arm64 <5143afed3522366f8e274204fcc287c4> /System/Library/Frameworks/AudioToolbox.framework/AudioCodecs 0x18926c000 - 0x189290fff CoreServicesInternal arm64 /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesInternal 0x18fe84000 - 0x18fe9cfff WebContentAnalysis arm64 /System/Library/PrivateFrameworks/WebContentAnalysis.framework/WebContentAnalysis 0x18b794000 - 0x18b7b6fff LatentSemanticMapping arm64 <05d5d445abd13575a9a4cb3ee559c619> /System/Library/PrivateFrameworks/LatentSemanticMapping.framework/LatentSemanticMapping 0x184834000 - 0x1848e1fff NetworkExtension arm64 <80939d54724c3e419ffd4f4618d2aa20> /System/Library/Frameworks/NetworkExtension.framework/NetworkExtension 0x18e114000 - 0x18e11afff SymptomReporter arm64 <98c8a30ed8bd3a75a30429da7f220623> /System/Library/PrivateFrameworks/Symptoms.framework/Frameworks/SymptomReporter.framework/SymptomReporter

Extra Information:

Stack Dump (0x00000001043619c0-0x0000000104361ab0):

08000000000000008084F60101000000000000000000000000402404010000008012177801000000140000000000000000B0C89301000000E017227801000000701A3604010000007853CC8101000000301A3604010000001810F48501000000A3A3A3A3A3A3A3A3E0403604010000004000196001000000A1A1A1A100000000A8607A9701000000E040360401000000000019600100000000C054940100000070CFF6010100000070CDF60101000000901A3604010000005844F4850100000000FA2060010000004018227801000000D01A360401000000ACA2F48501000000A8607A9701000000E040360401000000

Notable Addresses: { "x1": { "address": 6695859340, "type": "string", "value": "release" }, "x11": { "address": 6774431216, "class": "__NSCFType", "ivars": {}, "type": "objc_object" }, "x13": { "address": -4981586365608968531, "class": "__NSCFNumber", "type": "objc_object", "value": -2.31188e+16 }, "x28": { "address": -6655295901103053917, "type": "objc_object" } }

Application Stats: { "active_time_since_last_crash": 0.429311, "active_time_since_launch": 0.429311, "application_active": false, "application_in_foreground": true, "background_time_since_last_crash": 0, "background_time_since_launch": 0, "launches_since_last_crash": 1, "sessions_since_last_crash": 1, "sessions_since_launch": 1 }

clickstan avatar Mar 23 '15 16:03 clickstan

You used to be able to just import crash reports from the Organizer window, but it looks like Apple removed that. There is a command line symbolicator somewhere, probably inside the Xcode.app itself, but I can't remember offhand where it is.

As for the crash itself, it's crashing in objc_msgSend, which usually means that it's trying to send a message to an object that has been deallocated. Register X1 has the string release in it, so it's likely that the system was trying to deallocate an object (whatever used to be at X0 - 0x00000001781c8160), which had already been deallocated. Are you managing your memory manually, or are any of the libraries you use doing manual memory management? Another possibility is usage of unsafe_unretained bridges. These sorts of crashes are tricky to track down.

kstenerud avatar Mar 23 '15 16:03 kstenerud

Yea, the crash is confusing. What I mean is, can I use the whole .txt file that is sent by KSCrash, and symbolicate it through xcode, if I find out how it's done? Online guides say that you need a .crash file.

clickstan avatar Mar 23 '15 17:03 clickstan

Just rename it from .txt to .crash. They're all just text files in the end.

kstenerud avatar Mar 23 '15 17:03 kstenerud

Alright, so that would work, cool :)

And what about the dSym file that it says is needed? Where can I find that? (Sorry, I'm new to this)

clickstan avatar Mar 23 '15 17:03 clickstan

The dSym is created when you compile the application, and is kept in Xcode. It's usually a good idea to back it up somewhere so that it doesn't get lost. There should be a few tutorials online that show you how to do that. Hopefully your dSym is still there, in which case you can just import the crash and it will work.

kstenerud avatar Mar 23 '15 17:03 kstenerud

Alright, I i've got it to partially symbolicate the crash report, and I've figured out the cause of the crash :)

I used this guide, along with your advice of changing the extention to .crash. guide link: http://stackoverflow.com/questions/25855389/how-to-symbolicate-crash-log-xcode-6

Thanks for taking the time to help me :)

clickstan avatar Mar 23 '15 17:03 clickstan

HI,

Just to curious to know, is dSYM alone enough to symbolicate the crash report without .app, i have tried this scenario, but crash reports were not symbolicated without .app file . Please let me know your thoughts?

Thanks

pavm035 avatar Aug 18 '15 12:08 pavm035

@pavm035 The dSYM is enough to symbolicate a crash report, there is more info in the App Distribution Guide.

Looks like this issue can be closed?

kattrali avatar Feb 16 '16 18:02 kattrali

Excerpt from https://developer.apple.com/library/ios/technotes/tn2151/_index.html Symbolication - resolving backtrace addresses to source code methods and lines - requires the application binary that was uploaded to the App Store and the .dSYM file that was generated when that binary was built. This must be an exact match - otherwise, you might get a partially symbolicated crash report, as shown in Listing 6. It is essential that you keep each build distributed to users (regardless of the details of that distribution) with its .dSYM file.

pavm035 avatar Feb 17 '16 05:02 pavm035

What it means is that you must have the dSYM that matches the binary you uploaded to the app store. Every time you do a build, it generates a new UUID, so even if you recompile the exact same app with the exact same code, it will have a different UUID the second time you build and symbolication will fail if you try to use the dSYM from the second build with the app from the first build.

If your dSYM doesn't have the exact same UUID as the app you are symbolicating, then it will symbolicate all system library calls but not any of your own code in the app.

The only exception to this is if you enable on-device symbolication. In this case, KSCrash will symbolicate your own code on the device, but many of the system calls will be <redacted>. You can symbolicate the apple format report again on a mac with Xcode installed to get the system calls.

It's important to remember that the Apple symbolication tool only works with Apple format (text) reports, not the native JSON format reports.

kstenerud avatar Feb 17 '16 15:02 kstenerud

More specifically: You only need the dSYM, not the .app, to symbolicate a report. If it fails to symbolicate, it's because you don't have the EXACT dSYM to match the UUID of the app that generated the report, or it could be another problem with the symbolicator tool (it's a bit hokey).

kstenerud avatar Feb 17 '16 15:02 kstenerud

@kstenerud Yes i have tried many times having dSYM only while symbocating by verifying UUID but i was unable to see fully symbolicated, again now also i tried symbolicating with sample app but app lines are not symbolicated. Please look at "CrashMe 0x1000cabc8 0x1000c4000 + 27592"

PS: also this is same in Xcode symbolication (Devices->View Device Logs)

Incident Identifier: 6C1970E6-922D-4D3B-9EF9-EFF05C95487D CrashReporter Key: 730f210877885cde90a5f89da470383093919415 Hardware Model: iPhone7,2 Process: CrashMe [2122] Path: /private/var/mobile/Containers/Bundle/Application/9B589A35-4641-44D8-AC70-F58F17B29A91/CrashMe.app/CrashMe Identifier: com.archfront.Epeaq Version: 1 (1.0) Code Type: ARM-64 (Native) Parent Process: launchd [1]

Date/Time: 2016-02-18 09:49:07.07 +0530 Launch Time: 2016-02-18 09:49:06.06 +0530 OS Version: iOS 9.2.1 (13D15) Report Version: 105

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

Filtered syslog: None found

Last Exception Backtrace: 0 CoreFoundation 0x1828b5900 exceptionPreprocess + 124 1 libobjc.A.dylib 0x181f23f80 objc_exception_throw + 56 2 CoreFoundation 0x182831478 -[__NSArray0 objectAtIndex:] + 112 3 CrashMe 0x1000caac4 0x1000c4000 + 27332 4 UIKit 0x1875a80c0 -[UIViewController loadViewIfRequired] + 996 5 UIKit 0x1875a7cc4 -[UIViewController view] + 28 6 UIKit 0x1875aeab4 -[UIWindow addRootViewControllerViewIfPossible] + 76 7 UIKit 0x1875abfa0 -[UIWindow _setHidden:forced:] + 252 8 UIKit 0x187621cd0 -[UIWindow makeKeyAndVisible] + 48 9 UIKit 0x18784c358 -[UIApplication _callInitializationDelegatesForMainScene:transitionContext:] + 3456 10 UIKit 0x1878504b8 -[UIApplication _runWithMainScene:transitionContext:completion:] + 1672 11 UIKit 0x18784d5c0 -[UIApplication workspaceDidEndTransaction:] + 168 12 FrontBoardServices 0x183e6b790 -[FBSSerialQueue _performNext] + 184 13 FrontBoardServices 0x183e6bb10 -[FBSSerialQueue _performNextFromRunLoopSource] + 56 14 CoreFoundation 0x18286cefc __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION + 24 15 CoreFoundation 0x18286c990 __CFRunLoopDoSources0 + 540 16 CoreFoundation 0x18286a690 __CFRunLoopRun + 724 17 CoreFoundation 0x182799680 CFRunLoopRunSpecific + 384 18 UIKit 0x187616580 -[UIApplication _run] + 460 19 UIKit 0x187610d90 UIApplicationMain + 204 20 CrashMe 0x1000cabc8 0x1000c4000 + 27592 21 libdyld.dylib 0x18233a8b8 start + 4

pavm035 avatar Feb 18 '16 04:02 pavm035

What it means is that you must have the dSYM that matches the binary you uploaded to the app store. Every time you do a build, it generates a new UUID, so even if you recompile the exact same app with the exact same code, it will have a different UUID the second time you build and symbolication will fail if you try to use the dSYM from the second build with the app from the first build.

If your dSYM doesn't have the exact same UUID as the app you are symbolicating, then it will symbolicate all system library calls but not any of your own code in the app.

The only exception to this is if you enable on-device symbolication. In this case, KSCrash will symbolicate your own code on the device, but many of the system calls will be <redacted>. You can symbolicate the apple format report again on a mac with Xcode installed to get the system calls.

It's important to remember that the Apple symbolication tool only works with Apple format (text) reports, not the native JSON format reports.

How do you enable on-device symbolication?

shradda02 avatar Oct 29 '18 22:10 shradda02