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 [EMAIL PROTECTED] 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 [EMAIL PROTECTED] 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 [EMAIL PROTECTED] 2005-12-19 18:14 ------- +one thing the java vm also does is look for deadlocks and display how +many it found :) _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
