From 9991f6fa61ee11475c390dd6675ef7952f079e43 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Fri, 29 Sep 2006 10:29:56 +0000 Subject: [PATCH] gst.supp: More suppressions for edgy. Original commit message from CVS: * gst.supp: More suppressions for edgy. --- ChangeLog | 5 +++++ gst.supp | 61 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 66 insertions(+) diff --git a/ChangeLog b/ChangeLog index 46a7943..249d5db 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-09-29 Michael Smith + + * gst.supp: + More suppressions for edgy. + 2006-09-28 Jan Schmidt * m4/gst-glib2.m4: diff --git a/gst.supp b/gst.supp index fa2f5b2..2ad59c1 100644 --- a/gst.supp +++ b/gst.supp @@ -654,3 +654,64 @@ obj:/lib/ld-2.4.so obj:/lib/ld-2.4.so } + +# More edgy suppressions (Mike) +{ + + Memcheck:Cond + obj:/lib/ld-2.4.so + obj:/lib/ld-2.4.so + obj:/lib/ld-2.4.so + obj:/lib/ld-2.4.so + fun:dlopen_doit + obj:/lib/ld-2.4.so + fun:_dlerror_run + fun:dlopen@@GLIBC_2.1 +} + +{ + + Memcheck:Cond + obj:/lib/ld-2.4.so + obj:/lib/ld-2.4.so + obj:/lib/ld-2.4.so + obj:/lib/ld-2.4.so + obj:/lib/ld-2.4.so + obj:/lib/ld-2.4.so + fun:dlopen_doit + obj:/lib/ld-2.4.so + fun:_dlerror_run + fun:dlopen@@GLIBC_2.1 +} + +{ + + Memcheck:Cond + obj:/lib/ld-2.4.so + obj:/lib/ld-2.4.so + obj:/lib/ld-2.4.so + fun:do_sym + fun:_dl_sym +} + +# This one's overly general, but there's zero other information in the stack +# trace - just these five lines! +{ + + Memcheck:Cond + obj:/lib/ld-2.4.so + obj:/lib/ld-2.4.so + obj:/lib/ld-2.4.so + obj:/lib/ld-2.4.so + obj:/lib/ld-2.4.so +} + +{ + + Memcheck:Leak + fun:calloc + obj:/lib/ld-2.4.so + fun:_dl_allocate_tls + fun:pthread_create@@GLIBC_2.1 +} + -- 2.7.4