Skip to content

Instantly share code, notes, and snippets.

@chrisseaton
Created August 21, 2015 00:05
Show Gist options
  • Save chrisseaton/6abdd5283e376e798dc5 to your computer and use it in GitHub Desktop.
Save chrisseaton/6abdd5283e376e798dc5 to your computer and use it in GitHub Desktop.
chrisseaton@Chriss-MacBook-Pro-2:~/Documents/ruby/jruby [master] $ jt run -Xtruffle.backtraces.hide_core_files=false ../test.rb
$ /Users/chrisseaton/Documents/ruby/jruby/bin/jruby -X+T -Xtruffle.backtraces.hide_core_files=false ../test.rb
../test.rb:2:in `bar': foo (RuntimeError)
from ../test.rb:7:in `block in foo'
from core: Array#each:in `Array#each'
from ../test.rb:6:in `foo'
from ../test.rb:12:in `block in <main>'
from core:/core/rubinius/common/kernel.rb:537:in `loop'
from ../test.rb:11:in `<main>'
FAILED (pid 37636 exit 1): /Users/chrisseaton/Documents/ruby/jruby/bin/jruby -X+T -Xtruffle.backtraces.hide_core_files=false ../test.rb
chrisseaton@Chriss-MacBook-Pro-2:~/Documents/ruby/jruby [master] $ ruby ../test.rb
../test.rb:2:in `bar': foo (RuntimeError)
from ../test.rb:7:in `block in foo'
from ../test.rb:6:in `each'
from ../test.rb:6:in `foo'
from ../test.rb:12:in `block in <main>'
from ../test.rb:11:in `loop'
from ../test.rb:11:in `<main>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment