|
From: Alex B. <al...@al...> - 2017-04-02 15:13:36
|
> On 1 Apr 2017, at 12:22, Wuweijia <wuw...@hu...> wrote: > > I ran the valgrind with sh cmd. There is no output. That is why? > > > Run the valgrind cmd: valgrind --xml=yes --xml-file=./r.xml sh -c ./test0 You're running valgrind on sh, not on test0. Is that intentional? -- Alex Bligh |