Author: Stan Eisenstat
Subject: Re: [Cs223] Valgrind with testDeque
Date: Monday, 06 Apr 2020, 18:37:43
> Message Posted By: Unknown
>
> When I run "valgrind -q --leak-check=full ./testDeque" and input the set
> of commands from t201/202/203, I'm not getting the valgrind report when I
> hit ctrl-D to signify the end of input. The program just closes and it
> goes back to a new terminal $ line. How can I see the valgrind report to
> make sure I don't have any problems with memory?
The -q suppresses all output. omit it when issuing the
command.
--Stan-
PREV
INDEX
NEXT