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
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