Re: [cvs] bogofilter/src/tests t.valgrind,1.16,1.17
David Relson <[email protected]>
| Newsgroups | gmane.mail.bogofilter.devel |
|---|---|
| Organization | Osage Software Systems, Inc. |
| Message-ID | <[email protected]> |
On Sun, 10 Apr 2005 14:58:22 +0200 Matthias Andree wrote: > David Relson <[email protected]> writes: > > > Update of /cvsroot/bogofilter/bogofilter/src/tests > > In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3831 > > > > Modified Files: > > t.valgrind > > Log Message: > > Suppress errors in glibc::strchr. > > > > +# suppress valgrind complaints about glibc::strchr.S > > + > > +VG_SUPP=${TMPDIR}/vg.supp > > + > > +cat <<EOF > ${VG_SUPP} > > +{ > > + ignore strchr problem > > + Memcheck:Cond > > + fun:strchr > > +} > > +EOF > > + > > #V="-v" # verbosity level > > > > This is too aggressive and will also quiet complaints that are real bugs. My choices are limited. "make distcheck" and "make rpm" fail with the versions of glibc and valgrind for my distribution. The alternative to suppressing strchr errors is to uninstall valgrind before releasing. I prefer it this way. _______________________________________________ Bogofilter-dev mailing list [email protected] http://www.bogofilter.org/mailman/listinfo/bogofilter-dev