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
If I run this with 1.9.2 I don't see a crash but it OOMs after a bit due to some leak (likely #22976). (The original code that my repro was reduced from sees other, different crashes on 1.9.2 which look like #21117.)
Tentatively marking as Go 1.10 since it seems to be a regression.
This is with go1.10beta1 / linux / amd64.
Repro code is at the bottom of the post.
You'll need to provide it with a postgres DB. I haven't had a chance to try with other drivers, but I'm 95% sure this is not driver-related.
I reliably get a crash after a few seconds:
If I run this with 1.9.2 I don't see a crash but it OOMs after a bit due to some leak (likely #22976). (The original code that my repro was reduced from sees other, different crashes on 1.9.2 which look like #21117.)
Tentatively marking as Go 1.10 since it seems to be a regression.
/cc @kardianos
The text was updated successfully, but these errors were encountered: