[Mono-bugs] [Bug 32810][Nor] Changed - UTF8Encoding error when reading Procees.StandardOutput
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
28 Oct 2002 11:43:21 -0000
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by dick@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=32810
--- shadow/32810 Thu Oct 24 11:44:16 2002
+++ shadow/32810.tmp.12807 Mon Oct 28 06:43:21 2002
@@ -1,14 +1,14 @@
Bug#: 32810
Product: Mono/Class Libraries
Version: unspecified
-OS:
+OS: unknown
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Normal
Component: System
AssignedTo: mono-bugs@ximian.com
ReportedBy: gonzalo@ximian.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -35,6 +35,15 @@
Expected Results:
RC: 0 The output is:
Microsoft (R) Visual C# .NET Compiler version 7.00.9466
for Microsoft (R) .NET Framework version 1.0.3705
Copyright (C) Microsoft Corporation 2001. All rights reserved.
+
+------- Additional Comments From dick@ximian.com 2002-10-28 06:43 -------
+The problem is due to ReadFile() returning 'fail', and the error being
+ERROR_BROKEN_PIPE.
+
+I can't see any documentation that makes pipes a special case in
+System.IO.FileStream, but the ms runtime seems to be ignoring this
+error. I'm just going to kludge it so that broken pipe is treated as EOF.
+