From: shugo@... Date: 2016-11-05T16:22:07+00:00 Subject: [ruby-core:77995] [Ruby trunk Bug#12576] SEGV when interrupting tail recursion Issue #12576 has been updated by Shugo Maeda. Assignee changed from Koichi Sasada to Shugo Maeda ---------------------------------------- Bug #12576: SEGV when interrupting tail recursion https://bugs.ruby-lang.org/issues/12576#change-61332 * Author: Shugo Maeda * Status: Assigned * Priority: Normal * Assignee: Shugo Maeda * 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 <