[Mono-bugs] [Bug 34963][Wis] Changed - Mono leaks lock/monitor handles

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Tue, 11 Feb 2003 10:16:37 -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 dick@ximian.com.

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

--- shadow/34963	Wed Dec  4 22:27:46 2002
+++ shadow/34963.tmp.2790	Tue Feb 11 10:16:37 2003
@@ -192,6 +192,11 @@
 
 As far as I can see mon_finalize is never called which is probably 
 the cause of the bug.  A lighweight monitor implementation 
 (http://bugzilla.ximian.com/show_bug.cgi?id=35041) would help reduce 
 the number of handles created (to 0 ;)) in the test case given.  It 
 won't fix the problem with the GC tho...
+
+------- Additional Comments From dick@ximian.com  2003-02-11 10:16 -------
+The uncontended locks should not create system handles now.  Still
+need to investigate the finaliser though, so not marking this bug as
+fixed.