[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
Sat, 30 Oct 2004 16:14:12 -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-07 14:50:24.000000000 -0400
+++ shadow/67638.tmp.20606 2004-10-30 16:14:12.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 67638
Product: Mono: Runtime
Version: unspecified
OS: unknown
OS Details: SuSE 9.1 Pro
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: WONTFIX
Severity: Unknown
Priority: Normal
Component: misc
AssignedTo: vargaz@gmail.com
ReportedBy: daniel_l_christensen@yahoo.com
QAContact: mono-bugs@ximian.com
@@ -52,6 +52,9 @@
not wait for them. So if another thread shuts down the runtime, the
attached thread can continue running managed code even through the
runtime data structures etc. are already freed, leading to a crash. So
I'm not sure this should be changed. The safe way to handle this is to
call mono_thread_detach () when the thread is no longer wants to
execute managed code.
+
+------- Additional Comments From vargaz@gmail.com 2004-10-30 16:14 -------
+-> wontfix