-
Notifications
You must be signed in to change notification settings - Fork 18k
affected/package: exec linux bad system call using Termux (Android) #60125
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
Comments
|
@seankhliao I don't have an Android device, seems like the steps are perfectly reproducible on the device. |
Not trivially reproducible:
|
@seankhliao ok, that's interesting. Could this imply that people are running a unix built executable on their Android device? Because that could explain a lot. |
That's pretty much it, termux is where I run the applications and it is just a specialized environment running on top of Android's kernel. Nevertheless, this used to work fine in previous releases of go therefore something changed as rolling back resolves it. I'm suspecting that other go dependent packages will break sometime as well. |
on Android our supported environment is |
Rolling back to which version please? |
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes.
What operating system and processor architecture are you using (
go env
)?Android
What did you do?
run
path, err := exec.LookPath(command)
Reported here and here.
What did you expect to see?
path, err := exec.LookPath(command)
succeeds.What did you see instead?
The text was updated successfully, but these errors were encountered: