-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
runtime/pprof: CPU profile writer falls behind in big program #7949
Labels
Milestone
Comments
Here is a shorter reproducing code. This takes a couple minutes on my machine, but changing the inner loop computation to size 1000 rather than 100000 did not reproduce the problem http://play.golang.org/p/O-ixYe9BdY |
I'm pretty sure this was fixed earlier today by https://golang.org/cl/96060043 . Closing this bug assuming that I am correct; please re-open if I am not. Status changed to Fixed. |
I don't think it was fixed by that revision. [btracey@zion ~]$ go version go version devel +ad0ee2227396 Wed May 07 18:49:13 2014 +0400 linux/amd64 I downloaded the source after that revision was committed, though I don't know if there is a lag, and I'm not sure how to check that that CL is included in my version. |
This issue was closed.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The text was updated successfully, but these errors were encountered: