[Mono-bugs] [Bug 24079] Changed - async delegate worker thread hangs with the jit
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
1 May 2002 15:55:25 -0000
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 dick@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=24079
--- shadow/24079 Wed May 1 11:30:17 2002
+++ shadow/24079.tmp.30819 Wed May 1 11:55:25 2002
@@ -2,13 +2,13 @@
Product: Mono/Runtime
Version: unspecified
OS: other
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Wishlist
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: lupus@ximian.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -16,6 +16,16 @@
Cc:
Summary: async delegate worker thread hangs with the jit
The jit needs to kill the async delegate worker thread when it exits
otherwise there is a 3 second delay after the Main() has finished.
The delay doesn't happen always.
+
+------- Additional Comments From dick@ximian.com 2002-05-01 11:55 -------
+To clarify:
+
+The 3 seconds is the maximum delay, because the async worker thread
+waits for up to 3 seconds before killing itself off. The thread
+cleanup at the end of execution waits for all active threads to end.
+The delay might not happen because your program ended just at the end
+of the 3 second window.
+