Re: [go-nuts] Unexpected output on playground

2018-03-14 Thread Ian Lance Taylor
On Wed, Mar 14, 2018 at 9:33 AM, andrey mirtchovski wrote: > > wanted: panic: runtime error: invalid memory address or nil pointer > dereference > [signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x1090432] > > got: ** Signal 11 from untrusted code: pc=6559000898c0 > > is this just a

[go-nuts] Unexpected output on playground

2018-03-14 Thread andrey mirtchovski
wanted: panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x1090432] got: ** Signal 11 from untrusted code: pc=6559000898c0 is this just an idiosyncrasy of the playground, or am I breaking something? -- You rece