WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
313438
[TSan] GlyphPage::s_count: use std::atomic for the debug counter
https://bugs.webkit.org/show_bug.cgi?id=313438
Summary
[TSan] GlyphPage::s_count: use std::atomic for the debug counter
Simon Lewis
Reported
2026-04-27 08:08:33 PDT
GlyphPage's static s_count is incremented/decremented from the font worker and main thread; make it std::atomic<unsigned> with relaxed ordering.
Attachments
Add attachment
proposed patch, testcase, etc.
EWS
Comment 1
2026-04-27 11:27:28 PDT
Committed
312118@main
(9070da9a886a): <
https://commits.webkit.org/312118@main
> Reviewed commits have been landed. Closing PR #63701 and removing active labels.
Radar WebKit Bug Importer
Comment 2
2026-04-27 11:28:13 PDT
<
rdar://problem/175693976
>
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