]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Suppression for SuSE 10.1 on amd64.
authorJulian Seward <jseward@acm.org>
Thu, 25 May 2006 18:24:32 +0000 (18:24 +0000)
committerJulian Seward <jseward@acm.org>
Thu, 25 May 2006 18:24:32 +0000 (18:24 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5927

xfree-4.supp

index e147ba6c335b854007c29d29a8b410923d480a09..7d4502c62150dc516cc20c3d652b00a2391b264a 100644 (file)
    fun:_XSend
 }
 
+# There's something strange about a % 127 in XftFontOpenInfo
+# (hashing) which gcc turns into a multiply by 33818641 and
+# some other guff instead.  I don't understand it enough to
+# know if libXft is broken or if memcheck's value tracking is
+# inadequate here.  Anyway, for the moment, suppress it.
+#
+# Use of uninitialised value of size 8
+#   at 0x71A59F8: XftFontOpenInfo (in /usr/X11R6/lib64/libXft.so.2.1.2)
+#   by 0x71A5F0D: XftFontOpenPattern (in /usr/X11R6/lib64/libXft.so.2.1.2)
+#   by 0x65F166E: loadFontConfigFont(QFontPrivate const*, QFontDef const&, 
+#                 QFont::Script) (qfontdatabase_x11.cpp:1942)
+#   by 0x65F5DE4: QFontDatabase::findFont(QFont::Script, QFontPrivate const*,
+#                 QFontDef const&, int) (qfontdatabase.cpp:996)
+{
+   XftFontOpenInfo-umod-127-strangeness
+   Memcheck:Value8
+   obj:/usr/X11*/lib*/libXft.so*
+   obj:/usr/X11*/lib*/libXft.so*
+}
+
 ##----------------------------------------------------------------------##