https://issues.apache.org/ooo/show_bug.cgi?id=121962
--- Comment #5 from [email protected] --- ICU has some known problems [1] ("Some regular expression patterns can result in very slow match operations, sometimes so slow that it will appear as though the match has gone into an infinite loop"). We should investigate whether the reported problem is already solved in newer versions of ICU and file a bug report to ICU if not. Experimenting whether applying the experimental ICU regex loop breaking patch [2] helps might be a good idea too. [1] http://userguide.icu-project.org/strings/regexp#TOC-Performance-Tips [2] http://www.icu-project.org/trac/ticket/2905 Thanks for the report and the stacks! -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug.
