[ruby-core:62538] [Backport21 - Backport #9828] Segfault instead of stack overflow

From: nobu@...
Date: 2014-05-12 03:31:58 UTC
List: ruby-core #62538
Issue #9828 has been updated by Nobuyoshi Nakada.

Tracker changed from Bug to Backport
Project changed from ruby-trunk to Backport21
Description updated
Category deleted (core)

`SystemStackError` on trunk.

----------------------------------------
Backport #9828: Segfault instead of stack overflow
https://bugs.ruby-lang.org/issues/9828#change-46691

* Author: Arne Brasseur
* Status: Open
* Priority: High
* Assignee: 
----------------------------------------
This causes a segmentation fault on 2.1.1 and 2.1.2, instead of `SystemStackError`

~~~ruby
define_method(:foo) { send(:foo) }
foo
~~~



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

In This Thread

Prev Next