Skip to content
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

Valgrind reported errors #122

Open
intelmark opened this issue Jul 10, 2020 · 0 comments
Open

Valgrind reported errors #122

intelmark opened this issue Jul 10, 2020 · 0 comments
Labels
Clean up A cleaner implementation or improved functionality

Comments

@intelmark
Copy link
Contributor

intelmark commented Jul 10, 2020

When running valgrind to analyze another VP9 issue, a number of errors were reported.

Conditional jump or move depends on uninitialised value(s)
Uninitialised value was created by a heap allocation

The command line I ran is:

_valgrind --log-file="valgrind_results.txt" --leak-check=full --show-leak-kinds=all --track-origins=yes --dsymutil=yes /repos/SVT-VP9/Bin/Debug/SvtVp9EncApp -i /testfiles/neighbor_360x360_420p_20frames.yuv -w 360 -h 360 -fps 50 -b output_valgrind.vp9 -asm 0
valgrind_results.txt
_

@tianjunwork tianjunwork added the Clean up A cleaner implementation or improved functionality label Jul 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Clean up A cleaner implementation or improved functionality
Projects
None yet
Development

No branches or pull requests

2 participants