-
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
Not working on unit tests (missing field xwhat
)
#32
Comments
xwhat
)
It seems to work when running under Rust 1.39. |
that would be great if I could run this on unit tests. |
Hello @faern, can you provide me some test input for reproduction? Alternatively, you can try out the new version I've just updated. If you want to, you can try the new software using the following command: cargo install --git https://github.com/jfrimmel/cargo-valgrind --branch custom-runner |
I currently can't reproduce the issue. I can't remember exactly how I hit the problem, but I remember it being easy to get back then. I now have valgrind-3.16.1. So that could be why. Or newer Rust. I think I got the problem in this repo: https://github.com/faern/loom-executor. It's the only one of my repos where I can find a |
I ran into this issue when using Valgrind 3.15.0 as packaged in the Ubuntu 20.04 repositories. The problem went away when I compiled Valgrind 3.16.1 on my own. |
Hello and thank you very much for this tool which is incredibly useful! I am encountering the same bug locally with valgrind 3.16.1. Therefore, I installed cargo-valgrind from the malformed-xml branch using:
I rerun the test and I now have the failing XML printed out! I hope this helps! |
Thank you for the log, that's helpful. I'll have a look and hope to fix it soon. |
Hi! I wanted to share the environment in which I’m encountering the same issue today, including sample project and Dockerfile to reproduce. I hope this helps! |
Hi. Really awesome project. I love how much simpler it is to check for memory leaks etc with this tool. However I'm not able to run this on my integration tests on a Fedora Linux machine. I'm not sure if Cargo changed in some incompatible way or if I have an unsupported version of valgrind?
This is the software I'm running:
And this is the issue I'm getting:
The text was updated successfully, but these errors were encountered: