i have done research on identifying crash logs couldn't find solution:
here references:
http://www.raywenderlich.com/23704/demystifying-ios-application-crash-logs http://developer.apple.com/library/ios/#qa/qa1747/_index.html how view crash report on xcode 4.2
i come know because of memory issue how find particular? in project there 200 files there 4-5 third party libraries being used.
here crash log:
incident identifier: bd0f0f41-c60a-4d9c-8386-1b10796cf835 crashreporter key: 43c75986a25cae4226726a78b4bf5b543ab87caa hardware model: ipad3,3 process: blsoffline [10824] path: /var/mobile/applications/54aaf195-fd1d-4426-bc20-939662ecc56b/blsoffline.app/blsoffline identifier: blsoffline version: ??? (???) code type: arm (native) parent process: launchd [1] date/time: 2013-07-12 15:24:05.680 +0530 os version: ios 6.1.3 (10b329) report version: 104 exception type: exc_bad_access (sigsegv) exception codes: kern_invalid_address @ 0x00000013 crashed thread: 0 thread 0 name: dispatch queue: com.apple.main-thread thread 0 crashed: 0 libobjc.a.dylib 0x3aadd526 0x3aad8000 + 21798 1 blsoffline 0x000dbb6a 0xc8000 + 80746 2 corefoundation 0x32c3f9c0 0x32b7a000 + 809408 3 corefoundation 0x32b96fe6 0x32b7a000 + 118758 4 foundation 0x335530f0 0x334a2000 + 725232 5 corefoundation 0x32c11680 0x32b7a000 + 620160 6 corefoundation 0x32c10f7a 0x32b7a000 + 618362 7 corefoundation 0x32c0fcb2 0x32b7a000 + 613554 8 corefoundation 0x32b82eb8 0x32b7a000 + 36536 9 corefoundation 0x32b82d44 0x32b7a000 + 36164 10 graphicsservices 0x367372e6 0x36732000 + 21222 11 uikit 0x34a982fc 0x34a41000 + 357116 12 blsoffline 0x000db5fe 0xc8000 + 79358 13 libdyld.dylib 0x3af17b1c 0x3af16000 + 6940 thread 1 name: dispatch queue: com.apple.libdispatch-manager thread 1: 0 libsystem_kernel.dylib 0x3afce648 0x3afcd000 + 5704 1 libdispatch.dylib 0x3aefe974 0x3aef6000 + 35188 2 libdispatch.dylib 0x3aefe654 0x3aef6000 + 34388 thread 2 name: webthread thread 3 name: javascriptcore::blockfree thread 4 name: javascriptcore::marking thread 5 name: com.apple.nsurlconnectionloader thread 6 name: webcore: cfnetwork loader thread 7 name: webcore: localstorage thread 8 name: com.apple.cfsocket.private thread 9 name: com.apple.coremedia.player.async thread 10 name: com.apple.coremedia.player.remote
please let me know how find cause out of this.
if application crashing @ random point of times, still can possible upload on appstore? apple allow such application?
edit: major problem application not crashing on simulator, on devices. on device, when debug app, crashes on curl library code, working fine since first day. how come sudden crash occurs in application?
if application crashing randomly need analyze code. can in xcode only.open project in xcode , in product menu find analyze option (cmd+shift+b) .make sure have selected "ios device" before analyzing it.
other can use link:
http://www.raywenderlich.com/23037/how-to-use-instruments-in-xcode
apple not accept app if crashing.
Comments
Post a Comment