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