[Webkit-unassigned] [Bug 247628] [GTK] Crash in WebCore::Cairo::drawGlyphs if threaded rendering is enabled

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 2 07:20:00 PST 2023


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

--- Comment #12 from Carlos Garcia Campos <cgarcia at igalia.com> ---
The problem is that while recording, we still use cairo for text layout, even if we don't do any rendering. If the rendering thread is using freetype at the same time the main thread is doing the text layout while recording we end up using freetype from 2 threads which is not supported. I think we could try to add a lock somewhere to prevent this.

-- 
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/20230302/3b8cb52a/attachment.htm>


More information about the webkit-unassigned mailing list