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

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
4 Dec 2002 10:11:19 -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 04:58:52 2002
+++ shadow/34963.tmp.18358	Wed Dec  4 05:11:19 2002
@@ -149,6 +149,13 @@
 }
 
 
 ------- Additional Comments From dick@ximian.com  2002-12-04 04:58 -------
 Critical sections don't have handles, according to all the
 documentation I've seen.
+
+------- Additional Comments From tum@veridicus.com  2002-12-04 05:11 -------
+That's true for windows critical sections but from what I can tell, 
+it looks like Mono uses pthread mutexes to emulate critical 
+sections.  I'm compiling mono under cygwin and I'm guessing cygwin's 
+pthread mutexes are implemented with *some* type of windows level 
+object that uses a handle.