Skip to content

Instantly share code, notes, and snippets.

@kmod
Created August 4, 2015 22:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kmod/74ced6ceefb049a461c9 to your computer and use it in GitHub Desktop.
Save kmod/74ced6ceefb049a461c9 to your computer and use it in GitHub Desktop.
threading_local.py FAILED (Exited with code -11 (expected code 0))
pyston: /home/travis/build/dropbox/pyston/src/gc/collector.cpp:791: void pyston::gc::runCollection(): Assertion `isValidGCObject(o)' failed.
child aborted! signalling parent watcher to backtrace.
Parent process woken up by child 31165; collecting backtrace and killing child
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
warning: no loadable sections found in added symbol-file system-supplied DSO at 0x7fff5e7fe000
0x00007f1d59988dbd in nanosleep () from /lib/x86_64-linux-gnu/libc.so.6
Thread 1 (Thread 0x7f1d5c576840 (LWP 31165)):
#0 0x00007f1d59988dbd in nanosleep () from /lib/x86_64-linux-gnu/libc.so.6
#1 0x00007f1d59988c5c in sleep () from /lib/x86_64-linux-gnu/libc.so.6
#2 0x000000000062018e in pyston::signal_parent_watcher() () at /home/travis/build/dropbox/pyston/src/jit.cpp:75
#3 0x0000000000620106 in pyston::handle_sigabrt(int) () at /home/travis/build/dropbox/pyston/src/jit.cpp:90
#4 <signal handler called>
#5 0x00007f1d598ff0d5 in raise () from /lib/x86_64-linux-gnu/libc.so.6
#6 0x00007f1d5990283b in abort () from /lib/x86_64-linux-gnu/libc.so.6
#7 0x00007f1d598f7d9e in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#8 0x00007f1d598f7e42 in __assert_fail () from /lib/x86_64-linux-gnu/libc.so.6
#9 0x00000000015f116b in pyston::gc::runCollection() () at /home/travis/build/dropbox/pyston/src/gc/collector.cpp:791
#10 0x00000000008602a9 in pyston::gcCollect() () at /home/travis/build/dropbox/pyston/src/runtime/builtin_modules/gc.cpp:22
#11 0x00000000008cf2e0 in pyston::Box* pyston::callChosenCF<(pyston::ExceptionStyle)1>(pyston::CompiledFunction*, pyston::BoxedClosure*, pyston::BoxedGenerator*, pyston::Box*, pyston::Box*, pyston::Box*, pyston::Box**) () at /home/travis/build/dropbox/pyston/src/runtime/objmodel.cpp:3485
#12 0x00000000008ceebc in pyston::Box* pyston::callCLFunc<(pyston::ExceptionStyle)1>(pyston::CLFunction*, pyston::CallRewriteArgs*, int, pyston::BoxedClosure*, pyston::BoxedGenerator*, pyston::Box*, pyston::Box*, pyston::Box*, pyston::Box*, pyston::Box**) () at /home/travis/build/dropbox/pyston/src/runtime/objmodel.cpp:3591
#13 0x00000000008d2565 in pyston::Box* pyston::callFunc<(pyston::ExceptionStyle)1>(pyston::BoxedFunctionBase*, pyston::CallRewriteArgs*, pyston::ArgPassSpec, pyston::Box*, pyston::Box*, pyston::Box*, pyston::Box**, std::vector<pyston::BoxedString*, std::allocator<pyston::BoxedString*> > const*) () at /home/travis/build/dropbox/pyston/src/runtime/objmodel.cpp:3453
#14 0x00000000008d17e8 in pyston::Box* pyston::runtimeCallInternal<(pyston::ExceptionStyle)1>(pyston::Box*, pyston::CallRewriteArgs*, pyston::ArgPassSpec, pyston::Box*, pyston::Box*, pyston::Box*, pyston::Box**, std::vector<pyston::BoxedString*, std::allocator<pyston::BoxedString*> > const*) () at /home/travis/build/dropbox/pyston/src/runtime/objmodel.cpp:3728
#15 0x00000000008d03a7 in callattrInternal () at /home/travis/build/dropbox/pyston/src/runtime/objmodel.cpp:2743
#16 0x00000000008e0b6a in callattr () at /home/travis/build/dropbox/pyston/src/runtime/objmodel.cpp:2823
#17 0x00000000006c550c in pyston::(anonymous namespace)::ASTInterpreter::visit_call(pyston::AST_Call*) () at /home/travis/build/dropbox/pyston/src/codegen/ast_interpreter.cpp:1363
#18 0x00000000006c46a6 in pyston::(anonymous namespace)::ASTInterpreter::visit_expr(pyston::AST_expr*) () at /home/travis/build/dropbox/pyston/src/codegen/ast_interpreter.cpp:1249
#19 0x00000000006c36bd in pyston::(anonymous namespace)::ASTInterpreter::visit_expr(pyston::AST_Expr*) () at /home/travis/build/dropbox/pyston/src/codegen/ast_interpreter.cpp:1381
#20 0x00000000006c0d3c in pyston::(anonymous namespace)::ASTInterpreter::visit_stmt(pyston::AST_stmt*) () at /home/travis/build/dropbox/pyston/src/codegen/ast_interpreter.cpp:914
#21 0x00000000006b98dc in pyston::(anonymous namespace)::ASTInterpreter::executeInner(pyston::(anonymous namespace)::ASTInterpreter&, pyston::CFGBlock*, pyston::AST_stmt*) () at /home/travis/build/dropbox/pyston/src/codegen/ast_interpreter.cpp:402
#22 0x00000000006b94a5 in executeInnerFromASM () at /home/travis/build/dropbox/pyston/src/codegen/ast_interpreter.cpp:1659
#23 0x00000000006d58b1 in executeInnerAndSetupFrame () at /home/travis/build/dropbox/pyston/src/codegen/ast_interpreter_exec.S:34
#24 0x00000000006bb00c in pyston::(anonymous namespace)::ASTInterpreter::execute(pyston::(anonymous namespace)::ASTInterpreter&, pyston::CFGBlock*, pyston::AST_stmt*) () at /home/travis/build/dropbox/pyston/src/codegen/ast_interpreter.cpp:421
#25 0x00000000006ba1b3 in pyston::astInterpretFunction(pyston::CLFunction*, int, pyston::Box*, pyston::Box*, pyston::Box*, pyston::Box*, pyston::Box*, pyston::Box*, pyston::Box**) () at /home/travis/build/dropbox/pyston/src/codegen/ast_interpreter.cpp:1755
#26 0x0000000000755ad8 in pyston::compileAndRunModule(pyston::AST_Module*, pyston::BoxedModule*) () at /home/travis/build/dropbox/pyston/src/codegen/irgen/hooks.cpp:309
#27 0x000000000061cc3b in pyston::main(int, char**) () at /home/travis/build/dropbox/pyston/src/jit.cpp:452
#28 0x000000000061bc52 in main () at /home/travis/build/dropbox/pyston/src/jit.cpp:541
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment