On 2016-09-13 22:27, Andriy Rysin wrote:

> <suggestion><match no="1" postag_regexp="yes"
> postag="(noun.*:m.*:)fname(.*)"
> postag_replace="$1lname$2.*">2</match></suggestion>
> 
> but it sends the tests into 100% CPU loop and I don't have access to
> my Eclipse to try to debug this.

You can just run "jstack <pid>" to get a stacktrace and see where it's 
looping. jstack comes with the JDK.

Regards
  Daniel


------------------------------------------------------------------------------
_______________________________________________
Languagetool-devel mailing list
Languagetool-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/languagetool-devel

Reply via email to