Created
June 20, 2011 22:07
-
-
Save bakkdoor/1036719 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
backtype ~/projects/fancy[master] $ rake -v | |
(in /Users/backtype/projects/fancy) | |
bison --output /Users/backtype/projects/fancy/lib/parser/ext/parser.c -d -v /Users/backtype/projects/fancy/lib/parser/ext/parser.y | |
/Users/backtype/projects/fancy/lib/parser/ext/parser.y:182.17-25: warning: type clash on default action: <object> != <> | |
/Users/backtype/projects/fancy/lib/parser/ext/parser.y: conflicts: 301 shift/reduce, 46 reduce/reduce | |
flex --outfile /Users/backtype/projects/fancy/lib/parser/ext/lexer.c --header-file=lexer.h /Users/backtype/projects/fancy/lib/parser/ext/lexer.lex | |
rbx /Users/backtype/projects/fancy/lib/parser/ext/extconf.rb | |
checking for main() in -lfl... yes | |
creating Makefile | |
flex --outfile /Users/backtype/projects/fancy/boot/rbx-compiler/parser/lexer.c --header-file=lexer.h /Users/backtype/projects/fancy/boot/rbx-compiler/parser/lexer.lex | |
bison --output /Users/backtype/projects/fancy/boot/rbx-compiler/parser/parser.c -d -v /Users/backtype/projects/fancy/boot/rbx-compiler/parser/parser.y | |
/Users/backtype/projects/fancy/boot/rbx-compiler/parser/parser.y:171.17-25: warning: type clash on default action: <object> != <> | |
/Users/backtype/projects/fancy/boot/rbx-compiler/parser/parser.y: conflicts: 250 shift/reduce, 40 reduce/reduce | |
rbx /Users/backtype/projects/fancy/boot/rbx-compiler/parser/extconf.rb | |
checking for main() in -lfl... yes | |
creating Makefile | |
make -C /Users/backtype/projects/fancy/boot/rbx-compiler/parser | |
gcc -I. -I. -I/Users/backtype/projects/rubinius/vm/capi/include -I/Users/backtype/projects/fancy/boot/rbx-compiler/parser -fPIC -ggdb3 -O2 -fPIC -c fancy_parser.c | |
gcc -I. -I. -I/Users/backtype/projects/rubinius/vm/capi/include -I/Users/backtype/projects/fancy/boot/rbx-compiler/parser -fPIC -ggdb3 -O2 -fPIC -c lexer.c | |
In file included from /Users/backtype/projects/fancy/boot/rbx-compiler/parser/lexer.lex:3: | |
parser.h:95:1: warning: "RHASH" redefined | |
In file included from /Users/backtype/projects/fancy/boot/rbx-compiler/parser/lexer.lex:2: | |
/Users/backtype/projects/rubinius/vm/capi/include/ruby.h:369:1: warning: this is the location of the previous definition | |
gcc -I. -I. -I/Users/backtype/projects/rubinius/vm/capi/include -I/Users/backtype/projects/fancy/boot/rbx-compiler/parser -fPIC -ggdb3 -O2 -fPIC -c parser.c | |
In file included from /Users/backtype/projects/fancy/boot/rbx-compiler/parser/parser.y:2: | |
/Users/backtype/projects/rubinius/vm/capi/include/ruby.h:369:1: warning: "RHASH" redefined | |
parser.c:122:1: warning: this is the location of the previous definition | |
gcc -dynamic -bundle -undefined suppress -flat_namespace -o fancy_parser.bundle fancy_parser.o lexer.o parser.o -L. -L/Users/backtype/projects/rubinius/lib -lfl | |
make -C /Users/backtype/projects/fancy/lib/parser/ext | |
gcc -I. -I. -I/Users/backtype/projects/rubinius/vm/capi/include -I/Users/backtype/projects/fancy/lib/parser/ext -fPIC -ggdb3 -O2 -fPIC -c ext.c | |
gcc -I. -I. -I/Users/backtype/projects/rubinius/vm/capi/include -I/Users/backtype/projects/fancy/lib/parser/ext -fPIC -ggdb3 -O2 -fPIC -c lexer.c | |
In file included from /Users/backtype/projects/fancy/lib/parser/ext/lexer.lex:3: | |
parser.h:103:1: warning: "RHASH" redefined | |
In file included from /Users/backtype/projects/fancy/lib/parser/ext/lexer.lex:2: | |
/Users/backtype/projects/rubinius/vm/capi/include/ruby.h:369:1: warning: this is the location of the previous definition | |
gcc -I. -I. -I/Users/backtype/projects/rubinius/vm/capi/include -I/Users/backtype/projects/fancy/lib/parser/ext -fPIC -ggdb3 -O2 -fPIC -c parser.c | |
In file included from /Users/backtype/projects/fancy/lib/parser/ext/parser.y:2: | |
/Users/backtype/projects/rubinius/vm/capi/include/ruby.h:369:1: warning: "RHASH" redefined | |
parser.c:130:1: warning: this is the location of the previous definition | |
gcc -dynamic -bundle -undefined suppress -flat_namespace -o fancy_parser.bundle ext.o lexer.o parser.o -L. -L/Users/backtype/projects/rubinius/lib -lfl | |
Compiling fancy into boot/compiler using ruby-based compiler from boot/rbx-compiler. | |
Compiling /Users/backtype/projects/fancy/lib/argv.fy | |
Compiling /Users/backtype/projects/fancy/lib/array.fy | |
Compiling /Users/backtype/projects/fancy/lib/block.fy | |
Compiling /Users/backtype/projects/fancy/lib/boot.fy | |
Compiling /Users/backtype/projects/fancy/lib/class.fy | |
Compiling /Users/backtype/projects/fancy/lib/compiler/ast/assign.fy | |
Compiling /Users/backtype/projects/fancy/lib/compiler/ast/async_send.fy | |
Compiling /Users/backtype/projects/fancy/lib/compiler/ast/block.fy | |
Compiling /Users/backtype/projects/fancy/lib/compiler/ast/class_def.fy | |
Compiling /Users/backtype/projects/fancy/lib/compiler/ast/expression_list.fy | |
Compiling /Users/backtype/projects/fancy/lib/compiler/ast/future_send.fy | |
Compiling /Users/backtype/projects/fancy/lib/compiler/ast/identifier.fy | |
Compiling /Users/backtype/projects/fancy/lib/compiler/ast/literals.fy | |
Compiling /Users/backtype/projects/fancy/lib/compiler/ast/match.fy | |
Compiling /Users/backtype/projects/fancy/lib/compiler/ast/message_send.fy | |
Compiling /Users/backtype/projects/fancy/lib/compiler/ast/method_def.fy | |
Compiling /Users/backtype/projects/fancy/lib/compiler/ast/node.fy | |
Compiling /Users/backtype/projects/fancy/lib/compiler/ast/range.fy | |
Compiling /Users/backtype/projects/fancy/lib/compiler/ast/return.fy | |
Compiling /Users/backtype/projects/fancy/lib/compiler/ast/script.fy | |
Compiling /Users/backtype/projects/fancy/lib/compiler/ast/singleton_method_def.fy | |
Compiling /Users/backtype/projects/fancy/lib/compiler/ast/super.fy | |
Compiling /Users/backtype/projects/fancy/lib/compiler/ast/try_catch.fy | |
Compiling /Users/backtype/projects/fancy/lib/compiler/ast/tuple_literal.fy | |
Compiling /Users/backtype/projects/fancy/lib/compiler/ast.fy | |
Compiling /Users/backtype/projects/fancy/lib/compiler/command.fy | |
Compiling /Users/backtype/projects/fancy/lib/compiler/compiler.fy | |
Compiling /Users/backtype/projects/fancy/lib/compiler/stages.fy | |
Compiling /Users/backtype/projects/fancy/lib/compiler.fy | |
Compiling /Users/backtype/projects/fancy/lib/directory.fy | |
Compiling /Users/backtype/projects/fancy/lib/documentation.fy | |
Compiling /Users/backtype/projects/fancy/lib/enumerable.fy | |
Compiling /Users/backtype/projects/fancy/lib/enumerator.fy | |
Compiling /Users/backtype/projects/fancy/lib/eval.fy | |
Compiling /Users/backtype/projects/fancy/lib/false_class.fy | |
Compiling /Users/backtype/projects/fancy/lib/fancy_spec.fy | |
Compiling /Users/backtype/projects/fancy/lib/fdoc.fy | |
Compiling /Users/backtype/projects/fancy/lib/fdoc_hook.fy | |
Compiling /Users/backtype/projects/fancy/lib/fiber.fy | |
Compiling /Users/backtype/projects/fancy/lib/fiber_pool.fy | |
Compiling /Users/backtype/projects/fancy/lib/file.fy | |
Compiling /Users/backtype/projects/fancy/lib/future.fy | |
Invalid handle usage detected! | |
handle: 0x102c4d174 | |
checksum: 0x61657263 | |
references: 5f797920 | |
type: 6e692079 | |
object: 0x726f6d656d206369 | |
Abort! | |
2 rbx 0x0000000100016026 rubinius::abort() + 54 | |
3 rbx 0x00000001001a7d8c rubinius::NativeMethodEnvironment::get_object(long) + 172 | |
4 rbx 0x00000001001a4fbb rb_funcall + 299 | |
5 fancy_parser.bundle 0x0000000102c4a5df yyerror + 95 | |
6 fancy_parser.bundle 0x0000000102c49b83 yylex + 1075 | |
7 fancy_parser.bundle 0x0000000102c4ae40 yyparse + 1872 | |
8 fancy_parser.bundle 0x0000000102c48c77 parse_file + 247 | |
9 rbx 0x00000001001308e9 rubinius::Object* rubinius::NativeMethod::executor_implementation<rubinius::ZeroArguments>(rubinius::VM*, rubinius::CallFrame*, rubinius::Dispatch&, rubinius::Arguments&) + 601 | |
10 rbx 0x00000001000265fa rubinius::VMMethod::interpreter(rubinius::VM*, rubinius::VMMethod*, rubinius::InterpreterCallFrame*) + 12106 | |
11 rbx 0x0000000100104b66 rubinius::Object* rubinius::VMMethod::execute_specialized<rubinius::GenericArguments>(rubinius::VM*, rubinius::CallFrame*, rubinius::Dispatch&, rubinius::Arguments&) + 614 | |
12 rbx 0x00000001000265fa rubinius::VMMethod::interpreter(rubinius::VM*, rubinius::VMMethod*, rubinius::InterpreterCallFrame*) + 12106 | |
13 rbx 0x0000000100104754 rubinius::Object* rubinius::VMMethod::execute_specialized<rubinius::NoArguments>(rubinius::VM*, rubinius::CallFrame*, rubinius::Dispatch&, rubinius::Arguments&) + 452 | |
14 rbx 0x00000001000265fa rubinius::VMMethod::interpreter(rubinius::VM*, rubinius::VMMethod*, rubinius::InterpreterCallFrame*) + 12106 | |
15 rbx 0x0000000100104754 rubinius::Object* rubinius::VMMethod::execute_specialized<rubinius::NoArguments>(rubinius::VM*, rubinius::CallFrame*, rubinius::Dispatch&, rubinius::Arguments&) + 452 | |
16 rbx 0x00000001000265fa rubinius::VMMethod::interpreter(rubinius::VM*, rubinius::VMMethod*, rubinius::InterpreterCallFrame*) + 12106 | |
17 rbx 0x0000000100104b66 rubinius::Object* rubinius::VMMethod::execute_specialized<rubinius::GenericArguments>(rubinius::VM*, rubinius::CallFrame*, rubinius::Dispatch&, rubinius::Arguments&) + 614 | |
18 rbx 0x00000001000265fa rubinius::VMMethod::interpreter(rubinius::VM*, rubinius::VMMethod*, rubinius::InterpreterCallFrame*) + 12106 | |
19 rbx 0x0000000100104b66 rubinius::Object* rubinius::VMMethod::execute_specialized<rubinius::GenericArguments>(rubinius::VM*, rubinius::CallFrame*, rubinius::Dispatch&, rubinius::Arguments&) + 614 | |
20 rbx 0x00000001000265fa rubinius::VMMethod::interpreter(rubinius::VM*, rubinius::VMMethod*, rubinius::InterpreterCallFrame*) + 12106 | |
21 rbx 0x000000010010b5b0 rubinius::BlockEnvironment::execute_interpreter(rubinius::VM*, rubinius::CallFrame*, rubinius::BlockEnvironment*, rubinius::Arguments&, rubinius::BlockInvocation&) + 464 | |
22 rbx 0x000000010010b8a4 rubinius::BlockEnvironment::call(rubinius::VM*, rubinius::CallFrame*, rubinius::Arguments&, int) + 68 | |
23 rbx 0x0000000100028911 rubinius::VMMethod::interpreter(rubinius::VM*, rubinius::VMMethod*, rubinius::InterpreterCallFrame*) + 21089 | |
24 rbx 0x0000000100104754 rubinius::Object* rubinius::VMMethod::execute_specialized<rubinius::NoArguments>(rubinius::VM*, rubinius::CallFrame*, rubinius::Dispatch&, rubinius::Arguments&) + 452 | |
25 rbx 0x0000000100025f91 rubinius::VMMethod::interpreter(rubinius::VM*, rubinius::VMMethod*, rubinius::InterpreterCallFrame*) + 10465 | |
26 rbx 0x0000000100105ad3 rubinius::Object* rubinius::VMMethod::execute_specialized<rubinius::OneArgument>(rubinius::VM*, rubinius::CallFrame*, rubinius::Dispatch&, rubinius::Arguments&) + 467 | |
27 rbx 0x000000010011117b rubinius::CompiledMethod::default_executor(rubinius::VM*, rubinius::CallFrame*, rubinius::Dispatch&, rubinius::Arguments&) + 155 | |
28 rbx 0x00000001000265fa rubinius::VMMethod::interpreter(rubinius::VM*, rubinius::VMMethod*, rubinius::InterpreterCallFrame*) + 12106 | |
29 rbx 0x0000000100103807 rubinius::VMMethod::execute_as_script(rubinius::VM*, rubinius::CompiledMethod*, rubinius::CallFrame*) + 375 | |
30 rbx 0x000000010007152e rubinius::Primitives::vm_run_script(rubinius::VM*, rubinius::CallFrame*, rubinius::Dispatch&, rubinius::Arguments&) + 238 | |
31 rbx 0x00000001000265fa rubinius::VMMethod::interpreter(rubinius::VM*, rubinius::VMMethod*, rubinius::InterpreterCallFrame*) + 12106 | |
32 rbx 0x0000000100105ad3 rubinius::Object* rubinius::VMMethod::execute_specialized<rubinius::OneArgument>(rubinius::VM*, rubinius::CallFrame*, rubinius::Dispatch&, rubinius::Arguments&) + 467 | |
33 rbx 0x000000010011117b rubinius::CompiledMethod::default_executor(rubinius::VM*, rubinius::CallFrame*, rubinius::Dispatch&, rubinius::Arguments&) + 155 | |
34 rbx 0x00000001000265fa rubinius::VMMethod::interpreter(rubinius::VM*, rubinius::VMMethod*, rubinius::InterpreterCallFrame*) + 12106 | |
35 rbx 0x0000000100104b66 rubinius::Object* rubinius::VMMethod::execute_specialized<rubinius::GenericArguments>(rubinius::VM*, rubinius::CallFrame*, rubinius::Dispatch&, rubinius::Arguments&) + 614 | |
36 rbx 0x000000010011117b rubinius::CompiledMethod::default_executor(rubinius::VM*, rubinius::CallFrame*, rubinius::Dispatch&, rubinius::Arguments&) + 155 | |
37 rbx 0x00000001000265fa rubinius::VMMethod::interpreter(rubinius::VM*, rubinius::VMMethod*, rubinius::InterpreterCallFrame*) + 12106 | |
38 rbx 0x0000000100104754 rubinius::Object* rubinius::VMMethod::execute_specialized<rubinius::NoArguments>(rubinius::VM*, rubinius::CallFrame*, rubinius::Dispatch&, rubinius::Arguments&) + 452 | |
39 rbx 0x000000010011117b rubinius::CompiledMethod::default_executor(rubinius::VM*, rubinius::CallFrame*, rubinius::Dispatch&, rubinius::Arguments&) + 155 | |
40 rbx 0x000000010002536b rubinius::VMMethod::interpreter(rubinius::VM*, rubinius::VMMethod*, rubinius::InterpreterCallFrame*) + 7355 | |
41 rbx 0x0000000100104754 rubinius::Object* rubinius::VMMethod::execute_specialized<rubinius::NoArguments>(rubinius::VM*, rubinius::CallFrame*, rubinius::Dispatch&, rubinius::Arguments&) + 452 | |
42 rbx 0x000000010011117b rubinius::CompiledMethod::default_executor(rubinius::VM*, rubinius::CallFrame*, rubinius::Dispatch&, rubinius::Arguments&) + 155 | |
43 rbx 0x00000001001327a0 rubinius::Object::send(rubinius::VM*, rubinius::CallFrame*, rubinius::Symbol*, bool) + 112 | |
44 rbx 0x00000001000134a6 rubinius::Environment::run_from_filesystem(std::string) + 630 | |
45 rbx 0x00000001001b3f26 main + 646 | |
46 rbx 0x0000000100001534 start + 52 | |
47 ??? 0x0000000000000072 0x0 + 114 | |
--------------------------------------------- | |
CRASH: A fatal error has occured. | |
Backtrace: | |
0 rbx 0x0000000100010011 _ZN8rubiniusL12segv_handlerEi + 241 | |
1 libSystem.B.dylib 0x00007fff80b3566a _sigtramp + 26 | |
2 ??? 0x00007fff5fc43c28 0x0 + 140734800084008 | |
3 rbx 0x00000001008f6cf6 abort + 22 | |
4 rbx 0x000000010001602b _ZN8rubinius5abortEv + 59 | |
5 rbx 0x00000001001a7d8c _ZN8rubinius23NativeMethodEnvironment10get_objectEl + 172 | |
6 rbx 0x00000001001a4fbb rb_funcall + 299 | |
7 fancy_parser.bundle 0x0000000102c4a5df yyerror + 95 | |
8 fancy_parser.bundle 0x0000000102c49b83 yylex + 1075 | |
9 fancy_parser.bundle 0x0000000102c4ae40 yyparse + 1872 | |
10 fancy_parser.bundle 0x0000000102c48c77 parse_file + 247 | |
11 rbx 0x00000001001308e9 _ZN8rubinius12NativeMethod23executor_implementationINS_13ZeroArgumentsEEEPNS_6ObjectEPNS_2VMEPNS_9CallFrameERNS_8DispatchERNS_9ArgumentsE + 601 | |
12 rbx 0x00000001000265fa _ZN8rubinius8VMMethod11interpreterEPNS_2VMEPS0_PNS_20InterpreterCallFrameE + 12106 | |
13 rbx 0x0000000100104b66 _ZN8rubinius8VMMethod19execute_specializedINS_16GenericArgumentsEEEPNS_6ObjectEPNS_2VMEPNS_9CallFrameERNS_8DispatchERNS_9ArgumentsE + 614 | |
14 rbx 0x00000001000265fa _ZN8rubinius8VMMethod11interpreterEPNS_2VMEPS0_PNS_20InterpreterCallFrameE + 12106 | |
15 rbx 0x0000000100104754 _ZN8rubinius8VMMethod19execute_specializedINS_11NoArgumentsEEEPNS_6ObjectEPNS_2VMEPNS_9CallFrameERNS_8DispatchERNS_9ArgumentsE + 452 | |
16 rbx 0x00000001000265fa _ZN8rubinius8VMMethod11interpreterEPNS_2VMEPS0_PNS_20InterpreterCallFrameE + 12106 | |
17 rbx 0x0000000100104754 _ZN8rubinius8VMMethod19execute_specializedINS_11NoArgumentsEEEPNS_6ObjectEPNS_2VMEPNS_9CallFrameERNS_8DispatchERNS_9ArgumentsE + 452 | |
18 rbx 0x00000001000265fa _ZN8rubinius8VMMethod11interpreterEPNS_2VMEPS0_PNS_20InterpreterCallFrameE + 12106 | |
19 rbx 0x0000000100104b66 _ZN8rubinius8VMMethod19execute_specializedINS_16GenericArgumentsEEEPNS_6ObjectEPNS_2VMEPNS_9CallFrameERNS_8DispatchERNS_9ArgumentsE + 614 | |
20 rbx 0x00000001000265fa _ZN8rubinius8VMMethod11interpreterEPNS_2VMEPS0_PNS_20InterpreterCallFrameE + 12106 | |
21 rbx 0x0000000100104b66 _ZN8rubinius8VMMethod19execute_specializedINS_16GenericArgumentsEEEPNS_6ObjectEPNS_2VMEPNS_9CallFrameERNS_8DispatchERNS_9ArgumentsE + 614 | |
22 rbx 0x00000001000265fa _ZN8rubinius8VMMethod11interpreterEPNS_2VMEPS0_PNS_20InterpreterCallFrameE + 12106 | |
23 rbx 0x000000010010b5b0 _ZN8rubinius16BlockEnvironment19execute_interpreterEPNS_2VMEPNS_9CallFrameEPS0_RNS_9ArgumentsERNS_15BlockInvocationE + 464 | |
24 rbx 0x000000010010b8a4 _ZN8rubinius16BlockEnvironment4callEPNS_2VMEPNS_9CallFrameERNS_9ArgumentsEi + 68 | |
25 rbx 0x0000000100028911 _ZN8rubinius8VMMethod11interpreterEPNS_2VMEPS0_PNS_20InterpreterCallFrameE + 21089 | |
26 rbx 0x0000000100104754 _ZN8rubinius8VMMethod19execute_specializedINS_11NoArgumentsEEEPNS_6ObjectEPNS_2VMEPNS_9CallFrameERNS_8DispatchERNS_9ArgumentsE + 452 | |
27 rbx 0x0000000100025f91 _ZN8rubinius8VMMethod11interpreterEPNS_2VMEPS0_PNS_20InterpreterCallFrameE + 10465 | |
28 rbx 0x0000000100105ad3 _ZN8rubinius8VMMethod19execute_specializedINS_11OneArgumentEEEPNS_6ObjectEPNS_2VMEPNS_9CallFrameERNS_8DispatchERNS_9ArgumentsE + 467 | |
29 rbx 0x000000010011117b _ZN8rubinius14CompiledMethod16default_executorEPNS_2VMEPNS_9CallFrameERNS_8DispatchERNS_9ArgumentsE + 155 | |
30 rbx 0x00000001000265fa _ZN8rubinius8VMMethod11interpreterEPNS_2VMEPS0_PNS_20InterpreterCallFrameE + 12106 | |
31 rbx 0x0000000100103807 _ZN8rubinius8VMMethod17execute_as_scriptEPNS_2VMEPNS_14CompiledMethodEPNS_9CallFrameE + 375 | |
32 rbx 0x000000010007152e _ZN8rubinius10Primitives13vm_run_scriptEPNS_2VMEPNS_9CallFrameERNS_8DispatchERNS_9ArgumentsE + 238 | |
33 rbx 0x00000001000265fa _ZN8rubinius8VMMethod11interpreterEPNS_2VMEPS0_PNS_20InterpreterCallFrameE + 12106 | |
34 rbx 0x0000000100105ad3 _ZN8rubinius8VMMethod19execute_specializedINS_11OneArgumentEEEPNS_6ObjectEPNS_2VMEPNS_9CallFrameERNS_8DispatchERNS_9ArgumentsE + 467 | |
35 rbx 0x000000010011117b _ZN8rubinius14CompiledMethod16default_executorEPNS_2VMEPNS_9CallFrameERNS_8DispatchERNS_9ArgumentsE + 155 | |
36 rbx 0x00000001000265fa _ZN8rubinius8VMMethod11interpreterEPNS_2VMEPS0_PNS_20InterpreterCallFrameE + 12106 | |
37 rbx 0x0000000100104b66 _ZN8rubinius8VMMethod19execute_specializedINS_16GenericArgumentsEEEPNS_6ObjectEPNS_2VMEPNS_9CallFrameERNS_8DispatchERNS_9ArgumentsE + 614 | |
38 rbx 0x000000010011117b _ZN8rubinius14CompiledMethod16default_executorEPNS_2VMEPNS_9CallFrameERNS_8DispatchERNS_9ArgumentsE + 155 | |
39 rbx 0x00000001000265fa _ZN8rubinius8VMMethod11interpreterEPNS_2VMEPS0_PNS_20InterpreterCallFrameE + 12106 | |
40 rbx 0x0000000100104754 _ZN8rubinius8VMMethod19execute_specializedINS_11NoArgumentsEEEPNS_6ObjectEPNS_2VMEPNS_9CallFrameERNS_8DispatchERNS_9ArgumentsE + 452 | |
41 rbx 0x000000010011117b _ZN8rubinius14CompiledMethod16default_executorEPNS_2VMEPNS_9CallFrameERNS_8DispatchERNS_9ArgumentsE + 155 | |
42 rbx 0x000000010002536b _ZN8rubinius8VMMethod11interpreterEPNS_2VMEPS0_PNS_20InterpreterCallFrameE + 7355 | |
43 rbx 0x0000000100104754 _ZN8rubinius8VMMethod19execute_specializedINS_11NoArgumentsEEEPNS_6ObjectEPNS_2VMEPNS_9CallFrameERNS_8DispatchERNS_9ArgumentsE + 452 | |
44 rbx 0x000000010011117b _ZN8rubinius14CompiledMethod16default_executorEPNS_2VMEPNS_9CallFrameERNS_8DispatchERNS_9ArgumentsE + 155 | |
45 rbx 0x00000001001327a0 _ZN8rubinius6Object4sendEPNS_2VMEPNS_9CallFrameEPNS_6SymbolEb + 112 | |
46 rbx 0x00000001000134a6 _ZN8rubinius11Environment19run_from_filesystemESs + 630 | |
47 rbx 0x00000001001b3f26 main + 646 | |
48 rbx 0x0000000100001534 start + 52 | |
49 ??? 0x0000000000000072 0x0 + 114 | |
Wrote full error report to: /Users/backtype/.rubinius_last_error | |
Run 'rbx report' to submit this crash report! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment