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

ResourceWarning in v2.6 #160

Open
kelly-sovacool opened this issue Sep 24, 2024 · 0 comments
Open

ResourceWarning in v2.6 #160

kelly-sovacool opened this issue Sep 24, 2024 · 0 comments
Labels
bug Something isn't working RENEE RepoName

Comments

@kelly-sovacool
Copy link
Member

kelly-sovacool commented Sep 24, 2024

warning message with v2.6:

cd /data/CCBR_Pipeliner/Pipelines/RENEE
./v2.6/bin/renee --version
Python version: 3.11.3
/data/CCBR_Pipeliner/db/PipeDB/Conda/envs/py311/lib/python3.11/glob.py:176: ResourceWarning: unclosed <socket.socket fd=5, family=2, type=1, proto=0, laddr=('0.0.0.0', 0)>
  with contextlib.closing(_iterdir(dirname, dir_fd, dironly)) as it:
ResourceWarning: Enable tracemalloc to get the object allocation traceback
renee v2.6.0-dev

this doesn't happen with v2.5:

./v2.5/bin/renee --version
[+] Loading singularity  4.0.3  on cn2066 
renee v2.5.12

It seems there's an opened file that never gets closed?
https://stackoverflow.com/a/61373209

@kelly-sovacool kelly-sovacool added the bug Something isn't working label Sep 24, 2024
@kopardev kopardev added the RENEE RepoName label Sep 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working RENEE RepoName
Projects
None yet
Development

No branches or pull requests

2 participants