From: Eric Hodel Date: 2007-11-17T12:21:36+09:00 Subject: Re: able to reproduce segfault, what now? On Nov 16, 2007, at 06:55 , aktxyz@gmail.com wrote: > /usr/lib/ruby/1.8/ostruct.rb:74: [BUG] Segmentation fault > ruby 1.8.6 (2007-09-23) [i686-linux] > > unfortunately, it's not a small test case > how do I gather more info for someone to take a look? gdb ruby (gdb) run -yourargs [segfault] (gdb) bt [backtrace] Then examine your backtrace to see where it crashed. This may not be helpful to you, but you can post it here and maybe get some help. -- Poor workers blame their tools. Good workers build better tools. The best workers get their tools to do the work for them. -- Syndicate Wars