You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been trying to make boost::stacktrace::stacktrace() working for the last couple of days.
std::cout << boost::stacktrace::stacktrace();
It does output something but without the file names, line numbers and function names
0# 0x000055BB05A995BB in src/superslicer
1# 0x000055BB05A9A511 in src/superslicer
2# 0x000055BB05A9AAEC in src/superslicer
3# 0x000055BB05A9AB39 in src/superslicer
4# 0x000055BB057FAADD in src/superslicer
5# 0x000055BB05803E18 in src/superslicer
6# 0x000055BB058041B0 in src/superslicer
7# 0x000055BB057DC523 in src/superslicer
8# 0x000055BB0580767B in src/superslicer
9# 0x000055BB05715A01 in src/superslicer
10# 0x000055BB05706CB4 in src/superslicer
11# __libc_start_main in /lib/x86_64-linux-gnu/libc.so.6
12# 0x000055BB0570FD2A in src/superslicer
I am not familiar with c++ and cmake and this is what I have tried
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have been trying to make
boost::stacktrace::stacktrace()
working for the last couple of days.It does output something but without the file names, line numbers and function names
I am not familiar with c++ and cmake and this is what I have tried
Beta Was this translation helpful? Give feedback.
All reactions