Skip to content

Commit 8d46959

Browse files
author
bart
committed
drd, Darwin: Add a suppression pattern
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13352 a5019735-40e9-0310-863c-91ae7b9d1cf9
1 parent e9f4cfc commit 8d46959

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

darwin10-drd.supp

+8-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,14 @@
119119
fun:pthread_create
120120
}
121121
{
122-
pthread_join()
122+
drd-darwin-pthread-join-1
123+
drd:ConflictingAccess
124+
...
125+
fun:pthread_join$UNIX2003
126+
fun:pthread_join
127+
}
128+
{
129+
drd-darwin-pthread-join-2
123130
drd:ConflictingAccess
124131
...
125132
fun:pthread_join

0 commit comments

Comments
 (0)