[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
Mon May 16 20:35:38 PDT 2011


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





--- Comment #36 from Michael Nordman <michaeln at google.com>  2011-05-16 20:35:38 PST ---
I don't have a webkit win client that builds so it's not so easy to poke at this.

I do see this in WTFCommon.vsprops, $(WebKitLibrariesDir)\include\pthreads
And there is a pthread.h and matching lib file in WebKitLibraries\win
 *      Pthreads-win32 - POSIX Threads Library for Win32
 *      Copyright(C) 1998 John E. Bossom

So i suppose webkit/win is using that lib for some stuff and FastMalloc.cpp complies and links by virtue of it. Afaik, chrome/win, including chromium's webkit port for windows,does not use a library like that. 

This may be a good place for judicious use of 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