Hi Linda,
I did some experimenting myself recently and I may have found something which may be of help. I was able to reproduce the sudden stop of CUtils in the windrose procedure. It sometimes occurs and when it occurs, the swap device appears full (use htop command to show the swap device, if you don't know what swap is, you may want
to read this). You may wish to get acquainted with the command htop.
It is known that Mono has memory leakage and therefore a reboot once in a while (let's say once a week or two weeks) may be useful.
The Windrose procedure produces a lot of sublists to be cleared by the garbage collector. This may stress the memory system and reach the swap full situation earlier then expected.
I would advise :
- stop CMX and disable (if you use the daemon start/stop)
- increase the swap size of your RPi according to this procedure (assuming you have 1 Gb of memory). The default value in your config probably is 100.
- Check you made no typo's, save and reboot.
- Check with htop you were successful.
- enable CMX daemon and start CMX.
- then run Cutils with website (windrose enabled!).
- Let me know the result (specifically the windrose)
NOTE: this problem of memory leakage probably will be resolved in near future because of changes in the runtime system and major technical overhaul.