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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 7 Apr 2004 14:16:35 -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 lluis@ximian.com.

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

--- shadow/54531	2004-02-18 11:42:19.000000000 -0500
+++ shadow/54531.tmp.30122	2004-04-07 14:16:35.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 54531
-Product: Mono/Class Libraries
+Product: Mono: Class Libraries
 Version: unspecified
 OS: GNU/Linux [Other]
 OS Details: Gentoo 1.4
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Wishlist
 Component: Sys.Web
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: mono-bug@jerryweb.info               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -40,6 +40,12 @@
 
 
 ------- Additional Comments From mono-bug@jerryweb.info  2004-02-18 11:42 -------
 Created an attachment (id=6726)
 Procedure JFBConnection.GetSql
 
+
+------- Additional Comments From lluis@ximian.com  2004-04-07 14:16 -------
+The ReaderWriterLock class had a bug which allowed a reader and a
+writer to enter the protected code at the same time. I don't know if
+this could be the cause of the ExpiresBuckets exception. Can you try
+again with current cvs? If it still fails, can you provide a test case?