[Mono-bugs] [Bug 77098][Nor] Changed - FileStream's position gets
changed by implicit and explicit flushing
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Dec 27 21:18:46 EST 2005
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 robertj at gmx.net.
http://bugzilla.ximian.com/show_bug.cgi?id=77098
--- shadow/77098 2005-12-27 05:26:44.000000000 -0500
+++ shadow/77098.tmp.14033 2005-12-27 21:18:46.000000000 -0500
@@ -1,15 +1,15 @@
Bug#: 77098
Product: Mono: Class Libraries
Version: 1.0
-OS:
+OS: unknown
OS Details: Windows XP SP2
Status: NEW
Resolution:
-Severity:
-Priority: Blocker
+Severity: Unknown
+Priority: Normal
Component: CORLIB
AssignedTo: mono-bugs at ximian.com
ReportedBy: c.schwarz at systemtechnik-online.de
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
@@ -91,6 +91,13 @@
Assert.AreEqual(fs.Position, 0);
Assert.AreEqual(fs.Read(buffer2, 0, buffer2.Length), buffer2.Length);
Assert.AreEqual(buffer1, buffer2);
}
}
+
+------- Additional Comments From robertj at gmx.net 2005-12-27 21:18 -------
+I cannot reproduce the bug with 1.1.10 and SVN HEAD.
+
+Set the priority to "normal", see
+http://bugzilla.ximian.com/bug_status.html#priority
+
More information about the mono-bugs
mailing list