-
Notifications
You must be signed in to change notification settings - Fork 16
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
Cargo valgrind crashed while running tests. #55
Comments
may be related: |
Could you try out the release 2.1.0? This nicht contain the fix for your issue. |
I'm still getting this XML format mismatch error
What about the valgrind version?
|
Running with valgrind 3.15.0 and cargo-valgrind 2.1.0 actually made it worse. It crashes silently just after all the tests had been run and it was about to present the report. When running without cargo valgrind the log ends like this:
with cargo valgrind it looks like this:
|
pls try at least valgrind 3.17, see #55 (comment) |
just tried it with valgrind 3.19 and wiht no difference. I got no XML output. |
Hey, the error with "XML format mismatch between Thanks for your patience. |
With regards to newer valgrind versions: I always try with the latest valgrind version available, which is currently 3.23: $ valgrind --version
valgrind-3.23.0 If your issue persists with 2.2.0 or newer versions of |
This was a long time ago. We fixed the problem causing the memory leak and when we no longer had the gigantic reports this error went away. And since then cargo valgrind have not had any problems in our CI pipeline that I know of. So I think it is safe to close this if no one else have encountered this. |
Thank you for an excellent tool!
As I was running this on our integration tests I experienced a crash with the following message:
The text was updated successfully, but these errors were encountered: