Skip to content

Backtrace fixes

Noah Meyerhans requested to merge (removed):backtrace-fixes into master

This MR includes 3 changes related to backtrace functionality and should address bug 962630

  1. Updates CFLAGS on armel and arm64 to allow backtracing to work generally.
  2. Updates LDFLAGS to include -rdynamic, allowing resolution of addresses to symbol names in backtraces.
  3. Updates the symbol to check for in the backtrace unit tests to something that appears in all the traces on the platforms we support.

Tested on armel, arm64, mipsel, and amd64.

Merge request reports

Loading