Comment 5 for bug 296903

Revision history for this message
dust (hannes-b) wrote :

thanks for your help!

[quote]...t:~$ sudo apt-get install valgrind
Reading package lists... Done
Building dependency tree
Reading state information... Done
valgrind is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
...:~$ rm valgrind.log.*
rm: cannot remove `valgrind.log.*': No such file or directory
...:~$ G_SLICE=always-malloc G_DEBUG=gc-friendly valgrind -v --tool=memcheck --leak-check=full --num-callers=40 --log-file=valgrind.log <program> <arguments>
bash: syntax error near unexpected token `<'
...:~$ G_SLICE=always-malloc G_DEBUG=gc-friendly valgrind -v --tool=memcheck --leak-check=full --num-callers=40 --log-file=valgrind.log
valgrind: no program specified
valgrind: Use --help for more information.
...:~$ G_SLICE=always-malloc G_DEBUG=gc-friendly valgrind -v --tool=memcheck --leak-check=full --num-callers=40 --log-file=valgrind.log <yelp>
bash: syntax error near unexpected token `newline'
[/quote]

which argument should i use?

best regards