Bug #268
"make benchmark" segfaults on amd64 Linux gcc 4.3.1
| Status: | Closed | Start date: | 07/13/2008 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | % Done: | 0% |
||
| Category: | - | |||
| Target version: | - | |||
| ruby -v: |
Description
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.
History
Updated by znmeb (Ed Borasky) almost 4 years ago
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.
Updated by ko1 (Koichi Sasada) almost 4 years ago
- Assignee set to ko1 (Koichi Sasada)
Updated by ko1 (Koichi Sasada) almost 4 years ago
- Status changed from Open to Closed