Bug #16033
closedtest_callinfo_unreachable_path Bus Error on Solaris sparc
Description
We recently updated to Ruby version 2.5.5 and one test on sparc started to fail:
TestRubyOptimization#test_callinfo_unreachable_path [/.../ruby-25/ruby-2.5.5/test/ruby/test_optimization.rb:707]:
pid 6104 killed by SIGABRT (signal 6) (core dumped)
| -:9: [BUG] Bus Error at 0x000000010057b324
| ruby 2.5.5p157 (2019-03-15 revision 67260) [sparcv9-solaris2.11]
Whole test result is attached (there were also three more test failures, but those are not important here).
This is happening on sparc only (we also build the same thing for intel) and was not present in our previous version 2.5.3. Also it does not appear in Ruby 2.6.0 or 2.6.3.
Files
Updated by Kulikjak (Jakub Kulik) over 5 years ago
- File ruby-stack.txt ruby-stack.txt added
I am also attaching some basic info from dumped core file.
IF more info is needed, I am happy to provide it.
Updated by nobu (Nobuyoshi Nakada) over 5 years ago
- Is duplicate of Bug #14689: bootsnap gets object index out of range: 266287972352 (IndexError) since r63113 added
Updated by jeremyevans0 (Jeremy Evans) about 5 years ago
- Status changed from Open to Closed