what might be the reason for segfault ? #290
-
what I did ? & How to reproduce ?script |
Beta Was this translation helpful? Give feedback.
Answered by
michalbednarski
Nov 11, 2023
Replies: 1 comment
-
There was error in proot that prevented launching native (ARM) executables from QEMU (x86_64), fixed now and will be available as Your script sets By the way, you can avoid
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
imxade
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There was error in proot that prevented launching native (ARM) executables from QEMU (x86_64), fixed now and will be available as
proot-5.1.107-62
in Termux apt repoYour script sets
PATH=/data/data/com.termux/files/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/bin
and therefore binaries from Termux are preferred to ones in guest system, not sure if that is intentionalBy the way, you can avoid
linkerconfig
warning through: