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
Calling web on go tool pprof creates a temporary directory, but forgets to clean it up.
Currently, I see:
rawr@carbonite: /tmp $ ll pprof-*
pprof-258052144:
total 0
pprof-316027049:
total 0
pprof-394800818:
total 0
pprof-675261706:
total 0
pprof-871857163:
total 0
...
I expect to see:
rawr@carbonite: /tmp $ ll pprof-*
ls: cannot access pprof-*: No such file or directory
Using
go1.5
Calling
web
ongo tool pprof
creates a temporary directory, but forgets to clean it up.Currently, I see:
I expect to see:
Probably just a missing defer in cmd/pprof/internal/commands/commands.go.
The text was updated successfully, but these errors were encountered: