Closed btracey closed 9 years ago
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.