proot
proot copied to clipboard
loader "terminated with signal 9"
How to reproduce (on Gandi Simple Hosting):
$ uname -r
3.14.25-grsec-paas-738e2ee
$ ./proot-v5.0.0 echo OK
proot info: pid 1211: terminated with signal 9
$ ./proot-v4.0.3 echo OK
OK
uname -r
4.15.9-gentoo
proot echo OK # latest release, (v5.1.0).
proot info: pid 7159: terminated with signal 11
./src/proot echo OK # master branch, (commit c21786).
OK
@cedric-vincent What is the state of your position_independant
branch?