Bug #268
closed"make benchmark" segfaults on amd64 Linux gcc 4.3.1
Description
=begin
OS is Gentoo Linux, 2.6.25 kernel, amd64 architecture
compiler is gcc 4.3.1
cflags were "-g -march=athlon64 -pipe -O3". I haven't tried it with less optimization yet
Ruby was checked out from SVN and is At revision 18054.
make benchmark does this:
ruby 1.8.6 (2008-06-20) [x86_64-linux] .4.49857091903687
ruby 1.9.0 (2008-07-13 revision 18053) [x86_64-linux] ../benchmark/prepare_so_count_words.rb:9: [BUG] Segmentation fault
ruby 1.8.6 (2008-06-20) [x86_64-linux]
0.935374975204468
make: *** [benchmark] Aborted (core dumped)
I can't tell at this point whether the "ruby" that crashed is the built-in Ruby 1.8 (ruby-1.8.6_p230) or the Ruby 1.9 that's being tested. As soon as I figure out which one it is, I'll post a backtrace from the core dump.
=end
Updated by znmeb (Ed Borasky) over 16 years ago
=begin
It's the stock Ruby ruby-1.8.6_p230 that's crashing. So there's nothing wrong with Ruby 1.9. In fact, the Ruby 1.8.6 from SVN doesn't crash either, just the one in Gentoo Linux. So I'm going to close this one and open another one on Gentoo.
=end