-
-
Notifications
You must be signed in to change notification settings - Fork 291
file_offset_t < size_t on mingw #3091
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
We don't have great testing for MinGW, but I would like to get that set up as a GitHub action ASAP so we can fix these issues. |
@derobins mingw builds are very easy to set up on github actions (you can check hdf5-rust CI as an example). Would really appreciate if this was looked into since it's currently a blocker for us bundling 1.14 for static builds. |
Is this still a problem? We build and test MinGW in several environments now and we don't see this assert being tripped. |
We still see the problem: https://github.com/mulimoen/hdf5-rust/actions/runs/11579804898/job/32236915194 |
Let me know if this PR fixes the problem. It should be merged in the next day or so. Update: It's in. Let me know if this fixes your problem! |
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
The text was updated successfully, but these errors were encountered: