[symbolize] Fix dropped backtrace bug

Backtraces were begin seeminglly dropped from output because
they were missing symbolization info. This was caused by the
code that output strings looping over source locations. If
symbolization failed however that array is empty. This
change adds a fallback for that case to output what information
is still possible.

Change-Id: Ief1e8395e3d048c3979d445cc52dd956bf956d53
2 files changed
tree: 6f960a60a0a4dc9db5deaf6944f99004a8726230
  1. bloaty/
  2. cache/
  3. cmd/
  4. color/
  5. elflib/
  6. gndoc/
  7. isatty/
  8. logger/
  9. ninjalog/
  10. symbolize/
  11. .gitignore
  12. Gopkg.lock
  13. Gopkg.toml
  14. LICENSE
  15. manifest
  16. PATENTS
  17. README.md
README.md

tools

This repo contains tools used in Fuchsia build and development.

Go packages from here are automatically built and uploaded to CIPD and Google Storage by bots using the tools recipe. To add a tool to the build:

  • Edit the bot config.
  • Find the builder_mixins section with name: "tools".
  • Edit the JSON in properties_j to add a string to the packages list:
"fuchsia.googlesource.com/tools/cmd/your-new-tool"