@F A I would be interested in a sequence of commands that triggers this problem. Any help appreciated. If you find some sequence that causes the problem please let me know. Thank you
I have also found this kind of behavior one time, but never managed to reproduce the problem, so I thought I did some unintentional command or whatever.
Undo directories are normally deleted when xschem exits. In the case of a crash if possible xschem copies the undo directory into the reported directory.
Inside the
/tmp/xschem_emergencysave_clockgen*/
there are some
undo##
files.
You can do this:
zcat /tmp/xschem_emergencysave_clockgen*/undo68 > clockgen.sch
to recover one of the saved circuit states.