@michalbednarski In termux/termux-packages#761 it was noticed that proot segfaults when built with -mthumb on 32-bit arm (which Termux&Android does by default to save binary size, as Thumb-2 seems to be recommended for most).
I worked around it by avoiding building proot with -mthumb in termux/termux-packages@28c436b, so it's not really that important, and I guess 32-bit arm is slowly being deprecated as more and more new devices are 64-bit.
So not worth spending a lot of time on, but still interesting to see if you have an idea what could cause this :).
@michalbednarski In termux/termux-packages#761 it was noticed that proot segfaults when built with -mthumb on 32-bit arm (which Termux&Android does by default to save binary size, as Thumb-2 seems to be recommended for most).
I worked around it by avoiding building proot with -mthumb in termux/termux-packages@28c436b, so it's not really that important, and I guess 32-bit arm is slowly being deprecated as more and more new devices are 64-bit.
So not worth spending a lot of time on, but still interesting to see if you have an idea what could cause this :).