[Mono-bugs] [Bug 31174][Maj] New - [XSP] internalStream and internalEncoding are null in StreamWriter!!!

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
25 Sep 2002 01:50:28 -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.8029	Tue Sep 24 21:50:28 2002
@@ -0,0 +1,40 @@
+Bug#: 31174
+Product: Mono/Class Libraries
+Version: unspecified
+OS: other
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: Unknown
+Priority: Major
+Component: CORLIB
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: gonzalo@ximian.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: [XSP] internalStream and internalEncoding are null in StreamWriter!!!
+
+Description of Problem:
+
+When running xsp server i get a NullReferenceException. If it isn't throwed
+at startup, it's throwed on first request.
+
+Steps to reproduce the problem:
+1. Get xsp and run make install
+2. cd runapp; mono server.exe 8000
+3. if you don't see the exception after 2), connect to the server port.
+
+Actual Results:
+Unhandled Exception: System.NullReferenceException: A null value was found
+where an object instance was required
+in <0x000b6> 00 System.IO.StreamWriter:Write (char[],int,int)
+in <0x000a5> 00 System.IO.StreamWriter:Write (string)
+in <0x0003d> 00 Mono.ASP.Worker:Run ()
+in <0x00057> 01 System.MulticastDelegate:invoke_void ()
+
+
+
+Expected Results:
+no exception thrown.