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


           Summary: Redirect Std Input not handled correctly on Windows
           Product: Mono: Runtime
           Version: SVN
          Platform: x86
        OS/Version: Windows XP
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: io-layer
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: mono-bugs@lists.ximian.com
          Found By: ---


Run the attached samples to see problem on windows. Two console applications
should communicate. App1 writes to App2 StdInput. App2 tries to read all it's
StdInput.

gmcs App1.cs
gmcs App2.cs

mono App1.exe "Path to mono.exe" "Path to App2.exe"

The processes hang under mono on Windows. They work under .Net. Patch will be
attached after sample. We need to duplicate the handles as described in the
this sample:

http://support.microsoft.com/kb/190351

Should this only be done on Windows?


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

Reply via email to