8000 test failure in test_DefineAPIAccessorOnObject · Issue #66 · zpao/v8monkey · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
test failure in test_DefineAPIAccessorOnObject #66
Open
@sdwilsh

Description

@sdwilsh

This one is neat in that there is barely any of our code on the stack. Yay:

    test_api.exe!JS_Assert(const char * s=0x01760150, const char * file=0x01760108, int ln=0x000003e5)  Line 79 C++
    test_api.exe!JSObject::changeProperty(JSContext * cx=0x004f9fb0, const js::Shape * shape=0x030d23c0, unsigned int attrs=0x00000070, unsigned int mask=0x00000030, int (JSContext *, JSObject *, jsid, js::Value *)* getter=0x03040930, int (JSContext *, JSObject *, jsid, int, js::Value *)* setter=0x030d1730)  Line 997 + 0x2b bytes C++
    test_api.exe!js_DefineNativeProperty(JSContext * cx=0x004f9fb0, JSObject * obj=0x030c73e8, jsid id={...}, const js::Value & value={...}, int (JSContext *, JSObject *, jsid, js::Value *)* getter=0x03040930, int (JSContext *, JSObject *, jsid, int, js::Value *)* setter=0x030d1730, unsigned int attrs=0x00000070, unsigned int flags=0x00000000, int shortid=0x00000000, JSProperty * * propp=0x00000000, unsigned int defineHow=0x00000000)  Line 4651 + 0x54 bytes   C++
    test_api.exe!js_DefineProperty(JSContext * cx=0x004f9fb0, JSObject * obj=0x030c73e8, jsid id={...}, const js::Value * value=0x001ce400, int (JSContext *, JSObject *, jsid, js::Value *)* getter=0x03040930, int (JSContext *, JSObject *, jsid, int, js::Value *)* setter=0x030d1730, unsigned int attrs=0x00000070)  Line 4585 + 0x29 bytes   C++
    test_api.exe!DefinePropertyOnObject(JSContext * cx=0x004f9fb0, JSObject * obj=0x030c73e8, const jsid & id={...}, const js::PropDesc & desc={...}, bool throwError=true, bool * rval=0x001ce4bf)  Line 2380 + 0x23 bytes C++
    test_api.exe!DefineProperty(JSContext * cx=0x004f9fb0, JSObject * obj=0x030c73e8, const jsid & id={...}, const js::PropDesc & desc={...}, bool throwError=true, bool * rval=0x001ce4bf)  Line 2448 + 0x1e bytes C++
    test_api.exe!js_DefineOwnProperty(JSContext * cx=0x004f9fb0, JSObject * obj=0x030c73e8, jsid id={...}, const js::Value & descriptor={...}, int * bp=0x001ce518)  Line 2460 + 0x1b bytes C++
    test_api.exe!obj_defineProperty(JSContext * cx=0x004f9fb0, unsigned int argc=0x00000003, js::Value * vp=0x00eb00b0)  Line 2486 + 0x24 bytes C++
    test_api.exe!js::CallJSNative(JSContext * cx=0x004f9fb0, int (JSContext *, unsigned int, js::Value *)* native=0x013bd8d0, unsigned int argc=0x00000003, js::Value * vp=0x00eb00b0)  Line 692 + 0xf bytes    C++
    test_api.exe!js::Interpret(JSContext * cx=0x004f9fb0, JSStackFrame * entryFrame=0x00eb0080, unsigned int inlineCallCount=0x00000000, JSInterpMode interpMode=JSINTERP_NORMAL)  Line 4745 + 0x21 bytes   C++
    test_api.exe!js::RunScript(JSContext * cx=0x004f9fb0, JSScript * script=0x02e85ce0, JSStackFrame * fp=0x00eb0080)  Line 636 + 0x11 bytes    C++
    test_api.exe!js::Execute(JSContext * cx=0x004f9fb0, JSObject * chain=0x0309feb0, JSScript * script=0x02e85ce0, JSStackFram
541F
e * prev=0x00000000, unsigned int flags=0x00000000, js::Value * result=0x001cf868)  Line 996 + 0x16 bytes C++
    test_api.exe!JS_ExecuteScript(JSContext * cx=0x004f9fb0, JSObject * obj=0x0309feb0, JSObject * scriptObj=0x030c75c8, jsval_layout * rval=0x001cf868)  Line 4996 + 0x27 bytes    C++
    test_api.exe!v8::Script::Run()  Line 669 + 0x28 bytes   C++
    test_api.exe!CompileRun(const char * source=0x016c0a70)  Line 98 + 0x48 bytes   C++
    test_api.exe!test_DefineAPIAccessorOnObject()  Line 1445 + 0xe bytes    C++
    test_api.exe!main(int aArgc=0x00000001, char * * aArgv=0x00a85af8)  Line 60 + 0x7 bytes C++

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0