Summary: | WebLocalizedString asserts if called from multiple threads concurrently | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Adam Roben (:aroben) <aroben> | ||||||
Component: | WebKit Misc. | Assignee: | Nobody <webkit-unassigned> | ||||||
Status: | RESOLVED FIXED | ||||||||
Severity: | Normal | CC: | sullivan | ||||||
Priority: | P2 | ||||||||
Version: | 528+ (Nightly build) | ||||||||
Hardware: | PC | ||||||||
OS: | Windows XP | ||||||||
Attachments: |
|
Created attachment 41450 [details]
Fix crashes/assertions when calling WebLocalizedString from multiple threads concurrently
Committed r49814: <http://trac.webkit.org/changeset/49814> |
Created attachment 41448 [details] Patch v1 WebLocalizedString accesses two global HashMaps. If this function is called from more than one thread concurrently, we'll assert.