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

Consider use Valgrind on build checks #41

Open
lucasteles opened this issue Apr 8, 2021 · 1 comment
Open

Consider use Valgrind on build checks #41

lucasteles opened this issue Apr 8, 2021 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@lucasteles
Copy link

lucasteles commented Apr 8, 2021

Valgrind is a too that provides a number of debugging and profiling tools that help you make your programs faster and more correct. The most popular of these tools is called Memcheck. It can detect many memory-related errors like memory leaks that are common in C and C++ programs and that can lead to crashes and unpredictable behaviour.

So, would be nice to have it running on every build of this, right?

How to use it
https://www.cprogramming.com/debugging/valgrind.html

@rafaeldelboni rafaeldelboni added enhancement New feature or request help wanted Extra attention is needed labels Apr 8, 2021
@lucasteles
Copy link
Author

lucasteles commented Apr 9, 2021

You need to run the application with valgrind, so I think the better option could be run the tests with it

But looks like this could run only on linux

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants