GNU bug report logs -
#75209
30.0.93; Emacs reader failed to read data in "/home/nlj/.cache/org-persist/gc-lock.eld"
Previous Next
Full log
View this message in rfc822 format
"N. Jackson" <njackson <at> posteo.net> writes:
> By the way, the previous diff (for the atomic write juggle for
> Windows systems) results in errors like these:
>
> Error running timer `org-persist--refresh-gc-lock': (file-already-exists "File already exists" "/tmp/org-persist-1p8805")
> ...
> I think you need the 'overwrite flag in the call to rename-file.
> I.e.:
>
> (let ((tmp-file-2 (make-temp-file "org-persist-")))
> ;; Just renaming may still not be atomic on Windows, so we do
> ;; a bit more complex juggle.
> (rename-file file tmp-file-2 'overwrite)
> (rename-file tmp-file file 'overwrite)
> (delete-file tmp-file-2)))
Ouch. Not 'overwrite flag, but `make-temp-name' instead of `make-temp-file'.
--
Ihor Radchenko // yantar92,
Org mode maintainer,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>
This bug report was last modified 1 day ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.