Bug #19139
closedRuby 2.3.8 - 42912 IOT instruction (core dumped) when running rake -v
Description
Above is the link to the backtrack. There it is said "You may have encountered a bug in the Ruby interpreter or extension libraries.
Bug reports are welcome." So I did.
After following the rbenv instruction to set de environment, the same issue happens. It is so in Ubuntu 20.04.
The rbenv ruby-build plugin was updated and the ruby was successfully installed. Gems can be installed a well as bundler.
But running rake -v
or rspec
, the issue happens.
Updated by jeremyevans0 (Jeremy Evans) over 2 years ago
- Status changed from Open to Feedback
Ruby 2.3 is out of support. Can you reproduce this issue Ruby 3.0 or 3.1?
Updated by nobu (Nobuyoshi Nakada) over 2 years ago
The fault occurred in /lib/x86_64-linux-gnu/libssl.so.3.
https://gist.github.com/Pauloparakleto/3cef9f75b8dce6215d00f073e6b977ca#file-gistfile1-txt-L224
This file seems from libssl3, and ruby 2.3 has reached the EOL before libssl3 was released, so doesn't support it of course.