GNU bug report logs -
#32126
call-with-temporary-directory rarely cleans up after itself
Previous Next
Reported by: Leo Famulari <leo <at> famulari.name>
Date: Wed, 11 Jul 2018 19:00:02 UTC
Severity: normal
Done: Leo Famulari <leo <at> famulari.name>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
While testing something, I noticed that temporary directories created
with ((guix utils) call-with-temporary-directory) were not being
deleted.
This procedure is documented to delete the directories after execution:
"Call PROC with a name of a temporary directory; close the directory and
delete it when leaving the dynamic extent of this call."
It uses rmdir, which is documented as follows: "Remove the existing
directory named by path. The directory must be empty for this to
succeed." [0]
I think this is a case where one expects the directory to be deleted as
with `rm -rf`, regardless of whether or not it is empty.
Should we alter the call-with-temporary-directory procedure to use
((guix build utils) delete-file-recursively)?
[0]
https://www.gnu.org/software/guile/manual/html_node/File-System.html#index-rmdir
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 6 years and 310 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.