-
-
Notifications
You must be signed in to change notification settings - Fork 309
Open
Labels
Component - C LibraryCore C library issues (usually in the src directory)Core C library issues (usually in the src directory)
Milestone
Description
Describe the bug
Using the mingw toolchain we encounter a problem in the assertation on the following
Line 354 in ac07382
assert(sizeof(file_offset_t) >= sizeof(size_t)); |
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
- A build log can be found here https://github.com/aldanor/hdf5-rust/actions/runs/5225628766/jobs/9435350340?pr=243
- Found when trying to use 1.14.1 in
hdf5-rust
aldanor
Metadata
Metadata
Assignees
Labels
Component - C LibraryCore C library issues (usually in the src directory)Core C library issues (usually in the src directory)
Type
Projects
Status
Scheduled/On-Deck