Re: [Kcachegrind-callgrind] Re: kcachegrind reporting .so files to be without debug info
Status: Beta
Brought to you by:
weidendo
From: Josef W. <Jos...@gm...> - 2005-09-17 22:44:06
|
On Saturday 17 September 2005 18:13, Steinar Bang wrote: > >>>>> Josef Weidendorfer <Jos...@gm...>: > > > > This should be a problem in Valgrinds debug reader then. If you run > > memcheck, are there any errors so that you can verify that this > > problem is in fact Valgrinds? > > Do I need to run the entire procedure (which took the entire night)? > Or is it enough that I just run the program a little with memcheck? Better: Start valgrind --trace-symtab=yes yourProg &> log for a few seconds and check log to see if the missing symbols had already problems being read in from the debug info section.s loading the symbols. Josef |