You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Something really odd is going on with the CI / julia 1 - windows-latest - x64.
We're getting an error in h5a_iterate: https://github.com/JuliaIO/HDF5.jl/actions/runs/6124333998/job/16624132842#step:5:200
From what I can tell, it looks like h5a_iterate isn't throwing an error correctly. I can make it go away by removing the lock or the try/catch for the lock, or be removing the check of the error stack (which may be a good idea in any case?)
Something really odd is going on with the
CI / julia 1 - windows-latest - x64
.We're getting an error in
h5a_iterate
:https://github.com/JuliaIO/HDF5.jl/actions/runs/6124333998/job/16624132842#step:5:200
From what I can tell, it looks like
h5a_iterate
isn't throwing an error correctly. I can make it go away by removing the lock or thetry
/catch
for the lock, or be removing the check of the error stack (which may be a good idea in any case?)Originally posted by @simonbyrne in #1104 (comment)
The text was updated successfully, but these errors were encountered: