[Mono-bugs] [Bug 54531][Wis] Changed - NullReferenceException in ExpiresBucket.Update()
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 7 Apr 2004 16:43:06 -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 mono-bug@jerryweb.info.
http://bugzilla.ximian.com/show_bug.cgi?id=54531
--- shadow/54531 2004-04-07 14:16:35.000000000 -0400
+++ shadow/54531.tmp.32326 2004-04-07 16:43:06.000000000 -0400
@@ -46,6 +46,9 @@
------- 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?
+
+------- Additional Comments From mono-bug@jerryweb.info 2004-04-07 16:43 -------
+I will try it; I will give you a feedback in a few days.