[Mono-bugs] [Bug 75145][Wis] Changed - please add thread dump support

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Dec 2 11:38:38 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 vargaz at gmail.com.

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

--- shadow/75145	2005-12-01 18:34:17.000000000 -0500
+++ shadow/75145.tmp.13106	2005-12-02 11:38:38.000000000 -0500
@@ -28,6 +28,13 @@
 
    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. 
+
+------- Additional Comments From vargaz at gmail.com  2005-12-02 11:38 -------
+This can be implemented in a way similar to how Thread.Abort is working.
+We would set a flag in the thread structure, then send a signal to
+all threads. When the thread receives the signal, it checks the flag,
+and if it set, prints its own stack trace.
+


More information about the mono-bugs mailing list