https://bugs.documentfoundation.org/show_bug.cgi?id=95591
--- Comment #13 from Alex <[email protected]> --- (In reply to Luke Kendall from comment #12) > Because the directory modification time seems to change at 10 min intervals, > matching the auto-save times, my guess is that the file is saved and then > immediately removed afterwards: Hi! That’s exactly how I feel. View a list of open file descriptors after saving: cd /proc/2710/fd;ls -la lr-x------ 1 test test 64 Mar 16 08:57 0 -> /dev/null ..... lrwx------ 1 test test 64 Mar 16 08:57 24 -> /tmp/lu2710ufo9oo.tmp/lu2710ufo9ow.tmp ..... lr-x------ 1 test test 64 Mar 16 08:57 9 -> /opt/libreoffice5.1/program/types/offapi.rdb /tmp/lu2710ufo9oo.tmp/lu2710ufo9ow.tmp - This is a temporary file That is, the file is moved to the tmp. And is not restored after crash. -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
