[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Libunwind-devel] Help : Lowest address of stack frame causing segfa
From: |
Arun Sharma |
Subject: |
Re: [Libunwind-devel] Help : Lowest address of stack frame causing segfault |
Date: |
Thu, 20 Mar 2014 15:40:31 +0530 |
On Wed, Mar 19, 2014 at 10:57 PM, Pallav Singh <address@hidden> wrote:
> Hi All ,
>
> i have following query regarding lib-unwind stack unwinding, when frame
> pointer are omitted using -O3 optimization using gcc.
>
> How can we get lowest address of stack frame causing segfault using
> libunwind
See tests/Ltest-bt.c
You can also use the simpler unw_backtrace() if all you're happy with
just a list of IP addresses.
-Arun