michalbednarski
michalbednarski
Where is that qemu binary from? Using [qemu-user-static from unstable-packages repository (I couldn't find build script for it)](https://dl.bintray.com/xeffyr/unstable-packages/aarch64/qemu-user-static_4.0.0-1_aarch64.deb) I've got `/usr/bin/gzip: Invalid argument` error, however this happens without proot as...
That error indicates that proot wasn't even able to start qemu in first place. using `qemu-x86_64` from `qemu-user-x86_64` works on my device so I'd need trace from your device in...
Looks like on Android 10 it's also necessary to add `-b /apex`
Looks like `ldconfig` fails to allocate memory, this happens regardless of proot, there's recent [commit in QEMU that appears to be aimed at fixing that](https://github.com/qemu/qemu/commit/6fd5944980f4ccee728ce34bdaffc117db50b34d), however I haven't tested it...
Commit I've linked above fixes issue related to `brk()` syscall, as Unicorn has no own syscall handling crashes of Unicorn are probably unrelated to this issue. Crash here happened inside...
Doesn't happen on my test devices, could you share what you've used to install distro, Android version and results of following commands ``` uname -a apt list proot ```
Ok, looks like there's a clash between qemu binary and proot loader. I think I'll change proot to skip use of proot loader when using qemu
Fixed version should soon be available in Termux apt as `proot_5.1.107-45`
Fixed version should soon be available in apt repo as `proot-5.1.107-54` After that initial command from initial post should work (after replacing `bash` -> `sh`, there's no `bash` in alpine...
This error occured very early at proot startup, so either it's running under some kind of debugger (Which might be part of system, use `grep TracerPid /proc/self/status` to check (0...