Actions
Bug #9589
closedStack level too deep during eval causes segmentation fault
Bug #9589:
Stack level too deep during eval causes segmentation fault
Description
The following silly code, which imho should generate a " stack level too deep (SystemStackError)", segfaults
$ echo 'eval($)' | ruby -n -e 'eval($)'
I thought it may be a bug, not sure.
My version:
carlos-mac$ ruby -v
ruby 1.9.3p327 (2012-11-10) [x86_64-darwin12.2.0]
Actions