Some time ago I reported a critical bug in H5Ocopy to help@hdfgroup.org. It was labeled [HDFFV-10466] but no investigation took place since. I now report it publicly to hdf-forum@lists.hdfgroup.org, in search for collaboration from HDF5 user community to try craft a patch.
Messages on the forum start mentioning “upcoming 1.10.5 release” more and more frequently, but I missed any updates on the status of https://jira.hdfgroup.org/browse/HDFFV-10466
so far.
This report has a minimally-reproducible example, a simple patch, and was submitted several months ago. Let’s please make sure the fix gets into the 1.10.5 release.
First of all, I should say in my previous message that we planned to review your patch.
Last Friday HDF5 developers did review the patch and concluded that we couldn’t accept it. The patch just hides the problem. We need to debug more and find the root of the problem and then decide how it should be fixed.
Hello,
have there been any updates on the topic? I also stumbled upon this issue with recent h5py library… the minimal h5py example is also not working for me. I’m using this environment:
Summary of the h5py configuration
---------------------------------
h5py 3.11.0
HDF5 1.14.2
Python 3.12.1 (tags/v3.12.1:2305ca5, Dec 7 2023, 22:03:25) [MSC v.1937 64 bit (AMD64)]
sys.platform win32
sys.maxsize 9223372036854775807
numpy 1.26.4
cython (built with) 3.0.10
numpy (built against) 2.0.0rc1
HDF5 (built against) 1.14.2
Can anybody confirm this issue? Any help / workarounds would be highly appreciated!
Thanks, Moritz
sounds good! slightly off-topic: is there a fast and easy way to install h5py with HDF5 version 1.14.4?
I’m bound to windows and according to the h5py docs, it is not very straight forward to install from source explicitly specifying the HDF5 version.