[Mono-bugs] [Bug 75586][Maj] Changed - [PATCH] Deadlock on assembly loading locks

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Jul 19 17:09: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 lupus at ximian.com.

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

--- shadow/75586	2005-07-19 16:28:27.000000000 -0400
+++ shadow/75586.tmp.30265	2005-07-19 17:09:20.000000000 -0400
@@ -119,6 +119,10 @@
 
 
 ------- Additional Comments From bmaurer at users.sf.net  2005-07-19 16:24 -------
 This patch fixes the issue by using atomic operations inside
 mono_assembly_addref. This should prevent the out of order locking you
 are seeing durring assembly loading.
+
+------- Additional Comments From lupus at ximian.com  2005-07-19 17:09 -------
+Ben, please commit, but remove the useless volatile keyword you added
+to the field.


More information about the mono-bugs mailing list