Re: [go-nuts] cgo and fatal: morestack on g0

2021-09-10 Thread Ian Lance Taylor
On Thu, Aug 26, 2021 at 4:56 AM Miha Vrhovnik wrote: > > we are using a library via CGO that is the emulator for a real device. > That library also contains a javascript engine which calls to Go for > communication to the outside world. The problem we are facing is that we are > getting more and

[go-nuts] cgo and fatal: morestack on g0

2021-08-26 Thread Miha Vrhovnik
Hey, we are using a library via CGO that is the emulator for a real device. That library also contains a javascript engine which calls to Go for communication to the outside world. The problem we are facing is that we are getting more and more crashes with "morestack on g0". I have found tick