[#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
[ruby-core:63229] [ruby-trunk - Bug #9954] Unexpected Hash Modification and Segmentation Fault with Named Arguments
From:
nobu@...
Date:
2014-06-19 03:04:49 UTC
List:
ruby-core #63229
Issue #9954 has been updated by Nobuyoshi Nakada. Duplicates Bug #9898: Keyword argument oddities added ---------------------------------------- Bug #9954: Unexpected Hash Modification and Segmentation Fault with Named Arguments https://bugs.ruby-lang.org/issues/9954#change-47272 * Author: Andrew M * Status: Open * Priority: Normal * Assignee: * Category: core * Target version: current: 2.2.0 * ruby -v: ruby 2.1.2p95 (2014-05-08 revision 45877) [i686-linux] * Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN ---------------------------------------- While experimenting with named arguments in Ruby 2.1.2, I encountered some strange behavior where a hash was modified after being passed as a set of named arguments with the double-splat operator. While attempting to examine the issue further, I encountered a segmentation fault which I believe to be related. I have attached a log of my experiment, and a `.rb` file which reproduces both the unexpected hash modification and the segfault. ---Files-------------------------------- segfault.rb (1.2 KB) pry_sample_output.txt (35 KB) -- https://bugs.ruby-lang.org/