Able to reproduce segfault, what now?

/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?

On Nov 16, 2007, at 06:55 , [email protected] 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.