I have this problem too.. it is very annoying. I work with Linux during the day but when I get home I only get to use WinXP. Not having irb handy removes a certain amount of the joy from Ruby. I was told that installing new readline .dll and .so files could help this but it doesn't seem to make a difference. I had hoped that FXirb would address this but it doesn't seem to support autocompletion yet. Anybody know a way of getting the one-click irb to behave? On Mon, 7 Feb 2005 09:35:54 +0900, Caio Tiago Oliveira <caiot1 / ibest.com.br> wrote: > Jeremy Henty, 6/2/2005 21:05: > > In article <420687D1.6030908 / ibest.com.br>, Caio Tiago Oliveira wrote: > > > >> Also irb crashes a lot. > > > > Say what? I've been an enthusiastic Ruby/Irb user for around 2 years > > now and I've *never* seen irb crash. What platform are you running > > on? > > I'm in a PC platform, WinXP as Operating System. > Irb crashes mainly when I use the autocompletion (the bigger the number > of possibilities the worse)or when I'm overriding a method. > > It says... (let me crash it now): > "irb(main):003:0* c:/ruby/lib/ruby/1.8/irb/workspace.rb:52: [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." > > I don't know wether it has been reported already, but always that I type > a variable name, press Enter and then Tab it crashes. > > >> a = 1 > >>a. > <<press tab>> > > crash! > > But it also crash a lot in day by day work. > >