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

Invalid system call #9

Closed
Kry9toN opened this issue Sep 5, 2019 · 13 comments
Closed

Invalid system call #9

Kry9toN opened this issue Sep 5, 2019 · 13 comments

Comments

@Kry9toN
Copy link

Kry9toN commented Sep 5, 2019

Screenshot_20190905-164502_Termux

I'm on a Vince Android 9 device

@billysusanto
Copy link

i got the same message. anyone know whats the problem?

@Kry9toN
Copy link
Author

Kry9toN commented Oct 7, 2019

The solution is to install ubuntu on termux then install open jdk 8

@utkinn
Copy link

utkinn commented Nov 20, 2019

Call java with proot:

proot java

@Kry9toN
Copy link
Author

Kry9toN commented Nov 20, 2019

Call java with proot:

proot java

Work well?

@utkinn
Copy link

utkinn commented Nov 21, 2019

Call java with proot:

proot java

Work well?

I tried termux-java for running Apktool and it worked without any noticeable problems.

@Kry9toN
Copy link
Author

Kry9toN commented Nov 21, 2019

Call java with proot:

proot java

Work well?

I tried termux-java for running Apktool and it worked without any noticeable problems.

Which version are you on Android?

@utkinn
Copy link

utkinn commented Nov 22, 2019

Call java with proot:

proot java

Work well?

I tried termux-java for running Apktool and it worked without any noticeable problems.

Which version are you on Android?

9.0

@puddingepoch
Copy link

why cant fosstards do anything right
like, ever

@pitust
Copy link

pitust commented Aug 10, 2020

The exact syscall failing is set_robust_list. Also happens to me on android 11 (pixel 3a; developer beta android;build rpb2.200611.009)
It happens due to seccomp policies i think.

set_robust_list(0x79a1a4c0e0, 24)       = 522402971872
--- SIGSYS {si_signo=SIGSYS, si_code=SYS_SECCOMP, si_call_addr=0x79a1a03790, si_syscall=__NR_set_robust_list, si_arch=AUDIT_ARCH_AARCH64} ---
+++ killed by SIGSYS +++
Bad system call

@pitust
Copy link

pitust commented Aug 10, 2020

Using proot worked

@psujit775
Copy link

Facing the same problem.
Use proot
IMG_20200815_003350

@romanin-rf
Copy link

Thank you!

@Kry9toN
Copy link
Author

Kry9toN commented Sep 20, 2020

Now this issue done, use proot to call java in termux

@Kry9toN Kry9toN closed this as completed Sep 20, 2020
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

7 participants