[BUG] IRB Segfault on Windows

P

Phrogz

What I tried to do is non-sensical, but it shouldn't cause irb to go
down in flames. Note that the same code works run when run from a file
using the 'real' ruby interpretter, not irb.


C:\Documents and Settings\gavin.kistner>irb
irb(main):001:0> module M; end
=> nil
irb(main):002:0> f = Array.new
=> []
irb(main):003:0> M.extend( f )
c:/ruby/lib/ruby/1.8/irb/input-method.rb:97: [BUG] Segmentation fault
ruby 1.8.2 (2004-12-25) [i386-mswin32]

This application has requested the Runtime to terminate it in an
unusual way.
Please contact the application's support team for more information.

C:\Documents and Settings\gavin.kistner>ruby --version
ruby 1.8.2 (2004-12-25) [i386-mswin32]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,007
Latest member
obedient dusk

Latest Threads

Top