gst.supp: Some suppressions for the more recent ld.so in ubuntu edgy.
authorTim-Philipp Müller <tim@centricular.net>
Thu, 14 Sep 2006 10:08:17 +0000 (10:08 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Thu, 14 Sep 2006 10:08:17 +0000 (10:08 +0000)
Original commit message from CVS:
* gst.supp:
Some suppressions for the more recent ld.so in ubuntu edgy.

ChangeLog
gst.supp

index 882dc74..9e2d547 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
+
+       * gst.supp:
+         Some suppressions for the more recent ld.so in ubuntu edgy.
+
 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
 
        * gst.supp:
index 0693e10..fa2f5b2 100644 (file)
--- a/gst.supp
+++ b/gst.supp
    fun:g_module_open
    fun:gst_plugin_load_file
 }
+# this exists in a bunch of different variations, hence the short tail/trace
+{
+   <dlopen invalid read of size 4 suppression on tpm's Ubuntu edgy/x86>
+   Memcheck:Addr4
+   obj:/lib/ld-2.4.so
+   obj:/lib/ld-2.4.so
+}
+{
+   <and the same for 64bit systems>
+   Memcheck:Addr8
+   obj:/lib/ld-2.4.so
+   obj:/lib/ld-2.4.so
+}