[Mono-bugs] [Bug 60766][Blo] New - MOD_MONO & XSP both have fatal errors on OS X

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 25 Jun 2004 14:51:16 -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 dru@satori-assoc.com.

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

--- shadow/60766	2004-06-25 14:51:16.000000000 -0400
+++ shadow/60766.tmp.12543	2004-06-25 14:51:16.000000000 -0400
@@ -0,0 +1,71 @@
+Bug#: 60766
+Product: Mono: Class Libraries
+Version: unspecified
+OS: Mac OS X 10.3
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Blocker
+Component: Sys.Web
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: dru@satori-assoc.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: MOD_MONO & XSP both have fatal errors on OS X
+
+Description of Problem: when running the test app that is supplied with xsp
+ in mod_mono, all pages generate Error 500's on OS X, while in xsp
+directly, the same application cause xsp.exe to exit with an exception.
+
+Steps to reproduce the problem:
+1. build mod_mono from cvs (June 25)
+2. build xsp from cvs (June 25)
+3. using mono 0.96 load the /demo app in mod_mono
+or
+4. using mono 0.96 load the /demo app using xsp
+5. load the web page via a web browser.
+
+Actual Results:
+
+From mod_mono:
+
+System.NullReferenceException: Object reference not set to an instance of
+an object
+in <0x00084> System.Array:IndexOf (System.Array,object,int,int)
+in <0x00070> System.Array:IndexOf (System.Array,object)
+in <0x00030> Mono.ASPNET.ModMonoWorkerRequest:GetRequestHeader (string)
+in <0x00040> Mono.ASPNET.ModMonoWorkerRequest:GetKnownRequestHeader (int)
+in <0x0007c> System.Web.HttpRequest:GetCookies ()
+in <0x0007c> System.Web.HttpRequest:get_Cookies ()
+in <0x0031c>
+System.Web.Security.FormsAuthenticationModule:OnAuthenticateRequest
+(object,System.EventArgs)
+in <0x000bc> (wrapper delegate-invoke)
+System.MulticastDelegate:invoke_void_object_EventArgs (object,System.EventArgs)
+in <0x00058> EventState:Execute ()
+in <0x000cc> StateMachine:ExecuteState
+(System.Web.HttpApplication/IStateHandler,bool&)
+
+From XSP:
+
+Root directory: /Library/XSP/share/doc/xsp/test
+Hit Return to stop the server.
+
+** ERROR **: file exceptions-ppc.c: line 930 (ves_icall_get_trace):
+assertion failed: (ji != NULL)
+aborting...
+Abort trap
+
+Expected Results:
+
+Normal page load
+
+How often does this happen? 
+
+Always.
+
+
+Additional Information: