[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:26:26 -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 dick@ximian.com.

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

--- shadow/34963	Wed Dec  4 05:11:19 2002
+++ shadow/34963.tmp.3614	Wed Dec  4 05:26:26 2002
@@ -156,6 +156,11 @@
 ------- 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.
+
+------- Additional Comments From dick@ximian.com  2002-12-04 05:26 -------
+On cygwin, the w32 handle functions are not emulated.  Normally they
+wouldn't even be available, but thats what the w32api package is for.
+ (The cygwin build doesn't use the io-layer directory.)