[Mono-bugs] [Bug 54216][Maj] New - Stack traces aren't printed in threads from ThreadPool.QueueUserWorkItem()
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 11 Feb 2004 14:29:24 -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 joe@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=54216
--- shadow/54216 2004-02-11 14:29:24.000000000 -0500
+++ shadow/54216.tmp.25199 2004-02-11 14:29:24.000000000 -0500
@@ -0,0 +1,21 @@
+Bug#: 54216
+Product: Mono/Runtime
+Version: unspecified
+OS: SUSE 9.0
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Major
+Component: misc
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: joe@ximian.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Stack traces aren't printed in threads from ThreadPool.QueueUserWorkItem()
+
+Attached is a test program which doesn't print out an exception to the
+console properly. It should print out a NullReferenceException, but it
+just appears to hang.