Skip to content
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

Add debugging output #309

Open
Timmmm opened this issue Feb 5, 2018 · 0 comments
Open

Add debugging output #309

Timmmm opened this issue Feb 5, 2018 · 0 comments
Labels
Priority: p3 Buganizer priority - P3 type: feat Buganizer type - Feature Request

Comments

@Timmmm
Copy link
Contributor

Timmmm commented Feb 5, 2018

I currently have an issue on OSX where nearly all of my profiles have "" as most of the time. This is obviously something to do with llvm-symbolizer not working, maybe some dSYM bundles are missing or something.

Unfortunately this is almost impossible to debug because pprof doesn't include any verbose debugging options so I can (for example) see what it is sending to llvm-symbolizer. I can't see which files it is opening, where it is looking, etc. etc.

I would suggest adding something like the standard -debug=none/error/warn/debug/info type thing. For now I have resorted to adding fmt.Printf()'s into the code (fortunately Go is nice and easy to recompile).

@nolanmar511 nolanmar511 removed their assignment Jan 28, 2022
@aalexand aalexand added type: feat Buganizer type - Feature Request and removed enhancement labels May 12, 2023
@Louis-Ye Louis-Ye added the Priority: p3 Buganizer priority - P3 label May 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority: p3 Buganizer priority - P3 type: feat Buganizer type - Feature Request
Projects
None yet
Development

No branches or pull requests

4 participants