On Tue, 9 Jun 2020 at 20:59, Jon Elson <el...@pico-systems.com> wrote:

> But, if you can strip the issue down to a simple test that
> only requires RTAI, maybe it'll get him
> motivated.

I have a simple test, but I am far from sure that it exercises the same bug.

#!/bin/bash
for PASS in $(seq 1 100000); do
    echo starting pass ${PASS}
    insmod /usr/realtime-4.14.174-rtai-amd64/modules/rtai_hal.ko
    insmod /usr/realtime-4.14.174-rtai-amd64/modules/rtai_sched.ko
    rmmod rtai_sched
    rmmod rtai_hal
done

( RTAI kernel and app packages exist in www.linuxcnc.org/temp )

-- 
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
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers

Reply via email to