blob: 9ecacde13efe1282b3f863f602ce14cbc5c1ac95 [file] [log] [blame]
bartc8441502009-07-27 16:03:51 +00001
2Attempt to use a user-defined rwlock as a POSIX rwlock: rwlock 0x.........
bart791a0c62009-07-31 17:31:44 +00003 at 0x........: pthread_rwlock_init (drd_pthread_intercepts.c:?)
bartc8441502009-07-27 16:03:51 +00004 by 0x........: main (rwlock_type_checking.c:?)
5rwlock 0x........ was first observed at:
6 at 0x........: vgDrdCl_annotate_rwlock (drd.h:?)
7 by 0x........: main (rwlock_type_checking.c:?)
8
9Attempt to use a POSIX rwlock as a user-defined rwlock: rwlock 0x.........
10 at 0x........: vgDrdCl_annotate_rwlock (drd.h:?)
11 by 0x........: main (rwlock_type_checking.c:?)
12rwlock 0x........ was first observed at:
bart791a0c62009-07-31 17:31:44 +000013 at 0x........: pthread_rwlock_init (drd_pthread_intercepts.c:?)
bartc8441502009-07-27 16:03:51 +000014 by 0x........: main (rwlock_type_checking.c:?)
njncab64bc2009-08-12 00:14:44 +000015
bartc8441502009-07-27 16:03:51 +000016Finished.
17
bart67707ec2009-07-27 17:02:52 +000018ERROR SUMMARY: 4 errors from 2 contexts (suppressed: 0 from 0)