Project

General

Profile

Actions

Backport #2245

closed

irb reports a very loving backtrace at times.

Added by rogerdpack (Roger Pack) over 14 years ago. Updated almost 5 years ago.


Description

=begin
Entering the following code in irb of 1.8.x (enter it several times)

It yields:

[].send :pop, *args3 { a, b, c=3 }
NoMethodError: undefined method args3' for main:Object from (irb):31 ... repeat several times then [].send :pop, *args3 { a, b, c=3 } NoMethodError: undefined method args3' for main:Object
from (irb):33
from :0
... repeat several times, then
[].send :pop, *args3 { a, b, c=3 }
NoMethodError: undefined method `args3' for main:Object
from (irb):51
from ♥:0

(on windows--on linux it displays a different odd character).

Seems to work fine on 1.9, though.

Thanks!
-r
=end

Actions #1

Updated by ujihisa (Tatsuhiro Ujihisa) over 14 years ago

  • Status changed from Open to Assigned
  • Assignee set to nobu (Nobuyoshi Nakada)

=begin

=end

Actions #2

Updated by jeremyevans0 (Jeremy Evans) almost 5 years ago

  • Tracker changed from Bug to Backport
  • Project changed from Ruby 1.8 to Backport187
  • Description updated (diff)
  • Status changed from Assigned to Closed
  • ruby -v deleted (ruby 1.8.6 (2009-03-31 patchlevel 368) [i386-mingw32])
Actions

Also available in: Atom PDF

Like0
Like0Like0