diff options
author | Michael Goulish <mgoulish@apache.org> | 2009-09-18 14:45:12 +0000 |
---|---|---|
committer | Michael Goulish <mgoulish@apache.org> | 2009-09-18 14:45:12 +0000 |
commit | bf4338857280ae51b8b1bb59c6151cdfa2cf1791 (patch) | |
tree | e7ee728e36f92f008014ba18de6b33d0013ce9f8 /cpp | |
parent | bedd2ab8811a8275d12dc78794979b524359d42d (diff) | |
download | qpid-python-bf4338857280ae51b8b1bb59c6151cdfa2cf1791.tar.gz |
New suppressions for RHEL4 only, taking care of extensive leaks in
dl_open and a couple other libs after a recent upgrade.
NOTE -- these should be investigated soon! But we need to get the
RHEL4 build functioning again, first.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@816657 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/boost-1.32-support/supressions | 76 |
1 files changed, 76 insertions, 0 deletions
diff --git a/cpp/boost-1.32-support/supressions b/cpp/boost-1.32-support/supressions index 0747e32cc7..c2b4392566 100644 --- a/cpp/boost-1.32-support/supressions +++ b/cpp/boost-1.32-support/supressions @@ -789,3 +789,79 @@ fun:getaddrinfo fun:_ZNK4qpid3sys6Socket7connectERKSst } +{ + dl 0 + Memcheck:Leak + fun:*dl* +} + +{ + dl 1 + Memcheck:Leak + fun:* + fun:*dl* +} + +{ + dl 2 + fun:* + fun:* + Memcheck:Leak + fun:*dl* +} + +{ + Znwm + Memcheck:Leak + fun:_Znwm +} + +{ + Znwj + Memcheck:Leak + fun:_Znwj +} + +{ + Znaj + Memcheck:Leak + fun:_Znaj +} + +{ + libc res nsend + Memcheck:Leak + fun:malloc + fun:__libc_res_nsend +} + +{ + new exitfn + Memcheck:Leak + fun:malloc + fun:__new_exitfn +} + +{ + pthread mutex unlock + Memcheck:Param + futex(uaddr2) + fun:__lll_mutex_unlock_wake + fun:pthread_mutex_unlock +} + +{ + sasl 1 + Memcheck:Leak + fun:* + fun:sasl* +} + +{ + sasl 2 + Memcheck:Leak + fun:* + obj:* + fun:sasl* +} + |