开发者

Application getting crash while taking picture continuesly 2 to 3 times

开发者 https://www.devze.com 2023-01-30 17:48 出处:网络
In my application I am uploading photos to Face Book. So, While taking picture from iPhone device 3G continuously two or three times my application getting crash and getting message as below

In my application I am uploading photos to Face Book. So, While taking picture from iPhone device 3G continuously two or three times my application getting crash and getting message as below

Program received signal: “0”开发者_Go百科. Data Formatters temporarily unavailable, will re-try after a 'continue'. (Unknown error loading shared library "/Developer/usr/lib/libXcodeDebuggerSupport.dylib") (gdb)

I am not getting how to solve this can any one help me to solve this issue.

Thanks in advance.


There really should be a backtrace and that error sounds a lot like your install is hosed; you might try re-installing the dev tools and iOS SDK.

In any case, the description of your problem sounds like you might potentially be using all available memory and your app might be being jettisoned by the system.

If you rate limit the photos such that you can't take another photo until the first photo is uploaded, does the problem go away?

Do you have a memory warning hook in your app? Is it getting fired?

0

精彩评论

暂无评论...
验证码 换一张
取 消