blob: 84601c4797b0c9b858e8ca9fb104d279abd4afe3 [file] [log] [blame]
sewardjb4112022007-11-09 22:49:28 +00001
2Thread #1 is the program's root thread
3
4Thread #1 unlocked a not-locked lock at 0x........
5 at 0x........: pthread_mutex_unlock (hg_intercepts.c:...)
6 by 0x........: nearly_main (tc09_bad_unlock.c:27)
7 by 0x........: main (tc09_bad_unlock.c:49)
8 Lock at 0x........ was first observed
9 at 0x........: pthread_mutex_init (hg_intercepts.c:...)
10 by 0x........: nearly_main (tc09_bad_unlock.c:23)
11 by 0x........: main (tc09_bad_unlock.c:49)
12
13Thread #2 was created
14 at 0x........: clone (in /...libc...)
15 by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
16 by 0x........: pthread_create@* (hg_intercepts.c:...)
17 by 0x........: nearly_main (tc09_bad_unlock.c:35)
18 by 0x........: main (tc09_bad_unlock.c:49)
19
20Thread #2 unlocked lock at 0x........ currently held by thread #1
21 at 0x........: pthread_mutex_unlock (hg_intercepts.c:...)
22 by 0x........: child_fn (tc09_bad_unlock.c:11)
23 by 0x........: mythread_wrapper (hg_intercepts.c:...)
24 by 0x........: ...
25 by 0x........: ...
26 Lock at 0x........ was first observed
27 at 0x........: pthread_mutex_init (hg_intercepts.c:...)
28 by 0x........: nearly_main (tc09_bad_unlock.c:31)
29 by 0x........: main (tc09_bad_unlock.c:49)
30
31Thread #1 unlocked an invalid lock at 0x........
32 at 0x........: pthread_mutex_unlock (hg_intercepts.c:...)
33 by 0x........: nearly_main (tc09_bad_unlock.c:41)
34 by 0x........: main (tc09_bad_unlock.c:49)
35
36Thread #1's call to pthread_mutex_unlock failed
37 with error code 22 (EINVAL: Invalid argument)
38 at 0x........: pthread_mutex_unlock (hg_intercepts.c:...)
39 by 0x........: nearly_main (tc09_bad_unlock.c:41)
40 by 0x........: main (tc09_bad_unlock.c:49)
41
42Thread #1 deallocated location 0x........ containing a locked lock
43 at 0x........: nearly_main (tc09_bad_unlock.c:45)
44 by 0x........: main (tc09_bad_unlock.c:49)
45 Lock at 0x........ was first observed
46 at 0x........: pthread_mutex_init (hg_intercepts.c:...)
47 by 0x........: nearly_main (tc09_bad_unlock.c:31)
48 by 0x........: main (tc09_bad_unlock.c:49)
49
50Thread #1 unlocked a not-locked lock at 0x........
51 at 0x........: pthread_mutex_unlock (hg_intercepts.c:...)
52 by 0x........: nearly_main (tc09_bad_unlock.c:27)
53 by 0x........: main (tc09_bad_unlock.c:50)
54 Lock at 0x........ was first observed
55 at 0x........: pthread_mutex_init (hg_intercepts.c:...)
56 by 0x........: nearly_main (tc09_bad_unlock.c:23)
57 by 0x........: main (tc09_bad_unlock.c:50)
58
59Thread #3 was created
60 at 0x........: clone (in /...libc...)
61 by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
62 by 0x........: pthread_create@* (hg_intercepts.c:...)
63 by 0x........: nearly_main (tc09_bad_unlock.c:35)
64 by 0x........: main (tc09_bad_unlock.c:50)
65
66Thread #3 unlocked lock at 0x........ currently held by thread #1
67 at 0x........: pthread_mutex_unlock (hg_intercepts.c:...)
68 by 0x........: child_fn (tc09_bad_unlock.c:11)
69 by 0x........: mythread_wrapper (hg_intercepts.c:...)
70 by 0x........: ...
71 by 0x........: ...
72 Lock at 0x........ was first observed
73 at 0x........: pthread_mutex_init (hg_intercepts.c:...)
74 by 0x........: nearly_main (tc09_bad_unlock.c:31)
75 by 0x........: main (tc09_bad_unlock.c:50)
76
77Thread #1 unlocked an invalid lock at 0x........
78 at 0x........: pthread_mutex_unlock (hg_intercepts.c:...)
79 by 0x........: nearly_main (tc09_bad_unlock.c:41)
80 by 0x........: main (tc09_bad_unlock.c:50)
81
82Thread #1's call to pthread_mutex_unlock failed
83 with error code 22 (EINVAL: Invalid argument)
84 at 0x........: pthread_mutex_unlock (hg_intercepts.c:...)
85 by 0x........: nearly_main (tc09_bad_unlock.c:41)
86 by 0x........: main (tc09_bad_unlock.c:50)
87
88Thread #1 deallocated location 0x........ containing a locked lock
89 at 0x........: nearly_main (tc09_bad_unlock.c:45)
90 by 0x........: main (tc09_bad_unlock.c:50)
91 Lock at 0x........ was first observed
92 at 0x........: pthread_mutex_init (hg_intercepts.c:...)
93 by 0x........: nearly_main (tc09_bad_unlock.c:31)
94 by 0x........: main (tc09_bad_unlock.c:50)
95
96ERROR SUMMARY: 10 errors from 10 contexts (suppressed: 0 from 0)