ruby-core@ruby-lang.org archive (unofficial mirror)
 help / color / mirror / Atom feed
* [ruby-core:110833] [Ruby master Bug#19139] Ruby 2.3.8 - 42912 IOT instruction (core dumped) when running rake -v
@ 2022-11-21 13:35 Paulo.Felipe (Paulo Souza)
  2022-11-21 15:05 ` [ruby-core:110837] " Austin Ziegler
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Paulo.Felipe (Paulo Souza) @ 2022-11-21 13:35 UTC (permalink / raw)
  To: ruby-core

Issue #19139 has been reported by Paulo.Felipe (Paulo Souza).

----------------------------------------
Bug #19139: Ruby 2.3.8 - 42912 IOT instruction (core dumped)  when running rake -v
https://bugs.ruby-lang.org/issues/19139

* Author: Paulo.Felipe (Paulo Souza)
* Status: Open
* Priority: Normal
* ruby -v: 2.3.8
* Backport: 2.7: UNKNOWN, 3.0: UNKNOWN, 3.1: UNKNOWN
----------------------------------------
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.



-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [ruby-core:110837] Re: [Ruby master Bug#19139] Ruby 2.3.8 - 42912 IOT instruction (core dumped) when running rake -v
  2022-11-21 13:35 [ruby-core:110833] [Ruby master Bug#19139] Ruby 2.3.8 - 42912 IOT instruction (core dumped) when running rake -v Paulo.Felipe (Paulo Souza)
@ 2022-11-21 15:05 ` Austin Ziegler
  2022-11-21 18:29 ` [ruby-core:110844] " jeremyevans0 (Jeremy Evans)
  2022-11-22  1:20 ` [ruby-core:110848] " nobu (Nobuyoshi Nakada)
  2 siblings, 0 replies; 4+ messages in thread
From: Austin Ziegler @ 2022-11-21 15:05 UTC (permalink / raw)
  To: Ruby developers; +Cc: ruby-core

Note that Ruby 2.3 is several years EOL. Please try to reproduce with Ruby 2.7 or 3.0.

-a

> On Nov 21, 2022, at 13:35, Paulo.Felipe (Paulo Souza) <noreply@ruby-lang.org> wrote:
> 
> Issue #19139 has been reported by Paulo.Felipe (Paulo Souza).
> 
> ----------------------------------------
> Bug #19139: Ruby 2.3.8 - 42912 IOT instruction (core dumped)  when running rake -v
> https://bugs.ruby-lang.org/issues/19139
> 
> * Author: Paulo.Felipe (Paulo Souza)
> * Status: Open
> * Priority: Normal
> * ruby -v: 2.3.8
> * Backport: 2.7: UNKNOWN, 3.0: UNKNOWN, 3.1: UNKNOWN
> ----------------------------------------
> 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.
> 
> 
> 
> -- 
> https://bugs.ruby-lang.org/
> 
> Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe>
> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [ruby-core:110844] [Ruby master Bug#19139] Ruby 2.3.8 - 42912 IOT instruction (core dumped) when running rake -v
  2022-11-21 13:35 [ruby-core:110833] [Ruby master Bug#19139] Ruby 2.3.8 - 42912 IOT instruction (core dumped) when running rake -v Paulo.Felipe (Paulo Souza)
  2022-11-21 15:05 ` [ruby-core:110837] " Austin Ziegler
@ 2022-11-21 18:29 ` jeremyevans0 (Jeremy Evans)
  2022-11-22  1:20 ` [ruby-core:110848] " nobu (Nobuyoshi Nakada)
  2 siblings, 0 replies; 4+ messages in thread
From: jeremyevans0 (Jeremy Evans) @ 2022-11-21 18:29 UTC (permalink / raw)
  To: ruby-core

Issue #19139 has been updated by jeremyevans0 (Jeremy Evans).

Status changed from Open to Feedback

Ruby 2.3 is out of support. Can you reproduce this issue Ruby 3.0 or 3.1?

----------------------------------------
Bug #19139: Ruby 2.3.8 - 42912 IOT instruction (core dumped)  when running rake -v
https://bugs.ruby-lang.org/issues/19139#change-100199

* Author: Paulo.Felipe (Paulo Souza)
* Status: Feedback
* Priority: Normal
* ruby -v: 2.3.8
* Backport: 2.7: UNKNOWN, 3.0: UNKNOWN, 3.1: UNKNOWN
----------------------------------------
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.



-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [ruby-core:110848] [Ruby master Bug#19139] Ruby 2.3.8 - 42912 IOT instruction (core dumped) when running rake -v
  2022-11-21 13:35 [ruby-core:110833] [Ruby master Bug#19139] Ruby 2.3.8 - 42912 IOT instruction (core dumped) when running rake -v Paulo.Felipe (Paulo Souza)
  2022-11-21 15:05 ` [ruby-core:110837] " Austin Ziegler
  2022-11-21 18:29 ` [ruby-core:110844] " jeremyevans0 (Jeremy Evans)
@ 2022-11-22  1:20 ` nobu (Nobuyoshi Nakada)
  2 siblings, 0 replies; 4+ messages in thread
From: nobu (Nobuyoshi Nakada) @ 2022-11-22  1:20 UTC (permalink / raw)
  To: ruby-core

Issue #19139 has been updated by nobu (Nobuyoshi Nakada).


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 was released before libssl3 and doesn't support it.

----------------------------------------
Bug #19139: Ruby 2.3.8 - 42912 IOT instruction (core dumped)  when running rake -v
https://bugs.ruby-lang.org/issues/19139#change-100206

* Author: Paulo.Felipe (Paulo Souza)
* Status: Feedback
* Priority: Normal
* ruby -v: 2.3.8
* Backport: 2.7: UNKNOWN, 3.0: UNKNOWN, 3.1: UNKNOWN
----------------------------------------
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.



-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-11-22  1:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-21 13:35 [ruby-core:110833] [Ruby master Bug#19139] Ruby 2.3.8 - 42912 IOT instruction (core dumped) when running rake -v Paulo.Felipe (Paulo Souza)
2022-11-21 15:05 ` [ruby-core:110837] " Austin Ziegler
2022-11-21 18:29 ` [ruby-core:110844] " jeremyevans0 (Jeremy Evans)
2022-11-22  1:20 ` [ruby-core:110848] " nobu (Nobuyoshi Nakada)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).