[Mono-bugs] [Bug 77596][Nor] Changed - get rid of global generics caches in metadata.c
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Jul 23 12:02:15 EDT 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 rharinath at novell.com.
http://bugzilla.ximian.com/show_bug.cgi?id=77596
--- shadow/77596 2007-07-20 13:31:16.000000000 -0400
+++ shadow/77596.tmp.17631 2007-07-23 12:02:15.000000000 -0400
@@ -297,6 +297,11 @@
That's why the additional check in my quick fix to handle a source of
mempool allocations that wasn't handled before.
The correct fix is to avoid mempool-allocated stuff in the cache -- we
don't want unrelated cached items disappearing when a image is
removed. This can also make GenericInst ownership issues simpler.
+
+------- Additional Comments From rharinath at novell.com 2007-07-23 12:02 -------
+SVN r82514 fixes part of the problem, I think. It ensures that all
+'MonoGenericInst's are allocated in one place.
+
More information about the mono-bugs
mailing list