-
Notifications
You must be signed in to change notification settings - Fork 13.3k
regex crashes #6952
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
Comments
|
When compiled with
That said, also be aware that in GCC 4.8, the std::regex support is very limited (due to libstdc++). If you look at the closed PR/bug reports for std::regex you'll get the full rundown. |
Thanks for your (very quick) feedback.
Because of the (current) limitations I switched to the |
Basic Infos
Platform
Settings in IDE
Problem Description
When using a simple regex match, I get an user exception (panic/abort/assert)
MCVE Sketch
Debug Messages
Decoded stack results
The text was updated successfully, but these errors were encountered: