Bug #10290
Updated by nobu (Nobuyoshi Nakada) about 10 years ago
The following code segfaults on Ruby 2.1.3: ```ruby ``` l = -> { l.() } begin l.() rescue SystemStackError l.() # segfault end ``` the issue does not occur on trunk.
Updated by nobu (Nobuyoshi Nakada) about 10 years ago
The following code segfaults on Ruby 2.1.3: ```ruby ``` l = -> { l.() } begin l.() rescue SystemStackError l.() # segfault end ``` the issue does not occur on trunk.