Project

General

Profile

Backport #9828

Updated by nobu (Nobuyoshi Nakada) almost 10 years ago

This causes a segmentation fault on 2.1.1 and 2.1.2, instead of `SystemStackError` SystemStackError 

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

Back