[Mono-bugs] [Bug 47232][Maj] Changed - Unable to Join a thread from the finalizer thread
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 31 Mar 2004 16:24:34 -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 gonzalo@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=47232
--- shadow/47232 2004-03-31 10:50:03.000000000 -0500
+++ shadow/47232.tmp.22451 2004-03-31 16:24:34.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 47232
Product: Mono: Runtime
Version: unspecified
OS: Red Hat 9.0
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Major
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: giuseppe.greco@agamura.com
QAContact: mono-bugs@ximian.com
@@ -137,6 +137,18 @@
fine.
------- Additional Comments From giuseppe.greco@agamura.com 2003-08-01 05:52 -------
Created an attachment (id=5027)
Tarball containing the source code for reproducing the problem.
+
+------- Additional Comments From gonzalo@ximian.com 2004-03-31 16:24 -------
+Fixed in CVS. The background thread is aborted, which causes the Join
+to succeed.
+
+Now i get the same as under MS:
+Constructor
+Bye!
+Destructor
+Free unmanaged resources.
+
+and then it finishes.