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

-- 
yelp crashed with SIGSEGV in malloc()
https://bugs.launchpad.net/bugs/296903
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to