"Osman, Ahmed" <ahmed_os...@mentor.com> writes:
> I'm trying to run valgrind 3.5 on my code with these options "--log-file=resu
> lts/valgrind_%p.log --num-callers=50 --child-silent-after-fork=yes --gen-supp
> ressions=yes"
> 
> I'm seeing the following in the log files:
> ==4630== Memcheck, a memory error detector
[snip]
> ==4630== ---- Print suppression ? --- [Return/N/n/Y/y/C/c] ---- ==4630== ----
>  Print suppression ? --- [Return/N/n/Y/y/C/c] ---- ==4630== Conditional jump 
> or move depends on uninitialised value(s)
>
> Please advise ...

What advice are you looking for?

As you're seeing, gen-suppressions=yes is hard to use with log-file,
but that's to be expected: you're asking valgrind to interactively
prompt you, but you're telling it not to display any output on your
terminal.

If that wasn't your question, please elaborate.

-tom

------------------------------------------------------------------------------
_______________________________________________
Valgrind-users mailing list
Valgrind-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-users

Reply via email to