File: recursive_mutex.stderr.exp-linux

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 (32 lines) | stat: -rw-r--r-- 1,142 bytes parent folder | download | duplicates (11)
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

Recursive mutex (statically initialized).

Recursive mutex (initialized via mutex attributes).

Error checking mutex.
second lock call failed !
Mutex not locked by calling thread: mutex 0x........, recursion count 0, owner 1.
   at 0x........: pthread_mutex_unlock (drd_pthread_intercepts.c:?)
   by 0x........: lock_twice (recursive_mutex.c:?)
   by 0x........: main (recursive_mutex.c:?)
mutex 0x........ was first observed at:
   at 0x........: pthread_mutex_init (drd_pthread_intercepts.c:?)
   by 0x........: main (recursive_mutex.c:?)

second unlock call failed !

Non-recursive mutex.
second lock call failed !
Mutex not locked by calling thread: mutex 0x........, recursion count 0, owner 1.
   at 0x........: pthread_mutex_unlock (drd_pthread_intercepts.c:?)
   by 0x........: lock_twice (recursive_mutex.c:?)
   by 0x........: main (recursive_mutex.c:?)
mutex 0x........ was first observed at:
   at 0x........: pthread_mutex_trylock (drd_pthread_intercepts.c:?)
   by 0x........: lock_twice (recursive_mutex.c:?)
   by 0x........: main (recursive_mutex.c:?)


Done.

ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)