unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Glenn Morris <rgm@gnu.org>
Cc: 24714@debbugs.gnu.org
Subject: bug#24714: delete-directory race condition
Date: Mon, 17 Oct 2016 09:19:34 +0300	[thread overview]
Message-ID: <83d1izzedl.fsf@gnu.org> (raw)
In-Reply-To: <jsoa2jyav6.fsf@fencepost.gnu.org> (message from Glenn Morris on Sun, 16 Oct 2016 22:20:45 -0400)

> From: Glenn Morris <rgm@gnu.org>
> Date: Sun, 16 Oct 2016 22:20:45 -0400
> 
> 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.

IMO, delete-directory should simply catch ENOENT errors and ignore
them when it deletes files and subdirectories under the "recursive"
option.  Other errors should signal an error as they do now.





  reply	other threads:[~2016-10-17  6:19 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-17  2:20 bug#24714: delete-directory race condition Glenn Morris
2016-10-17  6:19 ` Eli Zaretskii [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=83d1izzedl.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=24714@debbugs.gnu.org \
    --cc=rgm@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).