Skip to content

Instantly share code, notes, and snippets.

@scottlowe
Created February 13, 2011 19:02
Show Gist options
  • Save scottlowe/824951 to your computer and use it in GitHub Desktop.
Save scottlowe/824951 to your computer and use it in GitHub Desktop.
An alternative JRuby backtrace version 4
*** Bad file descriptor - Bad file descriptor (Errno::EBADF)
==> `initialize' 944, org.jruby.RubyIO.java
`initialize' 424, org.jruby.RubyFile.java
`open' 1074, org.jruby.RubyIO.java
`__file__' 1, -e
`rbCatch' 1191, org.jruby.RubyKernel.java
`__file__' 1, -e
`times' 252, org.jruby.RubyFixnum.java
`(root)' 1, -e
*** Bad file descriptor - Bad file descriptor (Errno::EBADF)
==> `initialize' line 944 in org.jruby.RubyIO
`initialize' line 424 in org.jruby.RubyFile
`open' line 1074 in org.jruby.RubyIO
`__file__' line 1 in -e
`rbCatch' line 1191 in org.jruby.RubyKernel
`__file__' line 1 in -e
`times' line 252 in org.jruby.RubyFixnum
`(root)' line 1 in -e
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment