5

我通过 testflight 在我的应用程序中看到了以下崩溃。我不明白这次崩溃发生的地点和方式。我的应用程序中有多个 UITableViewControllers(大约 10 个),因此不确定要在此处粘贴哪段代码。任何帮助将不胜感激。我已经研究了很多 SO 问题,但我无法确定原因。

0 Anyvan 0x0019052e testflight_backtrace + 382
1 Anyvan 0x0019117c TFSignalHandler + 264
2 libsystem_c.dylib 0x3b1b9e92 _sigtramp + 42
3 UIKit 0x34e6654c -[UITableView(UITableViewInternal)   _createPreparedCellForGlobalRow:withIndexPath:] + 412
4 UIKit 0x34e4b312 -[UITableView(_UITableViewPrivate) _updateVisibleCellsNow:] + 1310
5 UIKit 0x34e627ce -[UITableView layoutSubviews] + 206
6 UIKit 0x34e1e802 -[UIView(CALayerDelegate) layoutSublayersOfLayer:] + 258
7 QuartzCore 0x34bc8d8a -[CALayer layoutSublayers] + 214
8 QuartzCore 0x34bc8928 _ZN2CA5Layer16layout_if_neededEPNS_11TransactionE + 460
9 QuartzCore 0x34bc985c _ZN2CA5Layer28layout_and_display_if_neededEPNS_11TransactionE + 16
10 QuartzCore 0x34bc9242 _ZN2CA7Context18commit_transactionEPNS_11TransactionE + 238
11 QuartzCore 0x34bc9050 _ZN2CA11Transaction6commitEv + 316
12 UIKit 0x34e248ea _afterCACommitHandler + 126
13 CoreFoundation 0x32fe86cc __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 20
14 CoreFoundation 0x32fe69c0 __CFRunLoopDoObservers + 276
15 CoreFoundation 0x32fe6d16 __CFRunLoopRun + 742
16 CoreFoundation 0x32f59ebc CFRunLoopRunSpecific + 356
17 CoreFoundation 0x32f59d48 CFRunLoopRunInMode + 104
18 GraphicsServices 0x36b322ea GSEventRunModal + 74
19 UIKit 0x34e6f300 UIApplicationMain + 1120
20 Anyvan 0x000e4c14 main (main.m:17)
21 Anyvan 0x000e4bb7 start + 39
4

1 回答 1

0

对我来说,当我滚动表和释放视图控制器(它有表的数组数据)时会发生这种情况
我们可能需要让视图控制器保持活动状态,直到包含表的视图消失

于 2014-01-29T15:00:10.670 回答