[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 Mar 22 12:34:24 PDT 2011


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





--- Comment #7 from Adam Klein <adamk at chromium.org>  2011-03-22 12:34:23 PST ---
A quick codesearch finds lots of references to JSC_MULTIPLE_THREADS, so I'd be a little worried about turning it on without doing some profiling.  Coming at this from a different direction, how much do we care about UUIDs being cryptographically random?  We can't care that much, since we create them using randomNumber() on Mac, which doesn't seem to use OS_RANDOMNESS.  Could we just switch the UUID implementation on Chromium/Linux to use something less secure but already threadsafe?

-- 
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