From c3219e5bf58d4f26ba59b0ddcdec20ef7bcb80f0 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Mon, 30 Jun 2008 10:50:33 +0000 Subject: [PATCH] Apparently converting a stack address into a symbolic name doesn't work for the hg05_race2 test program on PowerPC systems. Added additional expected output file. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8317 --- exp-drd/tests/hg05_race2.stderr.exp-powerpc | 25 +++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 exp-drd/tests/hg05_race2.stderr.exp-powerpc diff --git a/exp-drd/tests/hg05_race2.stderr.exp-powerpc b/exp-drd/tests/hg05_race2.stderr.exp-powerpc new file mode 100644 index 0000000000..f1a5c03390 --- /dev/null +++ b/exp-drd/tests/hg05_race2.stderr.exp-powerpc @@ -0,0 +1,25 @@ + +Thread 2: +Conflicting load by thread 2/3 at 0x........ size 4 + at 0x........: th (hg05_race2.c:17) + by 0x........: vg_thread_wrapper (drd_pthread_intercepts.c:?) + by 0x........: (within libpthread-?.?.so) + by 0x........: clone (in /...libc...) +Allocation context: unknown. +Other segment start (thread 0/2) + (thread finished, call stack no longer available) +Other segment end (thread 0/2) + (thread finished, call stack no longer available) + +Conflicting store by thread 2/3 at 0x........ size 4 + at 0x........: th (hg05_race2.c:17) + by 0x........: vg_thread_wrapper (drd_pthread_intercepts.c:?) + by 0x........: (within libpthread-?.?.so) + by 0x........: clone (in /...libc...) +Allocation context: unknown. +Other segment start (thread 0/2) + (thread finished, call stack no longer available) +Other segment end (thread 0/2) + (thread finished, call stack no longer available) + +ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0) -- 2.47.2