(iOS)iPad应用程序随机崩溃开始

JJ.*_*JJ. 18 crash ipad ios

我有一个iPad应用程序在现场(企业分布)随机停止工作(约150次使用后).它会加载黑色屏幕,就像它即将打开但随后闪回主屏幕.

  • iPad上没有安装任何其他应用程序.
  • iPad没有越狱.
  • 自安装以来,iPad软件尚未更新.

该应用程序仍在运行列表中,但不会打开.重置iPad并重新安装应用程序后,它再次正常运行.崩溃报告如下:

Incident Identifier: 97E6C3AC-0A3F-4D5A-9316-14361B8875C8
CrashReporter Key:   acbe2088ab1236c4f317ec9e0fb85d4a9d7b5b3a
Hardware Model:      iPad1,1
Version:         ??? (???)
Code Type:       ARM (Native)
Parent Process:  launchd [1]

Date/Time:       2011-08-05 14:52:54.380 -0400
OS Version:      iPhone OS 4.3.2 (8H7)
Report Version:  104

Exception Type:  EXC_CRASH (SIGKILL)
Exception Codes: 0x00000000, 0x00000000
Crashed Thread:  0

Thread 0 Crashed:
0   dyld                            0x2fe0124a dyldbootstrap::start(macho_header const*, int, char const**, long, macho_header const*) + 446
1   dyld                            0x2fe01058 _dyld_start + 48

Thread 0 crashed with ARM Thread State:
    r0: 0x00000000    r1: 0x00000009      r2: 0x00000009      r3: 0x0004a000
    r4: 0x0004a01c    r5: 0x00000000      r6: 0x00000005      r7: 0x2fe48a18
    r8: 0x2fe6f18c    r9: 0x2fe96964     r10: 0x2fe494f4     r11: 0x00049000
    ip: 0x2fe96984    sp: 0x2fe489d0      lr: 0x2fe489ac      pc: 0x2fe4a24a
  cpsr: 0x60000030

Binary Images:
0x2fe49000 - 0x2fe6efff  dyld armv7  <bb9bfc7d242331d29a79adf7ef7aaa18> /usr/lib/dyld
Run Code Online (Sandbox Code Playgroud)

这是报告包含的所有信息.

我们从未能够在模拟器上重现崩溃.

有任何想法吗?在我们确保错误得到修复之前,无法将其发回.谢谢,

pbx*_*pbx 0

仔细检查您的启动顺序。也许您正在读取的某些配置文件已损坏或无法正确反序列化为数据结构(例如 NSDictionary)。

我就遇到过这种情况。