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

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Jun 17 00:33:20 EDT 2005


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 bmaurer at users.sf.net.

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

--- shadow/74455	2005-05-27 12:11:42.000000000 -0400
+++ shadow/74455.tmp.6381	2005-06-17 00:33:20.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 74455
 Product: Mono: Runtime
 Version: 1.1
 OS: unknown
 OS Details: 
-Status: REOPENED   
-Resolution: 
+Status: RESOLVED   
+Resolution: DUPLICATE
 Severity: Unknown
 Priority: Major
 Component: misc
 AssignedTo: mono-bugs at ximian.com                            
 ReportedBy: james at ximian.com               
 QAContact: mono-bugs at ximian.com
@@ -408,6 +408,14 @@
 information from Kent.
 
 >>>Kent O'Driscoll 05/26/05 4:53 pm >>>
 The other issue we are still seeing is Remedy DEFECT000409838 which is
 related mono (bugzilla defects 74455 & 75050.) 
 Kent, Jim, John. 
+
+------- Additional Comments From bmaurer at users.sf.net  2005-06-17 00:33 -------
+This is pretty clearly a dup of the beagle lock issue. in thread 2
+(from the first trace given), we are in mono_get_method_full then
+mono_assembly_invoke_search_hook: loader then domain. In thread 3 we
+are in mono_delegate_ctor then mono_class_from_name: domain then loader.
+
+*** This bug has been marked as a duplicate of 75007 ***


More information about the mono-bugs mailing list