|
From: Ulrich-Lorenz S. <u.s...@ra...> - 2015-10-21 14:40:19
|
Hi there, With: valgrind --vgdb=yes --vgdb-error=0 --track-origins=yes --leak-check=full ./program I get the following error: valgrind: Bad option: --vgdb=yes What am I doing wrong? Thanks and regards, Uli |
|
From: Tom H. <to...@co...> - 2015-10-21 14:49:36
|
On 21/10/15 15:36, Ulrich-Lorenz Schlüter wrote: > With: > valgrind --vgdb=yes --vgdb-error=0 --track-origins=yes --leak-check=full > ./program > I get the following error: > valgrind: Bad option: --vgdb=yes > > What am I doing wrong? If I had to guess I'd say you're using a really old version of valgrind. What does "valgrind --version" say? Tom -- Tom Hughes (to...@co...) http://compton.nu/ |
|
From: Ulrich-Lorenz S. <u.s...@ra...> - 2015-10-22 08:37:04
|
> What does "valgrind --version" say? > > Tom > valgrind-3.6.0 Uli |
|
From: Tom H. <to...@co...> - 2015-10-22 08:59:39
|
On 22/10/15 09:36, Ulrich-Lorenz Schlüter wrote: >> What does "valgrind --version" say? >> >> Tom >> > > valgrind-3.6.0 So as I thought then. That is five years old and vgdb support didn't appear until the 3.7.0 release. Tom -- Tom Hughes (to...@co...) http://compton.nu/ |
|
From: Ulrich-Lorenz S. <u.s...@ra...> - 2015-10-22 09:03:26
|
Thanks, I'll upgrade. Uli |