We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After extracting almost the entire backup, the command seems to hang. When running strace, I see regular calls of:
select(4, [3], NULL, NULL, {tv_sec=30, tv_usec=0}) = 1 (in [3], left {tv_sec=29, tv_usec=999999}) read(3, "", 5) = 0 select(4, [3], NULL, NULL, {tv_sec=30, tv_usec=0}) = 1 (in [3], left {tv_sec=29, tv_usec=999999}) read(3, "", 5) = 0 select(4, [3], NULL, NULL, {tv_sec=30, tv_usec=0}) = 1 (in [3], left {tv_sec=29, tv_usec=999999}) read(3, "", 5) = 0 select(4, [3], NULL, NULL, {tv_sec=30, tv_usec=0}) = 1 (in [3], left {tv_sec=29, tv_usec=999999}) read(3, "", 5) = 0 select(4, [3], NULL, NULL, {tv_sec=30, tv_usec=0}) = 1 (in [3], left {tv_sec=29, tv_usec=999999}) read(3, "", 5) = 0 select(4, [3], NULL, NULL, {tv_sec=30, tv_usec=0}) = 1 (in [3], left {tv_sec=29, tv_usec=999999})
This is right after unpacking a small plist file.
A possible confounding factor: the phone storage is nearly completely full.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
After extracting almost the entire backup, the command seems to hang. When running strace, I see regular calls of:
This is right after unpacking a small plist file.
A possible confounding factor: the phone storage is nearly completely full.
The text was updated successfully, but these errors were encountered: