Actions
Bug #19139
closedRuby 2.3.8 - 42912 IOT instruction (core dumped) when running rake -v
Bug #19139:
Ruby 2.3.8 - 42912 IOT instruction (core dumped) when running rake -v
Description
https://gist.github.com/Pauloparakleto/3cef9f75b8dce6215d00f073e6b977ca
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.
Actions