RESOLVED FIXED313438
[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
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
Note You need to log in before you can comment on or make changes to this bug.