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

signal 11 received on arm processor #312

Closed
cristianrz opened this issue Dec 20, 2021 · 2 comments
Closed

signal 11 received on arm processor #312

cristianrz opened this issue Dec 20, 2021 · 2 comments

Comments

@cristianrz
Copy link

Running proot on Debian inside a VM on M1 throws signal 11. Both Debian and proot are the aarch64 builds. Tried different guest distros and they all fail.

Specifications

  • Proot/Care version: 5.1.0
  • Kernel version: 5.10.0-10 arm64
  • Host distribution: debian
  • Guest distribution: ubuntu

Command Output

$ uname -m
aarch64
$ file /usr/local/bin/proot
/usr/local/bin/proot: ELF 64-bit LSB pie executable, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, for GNU/Linux 3.7.0, BuildID[sha1]=89e8af53f8c43a4f970f3e420242298cbefeaeca, stripped
$ file rootfs/bin/date
rootfs/bin/date: ELF 64-bit LSB pie executable, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=b2cf3190616a362a7c11b384adbd81665a77d989, for GNU/Linux 3.7.0, stripped
$ ./rootfs/bin/date
Mon 20 Dec 14:40:00 CET 2021
$ proot -r rootfs -w / date
proot warning: signal 11 received from process 987781486
@oxr463
Copy link
Collaborator

oxr463 commented Jan 7, 2022

@cristianrz can you try again using the latest v5.3.0 release:

@cristianrz
Copy link
Author

Works for me now. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants