-
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 always reports "leaked 56 B in 1 block" #111
Comments
Hello, |
Thanks for the quick reply. I imagined it had something to do with that issue, but i thought a reproduction and a clear bug description would be valuable both for contributors and users (who are probably going to |
It can happen, that new compiler versions introduce new behavior to the Rust standard library, which might impact this tool (see #111 for an ex- ample of such an issue). Therefore this job builds the code with the current beta compiler to detect potential issues before they reach the stable compiler/standard library. The jobs runs once per week and will create a GitHub issue in case of a failing build.
Even Hello world! Is it an issue with valgrind or std::rt?
$ cargo install cargo-valgrind Updating crates.io index Ignored package `cargo-valgrind v2.2.1` is already installed, use --force to override
test-valgrind.zip
The text was updated successfully, but these errors were encountered: