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

File descriptor leak #20

Closed
jibeizhao opened this issue Sep 4, 2018 · 4 comments
Closed

File descriptor leak #20

jibeizhao opened this issue Sep 4, 2018 · 4 comments

Comments

@jibeizhao
Copy link

When a user queries for image data in ERDDAP, the file descriptor is left open indefinitely until max limit is reached. File is deleted, but handler is left open.

@jibeizhao jibeizhao changed the title ile descriptor leak File descriptor leak Sep 4, 2018
@jibeizhao
Copy link
Author

Noticed this while we were querying geotiff files, the server would crash after querying for too many geotiffs.
I checked the codes, it seems the saveAsGeotiff function did close the writer, didn't dig deeper.
Could you have a look at this?

Thx

@BobSimons
Copy link
Collaborator

Thanks for letting me know. I will investigate.

@jibeizhao
Copy link
Author

Fixed in the newer version

@BobSimons
Copy link
Collaborator

BobSimons commented Aug 23, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants