General

Profile

yukimi_sake (Yukio Sakaue)

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 1 1

Activity

06/07/2015

02:59 PM Ruby Bug #11234 (Closed): RubyVM::InstructionSequence.load で case が落ちる
RubyVM::InstructionSequence.load を有効にしてテストしていますが、以下のコードで Segmentation fault になります。
~~~
str = <<EOS
def test_is()
cond = "x"
case cond
when "x"
p cond
end
end
EOS
ar = RubyVM::InstructionSequence.compile(str).to...
yukimi_sake (Yukio Sakaue)

Also available in: Atom