|
From: <sv...@va...> - 2008-06-30 10:50:26
|
Author: bart Date: 2008-06-30 11:50:33 +0100 (Mon, 30 Jun 2008) New Revision: 8317 Log: 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. Added: trunk/exp-drd/tests/hg05_race2.stderr.exp-powerpc Added: trunk/exp-drd/tests/hg05_race2.stderr.exp-powerpc =================================================================== --- trunk/exp-drd/tests/hg05_race2.stderr.exp-powerpc (rev 0) +++ trunk/exp-drd/tests/hg05_race2.stderr.exp-powerpc 2008-06-30 10:50:33 UTC (rev 8317) @@ -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) |