MasterDevX / Termux-Java

Install Java (Open-JDK-8) in Termux without root!
382 stars 82 forks source link

Invalid system call #9

Closed Kry9toN closed 3 years ago

Kry9toN commented 5 years ago

Screenshot_20190905-164502_Termux

I'm on a Vince Android 9 device

billysusanto commented 4 years ago

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

Kry9toN commented 4 years ago

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

utkinn commented 4 years ago

Call java with proot:

proot java
Kry9toN commented 4 years ago

Call java with proot:

proot java

Work well?

utkinn commented 4 years ago

Call java with proot:

proot java

Work well?

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

Kry9toN commented 4 years ago

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 commented 4 years ago

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 commented 4 years ago

why cant fosstards do anything right like, ever

pitust commented 4 years ago

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 commented 4 years ago

Using proot worked

psujit775 commented 4 years ago

Facing the same problem. Use proot IMG_20200815_003350

romanin-rf commented 3 years ago

Thank you!

Kry9toN commented 3 years ago

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