Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 Message-ID: <40BF773F.60102@x-ray.at> Date: Thu, 03 Jun 2004 21:08:47 +0200 From: Reini Urban User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; de-AT; rv:1.7) Gecko/20040514 MultiZilla/1.5.0.4h MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: rm prints no errmsg if _unlink fails with errno 32 References: <40BCC40D DOT 70302 AT x-ray DOT at> In-Reply-To: <40BCC40D.70302@x-ray.at> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Reini Urban schrieb: > (latest cygwin release 1.5.10-3 and fileutils-4.1-2) > rm printed no errmsg if _unlink failed with errno 32. Pierre ping? Should I patch it by myself? But I don't know where. The syscall fails, but is not responsible for any errormessage to STDERR. And rm gets a wrong status code, because the delete was queued, and fails later. I'd rather prefer _unlink() returning an errcode on a sharing violation. -- Reini Urban http://xarch.tu-graz.ac.at/home/rurban/ -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/