[Mono-bugs] [Bug 71274][Nor] Changed - finalizer-... tests randomly crash on x86 (Environment.Exit race)

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 19 Apr 2005 01:57:05 -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 gonzalo@ximian.com.

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

--- shadow/71274	2005-04-19 01:55:12.000000000 -0400
+++ shadow/71274.tmp.20179	2005-04-19 01:57:05.000000000 -0400
@@ -91,6 +91,12 @@
 
 ------- Additional Comments From miguel@ximian.com  2005-04-18 19:43 -------
 Including Lluis on this one too.
 
 ------- Additional Comments From gonzalo@ximian.com  2005-04-19 01:55 -------
 *** Bug 72741 has been marked as a duplicate of this bug. ***
+
+------- Additional Comments From gonzalo@ximian.com  2005-04-19 01:57 -------
+I hit the problem in bug #72741 if i don't add a Sleep in the
+threadstart method. Once the program asserts (takes a few tries), it
+fails with just 3-10 threads afterwards. Removing the .wapi directory
+makes it "work" better again.