本文介绍了iOS应用程序崩溃,没有错误,仅(lldb)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

限时删除!!

我的应用程序最近似乎随机崩溃,没有错误或异常.控制台仅以浅蓝色显示(lldb).我尚未捕获异常处理,仍然一无所获.它发生在随机时间.我可以一遍又一遍地执行相同的任务,有时它会发生,有时却不会.而且有时它会在应用程序中的随机位置发生.

My application lately seems to randomly crash with no error or exceptions. The console just shows (lldb) in light blue. I have uncaught exception handling and still nothing. It happens at random times. I can do the same task over and over and sometimes it will happen and sometimes it won't. Also sometimes it will happen in random places within the application.

到目前为止,我所读到的可能是lldb调试器崩溃了,而不是我的应用程序崩溃了,但是我之前从未注意到它.

So far what I have read is it is possibly just the lldb debugger crashing and not my app however I haven't noticed it before.

有什么主意如何弄清楚崩溃的原因是什么?

Any ideas how to figure out what the cause of the crash is?

当我将MBProgressHUD添加到我的应用程序时,它似乎已经开始.

It seems to have started when I added MBProgressHUD to my application.

推荐答案

我最终使用了crittercism和testflight崩溃报告来帮助查找发生问题的区域.看起来是因为我在后台线程上运行核心数据.

I ended up using crittercism and testflight crash reporting to help find the area where it was occurring. It looks like it was because I was running core data on a background thread.

这篇关于iOS应用程序崩溃,没有错误,仅(lldb)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

1403页,肝出来的..

09-07 01:30