mail-archives/mono-bugs/2006-February/039387.html

103 строки
4.0 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mono-bugs] [Bug 77596][Nor] New - get rid of global generics
caches in metadata.c
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%2077596%5D%5BNor%5D%20New%20-%20get%20rid%20of%20global%20generics%0A%09caches%20in%20metadata.c&In-Reply-To=bug-77596%40chernobyl.ximian.com">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="039386.html">
<LINK REL="Next" HREF="039388.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mono-bugs] [Bug 77596][Nor] New - get rid of global generics
caches in metadata.c</H1>
<B>bugzilla-daemon at bugzilla.ximian.com</B>
<A HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%2077596%5D%5BNor%5D%20New%20-%20get%20rid%20of%20global%20generics%0A%09caches%20in%20metadata.c&In-Reply-To=bug-77596%40chernobyl.ximian.com"
TITLE="[Mono-bugs] [Bug 77596][Nor] New - get rid of global generics
caches in metadata.c">bugzilla-daemon at bugzilla.ximian.com
</A><BR>
<I>Sun Feb 19 08:32:20 EST 2006</I>
<P><UL>
<LI>Previous message: <A HREF="039386.html">[Mono-bugs] [Bug 77584][Blo] Changed - Configuration option for
libapr directory
</A></li>
<LI>Next message: <A HREF="039388.html">[Mono-bugs] [Bug 77348][Nor] Changed - ** Error **: file class.c:
line 1920 (mono_class_setup_vtable_general): should not be
reached aborting...
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#39387">[ date ]</a>
<a href="thread.html#39387">[ thread ]</a>
<a href="subject.html#39387">[ subject ]</a>
<a href="author.html#39387">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>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 <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">vargaz at gmail.com.</A>
<A HREF="http://bugzilla.ximian.com/show_bug.cgi?id=77596">http://bugzilla.ximian.com/show_bug.cgi?id=77596</A>
--- 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: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">mono-bugs at ximian.com</A>
+ReportedBy: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">vargaz at gmail.com</A>
+QAContact: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">mono-bugs at ximian.com</A>
+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.
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="039386.html">[Mono-bugs] [Bug 77584][Blo] Changed - Configuration option for
libapr directory
</A></li>
<LI>Next message: <A HREF="039388.html">[Mono-bugs] [Bug 77348][Nor] Changed - ** Error **: file class.c:
line 1920 (mono_class_setup_vtable_general): should not be
reached aborting...
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#39387">[ date ]</a>
<a href="thread.html#39387">[ thread ]</a>
<a href="subject.html#39387">[ subject ]</a>
<a href="author.html#39387">[ author ]</a>
</LI>
</UL>
<hr>
<a href="http://lists.ximian.com/mailman/listinfo/mono-bugs">More information about the mono-bugs
mailing list</a><br>
</body></html>