-
Notifications
You must be signed in to change notification settings - Fork 17.8k
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
cmd/pprof: weblist filtering not working #18385
Comments
\cc @ianlancetaylor |
When testing with a simple program the weblist command seems to work. Will take a look at the influxdata code. |
@ianlancetaylor It doesn't seem to be specific to |
@benbjohnson Can you test with https://play.golang.org/p/eOlUFUFGAR ? That one worked for me. |
I've seen this on current tip while working on the tree. Let Now:
using
but go 1.7 pprof works:
|
|
Looks like it has been broken by CL 23781 (cmd/pprof: instruction-level granularity in callgrind output). |
CL https://golang.org/cl/34665 mentions this issue. |
Please answer these questions before submitting your issue. Thanks!
What version of Go are you using (
go version
)?Go 1.8 beta2
What operating system and processor architecture are you using (
go env
)?What did you do?
# In terminal #1 $ go install github.com/influxdata/influxdb/cmd/influxd $ influxd
What did you expect to see?
A listing of functions in my web browser.
What did you see instead?
The
weblist
command returns "no samples found on routines matching: .
" in 1.8beta2.It works properly in Go 1.7. The
list
command in 1.8beta2 also works correctly.The text was updated successfully, but these errors were encountered: