What happened today was weird!! What I thought at first was a recovery action for a file but the operating system showed Kicad was ‘not responding’. The activity monitor, however, showed that Kicad was writing to disk until it stopped with the message that the disk was full. Couldn’t mak a screenshot of it because of this error. I didn’t so far reinstall Kicad to resolve the problem because I don’t know what and where the disk is written. Could anyone point me to what went wrong here?
17:42:15: can’t open file ‘/Users/hans/Library/Preferences/kicad/9.0/kicad_common.json’ (error 28: No space left on device)
17:42:15: can’t open file ‘/Users/hans/Library/Preferences/kicad/9.0/kicad.json’ (error 28: No space left on device)
17:42:15: can’t open file ‘/Users/hans/Library/Preferences/kicad/9.0/kicad.json’ (error 28: No space left on device)
KiCad doesn’t write a log. You should find a way to inspect your file system to find by size, modification time etc. but that’s general OS system management, not about KiCad.
I think I found it: the back-up system of Kicad went berserk! I don’t know what it tried to back up but it wrote more than 180 Gb to disk…
Maybe worth to look into the back-up code to look for anomalies…
Unfortunately I couldn’t make screenshot of the error messages on screen as the whole computer was blocked… The folder which exploded was the XXX.kicad_pro-backups. I’ve also no idea what triggered but it was an empty file I tried to close before Kicad became irresponsive and wrote the whole disk full.
I’ll welcome 9.0.2 withe great pleasure as this costed me almost a day to get back to normal :-(…
AI generated… it looked like making sense to me; he (it) suggested: it could be related to disk write caching or file system issues.
Quite unlikely on the latest OSX operating system but it still could be.
Anyhow the cause is found (I hope).