[Webkit-unassigned] [Bug 55728] [fileapi] Worker File API calls that create Blobs fail in debug builds due to random number generator thread assertion

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 17 16:12:57 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=55728





--- Comment #42 from Michael Nordman <michaeln at google.com>  2011-05-17 16:12:56 PST ---
> Good point. 
> 
> Both 
>     s_dtoaP5Mutex = new Mutex;
>     initializeDates();
> are in the wrong place.
> 
> Seems like 
>      // StringImpl::empty() does not construct its static string in a threadsafe fashion,
>      // so ensure it has been initialized from here.
>      StringImpl::empty();
>      wtfThreadData();
> Should also be done in wtf.
> 
> btw, the asserts are about to be removed from this method: https://bugs.webkit.org/show_bug.cgi?id=60846 so this issue won't be noticed.
> 
> The real issue here (imo) is getting WTF_MULTIPLE_THREADS turned on for chromium but the current fire is won't be there shortly.

Ah... i like abarth's lean on the delete key solution even more than the narrow #if PLATFORM(CHROMIUM) :)

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list