crash - ios10 updateSubviewsOfScrollContentViews崩溃

标签 crash scrollview ios10

在My 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

任何建议将非常有帮助。

最佳答案

在以下帖子中对此进行了回答。

UIWebDocumentView _updateSubviewCaches crash in iOS10

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

关于crash - ios10 updateSubviewsOfScrollContentViews崩溃,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39528387/

相关文章:

android - 向上按钮 Webview 崩溃

react-native - react 原生 Android ScrollView scrollTo 不起作用

java - 如何以编程方式查找哪个 View 正在滚动到屏幕顶部?

ios - 当应用程序处于焦点状态时,无法将 OneSignal 通知显示为横幅 :iOS

swift - EXC_BAD_INSTRUCTION 仅在 iPhone 5 模拟器中

iphone - 使用 Google Analytics iOS 跟踪崩溃

ios - 如何理解这个崩溃日志?信号发生器

ruby-on-rails - Heroku上的代码崩溃在本地完美运行

ios - 可以在 ScrollView 中查看但不会滚动吗?

ios - iOS 10 中新的 UserNotifications 是否仍有 ~64 个本地通知限制?