|
From: Alistair F. <bra...@bt...> - 2011-02-17 13:15:22
|
I have actually posted something similar to this in Nabble, but after seventeen hours, it still says I haven't done something, so my sincere apologies if it suddenly appears one day as a duplicate. My task was to find out why Quackle (a Scrabble type game) always came up "segmentation fault" when run. I have downloaded and installed Valgrind 3.6.1, with no errors (apparently) and typed the following into the command line: brafferton@office:~/valgrind-3.6.1$ G_SLICE=always-malloc G_DEBUG=gc-friendly valgrind -v --tool=memcheck --leak-check=full --num-callers=40 --log-file=/home/brafferton/Desktop/valgrind.log /usr/bin/quacker The log is at: http://www.braffertonguesthouse.co.uk/htdocs/Album/valgrind.log Sorry! I don't see a method to attach the log here. |
|
From: Alistair F. <bra...@bt...> - 2011-02-17 13:24:32
|
Oops! no it's not, its at: http://www.braffertonguesthouse.co.uk/Album/valgrind.log |