【问题标题】:updateSubviewsOfScrollContentViews ios10 crashupdateSubviewsOfScrollContentViews ios10 崩溃
【发布时间】:2016-10-07 16:51:52
【问题描述】:

在我的 HockeyApp 崩溃报告中,我在 iOS10 中遇到了以下崩溃。不知道这是什么原因。

Thread 10 Crashed:

0   libobjc.A.dylib                      0x0000000187346f30 objc_msgSend + 16
1   UIKit                                0x000000018e972bd8 updateSubviewsOfScrollContentViews + 184
2   UIKit                                0x000000018e972cdc updateSubviewsOfScrollContentViews + 444
3   UIKit                                0x000000018e972cdc updateSubviewsOfScrollContentViews + 444
4   UIKit                                0x000000018e972cdc updateSubviewsOfScrollContentViews + 444
5   UIKit                                0x000000018e972cdc updateSubviewsOfScrollContentViews + 444
6   UIKit                                0x000000018e972ad0 -[UIWebBrowserView _collectAdditionalSubviews] + 380
7   UIKit                                0x000000018e972924 -[UIWebDocumentView _updateSubviewCaches] + 52
8   UIKit                                0x000000018e79493c -[UIWebDocumentView subviews] + 88
9   UIKit                                0x000000018ea45bd4 -[UIView(CALayerDelegate) _wantsReapplicationOfAutoLayoutWithLayoutDirtyOnEntry:] + 68
10  UIKit                                0x000000018e741770 -[UIView(CALayerDelegate) layoutSublayersOfLayer:] + 1248
11  QuartzCore                           0x000000018bc0a40c -[CALayer layoutSublayers] + 144
12  QuartzCore                           0x000000018bbff0e8 CA::Layer::layout_if_needed(CA::Transaction*) + 288
13  QuartzCore                           0x000000018bbfefa8 CA::Layer::layout_and_display_if_needed(CA::Transaction*) + 28
14  QuartzCore                           0x000000018bb7bc64 CA::Context::commit_transaction(CA::Transaction*) + 248
15  QuartzCore                           0x000000018bba30d0 CA::Transaction::commit() + 508
16  QuartzCore                           0x000000018bba3af0 CA::Transaction::observer_callback(__CFRunLoopObserver*, unsigned long, void*) + 116
17  CoreFoundation                       0x00000001888a97dc __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 28
18  CoreFoundation                       0x00000001888a740c __CFRunLoopDoObservers + 368
19  CoreFoundation                       0x00000001887d6068 CFRunLoopRunSpecific + 472
20  WebCore                              0x000000018d377a2c RunWebThread(void*) + 452
21  libsystem_pthread.dylib              0x000000018798f860 _pthread_body + 236
22  libsystem_pthread.dylib              0x000000018798f770 _pthread_start + 280
23  libsystem_pthread.dylib              0x000000018798cdbc thread_start + 0

任何建议都会非常有帮助。

【问题讨论】:

  • 您是否尝试更改应用中具有自动布局约束的对象的框架?

标签: crash scrollview ios10


【解决方案1】:

这在下面的帖子中得到了回答。

UIWebDocumentView _updateSubviewCaches crash in iOS10

这些问题的根本原因是相同的。

【讨论】:

    猜你喜欢
    • 2017-01-31
    • 2017-01-29
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2016-12-12
    • 1970-01-01
    相关资源
    最近更新 更多