[Mono-bugs] [Bug 47232][Maj] Changed - Finalizers never called in multi-threaded applications
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Fri, 1 Aug 2003 05:52:50 -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 giuseppe.greco@agamura.com.
http://bugzilla.ximian.com/show_bug.cgi?id=47232
--- shadow/47232 Fri Aug 1 05:50:59 2003
+++ shadow/47232.tmp.20036 Fri Aug 1 05:52:50 2003
@@ -132,6 +132,11 @@
// thread = new Thread(new ThreadStart(DoSomething));
// thread.Start();
// thread.IsBackground = true;
then the finalizer is called and the dispose pattern works
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.
+