https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192490

Garrett Cooper <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Issue Resolved              |In Discussion
         Resolution|FIXED                       |---

--- Comment #8 from Garrett Cooper <[email protected]> ---
Reopening the bug because in retrospect the underlying issue has not been
resolved -- it has been worked around with r268376.

There are actually two bugs:
1. (Cause) rm -Rf is being run on a path and a subdirectory concurrently.
2. (Effect) rm -Rf is failing because fts_read isn't properly filtering out
certain errors like EACCES, ENOENT and EPERM.

imp@ resolved 2. (but there are other issues that were introduced with the
commit as it ignores all errors with fts_* according to the rm(1) manpage).
ian@ is looking into 1.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-toolchain
To unsubscribe, send any mail to "[email protected]"

Reply via email to