[Valgrind-users] Understanding DRD output

2009-12-09 Thread Mathieu Malaterre
Hi there, I am discovering DRD tool today, after reading the following documentation: http://valgrind.org/docs/manual/drd-manual.html#drd-manual.data-races I am trying to apply this to the following output (*). According to the doc, I need to: Start at the bottom of both call stacks, and

Re: [Valgrind-users] Understanding DRD output

2009-12-09 Thread Bart Van Assche
On Wed, Dec 9, 2009 at 2:23 PM, Mathieu Malaterre mathieu.malate...@gmail.com wrote: I am discovering DRD tool today, after reading the following documentation: http://valgrind.org/docs/manual/drd-manual.html#drd-manual.data-races I am trying to apply this to the following output (*).