[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 01:02:59 -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-13 23:48:18.000000000 -0400
+++ shadow/74455.tmp.1629 2005-04-14 01:02:59.000000000 -0400
@@ -95,6 +95,22 @@
#36 0x00000000 in ?? ()
#37 0xbfffe338 in ?? ()
#38 0x4049115c in ?? ()
--David
+
+------- Additional Comments From miguel@ximian.com 2005-04-14 01:02 -------
+Hello,
+
+ Please run this command:
+
+(gdb) thread apply all bt
+
+ Then there are various addresses in the stack, as indicated
+before, please provide:
+
+(gdb) p mono_print_method_from_ip (address)
+
+ For all the addresses without names.
+
+Miguel.