You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucy.apache.org by ma...@apache.org on 2011/01/13 23:49:19 UTC

[lucy-commits] svn commit: r1058771 - /incubator/lucy/trunk/devel/conf/lucyperl.supp

Author: marvin
Date: Thu Jan 13 22:49:19 2011
New Revision: 1058771

URL: http://svn.apache.org/viewvc?rev=1058771&view=rev
Log:
Update Valgrind suppressions file to deal with aliasing of class names.

Modified:
    incubator/lucy/trunk/devel/conf/lucyperl.supp

Modified: incubator/lucy/trunk/devel/conf/lucyperl.supp
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/devel/conf/lucyperl.supp?rev=1058771&r1=1058770&r2=1058771&view=diff
==============================================================================
--- incubator/lucy/trunk/devel/conf/lucyperl.supp (original)
+++ incubator/lucy/trunk/devel/conf/lucyperl.supp Thu Jan 13 22:49:19 2011
@@ -101,4 +101,39 @@
    fun:*
 }
 
+{
+   <Add aliased class name for VTable (malloc)>
+   Memcheck:Leak
+   fun:malloc
+   fun:lucy_Memory_wrapped_malloc
+   fun:lucy_CB_new_from_trusted_utf8
+   fun:lucy_CB_clone
+   fun:lucy_VTable_add_alias_to_registry
+   fun:*
+}
+
+{
+   <Add aliased class name for VTable (calloc)>
+   Memcheck:Leak
+   fun:calloc
+   fun:lucy_Memory_wrapped_calloc
+   fun:lucy_VTable_make_obj
+   fun:lucy_CB_new_from_trusted_utf8
+   fun:lucy_CB_clone
+   fun:lucy_VTable_add_alias_to_registry
+   fun:*
+}
+
+{
+   <insert_a_suppression_name_here>
+   Memcheck:Leak
+   fun:malloc
+   fun:lucy_Memory_wrapped_malloc
+   fun:lucy_LFReg_register
+   fun:lucy_VTable_add_alias_to_registry
+   fun:*
+}
+
+
+