简体   繁体   English

连续2到3次拍照时应用程序崩溃

[英]Application getting crash while taking picture continuesly 2 to 3 times

In my application I am uploading photos to Face Book. 在我的应用程序中,我正在将照片上传到Face Book。 So, While taking picture from iPhone device 3G continuously two or three times my application getting crash and getting message as below 因此,从iPhone设备3G连续拍照时,我的应用程序崩溃了两次并收到如下消息

Program received signal: “0”. 程序接收信号:“ 0”。 Data Formatters temporarily unavailable, will re-try after a 'continue'. 暂时不可用的数据格式化程序,将在“继续”后重试。 (Unknown error loading shared library "/Developer/usr/lib/libXcodeDebuggerSupport.dylib") (gdb) (加载共享库“ /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. 您可以尝试重新安装开发工具和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? 它被解雇了吗?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM