-
Notifications
You must be signed in to change notification settings - Fork 13.4k
On i686 release builds, Valgrind reports depending on uninitialized values #63023
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Labels
O-x86_32
Target: x86 processors, 32 bit (like i686-*) (IA-32)
Comments
After adding debug symbols to the release build [profile.release]
debug = true the output is
|
@tspiteri any reason to assume this is not a false positive? They usually are. |
I was already kinda suspecting they were false positives, but wasn't aware they usually are so I opened the issue. |
This looks very similar to #5856, so closing in favor of that, unless something indicates this is different. |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
For the following main.rs
On i686 GNU/Linux, for a release build, Valgrind reports “Conditional jump or move depends on uninitialised value(s)”.
I couldn’t reproduce the issue on debug builds or on x86_64.
The text was updated successfully, but these errors were encountered: