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
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).
The text was updated successfully, but these errors were encountered:
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 somedSYM
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 tollvm-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 addingfmt.Printf()
's into the code (fortunately Go is nice and easy to recompile).The text was updated successfully, but these errors were encountered: