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
$ go version
go version devel +8cd191b Sat May 30 12:21:56 2015 +0000 linux/amd64
$ uname -a | awk '$2="host"'
Linux host 3.13.0-52-generic #86~precise1-Ubuntu SMP Tue May 5 18:08:21 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
I have a process that receives data over a few hundred concurrent TCP connections and writes them to files. It's been crashing on recent versions of tip (it was stable on 1.4.1).
I'm working on reproducing this (and the other recent crashes I've seen), I don't have a minimal test case or bisect yet. They may all be due to the same memory corruption bug.
I'm unable to reproduce this on 8fa1a69 (from 17 June 2015).
It looks like I was hitting the same set of bugs as are documented in #10941 (including most recently the "fatal error: g already has stack barriers" crash), but my app ran for several days on the 17 June version when it used to crash several times an hour.
I have a process that receives data over a few hundred concurrent TCP connections and writes them to files. It's been crashing on recent versions of tip (it was stable on 1.4.1).
I'm working on reproducing this (and the other recent crashes I've seen), I don't have a minimal test case or bisect yet. They may all be due to the same memory corruption bug.
The text was updated successfully, but these errors were encountered: