aboutsummaryrefslogtreecommitdiff
path: root/helgrind/tests/tc05_simple_race.stderr.exp-glibc25-x86
diff options
context:
space:
mode:
authorsewardj <sewardj@a5019735-40e9-0310-863c-91ae7b9d1cf9>2007-11-09 22:49:28 +0000
committersewardj <sewardj@a5019735-40e9-0310-863c-91ae7b9d1cf9>2007-11-09 22:49:28 +0000
commitb411202f9ff33a587558e2e836626bc7eb9db183 (patch)
treeb2acf8b1b6c9fcaa93b31434236c6da8e282b59c /helgrind/tests/tc05_simple_race.stderr.exp-glibc25-x86
parent097e4fbcdbd0dd62fbeab09d4ab0077967c18852 (diff)
downloadvalgrind-b411202f9ff33a587558e2e836626bc7eb9db183.tar.gz
Import thrcheck from the THRCHECK branch, and rename it Helgrind (with
permission of the existing Helgrind authors). git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7116 a5019735-40e9-0310-863c-91ae7b9d1cf9
Diffstat (limited to 'helgrind/tests/tc05_simple_race.stderr.exp-glibc25-x86')
-rw-r--r--helgrind/tests/tc05_simple_race.stderr.exp-glibc25-x8617
1 files changed, 17 insertions, 0 deletions
diff --git a/helgrind/tests/tc05_simple_race.stderr.exp-glibc25-x86 b/helgrind/tests/tc05_simple_race.stderr.exp-glibc25-x86
new file mode 100644
index 000000000..fb6dccf8e
--- /dev/null
+++ b/helgrind/tests/tc05_simple_race.stderr.exp-glibc25-x86
@@ -0,0 +1,17 @@
+
+Thread #1 is the program's root thread
+
+Thread #2 was created
+ at 0x........: clone (in /...libc...)
+ by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@* (hg_intercepts.c:...)
+ by 0x........: main (tc05_simple_race.c:27)
+
+Possible data race during write of size 4 at 0x........
+ at 0x........: main (tc05_simple_race.c:33)
+ Old state: shared-readonly by threads #1, #2
+ New state: shared-modified by threads #1, #2
+ Reason: this thread, #1, holds no consistent locks
+ Location 0x........ has never been protected by any lock
+
+ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)