[Valgrind-users] DRD error report...

2009-12-09 Thread Aleksander
Hi all, Can someone explain the error shown below? It's in a glib-based application, and it seems that DRD doesn't like the call to send() in libpthread while creating a new thread at the same time... Why is this wrong? I really tried to understand the output, but got completely stuck, as this

Re: [Valgrind-users] DRD error report...

2009-12-09 Thread Bart Van Assche
On Thu, Dec 10, 2009 at 1:08 AM, Aleksander valgrind-us...@aleksander.es wrote: Can someone explain the error shown below? It's in a glib-based application, and it seems that DRD doesn't like the call to send() in libpthread while creating a new thread at the same time... Why is this wrong?