[Mono-bugs] [Bug 24079] New - async delegate worker thread hangs with the jit

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
1 May 2002 15:30:17 -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 lupus@ximian.com.

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

--- shadow/24079	Wed May  1 11:30:17 2002
+++ shadow/24079.tmp.4341	Wed May  1 11:30:17 2002
@@ -0,0 +1,21 @@
+Bug#: 24079
+Product: Mono/Runtime
+Version: unspecified
+OS: other
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: lupus@ximian.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+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.