2013-07-12 1 views
1

clavis에서 생성 한 hdf5 파일이 있습니다. 옥타브에서 열려고하면 다음과 같은 오류가 발생합니다.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

나는 당신의 파일을 재빨리 검사했고, (HDF5 버전 1.8.11과'h5stat','h5dump'를 사용하여 ...) 보인다. 사용중인 버전의 버그 일 가능성이 높습니다. HDF5를 업데이트해야합니다. – Simon

+0

HDF5 1.8.10에서도 작동합니다. – Yossarian

답변

1

그것은이 옥타브의 버그 밝혀 (또는 사용되지 않는 HDF5 기능에 오히려 전화 HDFView에서 어떤 일이 벌어지고 있는지 모르겠습니다.) 나는 그것에 대한 버그 보고서를 만들었습니다 : http://savannah.gnu.org/bugs/?39491