https://bugzilla.novell.com/show_bug.cgi?id=366466


           Summary: Detached console application hangs when Console is
                    initialized
           Product: Mono: Class Libraries
           Version: 1.2.6
          Platform: i686
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: System
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [email protected]
          Found By: ---


Created an attachment (id=198147)
 --> (https://bugzilla.novell.com/attachment.cgi?id=198147)
End of output of mono --trace HelloWorld.exe &

A simple console application hangs ("Stopped") when it is started from the
command line as a background process :

mono HelloWorld.exe &

If it is started without the "&", everything works well.

The hang happen in the first call to the System.Console that causes the
ConsoleDriver to be initialized : System.Console.BufferHeight,
System.Console.ForegroundColor or System.Console.ResetColors().

The trace shows that the problem happen in the
System.ConsoleDriver.TtySetup(...) method call.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to