[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
Thu, 7 Oct 2004 11:00:59 -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 vargaz@gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=67638
--- shadow/67638 2004-10-06 18:11:22.000000000 -0400
+++ shadow/67638.tmp.6464 2004-10-07 11:00:59.000000000 -0400
@@ -37,6 +37,12 @@
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
+
+------- Additional Comments From vargaz@gmail.com 2004-10-07 11:00 -------
+This will be fixed, but unmanaged threads should call mono_thread_detach
+() when they no longer want to call into managed code, so the runtime
+can free its data structures etc.
+