WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED WONTFIX
244919
Make FontCache use ThreadSpecific instead of ThreadGlobalData
https://bugs.webkit.org/show_bug.cgi?id=244919
Summary
Make FontCache use ThreadSpecific instead of ThreadGlobalData
Matt Woodrow
Reported
2022-09-07 19:06:26 PDT
ThreadGlobalData doesn't handle the case where we try to access it while it's being shut down, and the font code tries to do that. ThreadSpecific should be faster, and safe for this case.
Attachments
Add attachment
proposed patch, testcase, etc.
Matt Woodrow
Comment 1
2022-09-07 19:14:20 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/4118
Radar WebKit Bug Importer
Comment 2
2022-09-14 19:07:27 PDT
<
rdar://problem/99947922
>
EWS
Comment 3
2022-10-26 21:32:12 PDT
Committed
256048@main
(21308fa925b8): <
https://commits.webkit.org/256048@main
> Reviewed commits have been landed. Closing PR #4118 and removing active labels.
WebKit Commit Bot
Comment 4
2022-11-10 17:46:24 PST
Re-opened since this is blocked by
bug 247774
Kimmo Kinnunen
Comment 5
2024-04-09 03:40:11 PDT
***
Bug 246627
has been marked as a duplicate of this bug. ***
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug