Hi,

I've got some prototype for getting stack traces: https://github.com/apolukhin/stacktrace
It's design is based on the idea that class for stacktrace must be fully noexcept, without dynamic allocations in constructors and as simple as possible.

Is there interest in it?
What functionality would you like to have in it?

--
Best regards,
Antony Polukhin