[Mono-bugs] [Bug 57969][Maj] New - XSP not working with current preview release

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 3 May 2004 01:33:03 -0400 (EDT)


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 pbaena@uol.com.ar.

http://bugzilla.ximian.com/show_bug.cgi?id=57969

--- shadow/57969	2004-05-03 01:33:03.000000000 -0400
+++ shadow/57969.tmp.23151	2004-05-03 01:33:03.000000000 -0400
@@ -0,0 +1,96 @@
+Bug#: 57969
+Product: Mono: Runtime
+Version: unspecified
+OS: 
+OS Details: Debian testing
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: pbaena@uol.com.ar               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: XSP not working with current preview release
+
+Compiled XSP from cvs with the compiled preview release, and when doing a 
+request to XSP, I get: 
+ 
+hal:/usr/local/share/doc/xsp/test# mono --debug /usr/local/bin/xsp.exe 
+Listening on port: 8080 
+Listening on address: 0.0.0.0 
+Root directory: /usr/local/share/doc/xsp/test 
+Hit Return to stop the server. 
+System.NullReferenceException: A null value was found where an object 
+instance was required. 
+ 
+Server stack trace: 
+in (unmanaged) /lib/tls/libc.so.6(__libc_free+0x7a) [0x40c75a8a] 
+in (unmanaged) /usr/local/lib/libmono.so.0 [0x400cd8e3] 
+in (unmanaged) /usr/local/lib/libmono.so.0 [0x400cdcbe] 
+in <0x0006c> (wrapper remoting-invoke-with-check) 
+System.AppDomain:LoadAssembly (string,System.Security.Policy.Evidence) 
+in [0x00018] (at /cvs/mcs/class/corlib/System/AppDomain.cs:414) 
+System.AppDomain:Load (string) 
+in <0x00058> (wrapper remoting-invoke-with-check) System.AppDomain:Load 
+(string) 
+in [0x00006] (at /cvs/mcs/class/corlib/System.Reflection/Assembly.cs:334) 
+System.Reflection.Assembly:Load (string) 
+in [0x0009f] 
+(at /cvs/mcs/class/corlib/System.Runtime.Serialization.Formatters.Binary/ObjectWriter.cs:62) 
+System.Runtime.Serialization.Formatters.Binary.SerializableTypeMetadata:.ctor 
+(System.Type,System.Runtime.Serialization.SerializationInfo) 
+in [0x000a4] 
+(at /cvs/mcs/class/corlib/System.Runtime.Serialization.Formatters.Binary/ObjectWriter.cs:349) 
+System.Runtime.Serialization.Formatters.Binary.ObjectWriter:GetObjectData 
+(object,System.Runtime.Serialization.Formatters.Binary.TypeMetadata&,object&) 
+in [0x00006] 
+(at /cvs/mcs/class/corlib/System.Runtime.Serialization.Formatters.Binary/ObjectWriter.cs:260) 
+System.Runtime.Serialization.Formatters.Binary.ObjectWriter:WriteObject 
+(System.IO.BinaryWriter,long,object) 
+in [0x00066] 
+(at /cvs/mcs/class/corlib/System.Runtime.Serialization.Formatters.Binary/ObjectWriter.cs:247) 
+System.Runtime.Serialization.Formatters.Binary.ObjectWriter:WriteObjectInstance 
+(System.IO.BinaryWriter,object,bool) 
+in [0x00013] 
+(at /cvs/mcs/class/corlib/System.Runtime.Serialization.Formatters.Binary/ObjectWriter.cs:225) 
+System.Runtime.Serialization.Formatters.Binary.ObjectWriter:WriteQueuedObjects 
+(System.IO.BinaryWriter) 
+in [0x00021] 
+(at /cvs/mcs/class/corlib/System.Runtime.Serialization.Formatters.Binary/ObjectWriter.cs:212) 
+System.Runtime.Serialization.Formatters.Binary.ObjectWriter:WriteObjectGraph 
+(System.IO.BinaryWriter,object,System.Runtime.Remoting.Messaging.Header[]) 
+in [0x00096] 
+(at /cvs/mcs/class/corlib/System.Runtime.Serialization.Formatters.Binary/BinaryFormatter.cs:186) 
+System.Runtime.Serialization.Formatters.Binary.BinaryFormatter:Serialize 
+(System.IO.Stream,object,System.Runtime.Remoting.Messaging.Header[]) 
+in [0x00004] 
+(at /cvs/mcs/class/corlib/System.Runtime.Serialization.Formatters.Binary/BinaryFormatter.cs:165) 
+System.Runtime.Serialization.Formatters.Binary.BinaryFormatter:Serialize 
+(System.IO.Stream,object) 
+in [0x0001a] 
+(at /cvs/mcs/class/corlib/System.Runtime.Remoting.Channels/CrossAppDomainChannel.cs:300) 
+System.Runtime.Remoting.Channels.CADSerializer:SerializeObject (object) 
+in [0x0009d] 
+(at /cvs/mcs/class/corlib/System.Runtime.Remoting.Messaging/CADMessages.cs:316) 
+System.Runtime.Remoting.Messaging.CADMethodCallMessage:.ctor 
+(System.Runtime.Remoting.Messaging.IMethodCallMessage) 
+in [0x00010] 
+(at /cvs/mcs/class/corlib/System.Runtime.Remoting.Messaging/CADMessages.cs:287) 
+System.Runtime.Remoting.Messaging.CADMethodCallMessage:Create 
+(System.Runtime.Remoting.Messaging.IMessage) 
+in [0x00009] 
+(at /cvs/mcs/class/corlib/System.Runtime.Remoting.Channels/CrossAppDomainChannel.cs:201) 
+System.Runtime.Remoting.Channels.CrossAppDomainSink:SyncProcessMessage 
+(System.Runtime.Remoting.Messaging.IMessage) 
+ 
+ 
+Exception rethrown at [0]: 
+ 
+in [0x00078] 
+(at /cvs/mcs/class/corlib/System.Runtime.Remoting.Proxies/RealProxy.cs:145) 
+System.Runtime.Remoting.Proxies.RealProxy:PrivateInvoke 
+(System.Runtime.Remoting.Proxies.RealProxy,System.Runtime.Remoting.Messaging.IMessage,System.Exception&,object[]&)