Ward Fisher
Ward Fisher
It looks like there's a straight-forward fix available as pointed out by @Dave-Allured. I'm doing formal testing right now but will strive to have a release candidate out ASAP with...
I'll take a look at the code; it is possible that, with logging enabled, it might provide additional information. If not, it seems like there should be a way to...
@DennisHeimbigner some conflicts have crept in, and Github is (again) not letting me resolve them. I'll try to sort that out, but are you able to make changes and/or have...
Thank you for the *very* comprehensive report! I'll take a look, I am working primarily on Linux/OSX myself, with Windows being a secondary environment. I will try to duplicate this...
Updated issue title to reflect it is still observed in latest version.
> As a test, I added a simple test function to libnetcdf which only creates a HDF5 File Access Properties list: > > ```c > int my_test_function() { > hid_t...
@krisfed thanks for checking in; we are working through. It can be tricky to determine what will make it into the release, given the resources we have to work with,...
Surprisingly, no failure on a raspberry pi ARM device (gcc 10.2).
The address sanitizer hadn't turned anything up, but valgrind was a good idea. Valgrind detected a few undefined variables that could have been the issue, but addressing them in the...
Thanks for percolating this back up; I'll pick this back up and see if I can figure out what's going on.