[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:35:11 -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 lupus@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=34963
--- shadow/34963 Wed Dec 4 05:26:26 2002
+++ shadow/34963.tmp.15063 Wed Dec 4 05:35:10 2002
@@ -161,6 +161,22 @@
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.)
+
+------- Additional Comments From lupus@ximian.com 2002-12-04 05:35 -------
+I think we need the DeleteCriticalSection(&mon->waiters_count_lock)
+anyway on Linux, no?
+The likely cause of the observed bug (I assume the critical section
+issue didn't fix it, since it hasn't been tested) is the finalizer
+thread issue: can you check again with the current cvs? Make sure you
+have the following change in metadata:
+Wed Dec 4 11:02:30 CET 2002 Paolo Molaro <lupus@ximian.com>
+
+ * gc.c: disable the finalizer thread for now, untill all the
+issues
+ with it are resolved.
+
+Also, can you post a bug report of the build issues you had with cvs?
+Thanks.