[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
Wed, 20 Apr 2005 11:10:08 -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 sebastien@ximian.com.

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

--- shadow/71274	2005-04-19 16:19:50.000000000 -0400
+++ shadow/71274.tmp.10497	2005-04-20 11:10:08.000000000 -0400
@@ -151,6 +151,19 @@
 work, my guess is that the timing allows for the handle to be properly
 released
 
 * Shutdown problems (maybe fixed by Zoltan's patch) which is the one
 where we get random crashes at shutdown time.
 
+
+------- Additional Comments From sebastien@ximian.com  2005-04-20 11:10 -------
+Not sure if it's directly related but Environment.Exit currently has a
+different behavior on Mono than the MS runtime. Execute attachment like:
+
+On Linux
+% mono timer2.exe off
+
+On Windows
+> timer2 off
+
+On Linux you'll see 5-6 stack traces while you'll get only one on
+Windows (which is what I would have expected).