Add DRD suppression patterns for races triggered by std::ostream
[valgrind.git] / helgrind / tests / annotate_rwlock.stderr.exp
blob1eefc2dcad1008dc8fdd5b38e113011e168c094b
1 ---Thread-Announcement------------------------------------------
3 Thread #x was created
4    ...
5    by 0x........: pthread_create@* (hg_intercepts.c:...)
6    by 0x........: main (annotate_rwlock.c:164)
8 ---Thread-Announcement------------------------------------------
10 Thread #x was created
11    ...
12    by 0x........: pthread_create@* (hg_intercepts.c:...)
13    by 0x........: main (annotate_rwlock.c:164)
15 ----------------------------------------------------------------
17 Possible data race during read of size 4 at 0x........ by thread #x
18 Locks held: none
19    at 0x........: rwlock_rdlock (annotate_rwlock.c:71)
20    by 0x........: thread_func (annotate_rwlock.c:144)
21    by 0x........: mythread_wrapper (hg_intercepts.c:...)
22    ...
24 This conflicts with a previous write of size 4 by thread #x
25 Locks held: none
26    at 0x........: rwlock_wrlock (annotate_rwlock.c:106)
27    by 0x........: thread_func (annotate_rwlock.c:147)
28    by 0x........: mythread_wrapper (hg_intercepts.c:...)
29    ...
30  Address 0x........ is 4 bytes inside data symbol "s_rwlock"
32 ----------------------------------------------------------------
34 Possible data race during read of size 4 at 0x........ by thread #x
35 Locks held: none
36    at 0x........: rwlock_rdlock (annotate_rwlock.c:81)
37    by 0x........: thread_func (annotate_rwlock.c:144)
38    by 0x........: mythread_wrapper (hg_intercepts.c:...)
39    ...
41 This conflicts with a previous write of size 4 by thread #x
42 Locks held: none
43    at 0x........: rwlock_rdlock (annotate_rwlock.c:81)
44    by 0x........: thread_func (annotate_rwlock.c:144)
45    by 0x........: mythread_wrapper (hg_intercepts.c:...)
46    ...
47  Address 0x........ is 8 bytes inside data symbol "s_rwlock"
49 ----------------------------------------------------------------
51 Possible data race during write of size 4 at 0x........ by thread #x
52 Locks held: none
53    at 0x........: rwlock_rdlock (annotate_rwlock.c:81)
54    by 0x........: thread_func (annotate_rwlock.c:144)
55    by 0x........: mythread_wrapper (hg_intercepts.c:...)
56    ...
58 This conflicts with a previous read of size 4 by thread #x
59 Locks held: none
60    at 0x........: rwlock_unlock (annotate_rwlock.c:131)
61    by 0x........: thread_func (annotate_rwlock.c:149)
62    by 0x........: mythread_wrapper (hg_intercepts.c:...)
63    ...
64  Address 0x........ is 8 bytes inside data symbol "s_rwlock"
66 ----------------------------------------------------------------
68 Possible data race during write of size 4 at 0x........ by thread #x
69 Locks held: none
70    at 0x........: rwlock_unlock (annotate_rwlock.c:121)
71    by 0x........: thread_func (annotate_rwlock.c:146)
72    by 0x........: mythread_wrapper (hg_intercepts.c:...)
73    ...
75 This conflicts with a previous read of size 4 by thread #x
76 Locks held: none
77    at 0x........: rwlock_unlock (annotate_rwlock.c:131)
78    by 0x........: thread_func (annotate_rwlock.c:149)
79    by 0x........: mythread_wrapper (hg_intercepts.c:...)
80    ...
81  Address 0x........ is 8 bytes inside data symbol "s_rwlock"
83 ----------------------------------------------------------------
85 Possible data race during write of size 4 at 0x........ by thread #x
86 Locks held: none
87    at 0x........: rwlock_wrlock (annotate_rwlock.c:106)
88    by 0x........: thread_func (annotate_rwlock.c:147)
89    by 0x........: mythread_wrapper (hg_intercepts.c:...)
90    ...
92 This conflicts with a previous read of size 4 by thread #x
93 Locks held: none
94    at 0x........: rwlock_unlock (annotate_rwlock.c:132)
95    by 0x........: thread_func (annotate_rwlock.c:149)
96    by 0x........: mythread_wrapper (hg_intercepts.c:...)
97    ...
98  Address 0x........ is 4 bytes inside data symbol "s_rwlock"
100 ----------------------------------------------------------------
102  Lock at 0x........ was first observed
103    at 0x........: rwlock_init (annotate_rwlock.c:54)
104    by 0x........: main (annotate_rwlock.c:161)
105  Address 0x........ is 0 bytes inside data symbol "s_rwlock"
107 Possible data race during write of size 4 at 0x........ by thread #x
108 Locks held: 1, at address 0x........
109    at 0x........: rwlock_unlock (annotate_rwlock.c:127)
110    by 0x........: thread_func (annotate_rwlock.c:149)
111    by 0x........: mythread_wrapper (hg_intercepts.c:...)
112    ...
114 This conflicts with a previous read of size 4 by thread #x
115 Locks held: none
116    at 0x........: rwlock_unlock (annotate_rwlock.c:132)
117    by 0x........: thread_func (annotate_rwlock.c:149)
118    by 0x........: mythread_wrapper (hg_intercepts.c:...)
119    ...
120  Address 0x........ is 4 bytes inside data symbol "s_rwlock"
122 Finished.