michalbednarski
michalbednarski
I've implemented something like that and just pushed to `force-exec` branch for experimentation. So far I've only tested with single files but appears to work. This is very alpha version...
Try running with `PROOT_NO_SECCOMP=1` env variable set If still doesn't work please set `PROOT_VERBOSE=9` and share terminal transcript
`POKEDATA` issue doesn't appear to be present on your device (according to log you've posted in https://github.com/termux/proot/issues/84#issuecomment-562524615) I still think you should be able to use Debian with modifications (as...
Looks like `trace.txt` wasn't generated correctly because some newlines were removed while you've copy-pasted commands Could you try doing that using following snippet which replaces newlines with semicolons and switches...
Looking at log you've provided it looks like problem has occurred with proot (in both operation modes), but not with gdb nor strace, I've made some additional tests in C...
Test cases didn't trigger kernel bug while invoking most important calls used by proot, which suggests that it'd probably be possible to avoid the bug, but still I have no...
I've modified patched installation to apply fixes and install task-mate-desktop. This script should be run from Termux home directory. Note that this script will erase existing installation and install new...
As far as i know in case of system hang you could reboot by long pressing (for about 10 seconds) power button, but I think it won't be necessary here....
Thanks, I'm connected now
Thank you, I've just finished analysis and exited `tmate`, you might still need to release wakelock and/or exit Termux from Termux notification. Tomorrow I'll start implementing workaround Reduced code triggering...