topazproject / topaz

A high performance ruby, written in RPython
topazruby.com
BSD 3-Clause "New" or "Revised" License
1k stars 84 forks source link

Guard BasicObject#instance_eval from segfault #847

Closed kachick closed 9 years ago

kachick commented 9 years ago

Before

$ bin/topaz -e 'instance_eval'
[1]    59886 segmentation fault  bin/topaz -e 'instance_eval'

After

$ bin/topaz -e 'instance_eval'
-e:1:in `instance_eval': block not supplied (ArgumentError)