diff options
author | bart <bart@a5019735-40e9-0310-863c-91ae7b9d1cf9> | 2008-03-09 19:21:14 +0000 |
---|---|---|
committer | bart <bart@a5019735-40e9-0310-863c-91ae7b9d1cf9> | 2008-03-09 19:21:14 +0000 |
commit | ebca78638f41f6d95fda948d8cd27106c4542e55 (patch) | |
tree | 4087ba0b0d381354d108a5e9f79c0d40b9f769ee /glibc-2.X-drd.supp | |
parent | 3effeb9a424dc3fcd89231de50fffc430b272c81 (diff) |
Added NPTL-0.60 suppression patterns.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7621 a5019735-40e9-0310-863c-91ae7b9d1cf9
Diffstat (limited to 'glibc-2.X-drd.supp')
-rw-r--r-- | glibc-2.X-drd.supp | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/glibc-2.X-drd.supp b/glibc-2.X-drd.supp index 5dacd4f3..d71da44c 100644 --- a/glibc-2.X-drd.supp +++ b/glibc-2.X-drd.supp @@ -113,6 +113,14 @@ { pthread exp-drd:ConflictingAccess + fun:clone + fun:create_thread + fun:pthread_create* + fun:pthread_create* +} +{ + pthread + exp-drd:ConflictingAccess obj:/lib*/libc-*.so fun:__libc_thread_freeres fun:start_thread @@ -217,6 +225,21 @@ { pthread exp-drd:ConflictingAccess + fun:allocate_stack + fun:pthread_create* + fun:pthread_create* +} +{ + pthread + exp-drd:ConflictingAccess + fun:get_cached_stack + fun:allocate_stack + fun:pthread_create* + fun:pthread_create* +} +{ + pthread + exp-drd:ConflictingAccess fun:__deallocate_stack } { |