-
Notifications
You must be signed in to change notification settings - Fork 263
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
Bug in hdf5open.c::get_quantize_info() #2674
Comments
uweschulzweida
added a commit
to uweschulzweida/netcdf-c
that referenced
this issue
Apr 5, 2023
WardF
added a commit
that referenced
this issue
Apr 12, 2023
ZedThree
added a commit
to ZedThree/netcdf-c
that referenced
this issue
Apr 18, 2023
* main: (56 commits) Fix a mismatched if,endif block label. Update issue with make distcheck Update dap4_test for systems without getopt Missed unit_test Update release notes Fix bug in szip handling. Update release notes "Simplify" XGetopt usage added fortran documenting logging documenting logging documenting logging Fix issue Unidata#2674 Update to latest main ubuntufix1 ub1" bad file reference oops Maintainer mode should only be turned on prior to minting a release. Fix run_jsonconvention.sh to be resilient against irrelevant changes to _NCProperties. ...
zklaus
pushed a commit
to zklaus/libnetcdf-feedstock
that referenced
this issue
Apr 18, 2023
xylar
added a commit
to conda-forge/libnetcdf-feedstock
that referenced
this issue
Apr 18, 2023
Backport fix for Unidata/netcdf-c#2674
mx-moth
added a commit
to eReefs/netcdf-base
that referenced
this issue
Mar 4, 2024
mx-moth
added a commit
to eReefs/netcdf-base
that referenced
this issue
Mar 4, 2024
sharon-tickell
added a commit
to eReefs/netcdf-base
that referenced
this issue
Apr 18, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I get the following error messages since netCDF-c version 4.9.0:
I think in routine hdf5open.c::get_quantize_info() the corresponding calls to H5Aexists() are missing.
I have added the following lines:
With these calls I don't get any error messages anymore.
The problem occurs when opening NetCDF4 files in a multi-threaded environment when calling the routine nc_inq_var().
In the following C++ example, 2 files are opened in parallel and both threads are locked with a unique_lock:
The text was updated successfully, but these errors were encountered: