gst.supp: Extra suppressions from my Ubuntu x86_64 machine
authorJan Schmidt <thaytan@mad.scientist.com>
Fri, 28 Jul 2006 17:11:37 +0000 (17:11 +0000)
committerJan Schmidt <thaytan@mad.scientist.com>
Fri, 28 Jul 2006 17:11:37 +0000 (17:11 +0000)
Original commit message from CVS:
* gst.supp:
Extra suppressions from my Ubuntu x86_64 machine

ChangeLog
gst.supp

index 9e6017d..b048971 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
+
+       * gst.supp:
+       Extra suppressions from my Ubuntu x86_64 machine
+
 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
 
        Patch by: Frederic Peters <fpeters at entrouvert com>
index 289cb75..4602cf5 100644 (file)
--- a/gst.supp
+++ b/gst.supp
    fun:oil_optimize_all
    fun:oil_init
 }
+
+{
+   <annoying read error inside dlopen stuff on Ubuntu Dapper x86_64>
+   Memcheck:Addr8
+   obj:/lib/ld-2.3.6.so
+}
+
+{
+   <Ubuntu Dapper x86_64>
+   Memcheck:Param
+   futex(uaddr2)
+   fun:pthread_once
+   obj:/lib/libc-2.3.6.so
+   obj:/lib/libc-2.3.6.so
+   fun:setlocale
+   fun:init_pre
+   fun:g_option_context_parse
+   fun:gst_init_check
+   fun:gst_init
+   fun:gst_check_init
+   fun:main
+}
+
+{
+   <Ubuntu Dapper x86_64 dlopen stuff again>
+   Memcheck:Cond
+   obj:/lib/ld-2.3.6.so
+   obj:/lib/ld-2.3.6.so
+   fun:_dl_open
+   obj:/lib/libdl-2.3.6.so
+   obj:/lib/ld-2.3.6.so
+   obj:/lib/libdl-2.3.6.so
+   fun:dlopen
+   fun:g_module_open
+   fun:gst_plugin_load_file
+}