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

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
5 Dec 2002 03:27:46 -0000


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 tum@veridicus.com.

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

--- shadow/34963	Wed Dec  4 06:26:09 2002
+++ shadow/34963.tmp.8371	Wed Dec  4 22:27:46 2002
@@ -181,6 +181,17 @@
 Also, can you post a bug report of the build issues you had with cvs?
 Thanks.
 
 ------- Additional Comments From dick@ximian.com  2002-12-04 06:26 -------
 Yes, its a real bug, but i dont think its the cause of the handle leak
 on windows.
+
+------- Additional Comments From tum@veridicus.com  2002-12-04 22:27 -------
+I think the cause of this is the gc finalizer issues mono's having.
+
+See: http://bugzilla.ximian.com/show_bug.cgi?id=35119.
+
+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...