[Mono-bugs] [Bug 72684][Cri] Changed - ** (../../class/lib/net_2_0/nunit-console.exe:7573): WARNING **: Aborting of threads in domain domain-corlib_test_net_2_0.dll timed out.
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 9 Mar 2005 17:24:54 -0500 (EST)
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 vargaz@gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=72684
--- shadow/72684 2005-02-17 10:18:38.000000000 -0500
+++ shadow/72684.tmp.28843 2005-03-09 17:24:54.000000000 -0500
@@ -1,14 +1,14 @@
Bug#: 72684
Product: Mono: Runtime
Version: 1.1
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Critical
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: bmaurer@users.sf.net
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -27,6 +27,16 @@
An example log of this is here:
http://mono.ximian.com:8008/amd64-head-mono/events/1135/log
Note that this also happens on x86, and it also happens with 1.0 nunit
tests.
+
+------- Additional Comments From vargaz@gmail.com 2005-03-09 17:24 -------
+This is because of this line in threadpool.c:
+
+if ((thread->state & ThreadState_StopRequested)!=0)
+ mono_thread_interruption_checkpoint ();
+
+I think this should read 'thread->interruption_requested'
+
+