proot icon indicating copy to clipboard operation
proot copied to clipboard

loader "terminated with signal 9"

Open cedric-vincent opened this issue 9 years ago • 2 comments

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

cedric-vincent avatar Dec 06 '14 13:12 cedric-vincent

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

oxr463 avatar Apr 25 '19 23:04 oxr463

@cedric-vincent What is the state of your position_independant branch?

tmm1 avatar Jul 16 '20 22:07 tmm1