Re: [go-nuts] runtime: panic in net/http.(*Server).Serve

2019-11-26 Thread
UTC+8下午2時31分55秒寫道: > > It looks like the race detector outputs when it detects a race, not at > program end, so it doesn’t apply in your case. > > So, I would look into cgo and other unsafe usages. > > On Nov 26, 2019, at 12:18 AM, 黃翔蔚 > > wrote: > > Hi Robe

Re: [go-nuts] runtime: panic in net/http.(*Server).Serve

2019-11-25 Thread
On Nov 25, 2019, at 7:10 PM, 黃翔蔚 > > wrote: > >  > Hi lan, > Thanks for your reply. > I built the program with -race option. There is no news in crash dump. > I will review cgo portion again. Thanks again. > > Walter > > Ian Lance Taylor於 2019年11月26日星期二 UTC+

Re: [go-nuts] runtime: panic in net/http.(*Server).Serve

2019-11-25 Thread
Hi lan, Thanks for your reply. I built the program with -race option. There is no news in crash dump. I will review cgo portion again. Thanks again. Walter Ian Lance Taylor於 2019年11月26日星期二 UTC+8上午3時12分06秒寫道: > > On Mon, Nov 25, 2019 at 9:23 AM 黃翔蔚 > > wrote: > > > > M