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

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