0

我正在试图找出这个崩溃,这是通过批评我正在为 iOS 开发的应用程序报告的。

我一直在寻找答案,但没有任何运气。

崩溃的名称是SIGSEGV,它是由_Z4bootiPPc引起的。

0   libobjc.A.dylib      0x3a521564 _cache_getImp + 4
1   libobjc.A.dylib      0x3a5231d7 class_respondsToSelector + 31
2   CoreFoundation       0x328a8605 objectIsKindOfClass + 37
3   CoreFoundation       0x328a835d __handleUncaughtException + 69
4   libobjc.A.dylib      0x3a526a65 _ZL15_objc_terminatev + 129
5   libc++abi.dylib      0x39f7307b _ZL19safe_handler_callerPFvvE + 79
6   libc++abi.dylib      0x39f73114 _ZSt9terminatev + 20
7   libc++abi.dylib      0x39f74599 __cxa_current_exception_type + 1
8   libobjc.A.dylib      0x3a5269d1 objc_exception_rethrow + 13
9   CoreFoundation       0x327eef21 CFRunLoopRunSpecific + 457
10  CoreFoundation       0x327eed49 CFRunLoopRunInMode + 105
11  GraphicsServices     0x363a12eb GSEventRunModal + 75
12  UIKit                0x34704301 UIApplicationMain + 1121
13  ApplicationProcess   0x00bd733b boot (main.mm:8)
14  ApplicationProcess   0x00bddee9 main (MainCpp.cpp:13)

这是来自崩溃线程的寄存器数据:

r0: 0x40000000  r1: 0x3834311f  r2: 0x0 r3: 0x1
r4: 0x3834311f  r5: 0x26d79a20  r6: 0x0 r7: 0x2fd0b90c
r8: 0x40000000  r9: 0xe0d0c47   r10: 0x0    r11: 0x0
sp: 0x2fd0b8f4  lr: 0x3a521f89  pc: 0x3a521564  cpsr: 0x20000030

除了 SIGSEGV 之外,有没有人知道导致崩溃的原因?

提前致谢!

4

0 回答 0