Skip to content

Instantly share code, notes, and snippets.

@cookrn
Created December 12, 2011 22:29
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 cookrn/1469443 to your computer and use it in GitHub Desktop.
Save cookrn/1469443 to your computer and use it in GitHub Desktop.
Sample RBX Error Output
Error validating bytecode: method not initialized properly
An exception occurred running /Users/cookrn/.rvm/gems/rbx-head/bin/bundle
Missing or uninitialized constant: Object::Bundler (NameError)
Backtrace:
Module(Class)#const_missing at kernel/common/module.rb:497
Object#__script__ at /Users/cookrn/.rvm/gems/rbx-head/gems
/bundler-1.0.21/bin/bundle:14
Kernel(Object)#load at kernel/common/kernel.rb:609
Object#__script__ at /Users/cookrn/.rvm/gems/rbx-head/bin
/bundle:19
Rubinius::CodeLoader#load_script at kernel/delta/codeloader.rb:65
Rubinius::CodeLoader.load_script at kernel/delta/codeloader.rb:107
Rubinius::Loader#script at kernel/loader.rb:653
Rubinius::Loader#main at kernel/loader.rb:808
Error validating bytecode: method not initialized properly
ERROR: the VM is exiting improperly running /Users/cookrn/.rvm/gems/rbx-head/bin/bundle
intended operation: :exception
associated value: nil
destination scope: unknown
An exception occurred
comparison of Fixnum with Rubinius::CompiledMethod failed (ArgumentError)
Backtrace:
Numeric(Fixnum)#math_coerce at kernel/common/numeric.rb:168
Fixnum#< at kernel/bootstrap/fixnum.rb:129
Rubinius::CompiledMethod#line_from_ip at kernel/common/compiled_method.rb:219
Rubinius::Location#line at kernel/common/location.rb:71
{ } in Rubinius::Backtrace#show at kernel/common/backtrace.rb:68
Array#each at kernel/bootstrap/array.rb:66
Rubinius::Backtrace#show at kernel/common/backtrace.rb:61
Exception(Rubinius::InvalidBytecode)#render at kernel/common/exception.rb:62
{ } in Rubinius::Loader#write_last_error at kernel/loader.rb:780
IO.open at kernel/common/io.rb:253
Rubinius::Loader#write_last_error at kernel/loader.rb:776
Rubinius::Loader#main at kernel/loader.rb:825
source :rubygems
gem "sinatra"
group :development do
gem "foreman"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment