~bkerensa/ubuntu/raring/valgrind/merge-from-deb

« back to all changes in this revision

Viewing changes to helgrind/tests/tc16_byterace.stderr.exp-glibc25-x86

  • Committer: Bazaar Package Importer
  • Author(s): Andrés Roldán
  • Date: 2008-06-13 02:31:40 UTC
  • mto: (1.4.1 upstream) (2.2.1 squeeze)
  • mto: This revision was merged to the branch mainline in revision 24.
  • Revision ID: james.westby@ubuntu.com-20080613023140-iwk33rz9rhvfkr96
Import upstream version 3.3.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
Thread #1 is the program's root thread
 
3
 
 
4
Thread #2 was created
 
5
   at 0x........: clone (in /...libc...)
 
6
   by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
 
7
   by 0x........: pthread_create@* (hg_intercepts.c:...)
 
8
   by 0x........: main (tc16_byterace.c:22)
 
9
 
 
10
Possible data race during write of size 1 at 0x........
 
11
   at 0x........: main (tc16_byterace.c:34)
 
12
  Old state: shared-readonly by threads #1, #2
 
13
  New state: shared-modified by threads #1, #2
 
14
  Reason:    this thread, #1, holds no consistent locks
 
15
  Location 0x........ has never been protected by any lock
 
16
 
 
17
ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)