[go-nuts] HDF5 support for SWMR

2021-06-14 Thread 'Vina C.' via golang-nuts
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

Re: [go-nuts] HDF5 support for SWMR

2021-06-14 Thread 'Vina C.' via golang-nuts
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

[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