]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Apparently converting a stack address into a symbolic name doesn't work for the hg05_...
authorBart Van Assche <bvanassche@acm.org>
Mon, 30 Jun 2008 10:50:33 +0000 (10:50 +0000)
committerBart Van Assche <bvanassche@acm.org>
Mon, 30 Jun 2008 10:50:33 +0000 (10:50 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8317

exp-drd/tests/hg05_race2.stderr.exp-powerpc [new file with mode: 0644]

diff --git a/exp-drd/tests/hg05_race2.stderr.exp-powerpc b/exp-drd/tests/hg05_race2.stderr.exp-powerpc
new file mode 100644 (file)
index 0000000..f1a5c03
--- /dev/null
@@ -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)