Hello,
since a few days I get a Stack Overflow Exception when trying to verify a sketch.
The message is:
Exception in thread "AWT-EventQueue-0" java.lang.StackOverlowError
at com.oroinc.text.regex.Perl5Matcher._match(Perl5Matcher.java)
....
the last line repeated more than 50 times
......
What kind of Regular Expression is responsible for this?
I have the most recent Java Runtime Environment installed (1.6.0_19) and I run Windows 7 (32 Bit version - Home Premium).
Any idea, what causes this exception.
For a long time I could do the verification without problems, but suddenly this exception occurs.

Any help / suggestion welcome
Wolfgang