[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 02:06:48 -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:54:01 2002
+++ shadow/31174.tmp.24957	Tue Sep 24 22:06:48 2002
@@ -43,6 +43,9 @@
 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.
 
+
+------- Additional Comments From gonzalo@ximian.com  2002-09-24 22:06 -------
+Forgot to say that it happens with or without GC_DONT_GC set.