diff options
author | bart <bart@a5019735-40e9-0310-863c-91ae7b9d1cf9> | 2008-07-07 16:49:54 +0000 |
---|---|---|
committer | bart <bart@a5019735-40e9-0310-863c-91ae7b9d1cf9> | 2008-07-07 16:49:54 +0000 |
commit | 4e2ab3467b8784655c06bf616b30c1357faa2580 (patch) | |
tree | 5628f2920daff0f0b413f72a3ae32fd8927bbf6b /glibc-2.X-drd.supp | |
parent | 7f912c04a379f8bad91cb37b9e434240e4a04b60 (diff) |
Generalized one suppression pattern and added two new suppression patterns.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8376 a5019735-40e9-0310-863c-91ae7b9d1cf9
Diffstat (limited to 'glibc-2.X-drd.supp')
-rw-r--r-- | glibc-2.X-drd.supp | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/glibc-2.X-drd.supp b/glibc-2.X-drd.supp index 2e9ac1a0..68c2ab84 100644 --- a/glibc-2.X-drd.supp +++ b/glibc-2.X-drd.supp @@ -208,10 +208,22 @@ { pthread drd:ConflictingAccess + fun:__deallocate_stack +} +{ + pthread + drd:ConflictingAccess fun:free_stacks fun:__deallocate_stack - fun:pthread_join - fun:pthread_join +} +{ + pthread + drd:ConflictingAccess + obj:/lib*/libpthread-* + obj:/lib*/libpthread-* + fun:__deallocate_stack + fun:start_thread + fun:clone } { pthread |