gst.supp: Add suppressions for Hardy.
authorEdward Hervey <bilboed@bilboed.com>
Tue, 22 Apr 2008 16:24:50 +0000 (16:24 +0000)
committerEdward Hervey <bilboed@bilboed.com>
Tue, 22 Apr 2008 16:24:50 +0000 (16:24 +0000)
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.

ChangeLog
gst.supp

index 86d7aa0..d27eada 100644 (file)
--- 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:
index 9b2a3a2..a2b1c9a 100644 (file)
--- a/gst.supp
+++ b/gst.supp
    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