Re: [go-nuts] Re: troubleshooting 100% cpu peg - runtime._ExternalCode ?

2017-02-07 Thread Kale B
Go to http://localhost:6067/debug/pprof/profile with a browser/curl/etc, it should display a more useful error message. On Tuesday, February 7, 2017 at 8:51:47 AM UTC-8, Jason E. Aten wrote: > > > > On Tue, Feb 7, 2017 at 10:38 AM, Jason E. Aten <> wrote: > >> On Tue, Feb 7, 2017 at 10:12 AM, Jas

[go-nuts] Re: Is this a compiler bug?

2017-01-06 Thread Kale B
https://golang.org/ref/spec#Comparison_operators > Pointers to distinct zero-size variables may or may not be equal. Looks like a more complicated example of https://github.com/golang/go/issues/8938. On Friday, January 6, 2017 at 2:24:39 AM UTC-8, Ignazio Di Napoli wrote: > > I'm very curious ab