cygwin 1.7.15-1 - .NET console output locks up mintty

James Johnston JamesJ@motionview3d.com
Fri Jun 22 14:43:00 GMT 2012


> -----Original Message-----
> Sent: Friday, June 22, 2012 02:22
> Subject: cygwin 1.7.15-1 - .NET console output locks up mintty
> 
> I have noticed a problem with the â"cygwin: The Unix emulation engine"
> package, version 1.7.15-1.  Output from .NET console does not show up, the
> console
> (mintty) becomes unresponsive and must be killed.
> 
> Reverting back to 1.7.14-2 fixes the problem.
> 
> The problem can be demonstrated using a HelloWorld.cs containing:
> 
> <snip>
> 
> This results in no output and an unresponsive mintty under 1.7.15-1.  If
> "cmd.exe" is ran on top of bash and then HelloWorld is ran there it does
the
> same thing.  After reverting to 1.7.14-2 everything is working normally
again.

Try both of the following:

1.  Update to latest development snapshot, should resolve the bug you are
primarily observing.
2.  Set the CYGWIN environment variable to pipe_byte.  Cygwin now uses
message pipes by default, which are not compatible with .NET Framework and
Visual C++ runtimes (not currently documented anywhere in Cygwin or MS
documentation).



--
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



More information about the Cygwin mailing list