[Mono-bugs] [Bug 45196][Wis] New - mod_mono Exception

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Fri, 20 Jun 2003 10:51:15 -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 tberman@gentoo.org.

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

--- shadow/45196	Fri Jun 20 10:51:15 2003
+++ shadow/45196.tmp.30868	Fri Jun 20 10:51:15 2003
@@ -0,0 +1,67 @@
+Bug#: 45196
+Product: Mono/Class Libraries
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: System.Web
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: tberman@gentoo.org               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: mod_mono Exception
+
+Description of Problem:
+Occasionally while loading a asp.net page through mod_mono you get a huge
+exception in the apache2 error_log and it stays 'Loading...' for a long
+long time.
+
+Steps to reproduce the problem:
+1. Run any asp.net page a couple times, it starts to happen more and more
+as time goes on. 
+
+Actual Results:
+
+from apache2 error_log:
+
+Unhandled Exception: System.NullReferenceException: A null value was found
+where an object instance was required
+ 
+Server stack trace:
+in <0x000b5> 00 System.Runtime.Remoting.Messaging.MethodCall:ResolveMethod ()
+in <0x00118> 00 System.Runtime.Remoting.Messaging.MethodCall:.ctor
+(System.Runtime.Remoting.Messaging.CADMethodCallMessage)
+in <0x0007a> 00 System.AppDomain:ProcessMessageInDomain
+(byte[],System.Runtime.Remoting.Messaging.CADMethodCallMessage,byte[]&,System.Runtime.Remoting.Messaging.CADMethodReturnMessage&)
+in <0x000a3> 08 System.AppDomain:ProcessMessageInDomain
+(byte[],System.Runtime.Remoting.Messaging.CADMethodCallMessage,byte[]&,System.Runtime.Remoting.Messaging.CADMethodReturnMessage&)
+in <0x000fa> 00
+System.Runtime.Remoting.Channels.CrossAppDomainSink:SyncProcessMessage
+(System.Runtime.Remoting.Messaging.IMessage)
+ 
+ 
+Exception rethrown at [0]:
+ 
+in <0x000b3> 00 System.Runtime.Remoting.Proxies.RealProxy:PrivateInvoke
+(System.Runtime.Remoting.Proxies.RealProxy,System.Runtime.Remoting.Messaging.IMessage,System.Exception&,object[]&)
+in (unmanaged) 07 Apache.Web.ApacheApplicationHost:internalProcessRequest
+(intptr)
+in <0x00004> 07 Apache.Web.ApacheApplicationHost:internalProcessRequest
+(intptr)in <0x0003e> 08
+Apache.Web.ApacheApplicationHost:internalProcessRequest (intptr)in
+<0x00011> 00 Apache.Web.ApacheApplicationHost:ProcessRequest (intptr)
+
+
+Expected Results:
+page loads
+
+
+How often does this happen? 
+Intermittently, and with increasing frequency as time goes on.
+
+Additional Information: