Backport #3959
closedRuby 1.9.2p0 Segmentation fault under Linux x64 with rvm
Description
=begin
I often get segmentation faults when running rspec against my app, when it has errors. The segmentation faults seem to happen when an error should have been thrown instead.
The full stack trace is attached.
=end
Files
Updated by ajmurmann (Alexander Murmann) about 14 years ago
- File ruby_segfault.txt ruby_segfault.txt added
=begin
=end
Updated by naruse (Yui NARUSE) about 14 years ago
=begin
Can you show reproducible code?
Can you show gdb backtrace or build with gcc -g option?
=end
Updated by ajmurmann (Alexander Murmann) about 14 years ago
=begin
I just compiled ruby-1.9.2-head with the -g option order to produce the debug information you requested and the segmentation fault does not occur anymore, so i assume the issue (whatever it was) is solved in head.
Please let me know if you still want me to test it against p0 with -g option.
=end
Updated by naruse (Yui NARUSE) about 14 years ago
=begin
r29415 may fix this bug, but ruby-1.9.2-head doesn't includes it yet.
So you might try ruby-head, didn't you?
=end