1

我有一个由 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

4

1 回答 1

1

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

于 2013-07-19T02:22:01.700 回答