From: Bart Van Assche Date: Sun, 24 Feb 2008 18:19:09 +0000 (+0000) Subject: Fixed output. X-Git-Tag: svn/VALGRIND_3_4_0~1053 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f701eba29bd31d49c099ff23b828b82c747d5a00;p=thirdparty%2Fvalgrind.git Fixed output. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7439 --- diff --git a/exp-drd/tests/pth_barrier.stderr.exp b/exp-drd/tests/pth_barrier.stderr.exp index d18786f806..f8b48aca6d 100644 --- a/exp-drd/tests/pth_barrier.stderr.exp +++ b/exp-drd/tests/pth_barrier.stderr.exp @@ -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)