[Python-checkins] r47113 - python/trunk/Misc/valgrind-python.supp

neal.norwitz python-checkins at python.org
Tue Jun 27 06:06:46 CEST 2006


Author: neal.norwitz
Date: Tue Jun 27 06:06:46 2006
New Revision: 47113

Modified:
   python/trunk/Misc/valgrind-python.supp
Log:
Ignore some more warnings in the dynamic linker on an older gentoo

Modified: python/trunk/Misc/valgrind-python.supp
==============================================================================
--- python/trunk/Misc/valgrind-python.supp	(original)
+++ python/trunk/Misc/valgrind-python.supp	Tue Jun 27 06:06:46 2006
@@ -134,6 +134,15 @@
 ###
 
 {
+   Generic gentoo ld problems
+   Memcheck:Cond
+   obj:/lib/ld-2.3.4.so
+   obj:/lib/ld-2.3.4.so
+   obj:/lib/ld-2.3.4.so
+   obj:/lib/ld-2.3.4.so
+}
+
+{
    DBM problems, see test_dbm
    Memcheck:Param
    write(buf)


More information about the Python-checkins mailing list