libunwind Questions

3

Solved

I've just read How to generate a stacktrace when my gcc C++ app crashes which is pretty old by now (5 years). Some answers suggest solutions allowing you to get, for every stack frame, the name o...
Swage asked 22/11, 2016 at 21:19

1

Solved

I am trying to do profile with libunwind (using linux perf), with perf top monitoring the target process, I get this assembly time cost screen: 0.19 │ mov %rcx,0x18(%rsp) ▒ │ trace_lookup(): ▒ ...
Good asked 21/9, 2020 at 11:3

2

Solved

I am trying to build libunwind on Mac for both iOS and Mac, I was able to resolve few of the compilation problem. Building on Mac I configured the project using ./configure CC="cc -Ae -D_XOPEN_...
Nantucket asked 8/1, 2015 at 14:24

1

I make a stack trace at some point in my program. Once with libc's backtrace_symbols() function and once with unw_get_proc_name() from libunwind. backtrace_symbols() output: /home/jj/test/mylib.s...
Lanceolate asked 7/1, 2015 at 9:47
1

© 2022 - 2024 — McMap. All rights reserved.