Skip to content

Instantly share code, notes, and snippets.

@brson
Created February 1, 2012 04:12
Show Gist options
  • Save brson/1715042 to your computer and use it in GitHub Desktop.
Save brson/1715042 to your computer and use it in GitHub Desktop.
==20081== Thread 4:
==20081== Conditional jump or move depends on uninitialised value(s)
==20081== at 0x659B3AF: js::GlobalObject::initFunctionAndObjectClasses(JSContext*) (jsval.h:803)
==20081== by 0x659BB82: js::GlobalObject::initStandardClasses(JSContext*) (GlobalObject.cpp:304)
==20081== by 0x643952C: JS_InitStandardClasses (jsapi.cpp:1738)
==20081== by 0x53479B8: JS_InitStandardClasses__c_stack_shim (in /home/brian/dev/rust-spidermonkey/libspidermonkey-abc7bdbd9528371c-0.1.so)
==20081== by 0x558A4C8: ??? (in /home/brian/dev/rust/build/x86_64-unknown-linux-gnu/stage1/lib/rustc/x86_64-unknown-linux-gnu/lib/librustrt.so)
==20081== by 0x708A40F: ???
==20081== by 0x7196E4F: ???
==20081== by 0x57BE807: ??? (in /home/brian/dev/rust/build/x86_64-unknown-linux-gnu/stage1/lib/rustc/x86_64-unknown-linux-gnu/lib/librustrt.so)
==20081== by 0x57BE803: ??? (in /home/brian/dev/rust/build/x86_64-unknown-linux-gnu/stage1/lib/rustc/x86_64-unknown-linux-gnu/lib/librustrt.so)
==20081== by 0x708B57F: ???
==20081== by 0x557239F: rust_scheduler::start_main_loop() (rust_scheduler.cpp:295)
==20081== by 0x556DD68: rust_thread_start(void*) (sync.cpp:34)
==20081==
==20081== Invalid read of size 8
==20081== at 0x65404DC: JSContext::regExpStatics() (jsfriendapi.h:269)
==20081== by 0x65CD35C: js::Parser::primaryExpr(js::TokenKind, bool) (Parser.cpp:7192)
==20081== by 0x65C20BB: js::Parser::memberExpr(int) (Parser.cpp:5717)
==20081== by 0x65C2FDD: js::Parser::unaryExpr() (Parser.cpp:4941)
==20081== by 0x65C5E08: js::Parser::assignExpr() (Parser.cpp:4454)
==20081== by 0x65C1BC9: _ZN2js6Parser12argumentListEPNS_9ParseNodeE.part.280 (Parser.cpp:5628)
==20081== by 0x65C231C: js::Parser::memberExpr(int) (TokenStream.h:549)
==20081== by 0x65C2FDD: js::Parser::unaryExpr() (Parser.cpp:4941)
==20081== by 0x65C5E08: js::Parser::assignExpr() (Parser.cpp:4454)
==20081== by 0x65C6801: js::Parser::expr() (Parser.cpp:4410)
==20081== by 0x65C929C: js::Parser::returnOrYield(bool) (Parser.cpp:2777)
==20081== by 0x65CA9B9: js::Parser::statement() (Parser.cpp:4189)
==20081== Address 0x0 is not stack'd, malloc'd or (recently) free'd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment