[Mono-bugs] [Bug 67638][Nor] Changed - Calling mono_thread_attach() creates a foreground thread which prevents the app from exiting normally.

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 5 Oct 2004 16:56:35 -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 daniel_l_christensen@yahoo.com.

http://bugzilla.ximian.com/show_bug.cgi?id=67638

--- shadow/67638	2004-10-05 16:53:43.000000000 -0400
+++ shadow/67638.tmp.25746	2004-10-05 16:56:35.000000000 -0400
@@ -32,6 +32,11 @@
 
 Using .NET under Windows a background thread is created to wrap the
 unmanaged thread when it calls back into the managed code. The background
 thread does not block the process from exiting.
 
 I will attach a sample application that demonstrates the problem.
+
+------- Additional Comments From daniel_l_christensen@yahoo.com  2004-10-05 16:56 -------
+Created an attachment (id=12096)
+mono-bug-2.tar.gz - demonstrates the problem described in the summary
+