Re: [Valgrind-users] Analyzing race reports

2010-05-12 Thread Bart Van Assche
On Thu, May 13, 2010 at 5:51 AM, Jorge Moraleda wrote: > I still have not been able to write a small test case that will > reproduce my race conditions. For what is worth, these are the > relevant parts of the drd log for one of the race conditions. > Everything that is not in namespaces std or bo

Re: [Valgrind-users] Valgrind-users Digest, Vol 48, Issue 5

2010-05-12 Thread Jorge Moraleda
>>> >>> Why did you post this in reply to a message about std::locale::locale() ? >>> As far as I can see the race reported on the std::string object and the race >>> reported on std::locale::locale() are unrelated. >>> >>> Oops, my fault... >> Indeed, a reproducer for a std::locale::locale() would

Re: [Valgrind-users] Query

2010-05-12 Thread Oliver Schneider
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi there, yes you can do it with Valgrind. All you need to do is to skim over the first few pages of the manual. Since memcheck is the default tool, not much prior knowledge is needed ... Frankly I source two different functions in my bash profile

[Valgrind-users] Query

2010-05-12 Thread ajit gunge
Hi, I have a small project with few C,C++ files in it.I want to chk if the whole project has a memleak or not.Can I do this using valgrind.If yes How and where can i find more info on this. Please help. Thanks -

Re: [Valgrind-users] Conflicting load reported on libstdc++ std::string

2010-05-12 Thread Bart Van Assche
On Tue, May 11, 2010 at 4:31 PM, Konstantin Serebryany < konstantin.s.serebry...@gmail.com> wrote: > > > On Tue, May 11, 2010 at 6:27 PM, Bart Van Assche wrote: > >> On Tue, May 11, 2010 at 11:20 AM, Konstantin Serebryany < >> konstantin.s.serebry...@gmail.com> wrote: >> >>> Have you already