|
From: Dimitri Papadopoulos-O. <pap...@sh...> - 2004-08-20 08:05:18
|
Hi,
> This is very simple error. The error looks like it does not like my file
> format:
>
> x> valgrind --tool=memcheck --suppressions=/users/tomhu/log5.supp
> ./my_program
> ==4293== Memcheck, a memory error detector for x86-linux.
> ==4293== Copyright (C) 2002-2004, and GNU GPL'd, by Julian Seward.
> ==4293== Using valgrind-2.1.1, a program supervision framework for
> x86-linux.
> ==4293== Copyright (C) 2000-2004, and GNU GPL'd, by Julian Seward.
> ==4293== FATAL: in suppressions file: `/users/tomhu/log5.supp': syntax
> error on: {
> ==4293== exiting now.
I can't repdroduce that, at least not with Valgrind 2.1.2. Maybe there
are hidden characters in your suppresion file, such as DOS line feeds?
Dimitri
|