From: Julian Seward Date: Wed, 24 Dec 2003 11:45:16 +0000 (+0000) Subject: Add post-FV suppressions needed to make it tolerably quiet on SuSE 9. X-Git-Tag: svn/VALGRIND_2_1_1~151 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2c11c2d1fc9830a529c94c5b2da9bfa3aac53ec5;p=thirdparty%2Fvalgrind.git Add post-FV suppressions needed to make it tolerably quiet on SuSE 9. With these suppressions there are now 15 stderr fails and 2 stdout fails on SuSE 9. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2151 --- diff --git a/glibc-2.3.supp b/glibc-2.3.supp index 7e1f34c51e..c0ba8bf937 100644 --- a/glibc-2.3.supp +++ b/glibc-2.3.supp @@ -173,3 +173,21 @@ Addrcheck,Memcheck:Addr4 obj:/opt/intel/compiler70/ia32/lib/libcxa.so.3 } + +##----------------------------------------------------------------------## +## SuSE 9 after FV changes (post 2.1.0) + +{ + strlen/_dl_init_paths/dl_main/_dl_sysdep_start(Cond) + Memcheck:Cond + fun:strlen + fun:_dl_init_paths + fun:dl_main + fun:_dl_sysdep_start +} + +{ + Ugly strchr error in /lib/ld-2.3.2.so + Memcheck:Cond + obj:/lib/ld-2.3.2.so +}