summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2008-04-22 16:24:50 +0000
committerEdward Hervey <bilboed@bilboed.com>2008-04-22 16:24:50 +0000
commit7fd4185bcb1172d6c59c97d6959102c56555be0b (patch)
tree398695b1b42360b4a38132342179171944e445cc
parent3bb6edfe927d6d3020d2f2a4604f54caa61cd104 (diff)
gst.supp: Add suppressions for Hardy.
Original commit message from CVS: * gst.supp: Add suppressions for Hardy. They're just the newer versions of similar suppressions we had for the previous versions of ubuntu.
-rw-r--r--ChangeLog6
-rw-r--r--gst.supp22
2 files changed, 28 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 86d7aa0..d27eada 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-04-22 Edward Hervey <bilboed@gmail.com>
+
+ * gst.supp: Add suppressions for Hardy.
+ They're just the newer versions of similar suppressions we had
+ for the previous versions of ubuntu.
+
2008-04-15 Sebastian Dröge <slomo@circular-chaos.org>
* Makefile.am:
diff --git a/gst.supp b/gst.supp
index 9b2a3a2..a2b1c9a 100644
--- a/gst.supp
+++ b/gst.supp
@@ -1986,3 +1986,25 @@
fun:FcInitLoadConfigAndFonts
}
+# Issues with ubuntu Hardy, same crack as for previous ubuntus
+{
+ <tls leak on Hardy/x86>
+ Memcheck:Leak
+ fun:calloc
+ obj:/lib/ld-2.7.so
+ fun:_dl_allocate_tls
+ fun:pthread_create@@GLIBC_2.1
+}
+
+{
+ <invalid read of size 4 within <g_module_open>
+ obj:/lib/ld-2.7.so
+ obj:/lib/ld-2.7.so
+ obj:/lib/ld-2.7.so
+ obj:/lib/tls/i686/cmov/libdl-2.7.so
+ obj:/lib/ld-2.7.so
+ obj:/lib/tls/i686/cmov/libdl-2.7.so
+ fun:dlopen
+ fun:g_module_open
+ fun:gst_plugin_load_*
+} \ No newline at end of file