mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-07 16:37:56 +08:00
h5diff issues "unable to read attribute" error message when comparing two files Description: h5diff did not handle attributes of variable length strings correctly. It created the wrong memory type if one but not both compared attributes are of the variable strings type. It ended in H5Aread() failure. Solution: We decided to treat the case when one type is variable length string and the other is not as incomparable. That bypassed the above error. We still need to figure out the proper way, if possible, to compare variable string with non-variable string types. Tested: h5committested plus tested in Swallow (OS X 10.8).
14 lines
416 B
Plaintext
14 lines
416 B
Plaintext
dataset: </G/down/Data> and </G/down/Data>
|
|
1599 differences found
|
|
dataset: </G/down/Tail/array> and </G/down/Tail/array>
|
|
8 differences found
|
|
dataset: </G/up/Data> and </G/up/Data>
|
|
1845 differences found
|
|
dataset: </G/up/Tail/array> and </G/up/Tail/array>
|
|
10 differences found
|
|
--------------------------------
|
|
Some objects are not comparable
|
|
--------------------------------
|
|
Use -c for a list of objects.
|
|
EXIT CODE: 1
|