Closed subbota-a closed 1 month ago
What are the build flags?
What version of stacktrace library are you using in 2. and with which implementation do you link (backtrace, noop, add2line...?)
Everyone involved in the issue died a long time ago, so I'm closing the question.
For some reasons I started to use
stacktrace
library injecting the source files to my project. And it turned out that the result depends on how to build the project.And I build two versions of executable:
The ver1 shows stack as
The ver2 show stack as
Can you help me to understand what's going on?
Code for reproduction is here I use clang-17 and libc++