HDF-NI / hdf5.node

A node module for reading/writing the HDF5 file format.
MIT License
123 stars 40 forks source link

issue with appending to tables on windows 10 #112

Open bryceros opened 4 years ago

bryceros commented 4 years ago

tried the on window 10 64bit, node 12v (used the #12v branch on github) and with hdf5 1.10.4 build msvs_version=2017, with hdf5 1.10.3 build msvs_version=2015, and with hdf5 1.10.6 build msvs_version=2015, all binary downloaded from their website. npm installed using the x64 native tools command prompt for their respective version.

the code below is a small example of the issue. on a random number of iteration will stop the program on line ' h5tb.appendRecords(file.id, name, table) ' without producing an error.

any help with will be apricated

debug.txt text.txt