[Webkit-unassigned] [Bug 247453] New: Assertion failure in RenderView::decrementRendersWithOutline

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 3 12:52:09 PDT 2022


https://bugs.webkit.org/show_bug.cgi?id=247453

            Bug ID: 247453
           Summary: Assertion failure in
                    RenderView::decrementRendersWithOutline
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Keywords: InRadar
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: rniwa at webkit.org
                CC: bfulgham at webkit.org, simon.fraser at apple.com,
                    zalan at apple.com

e.g.

ASSERTION FAILED: m_renderersWithOutlineCount > 0
rendering/RenderView.h(169) : void WebCore::RenderView::decrementRendersWithOutline()
1   0x7da64cde9 WTFCrash
2   0x7f04b18eb WTFCrashWithInfo(int, char const*, char const*, int)
3   0x7f5427cab WebCore::RenderView::decrementRendersWithOutline()
4   0x7f5428cd7 WebCore::RenderElement::willBeDestroyed()
5   0x7f54eb609 WebCore::RenderLayerModelObject::willBeDestroyed()
6   0x7f5412905 WebCore::RenderBoxModelObject::willBeDestroyed()
7   0x7f5386b3b WebCore::RenderBox::willBeDestroyed()
8   0x7f53869d4 WebCore::RenderBlock::willBeDestroyed()
9   0x7f554ab75 WebCore::RenderObject::destroy()
10  0x7f554a9b9 WebCore::RenderObjectDeleter::operator()(WebCore::RenderObject*) const
11  0x7f53faeac std::__1::unique_ptr<WebCore::RenderElement, WebCore::RenderObjectDeleter>::reset(WebCore::RenderElement*)
12  0x7f53fae49 std::__1::unique_ptr<WebCore::RenderElement, WebCore::RenderObjectDeleter>::~unique_ptr()
13  0x7f5388cb5 std::__1::unique_ptr<WebCore::RenderElement, WebCore::RenderObjectDeleter>::~unique_ptr()
14  0x7f577c741 WebCore::RenderTreeUpdater::createRenderer(WebCore::Element&, WebCore::RenderStyle&&)
15  0x7f577b46d WebCore::RenderTreeUpdater::updateElementRenderer(WebCore::Element&, WebCore::Style::ElementUpdate const&)
16  0x7f577a942 WebCore::RenderTreeUpdater::updateRenderTree(WebCore::ContainerNode&)
17  0x7f577a1d0 WebCore::RenderTreeUpdater::commit(std::__1::unique_ptr<WebCore::Style::Update const, std::__1::default_delete<WebCore::Style::Update const> >)
18  0x7f3bc5f9b WebCore::Document::updateRenderTree(std::__1::unique_ptr<WebCore::Style::Update const, std::__1::default_delete<WebCore::Style::Update const> >)
19  0x7f3bc6690 WebCore::Document::resolveStyle(WebCore::Document::ResolveStyleType)
20  0x7f3bc7368 WebCore::Document::updateStyleIfNeeded()
21  0x7f3be3e36 WebCore::Document::finishedParsing()

<rdar://99885221>

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20221103/4dd2e055/attachment.htm>


More information about the webkit-unassigned mailing list