libunwind-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Libunwind-devel] libunwind backtrace on mips64


From: Siddharth Bhojnagarwala
Subject: [Libunwind-devel] libunwind backtrace on mips64
Date: Wed, 21 Dec 2011 22:56:28 +0000

Hi,

 

I am trying to use a heap profiling tool, which uses libunwind to get backtraces.  I am able to cross-compile libunwind, link it against my simple program and get backtrace using libunwind.  However the heap profiler tool is not able to do the same even though it is linked against the same libunwind library and its usage to get the backtrace is similar to mine.  The heap profiler code does use various static and inline functions as well as function pointers.

 

I am wondering if libunwind is not able to get full backtrace on mips64 all the time?  I mean does use of certain things (line inline functions, function pointers, static functions) break libunwind?  It is only able to get 1 level backtrace. 

 

Sincerely,

Sid


reply via email to

[Prev in Thread] Current Thread [Next in Thread]