~ubuntu-branches/ubuntu/karmic/valgrind/karmic

« back to all changes in this revision

Viewing changes to helgrind/tests/tc05_simple_race.stderr.exp-glibc25-amd64

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2008-01-06 11:28:10 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20080106112810-segj25s87z9zd7i5
Tags: 1:3.3.0-1ubuntu1
* Merge with Debian, remaining changes:
 - Add 91_build_with_fno_stack_protector.dpatch
 - Add lpia to Architecture

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........: ...
 
7
   by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
 
8
   by 0x........: pthread_create@* (hg_intercepts.c:...)
 
9
   by 0x........: main (tc05_simple_race.c:27)
 
10
 
 
11
Possible data race during write of size 4 at 0x........
 
12
   at 0x........: main (tc05_simple_race.c:33)
 
13
  Old state: shared-readonly by threads #1, #2
 
14
  New state: shared-modified by threads #1, #2
 
15
  Reason:    this thread, #1, holds no consistent locks
 
16
  Location 0x........ has never been protected by any lock
 
17
 
 
18
ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)