-
Notifications
You must be signed in to change notification settings - Fork 17.8k
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
misc/ios: possible lldb io processing bug in go_darwin_arm_exec #10205
Comments
"failed" means the process on the iOS device died. I have a very similar failure here:
where importantly the timeout was 4m:
So it is entirely possible this is the process randomly dying on its own, but given the predictable state, the similar timing of each failure (46s and 49s), and the fact that the timeouts were far beyond that, I suspect this is the app being killed by iOS app launch timeout. This means the brTimeout I set in golang.org/cl/8080 may be far too long. |
Not fixed yet:
|
At this point, I suspect ios-deploy is buffering output somewhere:
|
A related but not exactly the same problem: after about 500 app installs the device becomes very slow. I have idevicediagnostics working from libimobiledevice.org, which lets me reboot devices, which I'll add to the test process somehow. So far I have been impressed by this software and I'm considering switching from ios-deploy to ideviceinstaller, but I fear it will be a large amount of work. |
Fixed by a series of CLs in misc/ios/go_darwin_arm_exec.go. |
Appears sporadically on the builder:
The text was updated successfully, but these errors were encountered: