HDF5-DIAG: unable to load attribute info from object header

Issue #236 resolved
Nico Schlömer created an issue

When using dolfin with HDF5 1.8.4-patch1, I'm getting

HDF5-DIAG: Error detected in HDF5 (1.8.4-patch1) MPI-process 0:
  #000: ../../../src/H5A.c line 546 in H5Aopen(): unable to load attribute info from object header
    major: Attribute
    minor: Unable to initialize object
  #001: ../../../src/H5Oattribute.c line 533 in H5O_attr_open_by_name(): can't locate attribute
    major: Attribute
    minor: Object not found
[...]
*** -------------------------------------------------------------------------
*** DOLFIN encountered an error. If you are not able to resolve this issue
*** using the information listed below, you can ask for help at
***
***     fenics@fenicsproject.org
***
*** Remember to include the error message listed below and, if possible,
*** include a *minimal* running example to reproduce the error.
***
*** -------------------------------------------------------------------------
*** Error:   Unable to read time series from file.
*** Reason:  Sample points for vector data are not strictly monotone in series "./lossless_T".
*** Where:   This error was encountered inside TimeSeriesHDF5.cpp.
*** Process: unknown
*** 
*** DOLFIN version: 1.3.0+
*** Git changeset:  d27da763efdbff0a45a374b51540f74b38c08a93
*** -------------------------------------------------------------------------

Might this be related to the HDF5 version?

Comments (1)

  1. Nico Schlömer reporter

    Invalid.

    The issue was that there already was that a file by the same name already existed.

    The error message could be improved here.

  2. Log in to comment