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: <88f1865b04090916165e4942f2@mail.gmail.com> Date: Thu, 9 Sep 2004 19:16:22 -0400 From: Matthew Moss Reply-To: Matthew Moss To: cygwin AT cygwin DOT com Subject: fhandler_base::dup failed error after upgrade to 1.5.11-1 Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-IsSubscribed: yes I ran into a problem after installing updates. I removed cygwin and reinstalled and now have a fresh installation of 1.5.11-1 using setup.exe 2.427. I tried the following command in bash: > tidy contrib.html > con.html Which gave the following error: 479975353 [main] bash 4024 fhandler_base::dup: dup(/home/Matthew Moss/con.html) failed, handle 2F, Win32 error 87 bash: con.html: Invalid argument Strangely, any of the following worked fine: > tidy contrib.html > c.html > tidy contrib.html > co.html > tidy contrib.html > cont.html Only when I redirected to con.html did I get that error. I get a similar error simply doing this: > cat contrib.html > con.html Which again, strangely, works for other target filenames. -- 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/