-
Notifications
You must be signed in to change notification settings - Fork 17
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
Regex error with callgrind for paths containing numbers #32
Comments
I'm guessing that wasn't the right
...is right either, as the output it prints is very different to the line of code that's breaking in the profiler. |
Ah right. It's because my path has a number in. Lines like:
..match the insanity regex:
..due to a lack of any kind of anchoring. |
Thanks for trying to fix it. Even built from your branch I get another regex error though, maybe from a different point. |
I have the same problem with a path containing numbers. |
The simplest possible project fails for me:
Here's the output cachegrind.txt.
Versions:
The text was updated successfully, but these errors were encountered: