You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The HDF5 error below occurs at the very end of every ngen execution when NetCDF lumped forcing is used. Looks like some kind of double-free error? Possibly a static variable destruction order problem like we with the Python interpreter recently? Does not seem to cause any larger issues at the moment but is concerning.
Current behavior
HDF5-DIAG: Error detected in HDF5 (1.12.2) thread 0:
#000: H5D.c line 326 in H5Dclose(): can't decrement count on dataset ID
major: Dataset
minor: Unable to decrement reference count
#001: H5Iint.c line 1074 in H5I_dec_app_ref_always_close(): can't decrement ID ref count
major: Object atom
minor: Unable to decrement reference count
#002: H5Iint.c line 916 in H5I_remove(): can't remove ID node
major: Object atom
minor: Can't delete message
#003: H5Iint.c line 865 in H5I__remove_common(): can't remove ID node from hash table
major: Object atom
minor: Can't delete message
#004: H5Iint.c line 1018 in H5I_dec_app_ref(): can't decrement ID ref count
major: Object atom
minor: Unable to decrement reference count
#005: H5Iint.c line 949 in H5I_dec_ref(): can't locate ID
major: Object atom
minor: Unable to find atom information (already closed?)
NetCDF: HDF error
Expected behavior
Error should not appear.
Steps to replicate behavior (include URLs)
Run any simulation with ngen with NetCDF forcing (requires NETCDF_ACTIVE to be "on" for build). See example_bmi_multi_realization_config_w_netcdf.json for instance, which is expected to produce the above output.
Screenshots
The text was updated successfully, but these errors were encountered:
The HDF5 error below occurs at the very end of every ngen execution when NetCDF lumped forcing is used. Looks like some kind of double-free error? Possibly a static variable destruction order problem like we with the Python interpreter recently? Does not seem to cause any larger issues at the moment but is concerning.
Current behavior
Expected behavior
Error should not appear.
Steps to replicate behavior (include URLs)
NETCDF_ACTIVE
to be "on" for build). See example_bmi_multi_realization_config_w_netcdf.json for instance, which is expected to produce the above output.Screenshots
The text was updated successfully, but these errors were encountered: