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've only seen this particular crash once. I'd been running on 4e4c1f9 from last Wednesday May 27 for a few days, and only saw this crash after an upgrade to 8cd191b (from Sunday May 30). It might be recent, but my process doesn't crash quickly or reliably enough to bisect (I'm also seeing #10941 a few times a day).
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).
The text was updated successfully, but these errors were encountered: