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=80743 --- shadow/80743 2007-06-19 13:13:52.000000000 -0400 +++ shadow/80743.tmp.23172 2007-06-22 05:54:08.000000000 -0400 @@ -659,6 +659,13 @@ image cache for runtime_invoke method lookups. the problem with this change is that it stores things into mscorlib's hash table, and when those things are unloaded, the hash table is not updated leading to crashes later. + +------- Additional Comments From [EMAIL PROTECTED] 2007-06-22 05:54 ------- +That saved quite a bit of memory: what we likely need is to make a +copy of the signature and types so we're sure they're not going away. +In the mean time if always using method->klass improves things, please +do that (it didn't improve things for me, I'll take a look at this +again after vacations if still unresolved). Thanks. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
