Add DRD suppression patterns for races triggered by std::ostream
[valgrind.git] / drd / tests / tc12_rwl_trivial.stderr.exp
blob73163e7b23c5a7b73911d7189cd7d404e6211eb1
2 Reader-writer lock not locked by calling thread: rwlock 0x.........
3 at 0x........: pthread_rwlock_unlock (drd_pthread_intercepts.c:?)
4 by 0x........: safe_pthread_rwlock_unlock (safe-pthread.h:58)
5 by 0x........: main (tc12_rwl_trivial.c:29)
6 rwlock 0x........ was first observed at:
7 at 0x........: pthread_rwlock_init (drd_pthread_intercepts.c:?)
8 by 0x........: main (tc12_rwl_trivial.c:18)
11 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)