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+

Adam Roben (:aroben)
Reported 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.
Attachments
Patch v1 (2.78 KB, patch)
2009-10-19 14:14 PDT, Adam Roben (:aroben)
mitz: review+
Fix crashes/assertions when calling WebLocalizedString from multiple threads concurrently (2.82 KB, patch)
2009-10-19 14:19 PDT, Adam Roben (:aroben)
sullivan: review+
Adam Roben (:aroben)
Comment 1 2009-10-19 14:19:36 PDT
Created attachment 41450 [details] Fix crashes/assertions when calling WebLocalizedString from multiple threads concurrently
Adam Roben (:aroben)
Comment 2 2009-10-19 15:04:00 PDT
Note You need to log in before you can comment on or make changes to this bug.