From: shugo@... Date: 2016-07-09T00:55:05+00:00 Subject: [ruby-core:76327] [Ruby trunk Bug#12576] SEGV when interrupting tail recursion Issue #12576 has been reported by Shugo Maeda. ---------------------------------------- Bug #12576: SEGV when interrupting tail recursion https://bugs.ruby-lang.org/issues/12576 * Author: Shugo Maeda * Status: Open * Priority: Normal * Assignee: * ruby -v: * Backport: 2.1: UNKNOWN, 2.2: UNKNOWN, 2.3: UNKNOWN ---------------------------------------- The following program causes SEGV when interrupted by SIGINT. ```ruby RubyVM::InstructionSequence.compile_option = { :tailcall_optimization => true, :trace_instruction => false } eval <