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

idevicebackup2 unback hangs #136

Open
Vaelatern opened this issue Jun 11, 2021 · 0 comments
Open

idevicebackup2 unback hangs #136

Vaelatern opened this issue Jun 11, 2021 · 0 comments

Comments

@Vaelatern
Copy link

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.

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

1 participant