File: tc23_bogus_condwait.stderr.exp-linux-x86

package info (click to toggle)
valgrind 1%3A3.7.0-6
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 58,060 kB
  • sloc: ansic: 396,820; xml: 18,453; cpp: 6,698; asm: 5,584; perl: 5,008; sh: 4,852; makefile: 3,965; exp: 625; haskell: 195
file content (93 lines) | stat: -rw-r--r-- 4,613 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93

The object at address 0x........ is not a mutex.
   at 0x........: pthread_cond_wait (drd_pthread_intercepts.c:?)
   by 0x........: main (tc23_bogus_condwait.c:69)

Thread 3:
Probably a race condition: condition variable 0x........ has been signaled but the associated mutex 0x........ is not locked by the signalling thread.
   at 0x........: pthread_cond_signal (drd_pthread_intercepts.c:?)
   by 0x........: rescue_me (tc23_bogus_condwait.c:20)
   by 0x........: vgDrd_thread_wrapper (drd_pthread_intercepts.c:?)
cond 0x........ was first observed at:
   at 0x........: pthread_cond_init (drd_pthread_intercepts.c:?)
   by 0x........: main (tc23_bogus_condwait.c:56)

Thread 1:
Mutex not locked: mutex 0x........, recursion count 0, owner 0.
   at 0x........: pthread_cond_wait (drd_pthread_intercepts.c:?)
   by 0x........: main (tc23_bogus_condwait.c:72)
mutex 0x........ was first observed at:
   at 0x........: pthread_mutex_init (drd_pthread_intercepts.c:?)
   by 0x........: main (tc23_bogus_condwait.c:51)

Thread 3:
Probably a race condition: condition variable 0x........ has been signaled but the associated mutex 0x........ is not locked by the signalling thread.
   at 0x........: pthread_cond_signal (drd_pthread_intercepts.c:?)
   by 0x........: rescue_me (tc23_bogus_condwait.c:24)
   by 0x........: vgDrd_thread_wrapper (drd_pthread_intercepts.c:?)
cond 0x........ was first observed at:
   at 0x........: pthread_cond_init (drd_pthread_intercepts.c:?)
   by 0x........: main (tc23_bogus_condwait.c:56)
mutex 0x........ was first observed at:
   at 0x........: pthread_mutex_init (drd_pthread_intercepts.c:?)
   by 0x........: main (tc23_bogus_condwait.c:51)

Thread 1:
The object at address 0x........ is not a mutex.
   at 0x........: pthread_cond_wait (drd_pthread_intercepts.c:?)
   by 0x........: main (tc23_bogus_condwait.c:75)
rwlock 0x........ was first observed at:
   at 0x........: pthread_rwlock_init (drd_pthread_intercepts.c:?)
   by 0x........: main (tc23_bogus_condwait.c:57)

Thread 3:
Probably a race condition: condition variable 0x........ has been signaled but the associated mutex 0x........ is not locked by the signalling thread.
   at 0x........: pthread_cond_signal (drd_pthread_intercepts.c:?)
   by 0x........: rescue_me (tc23_bogus_condwait.c:28)
   by 0x........: vgDrd_thread_wrapper (drd_pthread_intercepts.c:?)
cond 0x........ was first observed at:
   at 0x........: pthread_cond_init (drd_pthread_intercepts.c:?)
   by 0x........: main (tc23_bogus_condwait.c:56)
rwlock 0x........ was first observed at:
   at 0x........: pthread_rwlock_init (drd_pthread_intercepts.c:?)
   by 0x........: main (tc23_bogus_condwait.c:57)

Thread 1:
Mutex not locked by calling thread: mutex 0x........, recursion count 1, owner 2.
   at 0x........: pthread_cond_wait (drd_pthread_intercepts.c:?)
   by 0x........: main (tc23_bogus_condwait.c:78)
mutex 0x........ was first observed at:
   at 0x........: pthread_mutex_init (drd_pthread_intercepts.c:?)
   by 0x........: main (tc23_bogus_condwait.c:53)

Thread 3:
Probably a race condition: condition variable 0x........ has been signaled but the associated mutex 0x........ is not locked by the signalling thread.
   at 0x........: pthread_cond_signal (drd_pthread_intercepts.c:?)
   by 0x........: rescue_me (tc23_bogus_condwait.c:32)
   by 0x........: vgDrd_thread_wrapper (drd_pthread_intercepts.c:?)
cond 0x........ was first observed at:
   at 0x........: pthread_cond_init (drd_pthread_intercepts.c:?)
   by 0x........: main (tc23_bogus_condwait.c:56)
mutex 0x........ was first observed at:
   at 0x........: pthread_mutex_init (drd_pthread_intercepts.c:?)
   by 0x........: main (tc23_bogus_condwait.c:53)

Thread 1:
The impossible happened: mutex is locked simultaneously by two threads: mutex 0x........, recursion count 1, owner 2.
   at 0x........: pthread_cond_wait (drd_pthread_intercepts.c:?)
   by 0x........: main (tc23_bogus_condwait.c:78)
mutex 0x........ was first observed at:
   at 0x........: pthread_mutex_init (drd_pthread_intercepts.c:?)
   by 0x........: main (tc23_bogus_condwait.c:53)

Thread 2:
Mutex not locked by calling thread: mutex 0x........, recursion count 2, owner 1.
   at 0x........: pthread_mutex_unlock (drd_pthread_intercepts.c:?)
   by 0x........: grab_the_lock (tc23_bogus_condwait.c:42)
   by 0x........: vgDrd_thread_wrapper (drd_pthread_intercepts.c:?)
mutex 0x........ was first observed at:
   at 0x........: pthread_mutex_init (drd_pthread_intercepts.c:?)
   by 0x........: main (tc23_bogus_condwait.c:53)


ERROR SUMMARY: 12 errors from 10 contexts (suppressed: 0 from 0)