[Mono-bugs] [Bug 55909][Wis] Changed - Deadlock in ReaderWriterLock.UpgradeToWriterLock()

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 20 Apr 2004 16:09:30 -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=55909

--- shadow/55909	2004-04-13 17:07:10.000000000 -0400
+++ shadow/55909.tmp.18783	2004-04-20 16:09:30.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 55909
 Product: Mono: Class Libraries
 Version: unspecified
 OS: GNU/Linux [Other]
 OS Details: Gentoo
-Status: REOPENED   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Wishlist
 Component: CORLIB
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: mono-bug@jerryweb.info               
 QAContact: mono-bugs@ximian.com
@@ -347,6 +347,15 @@
 (I was correcting the code for a few times).
 (Generally, your statement that in general it is a better approach to
 fix bugs on anexisting implementation rather than rewriting it, as far
 as the
 existing implementation is based in a correct design and do not have
 major flaws is, naturally, correct and valid.)
+
+------- Additional Comments From lluis@ximian.com  2004-04-20 16:09 -------
+The failure of your version in the unit tests was due to the fact that
+it does not implement the method RestoreLock, and since I did not
+recompile the tests, the runtime did crash because it could'n find the
+method.
+
+I'm closing the bug report. Reopen if you find other issues.
+Thanks!