[Mono-bugs] [Bug 81983][Nor] New - Calling Console.WriteLine from ThreadPool thread causes app to hang on exit
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sat Jun 30 18:15:15 EDT 2007
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 dave at fallingcanbedeadly.com.
http://bugzilla.ximian.com/show_bug.cgi?id=81983
--- shadow/81983 2007-06-30 18:15:15.000000000 -0400
+++ shadow/81983.tmp.9290 2007-06-30 18:15:15.000000000 -0400
@@ -0,0 +1,39 @@
+Bug#: 81983
+Product: Mono: Class Libraries
+Version: 1.2
+OS: Mac OS X 10.3
+OS Details: Actually running 10.4, but there's no option for that
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: CORLIB
+AssignedTo: mono-bugs at ximian.com
+ReportedBy: dave at fallingcanbedeadly.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Calling Console.WriteLine from ThreadPool thread causes app to hang on exit
+
+Please fill in this template when reporting a bug, unless you know what you are doing.
+Description of Problem:
+The threadpool.exe test in mono/tests is currently failing. It appears to have something to do
+with calling Console.WriteLine from a job in a ThreadPool thread. Removing the call to
+Console.WriteLine fixes the issue.
+
+Steps to reproduce the problem:
+1. Run threadpool.exe on the Mac
+2.
+3.
+
+Actual Results:
+App hangs on exit
+
+Expected Results:
+App should not hang
+
+How often does this happen?
+Always
+
+Additional Information:
More information about the mono-bugs
mailing list