iOS - 无法跟踪此崩溃错误

时间:2016-01-25 18:42:41

标签: ios crash-reports crashlytics

我使用Crashlytics 3.6.0并且我最近收到了一些我无法阅读/理解的崩溃报告。它们似乎只发生在iOS 8上(但不能确认这100%)。

Thread : Crashed: com.apple.main-thread
0  libobjc.A.dylib                0x197fcfbd0 objc_msgSend + 16
1  UIKit                          0x18c035c60 -[UIControl _sendActionsForEvents:withEvent:] + 124
2  UIKit                          0x18c293e7c -[UISwitch _handleLongPressNL:] + 424
3  UIKit                          0x18c1af508 _UIGestureRecognizerSendActions + 276
4  UIKit                          0x18c048050 -[UIGestureRecognizer _updateGestureWithEvent:buttonEvent:] + 580
5  UIKit                          0x18c4b420c ___UIGestureRecognizerUpdate_block_invoke662 + 60
6  UIKit                          0x18c00c530 _UIGestureRecognizerRemoveObjectsFromArrayAndApplyBlocks + 292
7  UIKit                          0x18c00a8dc _UIGestureRecognizerUpdate + 2504
8  UIKit                          0x18c0461f8 -[UIWindow _sendGesturesForEvent:] + 1044
9  UIKit                          0x18c045898 -[UIWindow sendEvent:] + 660
10 UIKit                          0x18c018fa8 -[UIApplication sendEvent:] + 264
11 infinight                      0x1003ebe00 -[IBGMethodSwizzler sendEvent:] (IBGMethodSwizzler.m:103)
12 UIKit                          0x18c2b7f58 _UIApplicationHandleEventFromQueueEvent + 14992
13 UIKit                          0x18c017510 _UIApplicationHandleEventQueue + 1616
14 CoreFoundation                 0x18781e9ec __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 24
15 CoreFoundation                 0x18781dc90 __CFRunLoopDoSources0 + 264
16 CoreFoundation                 0x18781bd40 __CFRunLoopRun + 712
17 CoreFoundation                 0x1877490a4 CFRunLoopRunSpecific + 396
18 GraphicsServices               0x1908eb5a4 GSEventRunModal + 168
19 UIKit                          0x18c07e3c0 UIApplicationMain + 1488
20 infinight                      0x10013af44 main (main.m:16)
21 libdyld.dylib                  0x19862aa08 start + 4

有人可以帮我识别错误吗?我无法重现错误 - 它不会发生在我的设备或模拟器上。但是在过去的几天里,我从测试用户那里得到了相当多的崩溃报告。

1 个答案:

答案 0 :(得分:0)

这是仅在iOS 8上发生的错误。要重现错误,我下载了iOS 8.1模拟器并发现错误。为了获得确切的错误消息,我去了Edit Scheme和Enabled Zombie Objects。这向我展示了确切的错误信息:

*** -[NamedUISwitch _sendActionsForEvents:withEvent:]: message sent to deallocated instance