Bug 152869
Summary: | ASSERTION FAILED: !m_renderView.document().inPageCache() in WebCore::RenderLayerCompositor::updateCompositingLayers(WebCore::CompositingUpdateType, WebCore::RenderLayer*) | ||
---|---|---|---|
Product: | WebKit | Reporter: | John Wilander <wilander> |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Mac | ||
OS: | All |
John Wilander
ASSERTION FAILED: !m_renderView.document().inPageCache()
/Volumes/DataAndApps/dev/WebKitSafari/OpenSource/Source/WebCore/rendering/RenderLayerCompositor.cpp(678) : bool WebCore::RenderLayerCompositor::updateCompositingLayers(WebCore::CompositingUpdateType, WebCore::RenderLayer *)
1 0x1045530ed WTFCrash
2 0x107e8dde1 WebCore::RenderLayerCompositor::updateCompositingLayers(WebCore::CompositingUpdateType, WebCore::RenderLayer*)
3 0x106d07fba WebCore::FrameView::updateCompositingLayersAfterScrolling()
4 0x106d07ded WebCore::FrameView::scrollOffsetChangedViaPlatformWidgetImpl(WebCore::IntPoint const&, WebCore::IntPoint const&)
5 0x10817cdea WebCore::ScrollView::scrollOffsetChangedViaPlatformWidget(WebCore::IntPoint const&, WebCore::IntPoint const&)
6 0x102f9aa4c -[WebHTMLView(WebPrivate) _frameOrBoundsChanged]
7 0x7fff859eff1c __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__
8 0x7fff859efe1b _CFXRegistrationPost
9 0x7fff859efb82 ___CFXNotificationPost_block_invoke
10 0x7fff859ac123 -[_CFXNotificationRegistrar find:object:observer:enumerator:]
11 0x7fff859ab3d6 _CFXNotificationPost
12 0x7fff8728ebd3 -[NSNotificationCenter postNotificationName:object:userInfo:]
13 0x7fff83a18a5b -[NSView _postBoundsChangeNotification]
14 0x7fff83a18941 -[NSView translateOriginToPoint:]
15 0x7fff83a16fe2 -[NSClipView _immediateScrollToPoint:]
16 0x102f16da0 -[WebClipView _immediateScrollToPoint:]
17 0x7fff83a16847 -[NSClipView scrollToPoint:]
18 0x7fff83a53be0 -[NSScrollView scrollClipView:toPoint:]
19 0x102f34d0e -[WebDynamicScrollBarsView scrollClipView:toPoint:]
20 0x7fff839fb6e5 -[NSClipView _scrollTo:animateScroll:flashScrollerKnobs:]
21 0x7fff839fae82 -[NSClipView _reflectDocumentViewFrameChange]
22 0x7fff8395a328 -[NSView _postFrameChangeNotification]
23 0x7fff839550c7 -[NSView setFrameSize:]
24 0x108189422 WebCore::ScrollView::platformSetContentsSize()
25 0x10817c41c WebCore::ScrollView::setContentsSize(WebCore::IntSize const&)
26 0x106cff6cd WebCore::FrameView::setContentsSize(WebCore::IntSize const&)
27 0x106cff63f WebCore::FrameView::resetScrollbarsAndClearContentsSize()
28 0x1069562d6 WebCore::Document::setInPageCache(bool)
29 0x106555cd1 WebCore::CachedFrame::CachedFrame(WebCore::Frame&)
30 0x10655645d WebCore::CachedFrame::CachedFrame(WebCore::Frame&)
31 0x1065611da std::_Unique_if<WebCore::CachedFrame>::_Single_object std::make_unique<WebCore::CachedFrame, WebCore::MainFrame&>(WebCore::MainFrame&&&)
(lldb)
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
John Wilander
I hit this while setting up a Stackoverflow account connected to a Google account. The last thing that happened right before the crash was a redirect from https://stackoverflow.com to http://stackoverflow.com.