什么是诊断UIKit崩溃的最佳方法?

时间:2014-12-17 15:10:09

标签: ios objective-c

我的应用程序的商店版本中遇到了一些UIKit崩溃。崩溃歌词为我提供了部分符号化的报告,如下所示。我知道问题出在UITableview,但我无法跟踪它。

每个人发现什么对于使用很少的识别信息来追踪UIKit崩溃有用?

EXC_BAD_ACCESS KERN_INVALID_ADDRESS at 0x615541ed

Thread : Crashed: com.apple.main-thread
0  libobjc.A.dylib                0x38353626 objc_msgSend + 5
1  UIKit                          0x3087beab -[UIAlertView modalItem:shouldDismissForButtonAtIndex:] + 62
2  UIKit                          0x305f91f7 -[_UIModalItemsCoordinator _notifyDelegateModalItem:tappedButtonAtIndex:] + 94
3  UIKit                          0x305f90ff -[_UIModalItemAlertContentView tableView:didSelectRowAtIndexPath:] + 894
4  UIKit                          0x305007f3 -[UITableView _selectRowAtIndexPath:animated:scrollPosition:notifyDelegate:] + 1078
5  UIKit                          0x305b2cb3 -[UITableView _userSelectRowAtPendingSelectionIndexPath:] + 214
6  UIKit                          0x30461e09 _applyBlockToCFArrayCopiedToStack + 316
7  UIKit                          0x303dab57 _afterCACommitHandler + 430
8  CoreFoundation                 0x2db7e039 __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 20
9  CoreFoundation                 0x2db7b9c7 __CFRunLoopDoObservers + 286
10 CoreFoundation                 0x2db7bd13 __CFRunLoopRun + 738
11 CoreFoundation                 0x2dae6769 CFRunLoopRunSpecific + 524
12 CoreFoundation                 0x2dae654b CFRunLoopRunInMode + 106
13 GraphicsServices               0x32a536d3 GSEventRunModal + 138
14 UIKit                          0x30445891 UIApplicationMain + 1136
15 AppName                        0x00159b3b main (main.m:16)

0 个答案:

没有答案