如何找出HDF5文件的错误

时间:2013-07-12 21:06:51

标签: octave hdf5

我有一个由clavis生成的hdf5文件。当我尝试以八度音程打开它时,我收到以下错误:

error: load: error while reading hdf5 item decision
HDF5-DIAG: Error detected in HDF5 (1.8.4-patch1) thread 2964195136:
  #000: ../../../src/H5Gdeprec.c line 777 in H5Giterate(): group iteration failed
    major: Symbol table
    minor: Iteration failed
  #001: ../../../src/H5G.c line 1532 in H5G_iterate(): error iterating over links
    major: Symbol table
    minor: Iteration failed
  #002: ../../../src/H5Gobj.c line 599 in H5G_obj_iterate(): can't iterate over symbol table
    major: Symbol table
    minor: Iteration failed
  #003: ../../../src/H5Gstab.c line 522 in H5G_stab_iterate(): iteration operator failed
    major: Symbol table
    minor: Can't move to next iterator location
  #004: ../../../src/H5B.c line 1302 in H5B_iterate(): B-tree iteration failed
    major: B-Tree node
    minor: Iteration failed
  #005: ../../../src/H5B.c line 1225 in H5B_iterate_helper(): iterator function failed
    major: B-Tree node
    minor: Unable to list node
  #006: ../../../src/H5Gnode.c line 1021 in H5G_node_iterate(): iteration operator failed
    major: Symbol table
    minor: Can't move to next iterator location

如何找出文件有什么问题?或者这是hdf5中的错误?

它在HDFView中打开,但它仍然打印出相同的错误

这是文件:http://www.wikiupload.com/JRGTR40KV2EVR3G

1 个答案:

答案 0 :(得分:1)

事实证明这是Octave中的一个错误(或者更确切地说是对已弃用的HDF5函数的调用。我不知道HDFView发生了什么)。我为它创建了一个错误报告:http://savannah.gnu.org/bugs/?39491

相关问题