-
Notifications
You must be signed in to change notification settings - Fork 606
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OS X symbolization still does not work #477
Comments
What is the version of addr2line / binutils? |
addr2line 2.32
Excerpts from Kalyana Chadalavada's message of 2019-07-18 04:24:34 -0700:
… What is the version of addr2line / binutils?
If it is less than 2.21, addr2line doesnt support the "-a" flag.
|
We'll do our best to look at this some time in the future, but not sure how soon this is going to be. Your best bet is to debug this a bit yourself, as you have the source code. |
My real plan is to just stop trying to run this on OS X :)
Excerpts from Alexey Alexandrov's message of 2019-07-19 15:48:03 -0700:
… We'll do our best to look at this some time in the future, but not sure how soon this is going to be. Your best bet is to debug this a bit yourself, as you have the source code.
|
@ezyang Can you try again and let us know if you are still having this issue? |
Hi. Notably, I see some symbols whenever I run without addr2line available in PATH in osx. It fails to deal with inlinings and it fails to perform C++ demangings, but it kinda works. I.e. when running this on gperftools cpu profiler output (which uses legacy, e.g. non-protobuf format) of it's malloc_bench:
But whenever I give it addr2line (which is whatever brew install gave me; version 2.40) I only see library names. (Just updating ticket; I am not really osex person and don't intend to try fixing the issue) |
What version of pprof are you using?
fe62a0baab87ba3abca12f4a621532bf67c9a7d2
What operating system and processor architecture are you using?
OS X Mojave
What did you do?
What did you expect to see?
Expected address to be symbolized
What did you see instead?
Not symbolized
The text was updated successfully, but these errors were encountered: