On Thu, Feb 21, 2008 at 7:59 AM, Knute Johnson <nospam / rabbitbrush.frazmtn.com> wrote: > > Robert Citek wrote: > > On Wed, Feb 20, 2008 at 10:24 PM, Knute Johnson > > <nospam / rabbitbrush.frazmtn.com> wrote: > >> Would somebody please try this on Linux for me. It works fine on > >> Windows but hangs on Fedora. You might want to "gem install ruby-debug", put this at the top of your program: require 'ruby-debug' Debugger.start debugger #start irb ...and then use "s" to step through each line and see exactly where the hang-up is. Might be a threading issue. Les