[Webkit-unassigned] [Bug 281375] [Skia] Crash in WebCore::FontCache::lastResortFallbackFont

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 14 04:14:52 PDT 2024


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

--- Comment #4 from Nils K <nilskemail+webkit at gmail.com> ---
(In reply to Carlos Garcia Campos from comment #3)
> I think the problem is that Skia is always doing strong matching, which is
> needed for CSS fallbacks, but not for the last resort fallback font. We
> could try not passing a family name. Another possibility is what Adrián
> suggested some time ago, adding a font to the library as a GREsource and
> returning it always as last resort, ensuring  we always have a font even if
> the system doesn't have any font installed (unlikely, but still).

It is possible to check this strong matching from the commandline (or a short C program)?

-- 
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/20241014/cfa7d667/attachment.htm>


More information about the webkit-unassigned mailing list