Open GoogleCodeExporter opened 9 years ago
The addresses may be from libraries that were built without preserving symbol
information. Try rebuilding with the '-g' flag set. If the issue still persists
then the symbols are likely from third party libraries for which symbols have
been stripped.
Original comment by chapp...@gmail.com
on 3 May 2012 at 2:48
Would it be possible to show the module name in that case?
Original comment by olafvdspek
on 3 May 2012 at 2:50
I don't think that it is possible to show the module name in that case.
Original comment by chapp...@gmail.com
on 4 May 2012 at 12:47
Why not?
Original comment by olafvdspek
on 4 May 2012 at 1:03
Actually that comment was a bit short sighted. I suppose that pprof can attempt
to match the symbol address to the corresponding module listed in
MAPPED_LIBRARIES in the event that the usual means fail to resolve to a symbol
(i.e. nm fails). May take a bit of perl expertise to make this happen :). If
you feel up to the challenge you are more than welcome to put together a patch.
Original comment by chapp...@gmail.com
on 4 May 2012 at 5:39
Original issue reported on code.google.com by
olafvdspek
on 8 Mar 2012 at 7:04