[Mono-bugs] [Bug 22908] Changed - Threads problems in initializing classes

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
1 Apr 2002 23:21:32 -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 veron78@interfree.it.

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

--- shadow/22908	Mon Apr  1 18:14:45 2002
+++ shadow/22908.tmp.32543	Mon Apr  1 18:21:32 2002
@@ -39,6 +39,11 @@
 If i move that complexclass declaration from after the Thread t = new ...
 statements
 to before of it the thread bug doesn't happen. In this case main initialize
 the class
 and the thread only use it.
 Another thing i noted is that with mono this bug do not happen.
+
+------- Additional Comments From veron78@interfree.it  2002-04-01 18:21 -------
+Created an attachment (id=1570)
+this is a trace of the execution of the c# example that show the bug
+