-
Notifications
You must be signed in to change notification settings - Fork 85
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
runtime error: index out of range [<number>] with length <samenumber> #37
Comments
Oddly enough I think this one is related to #34. The Sometimes the out-of-sync stack leads to bad match groups being created (in the case of #34), sometimes it causes bad jumps (these two examples), and sometimes it just fails silently and leaves extra items on the stack. We'll see if Microsoft can figure out the right change...otherwise I'll take a look at it. |
It's still happening in a production code with this pattern |
@gandarez What exact input and options cause the pattern to panic? It'd help to have a simple test reproducing the problem. |
It supposed to happen at this pattern because you mentioned this piece |
Hi folks, any update on this? It's still happening when using |
@dlclark the original thread shows the input to simulate the panic. Would you be able to have it fixed? I tried to debug but the code is too complex and many back and forths. |
One more that was fuzzed during the night ;)
panics with
The text was updated successfully, but these errors were encountered: