From: Tom H. <to...@co...> - 2019-07-10 15:13:38
|
On 10/07/2019 15:46, robert somerville wrote: > Although I can debug this fine with Totalview, and even use Totalview > memory debugger to find detailed location info on memory leaks, > Valgrind (memcheck) is only giving me the vaguest info such as (below) : > > Valgrind-3.13 (actually I compiled 3.15, but it says 3.13 with Valgrind > --version) > > It should be possible to get more detailed info out of > Valgrind(memcheck), such as routine and line numbers ?? Well sure, if the files are compiled with debug information. Apparently they aren't, so you don't get anything more. Tom -- Tom Hughes (to...@co...) http://compton.nu/ |