[Mono-bugs] [Bug 53078][Nor] Changed - Thread not disposed if Start not called
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 22 Jan 2004 00:16:48 -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=53078
--- shadow/53078 2004-01-21 23:57:01.000000000 -0500
+++ shadow/53078.tmp.11433 2004-01-22 00:16:48.000000000 -0500
@@ -182,6 +182,19 @@
wrong, which GC version are you using?
------- Additional Comments From derek.mcumber@datamtnsol.com 2004-01-21 23:57 -------
I am using GC 6.2 that I comiled with VS into a dll.
Should I be looking for someing in particular?
+
+------- Additional Comments From derek.mcumber@datamtnsol.com 2004-01-22 00:16 -------
+What does ps -eaf | grep mono say?
+
+I don't think GC on Windows knows that the memory is free.
+It seems the handles on most objects are in 'use' and the
+GC over time recovers neglegible space.
+
+Can you run the test with 'export GC_PRINT_STATS=true'
+and maybe we can compare the results? I am on an MCS-0.28 +hacks
+version on WinXP/2K/98 and my code doesn't run yet on 0.29.
+
+Thanks