[Webkit-unassigned] [Bug 199403] [GTK] Crash in WebCore::ScrollView::paint
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jul 18 00:56:57 PDT 2019
https://bugs.webkit.org/show_bug.cgi?id=199403
--- Comment #7 from Carlos Garcia Campos <cgarcia at igalia.com> ---
(In reply to Michael Catanzaro from comment #5)
> This backtrace is really frustrating because the line numbers are all
> std::unique_ptr nonsense, very unhelpful. :/ There are only a few function
> calls in WebKit::DrawingAreaCoordinatedGraphics::display but none of them
> seem likely to get us to WebKit::WebPage::drawRect?
I think you are looking at the wrong ::display(), it's the one receiving an UpdateInfo&, which indeed calls WebPage::drawRect() in:
for (const auto& rect : rects) {
m_webPage.drawRect(*graphicsContext, rect);
updateInfo.updateRects.append(rect);
}
--
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/20190718/c3afbbaf/attachment-0001.html>
More information about the webkit-unassigned
mailing list