[Valgrind-users] valgrinds stuck while checking memory leaks

2010-07-13 Thread Nicolas Rannou
Hello, I'm experimenting some issues using valgrind. I would like to perform a memory leaks checking in my application. I do: _ $ valgrind -v --leak-check=full --track-origins=yes ./bin/gofigure log.txt

[Valgrind-users] Remove external libraries errors from my project

2010-02-19 Thread Nicolas Rannou
Hello, We are developing an application in C++ and we would like to perform dynamic analysis on it. The problem is that we are using external libraries which contain thousands of errors. We don't want to see/correct the external libraries errors (yet at least!). We are just interested in our