unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#24714: delete-directory race condition
@ 2016-10-17  2:20 Glenn Morris
  2016-10-17  6:19 ` Eli Zaretskii
  2016-10-18 16:44 ` Paul Eggert
  0 siblings, 2 replies; 16+ messages in thread
From: Glenn Morris @ 2016-10-17  2:20 UTC (permalink / raw)
  To: 24714

Package: emacs
Version: 25.1

On current Debian testing, many tests in package-test.el fail for me with:

    Test package-test-update-listing condition:
    (file-error "Removing old name" "No such file or directory"
    "/tmp/pkg-test-user-dir-27293kBj/gnupg/S.gpg-agent.rstrd")

I believe this is due to a race condition in delete-directory.
Emacs seems to be lacking an equivalent of "rm -rf".

(delete-directory "/tmp/foo")

will fail with "No such file or directory" if a file in /tmp/foo
happen to be deleted by some other process in between the time that
delete-directory calls directory-files and the time it calls delete-file.






^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2016-10-21 20:07 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-17  2:20 bug#24714: delete-directory race condition Glenn Morris
2016-10-17  6:19 ` Eli Zaretskii
2016-10-17 15:52   ` Glenn Morris
2016-10-17 16:11     ` Eli Zaretskii
2016-10-17 17:00     ` Andreas Schwab
2016-10-18 16:50       ` Glenn Morris
2016-10-18 16:44 ` Paul Eggert
2016-10-18 16:55   ` Glenn Morris
2016-10-18 16:59     ` Glenn Morris
2016-10-19  7:23       ` Eli Zaretskii
2016-10-20  6:50         ` Paul Eggert
2016-10-21 11:53         ` Daniel Colascione
2016-10-21 12:09           ` Andreas Schwab
2016-10-21 12:10             ` Daniel Colascione
2016-10-21 12:55           ` Eli Zaretskii
2016-10-21 20:07     ` Paul Eggert

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).