-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
StackOverflowError for Machine.add #77
Comments
Are you able to share a code snippet demonstrating the problem? Also, maybe for your use case it's better to add all the strings to a |
We hit this as well - this Scala snippet will hit the problem:
And the stack overflow:
Which originates from:
This is RE2J 1.4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey, I was combining many (>10.000) similar file names to a unified regexp (all escaped and
|
-ed).In Java it compiles (though is extremely slow), but in Re2/j it fails with a stack overflow:
The text was updated successfully, but these errors were encountered: