This is the mail archive of the libc-help@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: how to decode back trace addresses manually?


On Sunday 24 January 2010 01:49:24 Han wrote:
> I am using  backtrace and backtrace_symbols to print back traces in a
> C program. Sometimes it cannot print out the symbols and print only
> the hex address from a library.  However it is a bit difficult for me
> to re-compile the library with -rdynamic option.
> 
> My question is: can I manually decode the address given I have the
> source code and object files?  Btw, I don't have to find out the line
> number, but at least the function names.

use `addr2line` or `readelf -s`
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]