-
Notifications
You must be signed in to change notification settings - Fork 96
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
Crash in regex_match #233
Comments
No idea, it shouldn't happen. Do you have a test case we can look at? |
Also forgot to ask what the Boost version is? |
Boost version being used: 1.83.0.4 |
Boost version being used: 1.83.0.4
I am invoking(regex_match) iteratively on a predefined set of paths until it matches.
|
That doesn't help: I need a self contained test case with the actual inputs that cause the issue in order to reproduce here. |
Even I am unsure of the input path that has been passed since the crash is shared from a customer. Only thing that we know of the list of paths that input path is matched with. |
It shouldn't crash whatever. The only things I can think of are either:
Based on what I can see it's falling at the first hurdle - ie it's never really getting started at all. |
Boost version being used: 1.83.0.4
My application is using the above function for a regex_match and it is crashing
What are the potential causes of crash ?
The text was updated successfully, but these errors were encountered: