From: Ryan Davis Date: 2007-04-20T00:57:37+09:00 Subject: Re: Serious trouble on PPC with Ruby 1.8.6 On Apr 19, 2007, at 00:01 , julik wrote: > Hello fine folks of ruby-talk! > > I am taking some serious damage with the fresh ruby 1.8.6 after > updating from 1.8.4 > > All the usual rituals were executed including flushing the /usr/ > local/lib.ruby hierarchy. > I rebuilt ruby a few times. > > When running make-test-all I get: > > /ruby-1.8.6/lib/drb/drb.rb:589: [BUG] Segmentation fault > ruby 1.8.6 (2007-03-13) [powerpc-darwin8.9.0] Can you provide the output from: % gdb ./miniruby gdb> r ./runruby.rb --extout=.ext -- "./test/runner.rb" --basedir="./ test" --runner=console ... go boom ... gdb> bt