[Mono-bugs] [Bug 31174][Maj] Changed - [XSP] internalStream and internalEncoding are null in StreamWriter!!!
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
25 Sep 2002 01:54:01 -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 gonzalo@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=31174
--- shadow/31174 Tue Sep 24 21:50:28 2002
+++ shadow/31174.tmp.13167 Tue Sep 24 21:54:01 2002
@@ -35,6 +35,14 @@
in <0x00057> 01 System.MulticastDelegate:invoke_void ()
Expected Results:
no exception thrown.
+
+------- Additional Comments From gonzalo@ximian.com 2002-09-24 21:54 -------
+I populated Write (char [] ...) with g_print's.
+
+When internalEncoding was null, i assigned UTF8. After that, iflush is
+true and program bails out on 'internalStream.Write (res, 0, len);'
+because internalStream is null too.
+