这是随机发生的。任何想法都将不胜感激。
显然它与UIWebView有关,但不确定发生了什么。
Thread 1 Crashed:
0 WebCore 0x0006eb56 WebCore::ScrollView::repaintContentRectangle(WebCore::IntRect const&, bool) + 10
1 WebCore 0x0005ad88 WebCore::FrameView::doDeferredRepaints() + 32
2 WebCore 0x0005ad00 WebCore::FrameView::endDeferredRepaints() + 104
3 WebCore 0x00050818 WebCore::FrameView::layout(bool) + 844
4 WebCore 0x000504c4 WebCore::FrameView::layoutTimerFired(WebCore::Timer<WebCore::FrameView>*) + 4
5 WebCore 0x000504ae WebCore::Timer<WebCore::FrameView>::fired() + 26
6 WebCore 0x000502c6 WebCore::TimerBase::fireTimers(double, WTF::Vector<WebCore::TimerBase*, 0ul> const&) + 102
7 WebCore 0x0004fd1e WebCore::TimerBase::sharedTimerFired() + 66
8 WebCore 0x0004fcb2 WebCore::timerFired(__CFRunLoopTimer*, void*) + 34
9 CoreFoundation 0x00056bac CFRunLoopRunSpecific + 2112
10 CoreFoundation 0x00056356 CFRunLoopRunInMode + 42
11 WebCore 0x0005d6b2 RunWebThread(void*) + 286
12 libSystem.B.dylib 0x0002490a _pthread_body + 10
答案 0 :(得分:1)
向Apple报告。并解释他们如何使用WebView。或者在这里解释一下,也许你做错了什么。
答案 1 :(得分:0)
还要检查这是否可以在几个不同的SDK Simulator版本上重现。这可能有助于检测错误是在您身边还是在SDK中。