[Webkit-unassigned] [Bug 228893] [GTK] WTFCrash in WebCore::FontCache::lastResortFallbackFont

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 17 05:37:12 PDT 2021


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

--- Comment #3 from Carlos Garcia Campos <cgarcia at igalia.com> ---
The crash happens because we always fail to create fonts for a size of 65535px. It's not a high limit, because it works for 65537px or even higher values. For some reason FT_Set_Char_Size() fails for some fonts when 65536 is passed for char width/height. It seems to depend on the font too, because it works with Cantarell for example, but for fallback fonts we try just "serif" as font family, in my case it ends up getting Bitstream Vera, but it also crashes with Liberation which is what I get with WTR.

-- 
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/20210817/7bbadef6/attachment.htm>


More information about the webkit-unassigned mailing list