]> rtime.felk.cvut.cz Git - l4.git/blob - l4/pkg/valgrind/src/valgrind-3.6.0-svn/drd/tests/rwlock_type_checking.stderr.exp
Inital import
[l4.git] / l4 / pkg / valgrind / src / valgrind-3.6.0-svn / drd / tests / rwlock_type_checking.stderr.exp
1
2 Attempt to use a user-defined rwlock as a POSIX rwlock: rwlock 0x.........
3    at 0x........: pthread_rwlock_init (drd_pthread_intercepts.c:?)
4    by 0x........: main (rwlock_type_checking.c:?)
5 rwlock 0x........ was first observed at:
6    at 0x........: vgDrdCl_annotate_rwlock_create (drd.h:?)
7    by 0x........: main (rwlock_type_checking.c:?)
8
9 Attempt to use a POSIX rwlock as a user-defined rwlock: rwlock 0x.........
10    at 0x........: vgDrdCl_annotate_rwlock_released (drd.h:?)
11    by 0x........: main (rwlock_type_checking.c:?)
12 rwlock 0x........ was first observed at:
13    at 0x........: pthread_rwlock_init (drd_pthread_intercepts.c:?)
14    by 0x........: main (rwlock_type_checking.c:?)
15
16 Finished.
17
18 ERROR SUMMARY: 4 errors from 2 contexts (suppressed: 0 from 0)