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

2010-05-11 Thread Konstantin Serebryany
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 found a workaround that allows to avoid triggering >>> the race report on std::locale::locale() ? If not, it wo

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

2010-05-11 Thread Bart Van Assche
On Tue, May 11, 2010 at 11:20 AM, Konstantin Serebryany < konstantin.s.serebry...@gmail.com> wrote: > >> Have you already found a workaround that allows to avoid triggering >> the race report on std::locale::locale() ? If not, it would help if >> you could post a small example that allows to repro

[Valgrind-users] Valgrind usage problem

2010-05-11 Thread Arkady
Hi, My name is Arkady and I try to use Ptrcheck tool of valgrind . My OS: Linux chip.pineapp.com 2.6.20.21-Surf-SeCure #10 SMP Mon Jan 5 13:49:59 GMT 2009 i686 pentium4 i386 GNU/Linux Valgrind version: valgrind-3.5.0 The command is valgrind --tool=exp-ptrcheck ./surf_http_proxy surf_http

Re: [Valgrind-users] novice drd user. Errors in std streams

2010-05-11 Thread Konstantin Serebryany
> > > Have you already found a workaround that allows to avoid triggering > the race report on std::locale::locale() ? If not, it would help if > you could post a small example that allows to reproduce this behavior. > You may like the test NegativeTests.EmptyRepTest from http://code.google.com/p/