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-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 [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. + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
