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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 12 Oct 2003 00:36:25 -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 bmaurer@users.sf.net.

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

--- shadow/49569	2003-10-12 00:36:25.000000000 -0400
+++ shadow/49569.tmp.22424	2003-10-12 00:36:25.000000000 -0400
@@ -0,0 +1,42 @@
+Bug#: 49569
+Product: Mono/Class Libraries
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: System.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: