Bug 30534

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:
Description Flags
Patch v1
mitz: review+
Fix crashes/assertions when calling WebLocalizedString from multiple threads concurrently sullivan: review+

Description Adam Roben (:aroben) 2009-10-19 14:14:55 PDT
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.
Comment 1 Adam Roben (:aroben) 2009-10-19 14:19:36 PDT
Created attachment 41450 [details]
Fix crashes/assertions when calling WebLocalizedString from multiple threads concurrently
Comment 2 Adam Roben (:aroben) 2009-10-19 15:04:00 PDT
Committed r49814: <http://trac.webkit.org/changeset/49814>