[Mono-bugs] [Bug 49569][Maj] New - Page.Session is sometimes null

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 23 Jun 2004 04:10: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 loris.marini@areaweb.it.

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

--- shadow/49569	2004-06-23 04:10:16.000000000 -0400
+++ shadow/49569.tmp.7219	2004-06-23 04:10:16.000000000 -0400
@@ -0,0 +1,67 @@
+Bug#: 49569
+Product: Mono: Class Libraries
+Version: unspecified
+OS: unknown
+OS Details: 
+Status: NEEDINFO   
+Resolution: FIXED
+Severity: Unknown
+Priority: Major
+Component: Sys.Web
+AssignedTo: gonzalo@ximian.com                            
+ReportedBy: bmaurer@users.sf.net               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Page.Session is sometimes null
+
+Description of Problem:
+Somehow, on occasion, Page.Session returns null
+
+Steps to reproduce the problem:
+1. Download the attached zip file; unextract it
+2. Run xsp in the SushiWiki folder
+3. Go to http://localhost:8080/WikiEdit.aspx?page=WikiHome
+4. Click "just save" untill you get an exception 
+
+Actual Results:
+Eventually you will get the exception:
+System.NullReferenceException: A null value was found where an object
+instance was required
+in <0x00038> Wiki.GUI.WikiWebForm:CheckUser ()
+in <0x00048> Wiki.GUI.wfWikiEdit:Page_Load (object,System.EventArgs)
+
+Expected Results:
+That exception never occurs
+
+How often does this happen? 
+It usually takes 5-10 hits to get the bug. Once you have gotten it, it
+never fixes itself.
+
+Additional Information:
+
+------- Additional Comments From bmaurer@users.sf.net  2003-10-12 00:38 -------
+Created an attachment (id=5562)
+A zip file of sushi wiki
+
+
+------- Additional Comments From bmaurer@users.sf.net  2003-10-13 16:42 -------
+Created an attachment (id=5590)
+This seems to make it work. Gonzalo, is this ok?
+
+
+------- Additional Comments From bmaurer@users.sf.net  2003-10-13 17:33 -------
+Fixed in CVS.
+
+------- Additional Comments From loris.marini@areaweb.it  2004-06-23 04:10 -------
+Hi all,
+
+I would like to know if this bug in mono 0.31 is already fix, or I
+have to apply the patch that you had writed in the attachment
+
+S.O. Suse 9
+Apache 1.3
+Mod_mono 0.8
+
+Thanks!