Describe the bug
Using the mingw toolchain we encounter a problem in the assertation on the following
|
assert(sizeof(file_offset_t) >= sizeof(size_t)); |
which crashes the program
Expected behavior
The assertation to not trigger a crash.
Platform
- Default windows github runner
- HDF5 version 1.14.1-2 from source
- Microsoft Windows Server 2022
- Mingw-w64 11.2.0
- CMake 3.26.4
Additional context
Describe the bug
Using the mingw toolchain we encounter a problem in the assertation on the following
hdf5/src/H5FDstdio.c
Line 354 in ac07382
Expected behavior
The assertation to not trigger a crash.
Platform
Additional context
hdf5-rust