hdf5 icon indicating copy to clipboard operation
hdf5 copied to clipboard

Official HDF5® Library Repository

Results 263 hdf5 issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** Setting page buffer cache or dataset chunk cache size as a number of file pages or dataset chunks, respectively, is...

Priority - 1. High 🔼
Component - C Library
Type - Improvement

**Is your feature request related to a problem? Please describe.** An application that calls H5Pcreate(H5P_FILE_CREATE) hangs when it is built with gcc/g++-5.2.0 on CentOS5 x86_64. Compiler warning: ``` libhdf5.a(H5Tinit_float.o): In...

Priority - 1. High 🔼
Component - C Library
Type - Improvement

Merge - Develop Only
Priority - 0. Blocker ⛔
Component - Build
Type - Bug

Priority - 0. Blocker ⛔
Component - C Library
Component - Documentation
Component - Build
Type - Task
Branch - 1.14

When HDF5 is used as a subproject - conflicts could occur with general named variables.

Intermittent Exception while read and write Below is the crash dump. MODULE FUNCTION + offset, FILE _______________ ______________________________ hdf5.dll, H5FL_blk_malloc()+169 byte(s) hdf5.dll, H5FL_blk_realloc()+85 byte(s) hdf5.dll, H5T__conv_vlen()+1827 byte(s) hdf5.dll, H5T_convert()+245 byte(s)...

Component - C Library
Component - C++
Type - Bug
UNCONFIRMED

Flags from the CMake build mode (e.g., optimization) are not a part of CMAKE__FLAGS and were not exported to the libhdf5.settings file. This has been fixed and the C, Fortran,...

Merge - To 1.14
Priority - 2. Medium ⏹
Component - C Library
Component - Build
Type - Improvement

fix CVE-2022-26061 https://talosintelligence.com/vulnerability_reports/TALOS-2022-1487

Merge - To 1.14
Priority - 1. High 🔼
Component - Tools
Type - Bug

**Describe the bug** I'm trying to disable some error messages by `H5Eset_auto2(H5E_DEFAULT, NULL, NULL);`, but later I need to turn it on. The second argument in `H5Eset_auto2(hid_t estack_id, H5E_auto2_t func,...

Priority - 1. High 🔼
Component - C Library
Type - Bug

From the EED3 scoping page: Enable libhdf5 to provide file offset and size of compact datasets.

Priority - 2. Medium ⏹
Component - C Library
Type - New Feature