From: shugo@... Date: 2016-07-07T10:57:16+00:00 Subject: [ruby-core:76288] [Ruby trunk Bug#12565] SEGV when using &:foo with tail call optimization Issue #12565 has been reported by Shugo Maeda. ---------------------------------------- Bug #12565: SEGV when using &:foo with tail call optimization https://bugs.ruby-lang.org/issues/12565 * Author: Shugo Maeda * Status: Open * Priority: Normal * Assignee: * ruby -v: * Backport: 2.1: UNKNOWN, 2.2: UNKNOWN, 2.3: UNKNOWN ---------------------------------------- The following script causes SEGV: ```ruby RubyVM::InstructionSequence.compile_option = { :tailcall_optimization => true, :trace_instruction => false } eval(<