Hello, everyone:
I was trying to use go HDF5 package and noticed that it only support
version 1.8 for HDF5. Since SWMR feature (Single Write multiple read) only
implemented in 1.10, I wonder if there is anyway to do the same task with
current go HDF5 package? Any example would be greatly appreci
Got it and thanks
On Monday, June 14, 2021 at 5:02:31 PM UTC-4 Ian Lance Taylor wrote:
> On Mon, Jun 14, 2021 at 12:35 PM 'Vina C.' via golang-nuts
> wrote:
> >
> > I was trying to use go HDF5 package and noticed that it only support
> version 1.8 for HDF5. S
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