[Webkit-unassigned] [Bug 72466] New: [Qt]REGRESSION(100375, 100385): 32 bit build is broken

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 15 23:18:49 PST 2011


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

           Summary: [Qt]REGRESSION(100375,100385): 32 bit build is broken
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: Qt, QtTriaged
          Severity: Critical
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ossy at webkit.org


http://trac.webkit.org/changeset/100375 and http://trac.webkit.org/changeset/100385
broke the 32 bit build on the Qt bot.

Unfortunately I couldn't comment the original bug, because there wasn't bug report.

The first build error caused by 100375:
../../../../Source/JavaScriptCore/dfg/DFGOperations.cpp: In function 'JSC::EncodedJSValue JSC::DFG::operationNewArrayBuffer(JSC::ExecState*, size_t, size_t)':
../../../../Source/JavaScriptCore/dfg/DFGOperations.cpp:782: error: invalid conversion from 'JSC::JSArray*' to 'JSC::EncodedJSValue'

I tried to revert 100375 locally (I had to resolve conflict manually), but I got the following errors:

../../../../Source/JavaScriptCore/dfg/DFGOperations.cpp: In function ‘JSC::EncodedJSValue JSC::DFG::operationNewArray(JSC::ExecState*, void*, size_t)’:
../../../../Source/JavaScriptCore/dfg/DFGOperations.cpp:776: error: no matching function for call to ‘constructArray(JSC::ExecState*&, JSC::JSValue*, size_t&)’
../../../../Source/JavaScriptCore/runtime/JSGlobalObject.h:454: note: candidates are: JSC::JSArray* JSC::constructArray(JSC::ExecState*, JSC::JSGlobalObject*, JSC::JSValue)
../../../../Source/JavaScriptCore/runtime/JSGlobalObject.h:461: note:                 JSC::JSArray* JSC::constructArray(JSC::ExecState*, JSC::JSValue)
../../../../Source/JavaScriptCore/runtime/JSGlobalObject.h:466: note:                 JSC::JSArray* JSC::constructArray(JSC::ExecState*, JSC::JSGlobalObject*, const JSC::ArgList&)
../../../../Source/JavaScriptCore/runtime/JSGlobalObject.h:471: note:                 JSC::JSArray* JSC::constructArray(JSC::ExecState*, const JSC::ArgList&)
../../../../Source/JavaScriptCore/jit/JITStubs.cpp: In function ‘JSC::JSObject* JSC::cti_op_new_array(void**)’:
../../../../Source/JavaScriptCore/jit/JITStubs.cpp:2435: error: no matching function for call to ‘constructArray(JSC::CallFrame*&, JSC::JSValue*, int32_t)’
../../../../Source/JavaScriptCore/runtime/JSGlobalObject.h:454: note: candidates are: JSC::JSArray* JSC::constructArray(JSC::ExecState*, JSC::JSGlobalObject*, JSC::JSValue)
../../../../Source/JavaScriptCore/runtime/JSGlobalObject.h:461: note:                 JSC::JSArray* JSC::constructArray(JSC::ExecState*, JSC::JSValue)
../../../../Source/JavaScriptCore/runtime/JSGlobalObject.h:466: note:                 JSC::JSArray* JSC::constructArray(JSC::ExecState*, JSC::JSGlobalObject*, const JSC::ArgList&)
../../../../Source/JavaScriptCore/runtime/JSGlobalObject.h:471: note:

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