-
Notifications
You must be signed in to change notification settings - Fork 573
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
[MacOS] Upon Completing A Request icloudpd Displays A Resource Leak Warning Followed By Inducing The New CLI Prompt #668
Comments
Reproduced the issue on mac M1 and icloudpd 1.15.1, but linux & windows are fine. As a fast mitigation you can downgrade to 1.14.2 (or earlier):
|
Seems to be related to tqdm and here. MacOS only. Need to test if only binary packages affected or it is just tqdm issue (==is pyinstaller adding anything to the story). |
I have the same issue. I am using version 1.15.1.
|
This issue was fixed (or previously fixed and now a problem again)? I just updated to 1.17.0 and everything appears to be working again, but this displays every time when run:
|
confirming that the fix works for experimental binary only (icloudpd-ex), but not main binary (icloudpd). |
pls see if 1.17.1 fixed the issue. reopen if not |
Yup, 1.17.1 fixed it. thanks! |
Overview
Immediately after completing the request, icloudpd invokes the new command line prompt, displays a warning and exits.
Steps to Reproduce
Expected Behavior
No uncalled actions.
Actual Behavior
The utility displays the warning "multiprocessing/resource_tracker.py:104: UserWarning: resource_tracker: process died unexpectedly, relaunching. Some resources might leak." and then calls up another prompt before exiting.
Context
macOS 10.14, icloudpd 1.15.1
The text was updated successfully, but these errors were encountered: