Re: [go-nuts] How to set default signal handler in golang

2021-09-10 Thread Ian Lance Taylor
On Mon, Aug 30, 2021 at 6:52 PM 'Vina C.' via golang-nuts wrote: > > We have a java web application calling C program which in turn using go > program as a library. The go library was build with --buildmode= c-shared. > Now we got a crash with the application, but there is no call stack for go

[go-nuts] How to set default signal handler in golang

2021-08-30 Thread 'Vina C.' via golang-nuts
Hi all. We have a java web application calling C program which in turn using go program as a library. The go library was build with --buildmode= c-shared. Now we got a crash with the application, but there is no call stack for go program. We are thinking that it might be that java signal handler