You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This was mentioned in #130 which was closed since then so filing to track.
For pprof symbolization to work on OSX it currently requires installing binutils (for gaddr2line) or llvm (for llvm-symbolizer). It would be good if pprof knew how to use the atos utility which is installed by default.
The text was updated successfully, but these errors were encountered:
aalexand
changed the title
Use atos on OSX when addr2line or llvm-symbolizer are not available
Use atos on OSX when addr2line or llvm-symbolizer are not available
Apr 3, 2018
ankon
added a commit
to ankon/node-remote-pprof
that referenced
this issue
Jul 2, 2018
We do have a parser for the atos output (in JS though, not Go), but that's really just based on my guesses as to what we need. google/pprof#351 is the matching ticket on the pprof repository that asks for atos support when `gaddr2line` (binutils) or `llvm-symbolizer` (llvm) are not available.
We should watch that ticket, and consider whatever is done there to be "canonical": Our implementation must match that.
Note: This doesn't mean we cannot contribute our implementation -- but we shouldn't own the parsing knowledge here.
This was mentioned in #130 which was closed since then so filing to track.
For pprof symbolization to work on OSX it currently requires installing binutils (for gaddr2line) or llvm (for llvm-symbolizer). It would be good if pprof knew how to use the
atos
utility which is installed by default.The text was updated successfully, but these errors were encountered: