|
From: Philippe W. <phi...@sk...> - 2014-07-22 21:09:51
|
On Tue, 2014-07-22 at 14:48 +0200, Josef Weidendorfer wrote: > Am 22.07.2014 14:31, schrieb Olaf Lenz: > > Hi Josef! > > > > I have just installed valgrind-3.9.0, and it doesn't solve the problem. > > Also, the problem seems to be there in memcheck, so it seems to be a > > problem with the debuginfo loader. > > Is there a way to explicitly check the loader? > > Hmm. You could check the current SVN version. There are some fixes > for the DWARF loader. Also, a sync with the demangler code from > gdb was recently done. > Or recompile (part of the code) with different debug info generation > flags of the compiler (-gdwarf-3, -gstabs, ..). Note that valgrind stabs reader is broken and disabled since 3.9.0. Philippe |