From: "mame (Yusuke Endoh)" Date: 2022-03-24T00:48:02+00:00 Subject: [ruby-core:108047] [Ruby master Bug#14103] Regexp absense operator has no chance to ^C Issue #14103 has been updated by mame (Yusuke Endoh). Status changed from Open to Closed Fixed at 9112cf4ae7f7ea8ab33c282aa02eec812421aeab. ---------------------------------------- Bug #14103: Regexp absense operator has no chance to ^C https://bugs.ruby-lang.org/issues/14103#change-97009 * Author: shyouhei (Shyouhei Urabe) * Status: Closed * Priority: Normal * 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: