[roll] Roll fuchsia [Symbolizer] Add mutex to symbolizer_new to prevent concurrent race condition

Original-Bug: 414868065

test:
ffx profiler symbolize profile.pb new.pb --pprof-conversion false  82.48s user 24.28s system 880% cpu 12.117 total

The `symbolizer_sys::symbolizer_new()` call was not thread-safe, leading to ffx call hang and profiler process exit when Symbolizer instances were created in parallel (e.g., by Rayon threads). Add a lock to it to prevent this issue.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1266446
Original-Revision: f20fedda2ab8af17becc8ab87b515891d692857e
GitOrigin-RevId: be522950f155e7f40eeeb8aff8acfb4b75ba51a0
Change-Id: Ia93d5fb1d1d0bb88787d10135b5bf7c9ffd9a57e
1 file changed
tree: a05ede0d23dce64376829d5accea060f184fd30a
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. 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.