Top "Valgrind" questions

Valgrind is a dynamic analysis tool for Linux, OS X, Android, and Solaris systems.

How can I use valgrind with Python C++ extensions?

I have Python extensions implemented on C++ classes. I don't have a C++ target to run valgrind with. I want …

c++ python valgrind
How use callgrind to profiling only a certain period of program execution?

I want to use valgrind to do some profiling, since it does not need re-build the program. (the program I …

profiling valgrind callgrind
Why does valgrind say basic SDL program is leaking memory?

Here is the SDL program: #include <SDL/SDL.h> int main(int argc, char** argv){ SDL_Init(SDL_…

c++ sdl valgrind
What does possible lost means in valgrind

I have a lot of possible lost entry from valgrind. What does that mean ? As I am using sqlite and …

valgrind memcheck
How do I add valgrind tests to my cmake "test" target

I run unit tests by building with ninja and then running ninja test from my build tree: cmake -G Ninja /…

c++ cmake valgrind
valgrind mac os sierra 10.12.1

Is there any possible ways to install valgrind on new Mac OS? brew tell brew install -HEAD valgrind valgrind: This …

macos operating-system valgrind
Valgrind gives an error for nearly everything (Warning: client switching stacks?)

I'm corrupting memory somehow because my program crashes without error at random places. I'm using valgrind with --leak-check=full, compiling …

c++ valgrind memory-corruption
Can valgrind be used along with Cygwin?

I am building source on Windows using Cygwin, I need to find places with memory leaks and possible memory leaks. …

c cygwin valgrind
Memory leak reported by valgrind in dlopen?

I've been debugging some app lately with valgrind, and I'm getting very weird reports from dlopen. ==1987== 32 bytes in 1 blocks are …

memory-leaks valgrind dlopen
install valgrind, Fatal error at startup

I am installing Valgrind but encounter some problems. The info of my platform: Linux xx-ThinkPad-X61 3.2.0-39-generic-pae #62-Ubuntu SMP Wed …

valgrind