[Mono-bugs] [Bug 54531][Wis] New - NullReferenceException in ExpiresBucket.Update()

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 18 Feb 2004 11:38:00 -0500 (EST)


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 mono-bug@jerryweb.info.

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

--- shadow/54531	2004-02-18 11:38:00.000000000 -0500
+++ shadow/54531.tmp.24914	2004-02-18 11:38:00.000000000 -0500
@@ -0,0 +1,30 @@
+Bug#: 54531
+Product: Mono/Class Libraries
+Version: unspecified
+OS: GNU/Linux [Other]
+OS Details: Gentoo 1.4
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: Sys.Web
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: mono-bug@jerryweb.info               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: NullReferenceException in ExpiresBucket.Update()
+
+While an ASP.NET application is running, NullReferenceExceptions randomly
+appear
+when writing to or reading from cache, paricularly in the procedure
+ExpiresBucket.Update() at line 296 or (after declaring lines 295 and 296 as
+comment, see bug no. 54031) at line 301 of the file ExpiresBuckets.cs from
+Mono 0.30.
+
+Unfortunantely, I had no success to call forth this NullReferenceException
+intentionally during testing. Only, I modified the code of one of the
+procedures of my application in such a way that all the exceptions in
+ExpiresBucket.Update() are logged including the corresponding line number;
+in the attachment see the code mentioned and the obtained logfile.