Author: bart
Date: 2008-02-25 17:29:13 +0000 (Mon, 25 Feb 2008)
New Revision: 7459

Log:
Added output for the case where the data race is detected in thread 3.

Added:
   trunk/exp-drd/tests/pth_barrier.stderr.exp-thread3


Added: trunk/exp-drd/tests/pth_barrier.stderr.exp-thread3
===================================================================
--- trunk/exp-drd/tests/pth_barrier.stderr.exp-thread3                          
(rev 0)
+++ trunk/exp-drd/tests/pth_barrier.stderr.exp-thread3  2008-02-25 17:29:13 UTC 
(rev 7459)
@@ -0,0 +1,25 @@
+
+Thread 3:
+Conflicting store by thread 3 at 0x........ size 4
+   at 0x........: threadfunc (pth_barrier.c:?)
+   by 0x........: vg_thread_wrapper (drd_intercepts.c:?)
+   by 0x........: start_thread (in libpthread-?.?.so)
+   by 0x........: clone (in /...libc...)
+Allocation context: heap, offset 0 in block at 0x........ of size 4
+   at 0x........: malloc (vg_replace_malloc.c:...)
+   by 0x........: barriers_and_races (pth_barrier.c:?)
+   by 0x........: main (pth_barrier.c:?)
+Other segment start (thread 2)
+   at 0x........: pthread_barrier_wait (drd_intercepts.c:?)
+   by 0x........: threadfunc (pth_barrier.c:?)
+   by 0x........: vg_thread_wrapper (drd_intercepts.c:?)
+   by 0x........: start_thread (in libpthread-?.?.so)
+   by 0x........: clone (in /...libc...)
+Other segment end (thread 2)
+   at 0x........: pthread_barrier_wait (in libpthread-?.?.so)
+   by 0x........: threadfunc (pth_barrier.c:?)
+   by 0x........: vg_thread_wrapper (drd_intercepts.c:?)
+   by 0x........: start_thread (in libpthread-?.?.so)
+   by 0x........: clone (in /...libc...)
+
+ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Valgrind-developers mailing list
Valgrind-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-developers

Reply via email to