backward-cpp icon indicating copy to clipboard operation
backward-cpp copied to clipboard

A beautiful stack trace pretty printer for C++

Results 110 backward-cpp issues
Sort by recently updated
recently updated
newest added

When SignalHandling instance destroyed, signal handler alternative stack is freed. However, the signal handler could still be called after that which causes use-after-free error.

To start with, thank you for this library! It was very easy to install and gave really nice traces... My only problem thus far is that, at least with my...

It would be useful to provide a public API for `demangler::demangle`. It can demangle `typeid` names, so it would be handy for debugging and logging even without a stack trace....

enhancement

Howto: http://docs.conan.io/en/latest/uploading_packages/bintray/conan_center_guide.html#conan-center-flow @Manu343726 Do you have any experience with this? Is it better to go via bincrafters?

trying to figure out how to get a better stack trace without needing to include the PDB file for end users, came up with this very simple change on windows...

This is with VS2019, latest version. I noticed that the first time I attempted to print a stack trace it was always empty, but on subsequent prints it did work....

These functions are called every time a Printer is constructed, but according to MSDN they are single threaded and not safe to call from multiple threads. The docs also state...

It happens sometimes that otherwise working backward prints `Stack trace (most recent call last) in thread 16:` and then it hangs. I am not able to reproduce this error reliably...

When a program is compiled with `-gsplit-dwarf` (documented [here](https://gcc.gnu.org/wiki/DebugFission)), backward-cpp works normally, except that "inliners" (source locations that are in the logical stack trace, but don't correspond to physical program...

Looks like someone keeps updating backward-cpp conan recipe now. We could update the badge to version 1.5 and set the link to conan center. https://github.com/conan-io/conan-center-index/tree/master/recipes/backward-cpp https://conan.io/center/backward-cpp/1.5/?user=_&channel=_