proot-me / proot

chroot, mount --bind, and binfmt_misc without privilege/setup for Linux
https://proot-me.github.io
GNU General Public License v2.0
1.96k stars 369 forks source link

proot info: vpid 1: terminated with signal 7 #376

Open basiliscos opened 4 months ago

basiliscos commented 4 months ago

I downloaded amd64 rootfs and try to execute it via

proot -r proot/ echo hi
proot warning: can't chdir("/home/b/development/cpp/syncspirit-cross/./.") in the guest rootfs: No such file or directory
proot info: default working directory is now "/"
proot info: vpid 1: terminated with signal 11

what's wrong?