12/02/2022 19:44, Stephen Hemminger: > The glibc backtrace_symbols() calls malloc which makes it > dangerous to use rte_dump_stack() in a signal handler that > is handling errors that maybe due to memory corruption. > > Instead, use dladdr() to lookup up symbols incrementally. > > The format of the messages is based on what X org server > has been doing for many years. It changes from bottom up > to top down order. > > Signed-off-by: Stephen Hemminger <step...@networkplumber.org>
Morten acked the RFC. Is there any significant change?