Skip to content
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

fix(parse_groks): catch panic from onig on too many match retries #1079

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

tessneau
Copy link
Contributor

@tessneau tessneau commented Oct 17, 2024

fixes #15199

Since the panic is coming from rust-onig and for which an issue was opened here, this aims to achieve a short term fix of catching the panic and handling it as a custom error

@tessneau tessneau marked this pull request as ready for review October 17, 2024 19:19
@tessneau tessneau changed the title fix(parse_grok): catch panic from onig on too many match retries fix(parse_groks): catch panic from onig on too many match retries Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Vector panick due to onig regex search error
2 participants