|
From: Julian S. <js...@ac...> - 2007-11-10 12:33:17
|
On Saturday 10 November 2007 04:28, Nicholas Nethercote wrote:
> On Sat, 10 Nov 2007, Eyal Lebedinsky wrote:
> > Having built the latest version where thrcheck is merged into helgrind,
> > I now get this error when trying to run a program using tool=helgrind
> >
> > ==00:00:00:00.044 5314== FATAL: in suppressions file
> > '/usr/local/lib/valgrind/default.supp': unknown tool suppression type
> > ==00:00:00:00.045 5314== exiting now.
> >
> > If I replace 'Helgrind:' with 'helgrind:' in the suppression file then
> > it works.
The string in the suppressions file is supposed to match this one, yes?
VG_(details_name) ("Helgrind");
I suspect what Eyal saw is more likely to be result of needing to
rebuild completely from scratch, starting with ./autogen.sh and then
./configure. Recent changes have affected many parts of the system,
including the build system. r7132 causes most of the Helgrind regtests
fail on my machine.
J
|