Adding new load_saved function to allow loading a previously obtained stacktrace to be printed.
Currently, there does not appear to be any way to use a stacktrace that might have been obtained earlier (e.g. by backtrace).
This is particularly relevant if a signal handler has captured a stacktrace, which might want to be printed at a later time.
Adding new
load_saved
function to allow loading a previously obtained stacktrace to be printed.Currently, there does not appear to be any way to use a stacktrace that might have been obtained earlier (e.g. by
backtrace
). This is particularly relevant if a signal handler has captured a stacktrace, which might want to be printed at a later time.Example use: