You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is also mentioned in pymobiledevice3 forums but they seem to managed to mitigate it somehow.
I also think this bug occurs naturally even when only one runwda is executed enough times or certain conditions are met, something is not closing on lockdown connection, and it's only a matter of time pipe gets broken, steps to reproduce above only accelerate those conditions.
The text was updated successfully, but these errors were encountered:
Describe the bug
This bug has been happening for years now, but it happens so random that it was hard to deduce what is the root cause.
When go-ios is used normally it takes some time for the bug to occur, but when it does the device is permanently corrupted and needs to be rebooted.
Commands like
ps
,kill
, andrunwda
stop working (but probably every command that uses lockdown)To Reproduce
Steps to reproduce the behavior:
Open two terminals
Copy paste this code in both terminals and run it simultaneously
I really hope you can reproduce it and figure out what is causing this.
Expected behavior
Lockdown doesn't get broken and device doesn't need restart.
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
Tried to unpair, pair, remount dev images and reactivate. Can't kill lockdownd on device because to kill it lockdown has to work.
This bug has been mentioned several times in discord channel and in:
pull request from 2022
issue from 2021
issue from 2023
It is also mentioned in pymobiledevice3 forums but they seem to managed to mitigate it somehow.
I also think this bug occurs naturally even when only one
runwda
is executed enough times or certain conditions are met, something is not closing on lockdown connection, and it's only a matter of time pipe gets broken, steps to reproduce above only accelerate those conditions.The text was updated successfully, but these errors were encountered: