On Wed, Mar 19, 2014 at 10:57 PM, Pallav Singh <[email protected]> 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 _______________________________________________ Libunwind-devel mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/libunwind-devel
