xcode 4:应用程序性能受奇怪崩溃影响(调试器无用)

时间:2013-09-23 23:03:45

标签: iphone objective-c xcode performance

我正在编写一个侧面滚动游戏应用程序并且即将结束,但几乎每次我现在跑步时都会发生这种崩溃。我正在调试第四代Ipod touch。

图形将开始滞后,然后我的播放器移动将出现故障,我的播放器速度将以随机速度卡住。我没有收到任何记忆警告,尽管玩家速度被卡住,游戏仍然可以玩。它不会退出应用程序。

使用调试器让我无处可去,因为它没有向调试器注册任何出错的地方。我想它不会抛出异常。

我在运行应用程序时开始查看设备日志,并且因为我在设备日志中收到错误和警告而开始延迟开始:

ReportCrash[456] <Notice>: Formulating crash report for process AdSheet[454]
Sep 23 18:49:33  com.apple.launchd[1] <Warning>: (UIKitApplication:com.apple.AdSheetPhone[0xb005]) Job appears to have crashed: Abort trap: 6
Sep 23 18:49:33  backboardd[26] <Warning>: Application 'UIKitApplication:com.apple.AdSheetPhone[0xb005]' exited abnormally with signal 6: Abort trap: 6
Sep 23 18:49:33  ReportCrash[456] <Error>: libMobileGestalt copySystemVersionDictionaryValue: Could not lookup ReleaseType from system version dictionary
Sep 23 18:49:33  ReportCrash[456] <Notice>: Saved crashreport to /var/mobile/Library/Logs/CrashReporter/AdSheet_2013-09-23-184932_Carla-Passs-iPod.plist using uid: 0 gid: 0, synthetic_euid: 501 egid: 0

在崩溃报告中它说它是SIGABRT类型崩溃,但我又无法将其追溯到任何源代码,因为调试器没有识别任何错误。我的源代码中也没有警告。

非常感谢任何帮助。如果有人想查看那个可怕的文件,我也有崩溃报告。

0 个答案:

没有答案