[Mono-bugs] [Bug 53177][Nor] Changed - WaitHandles are not finalizing
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sat, 24 Jan 2004 11:49:36 -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 derek.mcumber@datamtnsol.com.
http://bugzilla.ximian.com/show_bug.cgi?id=53177
--- shadow/53177 2004-01-24 05:40:33.000000000 -0500
+++ shadow/53177.tmp.8836 2004-01-24 11:49:36.000000000 -0500
@@ -457,6 +457,14 @@
I'll get Martin to review it and, probably, add it to mono/libgc. We
should also send it to Hans Boehm
(http://www.hpl.hp.com/personal/Hans_Boehm/gc/) with a detailed
explanation of the problem leading to this fix.
Thanks!
+
+------- Additional Comments From derek.mcumber@datamtnsol.com 2004-01-24 11:49 -------
+I am still tuning it a bit for my application, but will attach a diff
+of the final. Will be slightly different than the above because it
+needs a Sleep while Windows does some sort of memory management during
+the first GET_MEM call and cause a race condition growing the heap.
+
+stay tuned.