File: tc04_free_lock.stderr.exp-x86

package info (click to toggle)
valgrind 1%3A3.14.0-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 156,980 kB
  • sloc: ansic: 728,128; exp: 26,134; xml: 22,268; cpp: 7,638; asm: 7,312; makefile: 6,102; perl: 5,910; sh: 5,717
file content (34 lines) | stat: -rw-r--r-- 1,450 bytes parent folder | download | duplicates (9)
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

Destroying locked mutex: mutex 0x........, recursion count 1, owner 1.
   at 0x........: free (vg_replace_malloc.c:...)
   by 0x........: main (tc04_free_lock.c:24)
mutex 0x........ was first observed at:
   at 0x........: pthread_mutex_init (drd_pthread_intercepts.c:?)
   by 0x........: main (tc04_free_lock.c:20)

Destroying locked mutex: mutex 0x........, recursion count 1, owner 1.
   at 0x........: bar (tc04_free_lock.c:40)
   by 0x........: main (tc04_free_lock.c:26)
mutex 0x........ was first observed at:
   at 0x........: pthread_mutex_lock (drd_pthread_intercepts.c:?)
   by 0x........: bar (tc04_free_lock.c:38)
   by 0x........: main (tc04_free_lock.c:26)

Destroying locked mutex: mutex 0x........, recursion count 1, owner 1.
   at 0x........: foo (tc04_free_lock.c:49)
   by 0x........: main (tc04_free_lock.c:27)
mutex 0x........ was first observed at:
   at 0x........: pthread_mutex_init (drd_pthread_intercepts.c:?)
   by 0x........: foo (tc04_free_lock.c:46)
   by 0x........: main (tc04_free_lock.c:27)

Destroying locked mutex: mutex 0x........, recursion count 1, owner 1.
   at 0x........: bar (tc04_free_lock.c:40)
   by 0x........: main (tc04_free_lock.c:28)
mutex 0x........ was first observed at:
   at 0x........: pthread_mutex_lock (drd_pthread_intercepts.c:?)
   by 0x........: bar (tc04_free_lock.c:38)
   by 0x........: main (tc04_free_lock.c:28)


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