[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
Fri Jul 20 10:15:08 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-19 14:28:07.000000000 -0400
+++ shadow/77596.tmp.2102	2007-07-20 10:15:08.000000000 -0400
@@ -209,6 +209,12 @@
 type was allocated from the System image mempool, it is destroyed when
 the System image is cleaned. When System.Xml tries to access that type
 during it's cleanup, the type is garbage.
 
 I verified the type becomes garbage after the call to
 mono_mempool_destroy in mono_image_close for the system image.
+
+------- Additional Comments From rharinath at novell.com  2007-07-20 10:15 -------
+Hmm... looks like the ugly circular references between System.Xml.dll
+and System.dll strikes again.
+
+Can you see if the attached patch helps?


More information about the mono-bugs mailing list