You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
testQuantifierStackOverflow test seems to fail on 32 bit systems with the following:
[junit] Testcase: testQuantifierStackOverflow took 0.284 sec
[junit] Caused an ERROR
[junit] null
[junit] java.lang.StackOverflowError
[junit] at net.percederberg.grammatica.parser.re.StringElement.match(StringElement.java:98)
[junit] at net.percederberg.grammatica.parser.re.RepeatElement.findMatches(RepeatElement.java:309)
[junit] at net.percederberg.grammatica.parser.re.RepeatElement.findMatches(RepeatElement.java:321)
testQuantifierStackOverflow
test seems to fail on 32 bit systems with the following:[many repeats of the last line follow]
Full build logs: i386, armhf.
The text was updated successfully, but these errors were encountered: