[Webkit-unassigned] [Bug 17250] instanceof Array test fails when using iframes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 29 06:51:56 PDT 2011


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


Adam Roben (:aroben) <aroben at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |
                 CC|                            |aroben at apple.com




--- Comment #17 from Adam Roben (:aroben) <aroben at apple.com>  2011-03-29 06:51:56 PST ---
This caused assertion and test failures in run-javascriptcore-tests on Windows. Here's the assertion:

ASSERTION FAILED: isCell()

>	JavaScriptCore.dll!JSC::JSValue::asCell()  Line 559 + 0x30 bytes	C++
     JavaScriptCore.dll!JSC::asObject(JSC::JSValue value={...})  Line 393 + 0x8 bytes    C++
     JavaScriptCore.dll!JSC::asInternalFunction(JSC::JSValue value={...})  Line 65 + 0x12 bytes    C++
     JavaScriptCore.dll!JSC::constructDate(JSC::ExecState * exec=0x012201a0, const JSC::ArgList & args={...})  Line 124 + 0x3e bytes    C++
     JavaScriptCore.dll!JSObjectMakeDate(const OpaqueJSContext * ctx=0x012201a0, unsigned int argumentCount=1, const OpaqueJSValue * const * arguments=0x0012fdd8, const OpaqueJSValue * * exception=0x00000000)  Line 171 + 0x22 bytes    C++
     testapi.exe!main(int argc=1, char * * argv=0x013c99d8)  Line 1304 + 0x19 bytes    C++
     testapi.exe!__tmainCRTStartup()  Line 597 + 0x17 bytes    C
     kernel32.dll!_BaseProcessStart at 4()  + 0x23 bytes    

I'm rolling out this patch in bug 57333.

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