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]

1.7.15: C# hello world program hangs when run from cygwin


I compiled the following simple C# program using Mono 2.10.8

public class Hello {
        public static void Main() {
                System.Console.WriteLine("hello");
        }
}

I then attempt to run it under mono and native .net

# mcs Hello.cs
# mono Hello.exe
hello
# ./Hello.exe
<hangs for ever>

If I downgrade from 1.7.15 to 1.7.14 then it runs as expected

$ ./Hello.exe
hello

I've attached cygcheck.out for 1.7.15 and cygcheck.1.7.14.out for 1.7.14.

Attachment: cygcheck.out
Description: Binary data

Attachment: cygcheck.1.7.14.out
Description: Binary data

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