使用运行循环堆栈跟踪修复 iPhone 崩溃
我正在使用 hoptoad 来跟踪 iPhone 应用程序中的错误。
发生多次(准确地说是 14 次)的崩溃具有以下堆栈跟踪:
https://gist。 github.com/2ce8a88c07fc134a3d9c
我什至不知道如何开始调查这一点。有什么线索吗?崩溃似乎是从主运行循环中直接产生的 - 但没有关于导致崩溃的原因的信息。
I'm using hoptoad to track errors in my iPhone app.
One crash that's happened a number of times (14, to be exact), has this stack trace:
https://gist.github.com/2ce8a88c07fc134a3d9c
I'm not even sure how to start investigating this. Any clues? The crash seems to come right out of the main run loop - but no information on what caused it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
呃,它有点像象征性 iPad 应用崩溃报告的骗局。但那里也没有收集到太多信息。
看起来好像引发了异常,然后 catch &由于其他一些问题,报告失败。
WEll, it is sort of a dupe of symbolicating iPad app crash reports. But not much was gleaned there, either.
It looks like an exception was raised and then the catch & report failed due to some other issues.