[Mono-bugs] [Bug 74455][Maj] Changed - deadlock in mono_method_desc_new?

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 6 Apr 2005 21:47:47 -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 vargaz@gmail.com.

http://bugzilla.ximian.com/show_bug.cgi?id=74455

--- shadow/74455	2005-04-06 15:58:52.000000000 -0400
+++ shadow/74455.tmp.1974	2005-04-06 21:47:47.000000000 -0400
@@ -27,6 +27,12 @@
 
 
 ------- Additional Comments From miguel@ximian.com  2005-04-06 15:58 -------
 Please provide us with stack traces that contain
 
 mono_print_method_from_ip for relevant ips.
+
+------- Additional Comments From vargaz@gmail.com  2005-04-06 21:47 -------
+These traces look corrupt. method_desc_new is a very simple function
+which involves no locking/waiting on mutexes. Would it be possible to
+run the application with a runtime compiled with debugging info
+(i.e. -g instead of -O2) ?