From: Bart Van Assche Date: Mon, 30 Jun 2008 10:50:33 +0000 (+0000) Subject: Apparently converting a stack address into a symbolic name doesn't work for the hg05_... X-Git-Tag: svn/VALGRIND_3_4_0~406 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3219e5bf58d4f26ba59b0ddcdec20ef7bcb80f0;p=thirdparty%2Fvalgrind.git 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 --- 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)