Hello,
I had this crashes also and untill I can figure why it happens, I've found that this temp workaround lowers the freq of crashes
Edit koreader_kobo.sh and before the reader.lua put this 2 lines:
exec 3<&-
ulimit -HSs unlimited
while :; do
LD_PRELOAD=/root/screenInv.so ./reader.lua /mnt/onboard
sleep 1
done
|