-
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 #8
Comments
hey there, Cool, you'll be the guinea pig here in this type of bug fix :) There's probably something in your cachegrind output that's screwing up the regex. We'll just have to improve the regex. We're gonna have to dig into the original cachegrind output to figure out what's going on. Could you send me the cachegrind-out-file from valgrind itself? I can investigate.
|
As an aside, I wonder how to improve the error message so that it's easier to investigate this type of stuff. Something to think about. |
Here is the paste: http://pastebin.com/NaZs4BCg It's 8k lines so I pasted it on pastebin. |
sounds good, thanks. |
hm, this is pretty weird. a sample of your cachegrind output:
I'm not entirely sure what's going on here. It seems like metrics are being overwritten by function names...and function names are at the beginning of the line, instead of their usual place at the end. More complicated issue than I originally had thought. I'll probably do more research to try to figure out why this might be happening, but it's very strange. Hopefully this isn't a consistent issue. |
Here's one from me, in case that helps: http://pastebin.com/xUTH1E2Y |
Same issue:
|
Installed valgrind from arch linux repos 3.15.0.1 and having the same issues. |
@svenstaro |
Oh crap, you're right. I didn't . I'll take a look, sorry! |
Another regex error: pastebin |
I'm having the same issue. Has this been solved? |
cargo profiler crashes for me:
How to investigate?
The text was updated successfully, but these errors were encountered: