gst.supp: Add suppression for glibc bug on gutsy/x86-64
authorTim-Philipp Müller <tim@centricular.net>
Wed, 14 May 2008 16:17:10 +0000 (16:17 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Wed, 14 May 2008 16:17:10 +0000 (16:17 +0000)
Original commit message from CVS:
* gst.supp:
Add suppression for glibc bug on gutsy/x86-64

ChangeLog
gst.supp

index e2533acbdb683de74f3f07c6fb0ffef42871e17d..0561101007aed937c8d4b3d6634c40be3f975919 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-05-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
+
+       * gst.supp:
+         Add suppression for glibc bug on gutsy/x86-64
+
 2008-05-12  Stefan Kost  <ensonic@users.sf.net>
 
        * plugins.xsl:
index fdceedf7d4d75115fdba794f1c4fb4fe3b16a655..5c757d1d4d63159c8b4fe5d51270429224d7d211 100644 (file)
--- a/gst.supp
+++ b/gst.supp
    fun:_Exit
 }
 
+# same as above, just so it works for tpm on gutsy/x86-64
+{
+   <workaround glibc bug on gutsy x86-64>
+   Memcheck:Free
+   fun:free
+   fun:free_mem
+   fun:__libc_freeres
+}
+
 # valgrind doesn't allow me to specify a suppression for Addr1, Addr2, Addr4
 # as Addr*, so 3 copies for that; and then 2 of each for that pesky memcpy
 {