[Mono-bugs] [Bug 79529][Blo] New - DataReceivedEventHandler is adding random empty lines (mono only)

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Sep 29 17:52:39 EDT 2006


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 ursm at mindtouch.com.

http://bugzilla.ximian.com/show_bug.cgi?id=79529

--- shadow/79529	2006-09-29 17:52:39.000000000 -0400
+++ shadow/79529.tmp.16701	2006-09-29 17:52:39.000000000 -0400
@@ -0,0 +1,77 @@
+Bug#: 79529
+Product: Mono: Class Libraries
+Version: unspecified
+OS: other
+OS Details: Debian, Sarge
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Blocker
+Component: System
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: ursm at mindtouch.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: DataReceivedEventHandler is adding random empty lines (mono only)
+
+run the attached test case
+
+Actual Results: (random empty lines added, every run different)
+stdout:
+STDOUT => 1
+STDOUT => 2
+
+STDOUT => 3
+STDOUT => 4
+
+
+
+STDOUT => 6
+
+STDOUT => 7
+
+STDOUT => 8
+STDOUT => 9
+
+
+stderr:
+STDERR => 1
+STDERR => 2
+STDERR => 3
+STDERR => 4
+
+STDERR => 6
+STDERR => 7
+STDERR => 8
+STDERR => 9
+
+Expected Results:
+stdout:
+STDOUT => 1
+STDOUT => 2
+STDOUT => 3
+STDOUT => 4
+
+STDOUT => 6
+STDOUT => 7
+STDOUT => 8
+STDOUT => 9
+
+stderr:
+STDERR => 1
+STDERR => 2
+STDERR => 3
+STDERR => 4
+
+STDERR => 6
+STDERR => 7
+STDERR => 8
+STDERR => 9
+
+How often does this happen? 
+every time
+
+Additional Information:
+see attached sample code


More information about the mono-bugs mailing list