summaryrefslogtreecommitdiff
path: root/gst.supp
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2008-05-14 16:17:10 +0000
committerTim-Philipp Müller <tim@centricular.net>2008-05-14 16:17:10 +0000
commitd78efae300d4dff0291717ccf7a2b82c713a81ef (patch)
tree7209b864533bf9d346290e4c1428d72227cb568a /gst.supp
parent2d9c09df0fe4ad3f570fea9f649cfc6c4511080d (diff)
gst.supp: Add suppression for glibc bug on gutsy/x86-64
Original commit message from CVS: * gst.supp: Add suppression for glibc bug on gutsy/x86-64
Diffstat (limited to 'gst.supp')
-rw-r--r--gst.supp9
1 files changed, 9 insertions, 0 deletions
diff --git a/gst.supp b/gst.supp
index fdceedf..5c757d1 100644
--- a/gst.supp
+++ b/gst.supp
@@ -632,6 +632,15 @@
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
{