|
From: Nicholas N. <nj...@ca...> - 2004-03-16 17:59:15
|
On Mon, 15 Mar 2004, John Carter wrote:
> I'm getting the message stated in the subject line from
> --gen-suppression=yes.
>
> Is this a known bug? Lack of debug symbols? (there is
> some assembler involved) Or perhaps user error?
>
> ---- Print suppression ? --- [Return/N/n/Y/y/C/c] ---- y
> {
> <insert a suppression name here>
> Memcheck:Param
> sigaction(act)
> ???:??? # unknown, suppression will not work, sorry)
> ???:??? # unknown, suppression will not work, sorry)
> ???:??? # unknown, suppression will not work, sorry)
> }
This means Valgrind can't find any debug info or symbol table info. Is
the binary stripped? What does the corresponding error message look like?
N
|