[ruby-trunk - Bug #9535] Kernel.send(:initialize_copy, Kernel) で segmentation fault

Issue #9535 has been updated by Tomoyuki C…

Backport changed from 1.9.3: DONE, 2.0.0: REQUIRED, 2.1: REQUIRED to
1.9.3: DONE, 2.0.0: DONE, 2.1: REQUIRED

r45076 was backported to ruby_2_0_0 at r45096.


Bug #9535: Kernel.send(:initialize_copy, Kernel) で segmentation fault

  • Author: Keita U.
  • Status: Closed
  • Priority: Normal
  • Assignee:
  • Category:
  • Target version:
  • ruby -v: ruby 2.2.0dev (2014-02-19 trunk 45047) [x86_64-linux]
  • Backport: 1.9.3: DONE, 2.0.0: DONE, 2.1: REQUIRED

以下のコードを実行すると segmentation fault が起きます。

Kernel.send(:initialize_copy, Kernel)

trunk (45047)、2.1.0p0、2.0.0p353 で再現しました。1.9.3p484 では再現しませんでした。
trunk で実行したときの backtrace を添付します。

—Files--------------------------------
trace.txt (10.1 KB)