Skip to content
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

netcdfAll-5.5.3.jar Unable to release handle after reading file #1258

Closed
1 task done
wfYue0808 opened this issue Nov 9, 2023 · 1 comment
Closed
1 task done

netcdfAll-5.5.3.jar Unable to release handle after reading file #1258

wfYue0808 opened this issue Nov 9, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@wfYue0808
Copy link

Versions impacted by the bug

netcdfAll-5.5.3.jar

What went wrong?

Please describe the bug.

Relevant stack trace

try (NetcdfFile ncfile = NetcdfFiles.open(path)) {
// Do cool stuff here
} catch (IOException ioe) {
ioe.printStackTrace();
}
System.out.println("111111");
Break point on the last line,After starting debugging,Attempting to delete the read in file, Win11 shows that it cannot be deleted,Why is this

Relevant log messages

No response

If you have an example file that you can share, please attach it to this issue.

If so, may we include it in our test datasets to help ensure the bug does not return once fixed?
Note: the test datasets are publicly accessible without restriction.

Yes

Code of Conduct

  • I agree to follow the UCAR/Unidata Code of Conduct
@wfYue0808 wfYue0808 added the bug Something isn't working label Nov 9, 2023
@tdrwenski
Copy link
Member

Duplicate of #1257

@tdrwenski tdrwenski closed this as not planned Won't fix, can't repro, duplicate, stale Nov 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants