jeremy-rifkin / cpptrace

Simple, portable, and self-contained stacktrace library for C++11 and newer
MIT License
642 stars 67 forks source link

`cpptrace::exception::get_trace()` broke #61

Closed jeremy-rifkin closed 9 months ago

jeremy-rifkin commented 10 months ago

cppex.get_trace().print(); reports an empty trace even though .what() and cppex.get_raw_trace().resolve().print(); shows a populated trace. Repro: https://godbolt.org/z/GEErE6a7r.

This appears to be resolved in the next release. Noticed in discussion on #60.