X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Date: Fri, 3 Feb 2012 17:17:01 +0100 From: Corinna Vinschen To: cygwin AT cygwin DOT com Subject: Re: rm fails but returns success Message-ID: <20120203161701.GE30293@calimero.vinschen.de> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <4F2C0533 DOT 2070802 AT lysator DOT liu DOT se> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <4F2C0533.2070802@lysator.liu.se> User-Agent: Mutt/1.5.21 (2010-09-15) Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com On Feb 3 17:02, Peter Rosin wrote: > Hi! > > I have this annoying leftover file from a automake testsuite run. > I don't know if it was created by an MSYS process or a Cygwin > process, but I can't get rid of it. I can't take ownership of > it either, not even as admin. I haven't tried stopping all > MSYS/Cygwin processes yet, nor rebooting, but I'd rather not. > > Any help with that is appreciated. No, not rebooting :-) > > However, that is not really why I'm writing, I'm writing to > report the following bug related to the above file. > > $ uname -a > CYGWIN_NT-6.1-WOW64 peda-pc 1.7.10s(0.259/5/3) 20120123 00:15:09 i686 Cygwin > $ ls -l aclibobj.log-t > -rw-r----- 1 ???????? ???????? 2113 Jan 31 16:09 aclibobj.log-t > $ rm aclibobj.log-t; echo $? > rm: remove write-protected regular file `aclibobj.log-t'? yes > 0 Send an strace of this, please. One reason that rm (better: unlink(2)) reports success is if the file is still in use by another process but it's already marked as "delete pending" in the OS. This should only occur if a non-Cygwin process is still holding a handle to the file. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader cygwin AT cygwin DOT com Red Hat -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple