You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by gs...@apache.org on 2008/08/07 13:33:09 UTC

svn commit: r683588 - /incubator/qpid/trunk/qpid/cpp/boost-1.32-support/main.patch

Author: gsim
Date: Thu Aug  7 04:33:08 2008
New Revision: 683588

URL: http://svn.apache.org/viewvc?rev=683588&view=rev
Log:
Updated suppressions for changes to Thread


Modified:
    incubator/qpid/trunk/qpid/cpp/boost-1.32-support/main.patch

Modified: incubator/qpid/trunk/qpid/cpp/boost-1.32-support/main.patch
URL: http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/cpp/boost-1.32-support/main.patch?rev=683588&r1=683587&r2=683588&view=diff
==============================================================================
--- incubator/qpid/trunk/qpid/cpp/boost-1.32-support/main.patch (original)
+++ incubator/qpid/trunk/qpid/cpp/boost-1.32-support/main.patch Thu Aug  7 04:33:08 2008
@@ -1,8 +1,143 @@
+Index: boost-1.32-support/main.patch
+===================================================================
+--- boost-1.32-support/main.patch	(revision 683578)
++++ boost-1.32-support/main.patch	(working copy)
+@@ -1,130 +0,0 @@
+-Index: src/tests/.valgrind.supp
+-===================================================================
+---- src/tests/.valgrind.supp	(revision 681145)
+-+++ src/tests/.valgrind.supp	(working copy)
+-@@ -193,8 +193,112 @@
+- }
+- 
+- {
+--  CPG related errors - seem benign but should invesgitate.
+-+   similar to other param error, below.
+-    Memcheck:Param
+-+   socketcall.sendto(msg)
+-+   fun:send
+-+   fun:get_mapping
+-+}
+-+
+-+{
+-+   RHEL4 -- we think Boost is responsible for these leaks.
+-+   Memcheck:Leak
+-+   fun:_Znwm
+-+   fun:_ZN5boost15program_options??options_description*
+-+}
+-+
+-+{
+-+   RHEL4 -- we think Boost is responsible for these leaks.
+-+   Memcheck:Leak
+-+   fun:_Znwm
+-+   fun:_ZN5boost9unit_test9test_case*
+-+}
+-+
+-+{
+-+   RHEL4 -- we think Boost is responsible for these leaks.
+-+   Memcheck:Leak
+-+   fun:calloc
+-+   fun:_dlerror_run
+-+   fun:dlopen@@GLIBC_2.2.5
+-+   fun:_ZN4qpid3sys5Shlib4loadEPKc
+-+   fun:_Z9testShlibv
+-+   fun:_ZN5boost9unit_test9ut_detail17unit_test_monitor8functionEv
+-+   obj:/usr/lib64/libboost_unit_test_framework.so.1.32.0
+-+   fun:_ZN5boost17execution_monitor7executeEbi
+-+   fun:_ZN5boost9unit_test9ut_detail17unit_test_monitor21execute_and_translateEPNS0_9test_caseEMS3_FvvEi
+-+   fun:_ZN5boost9unit_test9test_case3runEv
+-+   fun:_ZN5boost9unit_test10test_suite6do_runEv
+-+   fun:_ZN5boost9unit_test9test_case3runEv
+-+   fun:main
+-+}
+-+
+-+{
+-+   RHEL4 -- we think Boost is responsible for these leaks.
+-+   Memcheck:Leak
+-+   fun:calloc
+-+   fun:_dl_allocate_tls
+-+   fun:pthread_create@@GLIBC_2.2.5
+-+   fun:_ZN4qpid6broker5Timer5startEv
+-+   fun:_ZN4qpid6broker5TimerC1Ev
+-+   fun:_ZN4qpid6broker10DtxManagerC1Ev
+-+}
+-+
+-+{
+-+   INVESTIGATE
+-+   Memcheck:Leak
+-+   fun:calloc
+-+   fun:_dl_allocate_tls
+-+   fun:pthread_create@@GLIBC_2.2.5
+-+   fun:_ZN4qpid6client9Connector4initEv
+-+   fun:_ZN4qpid6client14ConnectionImpl4openERKSsiS3_S3_S3_
+-+}
+-+
+-+{
+-+   INVESTIGATE
+-+   Memcheck:Param
+-+   write(buf)
+-+   obj:/lib64/tls/libc-2.3.4.so
+-+   fun:_ZNK4qpid3sys6Socket5writeEPKvm
+-+   fun:_ZN4qpid3sys8AsynchIO9writeableERNS0_14DispatchHandleE
+-+}
+-+
+-+{
+-+   INVESTIGATE
+-+   Memcheck:Leak
+-+   fun:calloc
+-+   fun:_dl_allocate_tls
+-+   fun:pthread_create@@GLIBC_2.2.5
+-+   fun:_ZN4qpid6broker5Timer5startEv
+-+   fun:_ZN4qpid6broker5TimerC1Ev
+-+   fun:_ZN4qpid6broker10DtxManagerC1Ev
+-+}
+-+{
+-+   RHEL4 (and FC5)
+-+   Memcheck:Leak 
+-+   fun:calloc
+-+   fun:_dl_allocate_tls
+-+   fun:pthread_create@@GLIBC_2.2.5
+-+   fun:_ZN4qpid6client9Connector4initEv
+-+}
+-+{
+-+   INVESTIGATE
+-+   Memcheck:Param
+-+   futex(utime)
+-+   fun:__lll_mutex_unlock_wake
+-+}
+-+{
+-+   SAME ISSUE, NEW OCCURENCE
+-+   Memcheck:Leak
+-+   fun:calloc
+-+   fun:_dl_allocate_tls
+-+   fun:pthread_create@@GLIBC_2.2.5
+-+   fun:_ZN4qpid6broker5Timer5startEv
+-+   fun:_ZN4qpid6broker5TimerC1Ev
+-+   fun:_ZN4qpid6broker12LinkRegistryC1EPNS0_6BrokerE
+-+}
+-+{
+-+   CPG related errors - seem benign but should invesgitate.
+-+   Memcheck:Param
+-    socketcall.sendmsg(msg.msg_iov[i])
+-    fun:sendmsg
+-    obj:/usr/lib/openais/libcpg.so.2.0.0
+-Index: configure.ac
+-===================================================================
+---- configure.ac	(revision 681145)
+-+++ configure.ac	(working copy)
+-@@ -64,7 +64,6 @@
+- 	# -Wunreachable-code -Wpadded -Winline
+- 	# -Wshadow - warns about boost headers.
+- 	if test "${enableval}" = yes; then
+--	    gl_COMPILER_FLAGS(-Werror)
+- 	    gl_COMPILER_FLAGS(-pedantic)
+- 	    gl_COMPILER_FLAGS(-Wall)
+- 	    gl_COMPILER_FLAGS(-Wextra)
 Index: src/tests/.valgrind.supp
 ===================================================================
---- src/tests/.valgrind.supp	(revision 681145)
+--- src/tests/.valgrind.supp	(revision 683578)
 +++ src/tests/.valgrind.supp	(working copy)
-@@ -193,8 +193,112 @@
+@@ -193,8 +193,116 @@
  }
  
  {
@@ -92,6 +227,8 @@
 +   fun:calloc
 +   fun:_dl_allocate_tls
 +   fun:pthread_create@@GLIBC_2.2.5
++   fun:_ZN4qpid3sys13ThreadPrivateC1EPNS0_8RunnableE
++   fun:_ZN4qpid3sys6ThreadC1EPNS0_8RunnableE
 +   fun:_ZN4qpid6client9Connector4initEv
 +}
 +{
@@ -106,6 +243,8 @@
 +   fun:calloc
 +   fun:_dl_allocate_tls
 +   fun:pthread_create@@GLIBC_2.2.5
++   fun:_ZN4qpid3sys13ThreadPrivateC1EPNS0_8RunnableE
++   fun:_ZN4qpid3sys6ThreadC1EPNS0_8RunnableE
 +   fun:_ZN4qpid6broker5Timer5startEv
 +   fun:_ZN4qpid6broker5TimerC1Ev
 +   fun:_ZN4qpid6broker12LinkRegistryC1EPNS0_6BrokerE
@@ -118,7 +257,7 @@
     obj:/usr/lib/openais/libcpg.so.2.0.0
 Index: configure.ac
 ===================================================================
---- configure.ac	(revision 681145)
+--- configure.ac	(revision 683578)
 +++ configure.ac	(working copy)
 @@ -64,7 +64,6 @@
  	# -Wunreachable-code -Wpadded -Winline