[Mono-bugs] [Bug 28722][Nor] Changed - Thread crashes with garbage collection enabled

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 14 Apr 2005 23:42:29 -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 michi@zeroc.com.

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

--- shadow/28722	2005-04-14 23:41:09.000000000 -0400
+++ shadow/28722.tmp.10583	2005-04-14 23:42:29.000000000 -0400
@@ -185,6 +185,10 @@
             Console.WriteLine(count);
             count += 1;
         }
     }
 }
 
+
+------- Additional Comments From michi@zeroc.com  2005-04-14 23:42 -------
+Oops, forgot to mention: when I run this with GC_DONT_GC=1, the
+problem disappears and the program halts normally.