[Webkit-unassigned] [Bug 186886] New: [WPE][ThreadedRendering] WPE crashes rendering some pieces of text when using ThreadedRendering

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 21 03:25:46 PDT 2018


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

            Bug ID: 186886
           Summary: [WPE][ThreadedRendering] WPE crashes rendering some
                    pieces of text when using ThreadedRendering
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit WPE
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: magomez at igalia.com
                CC: bugs-noreply at webkitgtk.org

As an optimization, FontCascade may render some glyphs to a DisplayList and then replay that list instead of rendering again. But when replaying, the glyphs are not rendered through a GraphicsContext as we would expect, but using FontCascade directly. In the cairo case this means that FontCascade requires a cairo context to render, but if we are in the recording phase of the rendering there's no platform context and we have the crash.

-- 
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/20180621/613d105c/attachment.html>


More information about the webkit-unassigned mailing list