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
While debugging a memory problem I found something that looks like temporaries from
previous scopes are sometimes not garbage collected.
In this case disabling compiler optimizations got rid of the leak.
I tried to strip down the problem as much as possible:
http://play.golang.org/p/HR-7R_0f-C
go version: tip (321d42ff40d3)