]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Fixed output.
authorBart Van Assche <bvanassche@acm.org>
Sun, 24 Feb 2008 18:19:09 +0000 (18:19 +0000)
committerBart Van Assche <bvanassche@acm.org>
Sun, 24 Feb 2008 18:19:09 +0000 (18:19 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7439

exp-drd/tests/pth_barrier.stderr.exp

index d18786f80668a209115b4a13cf5e8afa8d9cd471..f8b48aca6d82a025f41c7f75e2b7992433886063 100644 (file)
@@ -1,3 +1,23 @@
 
+Thread 2:
+Conflicting store by thread 2 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: unknown
+Other segment start (thread 3)
+   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 3)
+   at 0x........: __lll_mutex_lock_wait (in libpthread-?.?.so)
+   by 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: 0 errors from 0 contexts (suppressed: 0 from 0)
+ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)