When I install c_client on Github after I follow guid on Github. Input the following command:
$ cp client/c/sample/sample1.c .
$ gcc -I./client/c/include -L./bin sample1.c -lgridstore
$ export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:./bin
After I run file a.out, I don't see result but I see the following notification: " Segmentation fault (core dumped) " ,
It isn't same result on Github. File sample1.c you can follow in link https://github.com/griddb/c_client/blob/4.3-rc/client/c/sample/sample1.c
. Any idea?
I checked and executed sample1.c following GridDB Github.
It's OK with my environment.
I suggest: