[Mono-bugs] [Bug 77596][Nor] New - get rid of global generics caches in metadata.c

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sun Feb 19 08:32:20 EST 2006


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

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

--- shadow/77596	2006-02-19 08:32:20.000000000 -0500
+++ shadow/77596.tmp.9105	2006-02-19 08:32:20.000000000 -0500
@@ -0,0 +1,27 @@
+Bug#: 77596
+Product: Mono: Runtime
+Version: 1.0
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: misc
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: vargaz at gmail.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: get rid of global generics caches in metadata.c
+
+metadata.c contains some hash tables used by the generics code. These
+hash tables are:
+- unsynchronized
+- contain data which most likely 'belong' to an assembly.
+
+So these tables should be:
+- protected by locks
+and/or
+- moved to MonoImage.


More information about the mono-bugs mailing list