[Mono-bugs] [Bug 53078][Nor] Changed - Thread not disposed if Start not called
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 23 Apr 2004 06:30:09 -0400 (EDT)
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-22 03:01:54.000000000 -0500
+++ shadow/53078.tmp.24188 2004-04-23 06:30:09.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 53078
-Product: Mono/Class Libraries
+Product: Mono: Class Libraries
Version: unspecified
OS: All
OS Details:
-Status: RESOLVED
-Resolution: FIXED
+Status: REOPENED
+Resolution:
Severity: Unknown
Priority: Normal
Component: CORLIB
AssignedTo: gonzalo@ximian.com
ReportedBy: gonzalo@ximian.com
QAContact: mono-bugs@ximian.com
@@ -218,6 +218,22 @@
Thank you so much for your help.
------- Additional Comments From gonzalo@ximian.com 2004-01-22 03:01 -------
Created an attachment (id=6497)
The output of GC_PRINT_STATS
+
+------- Additional Comments From derek.mcumber@datamtnsol.com 2004-04-23 06:30 -------
+Just verified that threads aren't finalizing in 0.31 code base on
+Windows and Solaris mono. Am going back through my 0.28 code fixes
+to patch 0.31, I had this fixed.
+
+If I don't post this in 48 hrs, can someone contact me and help
+me get this into CVS?
+
+Can I get an account and do this myself?
+
+Also, in 0.31 I get an ABORT message that Thread.Abort() is not
+implemented on Windows anymore. Will find a fix for this as well
+since it was working in 0.28.
+
+Thanks