[webkit-dev] Assertion in cti_op_call_NotJSFunction on wx

Kevin Ollivier kevino at theolliviers.com
Tue Mar 22 15:12:05 PDT 2011


Hi all,

After a recent update of WebKit svn, I'm finding that on Mac with gcc 4.0 or gcc 4.2, pages like google.com are triggering the CallType != CallTypeJS assertion in JIT::cti_op_call_NotJSFunction. (in Source/JavaScriptCore/jit/JITStubs.cpp) Could anyone provide some info as to what could cause a JSFunction to erroneously end up in a call to JIT::cti_op_call_NotJSFunction? This is using the WTF_USE_JSVALUE_32_64 config BTW (an x86 build). We rely on Platform.h to set the various JIT configuration options, we don't hardcode any of them ourselves.

Thanks,

Kevin




More information about the webkit-dev mailing list