[Mono-bugs] [Bug 80743][Nor] Changed - Segfault when restarting webapp in rapid succession

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Jun 22 05:54: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 lupus at ximian.com.

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 lupus at ximian.com  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.


More information about the mono-bugs mailing list