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

« back to all changes in this revision

Viewing changes to helgrind/tests/tc23_bogus_condwait.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 #1: pthread_cond_{timed}wait called with invalid mutex
 
5
   at 0x........: pthread_cond_wait@* (hg_intercepts.c:...)
 
6
   by 0x........: main (tc23_bogus_condwait.c:69)
 
7
 
 
8
Thread #1: pthread_cond_{timed}wait called with un-held mutex
 
9
   at 0x........: pthread_cond_wait@* (hg_intercepts.c:...)
 
10
   by 0x........: main (tc23_bogus_condwait.c:72)
 
11
 
 
12
Thread #1: pthread_cond_{timed}wait called with mutex of type pthread_rwlock_t*
 
13
   at 0x........: pthread_cond_wait@* (hg_intercepts.c:...)
 
14
   by 0x........: main (tc23_bogus_condwait.c:75)
 
15
 
 
16
Thread #1: pthread_cond_{timed}wait called with mutex held by a different thread
 
17
   at 0x........: pthread_cond_wait@* (hg_intercepts.c:...)
 
18
   by 0x........: main (tc23_bogus_condwait.c:78)
 
19
 
 
20
ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 0 from 0)