[Mono-bugs] [Bug 75145][Wis] Changed - please add thread dump
support
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Dec 19 18:14:30 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 james at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=75145
--- shadow/75145 2005-12-02 11:38:38.000000000 -0500
+++ shadow/75145.tmp.25344 2005-12-19 18:14:30.000000000 -0500
@@ -35,6 +35,10 @@
------- 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.
+
+------- Additional Comments From james at ximian.com 2005-12-19 18:14 -------
+one thing the java vm also does is look for deadlocks and display how
+many it found :)
More information about the mono-bugs
mailing list