[Mono-bugs] [Bug 75145][Wis] Changed - please add thread dump
support
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Dec 1 18:34:17 EST 2005
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 miguel at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=75145
--- shadow/75145 2005-06-03 16:54:14.000000000 -0400
+++ shadow/75145.tmp.32097 2005-12-01 18:34:17.000000000 -0500
@@ -1,22 +1,33 @@
Bug#: 75145
Product: Mono: Runtime
Version: 1.1
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Wishlist
Component: misc
AssignedTo: mono-bugs at ximian.com
ReportedBy: james at ximian.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
-Cc:
+Cc: lupus at ximian.com,vargaz at gmail.com
Summary: please add thread dump support
The Java VM has this feature where you can send it SIGQUIT and it blows a
stack trace of every thread to stdout. This is ridiculously useful. Given
that mono has even fewer debugging tools than Java at this point, I think
it would be even more useful there.
+
+------- Additional Comments From miguel at ximian.com 2005-12-01 18:34 -------
+Paolo, Zoltan,
+
+ Is it possible to implement this feature?
+
+ The idea is basically to have a mechanism to dump all the thread
+stack traces to find out what a program is doing.
+
+ If it is too difficult, we might need to just defer to the Mono
+debugger.
More information about the mono-bugs
mailing list