[Mono-bugs] [Bug 74350][Maj] Changed - Thread needs some time to recognize it's running

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 3 Apr 2005 07:56:10 -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 sebastian.droege@gmx.de.

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

--- shadow/74350	2005-04-03 07:54:59.000000000 -0400
+++ shadow/74350.tmp.7670	2005-04-03 07:56:10.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 74350
 Product: Mono: Class Libraries
 Version: 1.1
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Major
 Component: System
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: sebastian.droege@gmx.de               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -41,6 +41,9 @@
         private static void worker()
         {
                 System.Console.WriteLine(thread.IsAlive);
                 //System.Console.WriteLine(thread.ThreadState);
         }
 }
+
+------- Additional Comments From sebastian.droege@gmx.de  2005-04-03 07:56 -------
+Forget to mention: this is on Gentoo with glibc 2.3.4 with NPTL enabled.