X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL,BAYES_00,TW_YG,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Message-ID: <4D072148.1080400@etr-usa.com> Date: Tue, 14 Dec 2010 00:48:24 -0700 From: Warren Young User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2.13) Gecko/20101207 Thunderbird/3.1.7 MIME-Version: 1.0 To: Cygwin-L Subject: Re: 1.7.7: rm -rf sometimes fails - race condition? References: <4D026815 DOT 4070606 AT gmx DOT de> <20101210182652 DOT GA27615 AT ednor DOT casa DOT cgf DOT cx> <4D027DDE DOT 1000905 AT gmx DOT de> <4D029937 DOT 5080007 AT etr-usa DOT com> <4D029F7D DOT 5070106 AT gmx DOT de> <4D02B46E DOT 6070306 AT etr-usa DOT com> <4D036518 DOT 7010409 AT gmx DOT de> In-Reply-To: <4D036518.7010409@gmx.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 12/11/2010 4:48 AM, Matthias Andree wrote: > Am 11.12.2010 00:14, schrieb Warren Young: >> Point me to your source package, and I'll download it and try building >> it in a loop here. > > http://home.pages.de/~mandree/fetchmail/fetchmail-6.3.19-1-src.tar.bz2 I assume cygport returns nonzero when your rm failure happens. This loop has been running for about three hours (~40 iterations): while true do if cygport fetchmail-6.3.19-1 all > build.log 2>&1 then echo `date` >> loop.log else echo FAIL exit 1 fi done Can this catch your problem, in principle? I'll assume it can, and leave it running overnight to increase the chance that it triggers your bug. -- 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