[Mono-bugs] [Bug 436291] New: Redirect Std Input not handled correctly on Windows

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Oct 16 17:13:41 EDT 2008


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: dick at novell.com
        ReportedBy: joncham at gmail.com
         QAContact: mono-bugs at 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.


More information about the mono-bugs mailing list