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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=77596 --- shadow/77596 2006-02-20 11:56:08.000000000 -0500 +++ shadow/77596.tmp.31214 2007-06-18 11:27:46.000000000 -0400 @@ -57,6 +57,12 @@ classes from multiple assemblies. In these cases it's likely better to have a global cache and a function that walks it and removes instantiations that reference an assembly when it is going to be unloaded. Anyway, yes, the generics code is a bit of a mess and needs a big audit, both in the interface and the implementation. + +------- Additional Comments From [EMAIL PROTECTED] 2007-06-18 11:27 ------- +r80012 has some fixes for this: on image unload we remove the data +structures that reference types from them. There is still work to do +on actually freeing them (a proper free function should be registered +with the hash table creation). _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
