Bug 260498 - TextBreakIteratorCache shouldn't be used from worker threads
Summary: TextBreakIteratorCache shouldn't be used from worker threads
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Text (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Matt Woodrow
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-08-21 17:48 PDT by Matt Woodrow
Modified: 2023-08-22 19:55 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matt Woodrow 2023-08-21 17:48:43 PDT
<rdar://113654067>

TextBreakIteratorCache is a global singleton, so we shouldn't try to use it from Worker threads.
Comment 1 Matt Woodrow 2023-08-21 17:52:11 PDT
Pull request: https://github.com/WebKit/WebKit/pull/16913
Comment 2 EWS 2023-08-22 19:55:32 PDT
Committed 267175@main (3e4dfc234c15): <https://commits.webkit.org/267175@main>

Reviewed commits have been landed. Closing PR #16913 and removing active labels.