gst.supp: Fix ommission in latest commit.
authorEdward Hervey <bilboed@bilboed.com>
Tue, 22 Apr 2008 16:47:05 +0000 (16:47 +0000)
committerEdward Hervey <bilboed@bilboed.com>
Tue, 22 Apr 2008 16:47:05 +0000 (16:47 +0000)
Original commit message from CVS:
* gst.supp: Fix ommission in latest commit.
Make tls leak suppression more generic in order to cover more
distributions (and hopefully also future distributions).

ChangeLog
gst.supp

index d27eada..a5dde03 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2008-04-22  Edward Hervey  <bilboed@gmail.com>
 
+       * gst.supp: Fix ommission in latest commit.
+       Make tls leak suppression more generic in order to cover more
+       distributions (and hopefully also future distributions).
+
+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.
index a2b1c9a..66cc774 100644 (file)
--- a/gst.supp
+++ b/gst.supp
 }
 
 # Issues with ubuntu Hardy, same crack as for previous ubuntus
+# I've made this version generic, so that it covers future modifications
+# of library names
 {
    <tls leak on Hardy/x86>
    Memcheck:Leak
    fun:calloc
-   obj:/lib/ld-2.7.so
+   obj:*
    fun:_dl_allocate_tls
    fun:pthread_create@@GLIBC_2.1
+   fun:g_thread_*
 }
 
 {
    <invalid read of size 4 within <g_module_open>
+   Memcheck:Addr4
    obj:/lib/ld-2.7.so
    obj:/lib/ld-2.7.so
    obj:/lib/ld-2.7.so
    fun:dlopen
    fun:g_module_open
    fun:gst_plugin_load_*
-}
\ No newline at end of file
+}