[Mono-bugs] [Bug 79022][Nor] Changed - StreamWriter aborts writing with the regular end of program
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri Aug 11 16:42:55 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 vargaz at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=79022
--- shadow/79022 2006-08-11 06:54:02.000000000 -0400
+++ shadow/79022.tmp.5360 2006-08-11 16:42:55.000000000 -0400
@@ -154,6 +154,11 @@
------- Additional Comments From dick at ximian.com 2006-08-11 06:54 -------
Dispose already calls Flush. The underlying FileStream also flushes
its buffer when it is being closed.
+
+------- Additional Comments From vargaz at gmail.com 2006-08-11 16:42 -------
+I think the problem is that the finalizer also calls Flush, but
+either the finalizer is not called in this case, or it doesn't work.
+
More information about the mono-bugs
mailing list