From: knerr@... (Jeff Knerr) Date: 2006-05-04T01:19:32+09:00 Subject: Re: new to ruby & tk -- seg fault with many buttons >> > $ ./bb >> > You just hit the i button. >> > /usr/lib/ruby/1.8/tk.rb:1194: [BUG] Segmentation fault >> > ruby 1.8.2 (2005-04-11) [i386-linux] >> >> Could you try the latest version ? >> It may be the bug which was fixed at last month. That did it. I get some warnings, but I found some previous posts that said they were expected and not a problem. $ ruby -v ruby 1.8.4 (2005-12-24) [i686-linux] $ ./bb /usr/local/lib/ruby/1.8/tk.rb:2313: warning: redefine encoding= /usr/local/lib/ruby/1.8/tk.rb:2316: warning: redefine encoding You just hit the i button. $ I should have tried that first...sorry. Thanks for the help! jeff