[Webkit-unassigned] [Bug 30386] New: Crash due to JSVALUE32_64 on 64-bit Windows

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 15 07:37:12 PDT 2009


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

           Summary: Crash due to JSVALUE32_64 on 64-bit Windows
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows 7
            Status: NEW
          Severity: Normal
          Priority: P3
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: vestbo at webkit.org


We're seeing crashes on 64-bit windows when JSVALUE32_64 is defined.

I'm guessing we should enable JSVALUE_64 on windows too (this does not crash),
by changing the line in Platform.h from  #if PLATFORM(X86_64) &&
(PLATFORM(DARWIN) || PLATFORM(LINUX)) to just #if PLATFORM(X86_64) ?

http://gist.github.com/210972

What do you think Geoffrey?

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