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

Leaking semaphore #38

Open
eliassjogreen opened this issue Jul 3, 2023 · 1 comment
Open

Leaking semaphore #38

eliassjogreen opened this issue Jul 3, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@eliassjogreen
Copy link
Member

eliassjogreen commented Jul 3, 2023

/Users/elias/.pyenv/versions/3.11.2/lib/python3.11/multiprocessing/resource_tracker.py:224: UserWarning: resource_tracker: There appear to be 1 leaked semaphore objects to clean up at shutdown

Every time my script shuts down i get a warning about a leaked semaphore. I am guessing we are forgetting to free some python memory somewhere somehow.

@eliassjogreen eliassjogreen added the bug Something isn't working label Jul 3, 2023
@eliassjogreen
Copy link
Member Author

This should be tested again now that #41 is merged... If I find the script with the leaking semaphore.

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

1 participant