From: "m.zeckinger" Date: 2007-05-09T22:15:09+09:00 Subject: Re: Serious trouble on PPC with Ruby 1.8.6 hello guys, i'm experiencing exactly the same behavior as described in the mail before. since there was no solution on the thread i wanted to ask what could be the problem here: (gdb) r ./runruby.rb --extout=.ext -- "./test/runner.rb" --basedir="./ test" --runner=console Starting program: /Users/z3cko/Desktop/compile/ruby-1.8.6/miniruby ./runruby.rb --extout=.ext -- "./test/runner.rb" --basedir="./ test" --runner=console Reading symbols for shared libraries .... done Program received signal SIGTRAP, Trace/breakpoint trap. 0x8fe01010 in __dyld__dyld_start () (gdb) i am wondering if the problem could be related to a blog entry i found: http://crafterm.net/blog/articles/2006/11/24/segmentation-faults-with-ruby-1-8-4-in-fink-10-4-tree-with-gcc-4 i am on an i386 machine, osx 10.4.9, gcc version 4.0.1 (Apple Computer, Inc. build 5367). trying to build an universal ruby binary. thanks for the help, mz On 4/19/07, Ryan Davis wrote: > > 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 > > > > >