On Tue, 24 Nov 2020 at 08:45, Alec Ari via Emc-developers
<[email protected]> wrote:
> I know awhile back there was some issues with RTAI causing kernel panics,
> I'll be working on kernel 5.4 support to see if the problem goes away. In the
> mean time, the 4.19 kernel patch has been updated with the latest IPIPE code
> from Xenomai.
I tried running the abs.0 test in a loop with your new RTAI and 4.19.152.
Unfortunately the old problem is still there, it locked the machine
after 111 iterations. :-(
This script:
#!/bin/bash
sudo dmesg -c > /dev/null
rm ${HOME}/test-results/*
source ${HOME}/linuxcnc-dev/scripts/rip-environment
for PASS in $(seq 1 1000); do
echo starting pass ${PASS}
runtests ${HOME}/linuxcnc-dev/tests/abs.0
# uncomment these lines to make it crash less often
#DMESG=$(printf "${HOME}/test-results/dmesg.%04d" ${PASS})
#sudo dmesg -c > ${DMESG}
#cat ${DMESG} | cut -d ] -f 2- > ${DMESG}.cut
#sync
done
--
atp
"A motorcycle is a bicycle with a pandemonium attachment and is
designed for the especial use of mechanical geniuses, daredevils and
lunatics."
— George Fitch, Atlanta Constitution Newspaper, 1912
_______________________________________________
Emc-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-developers