[#62904] [ruby-trunk - Feature #9894] [Open] [RFC] README.EXT: document rb_gc_register_mark_object — normalperson@...
Issue #9894 has been reported by Eric Wong.
3 messages
2014/06/02
[#63321] [ANN] ElixirConf 2014 - Don't Miss Jos辿 Valim and Dave Thomas — Jim Freeze <jimfreeze@...>
Just a few more weeks until ElixirConf 2014!
6 messages
2014/06/24
[#63391] Access Modifiers (Internal Interfaces) — Daniel da Silva Ferreira <danieldasilvaferreira@...>
Hi,
3 messages
2014/06/28
[ruby-core:62933] [ruby-trunk - Bug #9900] [Closed] Segmentation fault with recursive reference of a hash
From:
nobu@...
Date:
2014-06-04 06:37:41 UTC
List:
ruby-core #62933
Issue #9900 has been updated by Nobuyoshi Nakada.
Status changed from Open to Closed
It may have been fixed already, but not sure because the link doesn't reveal the revision and the platform.
----------------------------------------
Bug #9900: Segmentation fault with recursive reference of a hash
https://bugs.ruby-lang.org/issues/9900#change-47035
* Author: Tsuyoshi Sawada
* Status: Closed
* Priority: Normal
* Assignee:
* Category:
* Target version:
* ruby -v: ruby 2.1.2
* Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN
----------------------------------------
The following code raises a segmentation fault.
Hash.new{|h,k| h[k]}[:foo]
# => [BUG] Segmentation fault at 0x007fff5f3fff80
This bug was found on stackoverflow http://stackoverflow.com/questions/24028557/irb-crash-segmentation-bug-and-ruby-syntax-clarification
--
https://bugs.ruby-lang.org/