From: nobu@... Date: 2014-12-08T23:48:56+00:00 Subject: [ruby-core:66751] [ruby-trunk - Bug #10579] Segmentation fault at 0x00000000000000 Issue #10579 has been updated by Nobuyoshi Nakada. Description updated One of the simplest code to reproduce it is: ~~~ $ ruby -e '{["foo"]=>nil}; p Thread.current[:__recursive_key__]' ~~~ ---------------------------------------- Bug #10579: Segmentation fault at 0x00000000000000 https://bugs.ruby-lang.org/issues/10579#change-50339 * Author: Arun Kant Sharma * Status: Open * Priority: Normal * Assignee: * Category: core * Target version: current: 2.2.0 * ruby -v: ruby 2.1.2p95 (2014-05-08 revision 45877) [x86_64-linux] * Backport: 2.0.0: REQUIRED, 2.1: REQUIRED ---------------------------------------- Following script cause a Segmentation fault ~~~ $ ruby -rresolv -e 'ObjectSpace.each_object { |obj| p obj }' > temp.output ~~~ But this one not ~~~ $ ruby -e 'ObjectSpace.each_object { |obj| p obj }' > temp.output ~~~ ---Files-------------------------------- rubyerror.output (18.7 KB) -- https://bugs.ruby-lang.org/