[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 pr

[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 __

Re: [Valgrind-users] valgrinds stuck while checking memory leaks

2010-07-15 Thread Nicolas Rannou
e chances of hitting a deadlock > bug in your code. > > -Dave > > On Jul 13, 2010, at 2:54 PM CDT, Nicolas Rannou wrote: > >> Hello, >> >> I'm experimenting some issues using valgrind. >> >> I would l