boostorg / stacktrace

C++ library for storing and printing backtraces.
https://boost.org/libs/stacktrace
422 stars 70 forks source link

Portable Stacktrace #92

Closed igoloe closed 1 day ago

igoloe commented 4 years ago

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 least for windows this can be done, but i am not sure, if the same mechanisms maybe used for linux to. Besides such a serialization wont be os independent.

apolukhin commented 4 years ago

Sounds interesting, but I have to see the PR to be sure

apolukhin commented 1 day ago

Closing as a dup of #180