From: shyouhei@... Date: 2017-11-13T11:15:34+00:00 Subject: [ruby-core:83750] [Ruby trunk Bug#14103] Regexp absense operator has no chance to ^C Issue #14103 has been reported by shyouhei (Shyouhei Urabe). ---------------------------------------- Bug #14103: Regexp absense operator has no chance to ^C https://bugs.ruby-lang.org/issues/14103 * Author: shyouhei (Shyouhei Urabe) * Status: Open * Priority: Normal * Assignee: * Target version: * ruby -v: ruby 2.5.0dev (2017-11-09 trunk 60720) [x86_64-darwin15] * Backport: 2.3: UNKNOWN, 2.4: UNKNOWN ---------------------------------------- Following script hangs, with no respond to `^C`. ```ruby /(? (? (?~ \g ) ){0} (? (? (?! a ) ){0} \g \g \g /xo =~ (1..1024).map{|x| 'b' + 'a' * x }.join ``` -- https://bugs.ruby-lang.org/ Unsubscribe: