[Mono-bugs] [Bug 74455][Maj] Changed - deadlock in mono_method_desc_new?
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 14 Apr 2005 17:14:36 -0400 (EDT)
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@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=74455
--- shadow/74455 2005-04-14 12:05:49.000000000 -0400
+++ shadow/74455.tmp.8590 2005-04-14 17:14:36.000000000 -0400
@@ -325,6 +325,16 @@
#7 0x0808c35c in
ves_icall_System_Threading_WaitHandle_WaitOne_internal ()
#8 0x41b05d7f in ?? ()
#9 0x0828ffc0 in ?? ()
+
+------- Additional Comments From miguel@ximian.com 2005-04-14 17:14 -------
+I logged into the machine today to track down what was going on.
+
+There is a suspicious candidate: the DefaultException handler seems to
+be recursing, it is not clear that the code has a mechanism for
+resuming execution on the main thread and it would thus stop
+processing responses.
+
+