This is the mail archive of the
libc-help@sourceware.org
mailing list for the glibc project.
Re: problem in glibc backtrace done inside nptl library
On Wed, Jun 18, 2008 at 6:51 AM, Vinu Rajashekhar <vinutheraj@gmail.com> wrote:
> So its basically saying that the inlining should be left on,
> so can you please tell me if there is some way possible through
> which I can retrieve the symbol names in-program, maybe using
> the debugging symbols or something because I really need it.
Use libunwind?
http://www.nongnu.org/libunwind/
Cheers,
Carlos.