Bug 244919
Summary: | Make FontCache use ThreadSpecific instead of ThreadGlobalData | ||
---|---|---|---|
Product: | WebKit | Reporter: | Matt Woodrow <mattwoodrow> |
Component: | Layout and Rendering | Assignee: | Matt Woodrow <mattwoodrow> |
Status: | RESOLVED WONTFIX | ||
Severity: | Normal | CC: | bfulgham, commit-queue, heycam, simon.fraser, webkit-bug-importer, youennf, zalan |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=247655 | ||
Bug Depends on: | 247774 | ||
Bug Blocks: | 183720, 246627 |
Matt Woodrow
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
Pull request: https://github.com/WebKit/WebKit/pull/4118
Radar WebKit Bug Importer
<rdar://problem/99947922>
EWS
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
Re-opened since this is blocked by bug 247774
Kimmo Kinnunen
*** Bug 246627 has been marked as a duplicate of this bug. ***