From e8bbe584dc2c089c3da89acdcba19989627858e9 Mon Sep 17 00:00:00 2001 From: Michael Goulish Date: Fri, 18 Sep 2009 14:45:12 +0000 Subject: 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@816657 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/boost-1.32-support/supressions | 76 +++++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) (limited to 'qpid/cpp/boost-1.32-support') diff --git a/qpid/cpp/boost-1.32-support/supressions b/qpid/cpp/boost-1.32-support/supressions index 0747e32cc7..c2b4392566 100644 --- a/qpid/cpp/boost-1.32-support/supressions +++ b/qpid/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* +} + -- cgit v1.2.1