|
From: <sv...@va...> - 2014-08-20 10:54:17
|
Author: sewardj
Date: Wed Aug 20 10:54:10 2014
New Revision: 14317
Log:
Suppress a couple more leaks in the MPI/PAMI stack.
Modified:
branches/VALGRIND_3_8_BRANCH_BGQ/cnk-baseline.supp
Modified: branches/VALGRIND_3_8_BRANCH_BGQ/cnk-baseline.supp
==============================================================================
--- branches/VALGRIND_3_8_BRANCH_BGQ/cnk-baseline.supp (original)
+++ branches/VALGRIND_3_8_BRANCH_BGQ/cnk-baseline.supp Wed Aug 20 10:54:10 2014
@@ -109,7 +109,7 @@
fun:malloc
fun:MPIDI_Coll_comm_destroy
fun:MPIDI_Comm_destroy
- fun:MPIR_Comm_delete_internal
+ fun:*MPIR_Comm_delete_internal
fun:MPIR_Comm_release_always
fun:MPID_Finalize
}
@@ -143,4 +143,22 @@
fun:_ZN4PAMI6Memory17HeapMemoryManager8*
fun:PAMI_Geometry_destroy
fun:geom_destroy_wrapper
-}
\ No newline at end of file
+}
+
+{
+ CNK-BASELINE-15
+ Memcheck:Cond
+ fun:pthread_setcancelstate
+ fun:RTECleanup
+ fun:_xlfExit
+}
+
+{
+ CNK-BASELINE-16
+ Memcheck:Leak
+ fun:_Znwm
+ fun:_Z*Rb_tree*
+ fun:_Z*Rb_tree*
+ ...
+ fun:PAMI_Context_createv
+}
|