dgtized (owner)

Revisions

  • 6bcf0b Tue Mar 10 10:27:11 -0700 2009
gist: 77017 Download_button fork
public
Public Clone URL: git://gist.github.com/77017.git
Embed All Files: show embed
Text only #
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
$ bin/rbx
irb(main):001:0> exit
An exception occurred inside an at_exit handler:
    no block given (LocalJumpError)
 
Backtrace:
exception detected at toplevel: No method 'show' on an instance of NilClass. (NoMethodError)
kernel/delta/kernel.rb:34
kernel/delta/kernel.rb:48
kernel/loader.rb:321
Abort!
bin/rbx(_ZN8rubinius5abortEv+0xc4) [0x80ca604]
bin/rbx(_ZN8rubinius9Assertion5raiseEPKc+0x1b) [0x80ca65b]
bin/rbx(_ZN8rubinius11Environment8run_fileESs+0x556) [0x80c6636]
bin/rbx(main+0x5ae) [0x8135b8e]
/lib/tls/i686/cmov/libc.so.6(__libc_start_main+0xe5) [0xb7c7a775]
bin/rbx [0x8082821]
rbx: vm/exception.cpp:115: void rubinius::abort(): Assertion `0' failed.
Aborted (core dumped)