From: antony.java@... Date: 2016-02-23T09:46:48+00:00 Subject: [ruby-core:73948] [Ruby trunk Bug#12103] ruby process hangs while executing regular expression. Issue #12103 has been reported by Antony Raj. ---------------------------------------- Bug #12103: ruby process hangs while executing regular expression. https://bugs.ruby-lang.org/issues/12103 * Author: Antony Raj * Status: Open * Priority: Normal * Assignee: * ruby -v: ruby 2.3.0p0 (2015-12-25 revision 53290) [x86_64-darwin15], jruby 9.0.5.0 (2.2.3) 2016-01-26 7bee00d Java HotSpot(TM) 64-Bit Server VM 24.45-b08 on 1.7.0_45-b18 +jit [darwin-x86_64] * Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN, 2.2: UNKNOWN, 2.3: UNKNOWN ---------------------------------------- The following code hangs ~~~ regex = /(\((\w+([\p{Punct}\s]{,3}\w*)*)\))/i detail = "(said companies being fictitous sellers" detail =~ regex ~~~ However when I change {,3} to {1,3}, the code executes and moves on. Otherwise hangs -- https://bugs.ruby-lang.org/ Unsubscribe: