This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: stderr output from .NET apps causes shell hangs when cygwin is not running in Windows console


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]