WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
152869
ASSERTION FAILED: !m_renderView.document().inPageCache() in WebCore::RenderLayerCompositor::updateCompositingLayers(WebCore::CompositingUpdateType, WebCore::RenderLayer*)
https://bugs.webkit.org/show_bug.cgi?id=152869
Summary
ASSERTION FAILED: !m_renderView.document().inPageCache() in WebCore::RenderLa...
John Wilander
Reported
2016-01-07 16:28:53 PST
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
Comment 1
2016-01-07 16:31:04 PST
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
.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug