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

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
2 May 2002 08:56:08 -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 dietmar@ximian.com.

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

--- shadow/24079	Thu May  2 04:28:26 2002
+++ shadow/24079.tmp.26367	Thu May  2 04:56:08 2002
@@ -39,6 +39,10 @@
 grep RESULT mono/tests/*.stdout
 
 all files should contain RESULT: 0, but some of them does not, for
 example fib.exe.stdout
 
 
+
+------- Additional Comments From dietmar@ximian.com  2002-05-02 04:56 -------
+i forgot to signal the semaphore in order to exit all workers. Just
+added that to CVS, but the above problem is still there.