Created
February 23, 2012 04:42
-
-
Save jredville/1890272 to your computer and use it in GitHub Desktop.
This file contains 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
Rubinius Crash Report #rbxcrashreport | |
[[Exception]] | |
A toplevel exception occurred | |
Error trying to compile /Users/james/rubies/main/Languages/Ruby/Tests/Experiments/19/args.rb (Rubinius::CompileError) | |
Backtrace: | |
Rubinius::Compiler.compiler_error at /Users/james/.rvm/rubies/rbx-head/runtime | |
/19/compiler/compiler.rbc:13 | |
Rubinius::Compiler.compile at /Users/james/.rvm/rubies/rbx-head/runtime | |
/19/compiler/compiler.rbc:88 | |
Rubinius::CodeLoader#compile_file at kernel/delta/codeloader.rb:166 | |
Rubinius::CodeLoader#load_file at kernel/delta/codeloader.rb:147 | |
Rubinius::CodeLoader#load_script at kernel/delta/codeloader.rb:63 | |
Rubinius::CodeLoader.load_script at kernel/delta/codeloader.rb:109 | |
Rubinius::Loader#script at kernel/loader.rb:630 | |
Rubinius::Loader#main at kernel/loader.rb:834 | |
Caused by: undefined method `size' on an instance of Rubinius::AST::PushArgs. (NoMethodError) | |
Backtrace: | |
[0;31m Kernel(Rubinius::AST::PushArgs)#size (method_missing) at kernel/delta | |
/kernel.rb:81[0m | |
Rubinius::AST::PushActualArguments#size at /Users/james/.rvm/rubies/rbx-head | |
/runtime/19/compiler/ast | |
/sends.rbc:295[0m | |
Rubinius::AST::ElementAssignment#bytecode at /Users/james/.rvm/rubies/rbx-head | |
/runtime/19/compiler/ast | |
/sends.rbc:239[0m | |
{ } in Rubinius::AST::Block#bytecode at /Users/james/.rvm/rubies/rbx-head | |
/runtime/19/compiler/ast | |
/definitions.rbc:96[0m | |
[0;34m { } in Enumerable(Array)#each_with_index at kernel/common/enumerable19.rb:447[0m | |
[0;34m Array#each at kernel/bootstrap/array.rb:68[0m | |
[0;34m Enumerable(Array)#each_with_index at kernel/common/enumerable19.rb:446[0m | |
Rubinius::AST::Block#bytecode at /Users/james/.rvm/rubies/rbx-head | |
/runtime/19/compiler/ast | |
/definitions.rbc:94[0m | |
{ } in Rubinius::AST::Script#bytecode at /Users/james/.rvm/rubies/rbx-head | |
/runtime/19/compiler/ast | |
/definitions.rbc:1073[0m | |
Rubinius::AST::Container(Rubinius::AST::Script)#container_bytecode at \ | |
/Users/james/.rvm/rubies/rbx-head/runtime/19/compiler/ast/definitions.rbc:956[0m | |
Rubinius::AST::Script#bytecode at /Users/james/.rvm/rubies/rbx-head | |
/runtime/19/compiler/ast | |
/definitions.rbc:1072[0m | |
Rubinius::Compiler::Generator#run at /Users/james/.rvm/rubies/rbx-head | |
/runtime/19/compiler/stages.rbc:153[0m | |
Rubinius::Compiler::Stage(Rubinius::Compiler::FileParser)#run_next at \ | |
/Users/james/.rvm/rubies/rbx-head/runtime/19/compiler/stages.rbc:53[0m | |
Rubinius::Compiler::Parser(Rubinius::Compiler::FileParser)#run at \ | |
/Users/james/.rvm/rubies/rbx-head/runtime/19/compiler/stages.rbc:220[0m | |
Rubinius::Compiler#run at /Users/james/.rvm/rubies/rbx-head | |
/runtime/19/compiler/compiler.rbc:370[0m | |
Rubinius::Compiler.compile at /Users/james/.rvm/rubies/rbx-head | |
/runtime/19/compiler/compiler.rbc:84[0m | |
[0;34m Rubinius::CodeLoader#compile_file at kernel/delta/codeloader.rb:166[0m | |
[0;34m Rubinius::CodeLoader#load_file at kernel/delta/codeloader.rb:147[0m | |
[0;34m Rubinius::CodeLoader#load_script at kernel/delta/codeloader.rb:63[0m | |
[0;34m Rubinius::CodeLoader.load_script at kernel/delta/codeloader.rb:109[0m | |
[0;34m Rubinius::Loader#script at kernel/loader.rb:630[0m | |
[0;34m Rubinius::Loader#main at kernel/loader.rb:834[0m | |
[[Version]] | |
rubinius 2.0.0dev (1.9.3 f4645d6c yyyy-mm-dd JI) [x86_64-apple-darwin11.2.0] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment