应用程序崩溃EXC_CRASH(SIGKILL)

时间:2017-01-16 06:39:27

标签: ios swift

我想知道为什么会发生这种崩溃。

我设置了一个GCD计时器,当我的应用程序在后台时,当时间到了,它会像这样崩溃:

Exception Type:  EXC_CRASH (SIGKILL)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Note:  EXC_CORPSE_NOTIFY
Termination Reason: Namespace SPRINGBOARD, Code 0x8badf00d
Triggered by Thread:  0

Filtered syslog:
None found

Thread 0 name:  Dispatch queue: com.apple.main-thread
Thread 0 Crashed:
0   libsystem_kernel.dylib          0x000000018f9f5188 mach_msg_trap + 8
1   libsystem_kernel.dylib          0x000000018f9f4ff8 mach_msg + 72
2   CoreFoundation                  0x00000001909f25d0 __CFRunLoopServiceMachPort + 192
3   CoreFoundation                  0x00000001909f01ec __CFRunLoopRun + 1132
4   CoreFoundation                  0x000000019091e2b8 CFRunLoopRunSpecific + 444
5   GraphicsServices                0x00000001923d2198 GSEventRunModal + 180
6   UIKit                           0x00000001969657fc -[UIApplication _run] + 684
7   UIKit                           0x0000000196960534 UIApplicationMain + 208
8   WenWenJewel                     0x00000001002310ac 0x10006c000 + 1855660
9   libdyld.dylib                   0x000000018f9015b8 start + 4

0 个答案:

没有答案
相关问题