[Webkit-unassigned] [Bug 29268] [Qt] JSVALUE32_64 not works on Windows platform with MinGW compiler

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 15 05:38:41 PDT 2009


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


Tor Arne Vestbø <vestbo at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #39591|review?                     |review+
               Flag|                            |




--- Comment #2 from Tor Arne Vestbø <vestbo at webkit.org>  2009-09-15 05:38:40 PDT ---
(From update of attachment 39591)
> +/* On PLATFORM(WIN_OS) with COMPILER(MINGW) JSVALUE32_64 crashes, temporarily disabled */

You want to comment on _why_, and mention the bug, for example:

#elif PLATFORM(WIN_OS) && COMPILER(MINGW)
/* MinGW messes up the padding/alignment when using JSVALUE64, which
causes crashes. See https://bugs.webkit.org/show_bug.cgi?id=29268 */
#define WTF_USE_JSVALUE32 1
#else

I'll fix this when landing

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