Re: [go-nuts] <-ctx.Done() panic

2024-01-03 Thread Johan Liebert
https://life2vecdeathcalculator.com/ On Wednesday, January 3, 2024 at 3:57:01 AM UTC-8 Sean Liao wrote: > maybe a bad custom context implementation in the chain > > - sean > > On Wed, Jan 3, 2024, 10:57 cheng dong wrote: > >> i have a program paniced with >> >> ``` >> runtime.deferCallSave(0xc0

Re: [go-nuts] <-ctx.Done() panic

2024-01-03 Thread 'Sean Liao' via golang-nuts
maybe a bad custom context implementation in the chain - sean On Wed, Jan 3, 2024, 10:57 cheng dong wrote: > i have a program paniced with > > ``` > runtime.deferCallSave(0xc0313d56d8, 0xc0401839e8?) > /home/ubuntu/go/go1.19.5/src/runtime/panic.go:796 +0x88 > fp=0xc0313d5618 sp=0xc0313d

[go-nuts] <-ctx.Done() panic

2024-01-03 Thread cheng dong
i have a program paniced with ``` runtime.deferCallSave(0xc0313d56d8, 0xc0401839e8?) /home/ubuntu/go/go1.19.5/src/runtime/panic.go:796 +0x88 fp=0xc0313d5618 sp=0xc0313d5608 pc=0x43b248 runtime.runOpenDeferFrame(0xc02349b860?, 0xc0300967d0) /home/ubuntu/go/go1.19.5/src/runtime/pan