Author: mgoulish
Date: Fri Sep 18 14:45:12 2009
New Revision: 816657

URL: http://svn.apache.org/viewvc?rev=816657&view=rev
Log:
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.


Modified:
    qpid/trunk/qpid/cpp/boost-1.32-support/supressions

Modified: qpid/trunk/qpid/cpp/boost-1.32-support/supressions
URL: 
http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/boost-1.32-support/supressions?rev=816657&r1=816656&r2=816657&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/boost-1.32-support/supressions (original)
+++ qpid/trunk/qpid/cpp/boost-1.32-support/supressions Fri Sep 18 14:45:12 2009
@@ -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*
+}
+



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscr...@qpid.apache.org

Reply via email to