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

Hello! I use boost stacktrace library and `frame` functions like `name()` are taking too much time (like +-10seconds) probably because of the large binary (about 35MB). Is there any way...

question

When configuring cmake on ubuntu 24.04 with clang, the check for libbacktrace doesn't seem to work, even when libbacktrace is installed in the default location. For reference, gcc puts libbacktrace...