Reading From Dataset Results In Segfault Depending on Datatype:

Hello All,

I am attempting to read in data using the C++ api for HDF5 1.12. I am able to open my dataset using H5T_NATIVE_FLOAT, but when I try to use H5T_IEEE_F64LE my program segfaults. when I h5dump the h5 file am trying to read the data type of the dataset is H5T_IEEE_F64LE so I am not sure where this error comes form.

Any guidance or help in resolving this issue is greatly appreciated!