Re: [go-nuts] fatal error: sweep increased allocation count, go1.9.x

2017-11-17 Thread matthewjuran
https://github.com/golang/go/issues/22781 I'll try to put together an easier failing case with less code and without the database. Thanks for the help. Matt On Thursday, November 16, 2017 at 3:52:56 PM UTC-6, Ian Lance Taylor wrote: > > On Thu, Nov 16, 2017 at 11:28 AM, > > wrote: > > > > I

Re: [go-nuts] fatal error: sweep increased allocation count, go1.9.x

2017-11-16 Thread Ian Lance Taylor
On Thu, Nov 16, 2017 at 11:28 AM, wrote: > > I've encountered a crash with the signature "fatal error: sweep increased > allocation count" that only appears for me in the go.1.9.x series, testing > on linux/amd64. The memory problem appears to be triggered in this function: Thanks for the report