[Mono-bugs] [Bug 649543] ConsoleDriver.TtySetup() fails if mono is started from Process.Start()

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Dec 7 15:21:48 EST 2010


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

https://bugzilla.novell.com/show_bug.cgi?id=649543#c2


--- Comment #2 from Gonzalo Paniagua Javier <gonzalo at novell.com> 2010-12-07 20:21:47 UTC ---
The problem here is that STDIN is inherited by the children processes and then
the parent process exits, closing it. That causes the error. If you wait for
the child to exit the child works fine.

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


More information about the mono-bugs mailing list