|
From: Mike F. <goo...@gm...> - 2014-03-26 21:08:35
|
Hi I'm new to Valgrind, but I've used Valgrind to debug new/delete problems of a few small C++ programs(a few thousand lines of code), but now I'm trying to debug a larger one (60K+ lines of code) and I'm getting an apparently unusual error message. When I give the command: GSlice=allways-malloc G_DEBUG=gc-friendly valgrind -v --tool=memcheck --leak-check=full --num-callers=40 --log-file=valgrind.log ./l2a ../bdti/DSP_w_vec.bc I get the output: Filename: /usr/bin/valgrdefault.conf FATAL ERROR: config::parse(): File open failed I can't seem to find any reference to valgrdefault.conf on the Net of in the Docs. Any Ideas? Thanks Mike |