Add DRD suppression patterns for races triggered by std::ostream
[valgrind.git] / helgrind / tests / rwlock_race.stderr.exp
blobf56194cf14897881056c2e7e61dd25b2608a7da5
2 ---Thread-Announcement------------------------------------------
4 Thread #x was created
5 ...
6 by 0x........: pthread_create@* (hg_intercepts.c:...)
7 by 0x........: main (rwlock_race.c:48)
9 ---Thread-Announcement------------------------------------------
11 Thread #x was created
12 ...
13 by 0x........: pthread_create@* (hg_intercepts.c:...)
14 by 0x........: main (rwlock_race.c:47)
16 ----------------------------------------------------------------
18 Possible data race during write of size 4 at 0x........ by thread #x
19 Locks held: none
20 at 0x........: thread_func (rwlock_race.c:29)
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........: thread_func (rwlock_race.c:29)
27 by 0x........: mythread_wrapper (hg_intercepts.c:...)
28 ...
29 Location 0x........ is 0 bytes inside global var "s_racy"
30 declared at rwlock_race.c:18
32 Result: 2
34 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)