[Mono-bugs] [Bug 80664][Maj] Changed - mono_marshal_get_runtime_invoke causes deadlock

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Jan 29 19:16:11 EST 2007


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 at ximian.com.

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

--- shadow/80664	2007-01-29 19:16:00.000000000 -0500
+++ shadow/80664.tmp.20928	2007-01-29 19:16:11.000000000 -0500
@@ -10,13 +10,12 @@
 Component: misc
 AssignedTo: vargaz at gmail.com                            
 ReportedBy: bmaurer at users.sf.net               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
 URL: 
-Cc: 
 Summary: mono_marshal_get_runtime_invoke causes deadlock
 
 The method mono_marshal_get_runtime_invoke acquires locks in an
 inconsistent order. First, it acquires the marshal lock, then calls
 signature_dup_add_this which calls mono_ptr_class_get and acquires the
 loader lock. after all of these are released, it then acquires the loader


More information about the mono-bugs mailing list