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

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Valgrind-developers mailing list
Valgrind-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-developers

Reply via email to