ios Application crash : failed to resume in time -
i new on ios development. have issue , app goes crash when app comes in foreground. made lot of search , found many solution no 1 useful in case. crash logs :
aug 16 14:01:53 sids-iphone-2 reportcrash[850] <error>: date/time: 2013-08-16 14:01:52.042 +0530 aug 16 14:01:53 sids-iphone-2 reportcrash[850] <error>: os version: ios 6.1.3 (10b329) aug 16 14:01:53 sids-iphone-2 reportcrash[850] <error>: report version: 104 aug 16 14:01:53 sids-iphone-2 reportcrash[850] <error>: ��aug 16 14:01:53 sids-iphone-2 reportcrash[850] <error>: exception type: 00000020 ��aug 16 14:01:53 sids-iphone-2 reportcrash[850] <error>: exception codes: 0x000000008badf00d ��aug 16 14:01:53 sids-iphone-2 reportcrash[850] <error>: highlighted thread: 0 aug 16 14:01:53 sids-iphone-2 reportcrash[850] <error>: aug 16 14:01:53 sids-iphone-2 reportcrash[850] <error>: application specific information: ��aug 16 14:01:53 sids-iphone-2 reportcrash[850] <error>: com.quytech.cakeboy failed resume in time ��aug 16 14:01:53 sids-iphone-2 reportcrash[850] <error>: ��aug 16 14:01:53 sids-iphone-2 reportcrash[850] <error>: elapsed total cpu time (seconds): 1.440 (user 1.440, system 0.000), 14% cpu ��aug 16 14:01:53 sids-iphone-2 reportcrash[850] <error>: elapsed application cpu time (seconds): 0.020, 0% cpu ��aug 16 14:01:53 sids-iphone-2 reportcrash[850] <error>: ��aug 16 14:01:53 sids-iphone-2 reportcrash[850] <error>: thread 0 name: dispatch queue: com.apple.main-thread ��aug 16 14:01:53 sids-iphone-2 reportcrash[850] <error>: thread 0: ��aug 16 14:01:53 sids-iphone-2 reportcrash[850] <error>: 0 libsystem_kernel.dylib can tell me proper reason of this. in advance.
0x8badf00d: code indicates application terminated ios because watchdog timeout occurred. basically, application took long launch, terminate, or respond system events.
you're doing takes long. @ backtrace , try symbolicate (convert hexidecimal addresses in executable code method names , line numbers) can understand problem is. this thread should out there.
demystifying ios app crashes tutorial found useful.
Comments
Post a Comment