X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-3.2 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org From: Barry Kelly To: Cygwin Mailing List Subject: Re: stderr output from .NET apps causes shell hangs when cygwin is not running in Windows console Date: Fri, 08 Jun 2012 05:04:24 +0100 Message-ID: <9bu2t71gj2c630p83tggejnejid7b368gt@4ax.com> References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id q5845DvV009633 Further to my previous email: I should add that redirected output works fine. $ ./err.exe 2>/dev/null $ ./err.exe 2>out.txt Either works fine, and the contents of out.txt are as expected. Barry Kelly wrote: > This C# app: > > class err > { > static void Main() > { > System.Console.Error.WriteLine("err"); > } > } -- Barry -- http://blog.barrkel.com/ -- 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