If the crash happens with this, then Poalo would definitely look into it:

#!/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


_______________________________________________
Emc-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers

Reply via email to