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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +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 _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
