[roll] Roll fuchsia [roll] Roll third_party/pigweed pw_symbolizer: Handle EOF when reading llvm-symbolizer output

This change fixes an infinite loop bug in the llvm-symbolizer wrapper.
It is necessary because if the llvm-symbolizer process closes its stdout
unexpectedly or reaches EOF,  returns an empty string. The
previous logic only checked for a newline character, causing a spinlock
and pegging the CPU at 100% indefinitely.

Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/401472
Original-Revision: e43f57369c51d879a4896b31ca0443539f172d3d

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1585797
Original-Revision: 0c81ad2d7f5643dbcdf30297d865e2f6c9fc1f48
GitOrigin-RevId: c746bddbecf877e834828bcb1a4f3cfac5b75cad
Change-Id: I01795aeb8ab33f7b1aa1ed2406fc7f3c76b807c8
1 file changed
tree: 53a202505085f0a644900b8be7d5ed110a3b8a1a
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance in one of the communication channels documented at get involved.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.