stacktrace icon indicating copy to clipboard operation
stacktrace copied to clipboard

C++ library for storing and printing backtraces.

Results 52 stacktrace issues
Sort by recently updated
recently updated
newest added

During a build attempt on amd64 for arm64 with Visual Studio: 22:17:11 - addr2line builds : no 12:29:14 - WinDbg builds : no 12:30:10 - WinDbgCached builds : no The...

``` D:\repos\MxEngine\out\build\x64-Clang-Debug\lld-link : error : undefined symbol: DebugCreate >>> referenced by D:\boost\boost\stacktrace\detail\frame_msvc.ipp:126 >>> MxEngine.lib(Platform.cpp.obj):(private: static void __cdecl boost::stacktrace::detail::debugging_symbols::try_init_com(class boost::stacktrace::detail::com_holder &, class boost::stacktrace::detail::com_global_initer const &)) ``` Fixed by manually including winapi...

Not sure if this can be considered a design issue or it's working as intended. However, when a stack trace is printed the line number an/or symbols can only be...

Is there a standalone version od the library? If no, how easy it would be to strip it from boost just using C++14 standard libraries?

enhancement
help wanted

Hi, is there any interest in making traces portable, so that symbolic resolution may be done later on another machine or environment with knowledge of binaries and debug symbols. At...

I'm getting just one compilation error building boost 1.72.0, in my 64-bit gcc-9.1 build on AIX 7.1. If someone can help me understand the project, I am willing to work...

Hi Anton! Why don't you use boost/config/auto_link.hpp to avoid manual linking for VS when one of the link macroses is defined?

enhancement
help wanted

I believe currently the biggest "competitor" to Boost.Stacktrace is [Backward-cpp](https://github.com/bombela/backward-cpp). Its main strength is automatic printing of source code context for every frame in the stack trace. That difference doesn't...

enhancement
help wanted

Since boost shall be platform independent and QNX 7 is a Unix variant, would there be support for QNX 7? I tried to use boost/stacktrace with QNX 7. Just including...

bug
enhancement
help wanted

boost 1.81 from vcpkg on windows "Copy Details" button in "Exception Thrown" window in VS 2022 as usually cannot open clipboard so please bear with me for bringing screenshot ![image](https://user-images.githubusercontent.com/23330634/230058431-99b49f74-c687-4b66-bc2b-6b6d7ddf9e9d.png)...