Error using h5readc
The HDF5 library encountered an error and produced the following stack trace information:
H5FD_sec2_read addr overflow, addr = 3862628331912670976, size=4096,
eoa=29926320
H5FD_read driver read request failed
H5F_accum_read driver read request failed
H5F_block_read read through metadata accumulator failed
H5HG_load unable to read global heap collection
H5C_load_entry unable to load entry
H5C_protect can't load entry
H5AC_protect H5C_protect() failed.
H5HG_protect unable to protect global heap
H5HG_read unable to protect global heap
H5T_vlen_disk_read Unable to read VL information
H5T__conv_vlen can't read VL data
H5T_convert data type conversion failed
H5T__conv_struct_opt unable to convert compound datatype member
H5T_convert data type conversion failed
H5D__scatgath_read datatype conversion failed
H5D__chunk_read chunked read failed
H5D__read can't read data
H5Dread can't read data
Error in h5read (line 58)
[data,var_class] = h5readc(Filename,Dataset,start,count,stride);
What am I doing wrong? Do you have any idea?
Thanks in advance :)