[Mono-bugs] [Bug 545429] New: Redirected output of spawned process isn't received in parent process

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Oct 8 12:03:28 EDT 2009


http://bugzilla.novell.com/show_bug.cgi?id=545429


           Summary: Redirected output of spawned process isn't received in
                    parent process
    Classification: Mono
           Product: Mono: Runtime
           Version: 2.4.x
          Platform: 32bit
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: misc
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: leea at binarycomponents.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


Created an attachment (id=321673)
 --> (http://bugzilla.novell.com/attachment.cgi?id=321673)
Code to reproduce problem

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 6.0; en-GB; rv:1.9.1.3)
Gecko/20090824 Firefox/3.5.3 (.NET CLR 3.5.30729)

If a parent process disposes of the childs Process object (before the child has
exited) then redirection on subsequent children fails (nothing comes through).

I'm running under Centos 5 but I would be suprised if this bug isn't exhibited
on other systems.

Reproducible: Always

Steps to Reproduce:
Run my attached program - comment out the .Dispose for it to work. Running
under windows and MS CLR works.
Actual Results:  
No redirected text is passed to my delegate handler

Expected Results:  
Should get redirected text from subsequent children

-- 
Configure bugmail: http://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.


More information about the mono-bugs mailing list