1

我正在编写一个横向滚动游戏应用程序,并且即将完成,但几乎每次我现在跑步时都会突然发生这种崩溃。我正在调试第 4 代 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 类型的崩溃,但我再次无法将其追溯到任何源代码,因为调试器没有识别出任何错误。我的源代码中也没有任何警告。

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

4

0 回答 0