Bug #11159
Updated by nobu (Nobuyoshi Nakada) over 9 years ago
The following code causes a segfault both for Ruby 2.2.2 and Ruby 2.2.0 (I haven't tested other versions). The trace is attached. ~~~ruby ~~~ RubyVM::InstructionSequence.compile(nil) ~~~